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

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #575757;
  font-family: '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: 500;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #10838c;
}
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: 500;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 500;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 500;
  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: #10838c;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #10838c;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #444a58;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #444a58;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #a1d6ca;
  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: 500;
  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: #10838c;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #10838c;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #10838c;
  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: #575757;
  font-family: '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: #10838c;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #ffffff;
  border: 1px solid #10838c;
  color: #10838c;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: #ffffff;
  border: 1px solid #10838c;
  color: #10838c;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #ffffff;
  border: 1px solid #444a58;
  color: #444a58;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: auto;
  padding: 17px 15px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type*="date"]:focus,
input[type="email"]:focus {
  border: 1px solid #444a58;
}
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: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: auto;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus {
  border: 1px solid #444a58;
}
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: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: auto;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:focus {
  border: 1px solid #444a58;
}
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: #ce5b70;
}
div.mage-error {
  color: #ce5b70;
  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 #a1d6ca;
}
/**
 * Copyright © 2013-2017 Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/*@font-size__base: 14px;*/
.abs-reset-list,
.bundle-options-container .block-bundle-summary .bundle.items,
.cart-container .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.items,
.block-wishlist-management .wishlist-select-items,
.paypal-review .items-qty,
.order-details-items .items-qty,
.footer.content ul,
.product-items,
.prices-tier,
.search-terms,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.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,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.abs-action-link-button,
.abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  background-image: none;
  background: #ffffff;
  border: 1px solid #10838c;
  color: #10838c;
  cursor: pointer;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  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: 0;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active,
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active {
  background: #ffffff;
  border: 1px solid #10838c;
  color: #10838c;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover {
  background: #ffffff;
  border: 1px solid #444a58;
  color: #444a58;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist,
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus {
  text-decoration: none;
}
.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.abs-product-options-list dt:after,
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
  word-break: break-all;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.abs-reset-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper,
.products-list .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo,
.products-list .product-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.abs-login-block-title,
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #fde035;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.abs-login-block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.abs-block-title,
.abs-account-blocks .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title,
.block-compare .block-title,
.account .column.main .block:not(.widget) .block-title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}
.abs-block-title > strong,
.abs-account-blocks .block-title > strong,
.block-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,
.block-compare .block-title > strong,
.account .column.main .block:not(.widget) .block-title > strong,
.multicheckout .block-title > strong,
.paypal-review .block .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.abs-account-blocks .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .block-title > .action,
.paypal-review .block .block-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
.sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}
.abs-account-blocks .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .box-title,
.paypal-review .block .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}
.abs-account-blocks .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 500;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.abs-account-blocks .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .box-title > .action,
.paypal-review .block .box-title > .action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action,
.sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}
.abs-account-blocks .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child,
.multicheckout .block-content p:last-child,
.paypal-review .block .block-content p:last-child,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child,
.sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}
.abs-account-blocks .block-content .box,
.account .column.main .block:not(.widget) .block-content .box,
.multicheckout .block-content .box,
.paypal-review .block .block-content .box,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
.sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}
.abs-dropdown-simple,
.giftregisty-dropdown,
.wishlist-dropdown {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'smc';
  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: 'smc';
  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: none;
  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: #c2c2c2;
  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 #575757 transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
  display: block;
}
.abs-input-qty,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}
.abs-margin-for-blocks-and-widgets,
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 40px;
}
.abs-remove-button-for-blocks,
.filtered .item .action.remove,
.sidebar .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.filtered .item .action.remove > span,
.sidebar .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before,
.filtered .item .action.remove:before,
.sidebar .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 15px;
  color: #575757;
  content: '\e909';
  font-family: 'smc';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.filtered .item .action.remove:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before {
  color: #575757;
}
.abs-remove-button-for-blocks:active:before,
.filtered .item .action.remove:active:before,
.sidebar .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before {
  color: #575757;
}
.abs-product-link,
.product-item-name,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.product-item-name > a,
.product.name a > a {
  color: #575757;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #575757;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #10838c;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #10838c;
  text-decoration: underline;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form-new-agreement .actions-toolbar,
.fieldset .review-legend.legend,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}
.abs-add-fields .fieldset,
.form-giftregistry-share .fieldset,
.form-giftregistry-edit .fieldset,
.form-add-invitations .fieldset,
.form-create-return .fieldset,
.form.send.friend .fieldset {
  margin-bottom: 50px;
}
.abs-add-fields .fieldset .field:not(.choice) .control,
.form-giftregistry-share .fieldset .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .field:not(.choice) .control,
.form-add-invitations .fieldset .field:not(.choice) .control,
.form-create-return .fieldset .field:not(.choice) .control,
.form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .message.notice,
.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
  margin: 30px 0 0;
}
.abs-add-fields .additional,
.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.filter-options-content .filter-count-label,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.action.skip:not(:focus),
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.header.content:before,
.header.content:after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images: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,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.header.content:after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.block-event .slider-panel .slider .item .action.show,
.field.date .control,
.field .control._with-tooltip,
.form.search.advanced .fields.range .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e904';
  font-family: 'smc';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.abs-split-button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'smc';
  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: 'smc';
  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: none;
  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: #c2c2c2;
  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 #575757 transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-action-addto-product,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  line-height: 1.5rem;
  padding: 5px 8px;
  font-size: 1.4rem;
}
.abs-actions-addto-gridlist,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist,
.product-item-actions .actions-secondary > .action {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > span,
.product-item-actions .actions-secondary > .action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before,
.product-item-actions .actions-secondary > .action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  line-height: 24px;
  color: #575757;
  font-family: 'smc';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before,
.product-item-actions .actions-secondary > .action:hover:before {
  color: #10838c;
}
.abs-button-l,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.bundle-actions .amshopby-button,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.cart-container .checkout-methods-items .amshopby-button,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.methods-shipping .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.form-address-edit .actions-toolbar .amshopby-button,
.multicheckout .amshopby-button,
.bundle-actions .am-filter-go,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,
.cart-container .checkout-methods-items .am-filter-go,
.block-minicart .block-content > .actions > .primary .am-filter-go,
.methods-shipping .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go,
.form-address-edit .actions-toolbar .am-filter-go,
.multicheckout .am-filter-go {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.6rem;
}
.abs-action-button-as-link,
.abs-action-remove,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button,
.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #10838c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.checkout-agreements-block .action-show:visited,
.cart-summary .block.giftcard .action.check:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.table-comparison .wishlist.split.button > .action:visited,
.product-items .wishlist.split.button > .action:visited,
.paypal-button-widget .paypal-button:visited,
.abs-add-fields .action.remove:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
  color: #444a58;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.cart-summary .block.giftcard .action.check:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover,
.paypal-button-widget .paypal-button:hover,
.abs-add-fields .action.remove:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
  color: #444a58;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-agreements-block .action-show:active,
.cart-summary .block.giftcard .action.check:active,
.gift-options .actions-toolbar .action-cancel:active,
.table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active,
.paypal-button-widget .paypal-button:active,
.abs-add-fields .action.remove:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
  color: #a1d6ca;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #10838c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.block-compare .action.compare,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.paypal-review .block .actions-toolbar .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.paypal-review .block .actions-toolbar .am-filter-go,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #ffffff;
  border: 1px solid #10838c;
  color: #10838c;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .form.giftregistry .fieldset .amshopby-button:focus,
.cart-summary .form.giftregistry .fieldset .amshopby-button:active,
.paypal-review .block .actions-toolbar .amshopby-button:focus,
.paypal-review .block .actions-toolbar .amshopby-button:active,
.cart-summary .form.giftregistry .fieldset .am-filter-go:focus,
.cart-summary .form.giftregistry .fieldset .am-filter-go:active,
.paypal-review .block .actions-toolbar .am-filter-go:focus,
.paypal-review .block .actions-toolbar .am-filter-go:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .primary .action-gift:active {
  background: #ffffff;
  border: 1px solid #10838c;
  color: #10838c;
}
.abs-revert-secondary-color:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.block-compare .action.compare:hover,
.cart-summary .form.giftregistry .fieldset .amshopby-button:hover,
.paypal-review .block .actions-toolbar .amshopby-button:hover,
.cart-summary .form.giftregistry .fieldset .am-filter-go:hover,
.paypal-review .block .actions-toolbar .am-filter-go:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #ffffff;
  border: 1px solid #444a58;
  color: #444a58;
}
.abs-revert-secondary-size,
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.abs-box-tocart,
.bundle-actions {
  margin: 10px 0;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.abs-adjustment-incl-excl-tax .weee,
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.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,
.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 {
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax,
.cart-summary .price-including-tax + .price-excluding-tax,
.gift-summary .price-including-tax + .price-excluding-tax,
.gift-options .price-including-tax + .price-excluding-tax,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before,
.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,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after,
.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,
.product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after {
  content: ')';
}
.abs-tax-total,
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e904';
  font-family: 'smc';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}
.abs-tax-total-expanded:after {
  content: '\e903';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\e903';
}
.abs-methods-shipping-title {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 0 15px;
}
.abs-account-title,
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.abs-account-title > strong,
.abs-account-title > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.abs-colon:after,
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-icon-add,
.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'smc';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #c2c2c2;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-no-display,
.abs-sidebar-totals .table-caption,
.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,
.sidebar .subtitle,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.abs-status,
.return-status,
.order-status {
  display: inline-block;
  margin-bottom: 20px;
}
.abs-block-items-counter,
.block-wishlist .counter,
.block-compare .counter {
  color: #444a58;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 0;
  font-weight: 500;
  background-image: none;
  background: #ffffff;
  border: 1px solid #10838c;
  color: #10838c;
  cursor: pointer;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  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;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'smc';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before,
.block-cart-failed .action.continue:hover:before,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #ffffff;
  border: 1px solid #10838c;
  color: #10838c;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #ffffff;
  border: 1px solid #444a58;
  color: #444a58;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.abs-shopping-cart-items .action.update,
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'smc';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before,
.block-cart-failed .action.update:hover:before,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.abs-field-date .control,
.field.date .control,
.form.search.advanced .fields.range .field.date .control {
  position: relative;
}
.abs-field-date-input,
.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% - 33px);
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
.abs-checkout-tooltip-content-position-top:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #575757;
}
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #ffffff;
  top: 1px;
}
.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 10px;
  color: #575757;
  font-weight: 300;
  font-size: 2.6rem;
}
.abs-sidebar-totals .mark,
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.abs-sidebar-totals .mark strong,
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.abs-sidebar-totals .amount,
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
.abs-sidebar-totals .amount strong,
.cart-totals .amount strong,
.opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}
.abs-sidebar-totals .grand .mark,
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}
.abs-sidebar-totals .grand .amount strong,
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font-weight: 500;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span,
.cart-totals .totals-tax-summary .amount .price > span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e904';
  font-family: 'smc';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e903';
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-discount-block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e904';
  font-family: 'smc';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}
.column.main .abs-discount-block > .title strong,
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 1.8rem;
  font-weight: 400;
}
.abs-discount-block > .content,
.cart-summary .block > .content,
.paypal-review-discount .block > .content {
  display: none;
}
.abs-discount-block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after {
  content: '\e903';
}
.abs-discount-block.active > .content,
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
@font-face {
  font-family: 'Playball';
  src: url('../../frontend/Dotsquares/custom_child/en_GB/fonts/Playball-Regular.woff2') format('woff2'), url('../../frontend/Dotsquares/custom_child/en_GB/fonts/Playball-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Dotsquares/custom_child/en_GB/fonts/OpenSans-Light.woff2') format('woff2'), url('../../frontend/Dotsquares/custom_child/en_GB/fonts/OpenSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Dotsquares/custom_child/en_GB/fonts/OpenSans-Regular.woff2') format('woff2'), url('../../frontend/Dotsquares/custom_child/en_GB/fonts/OpenSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Dotsquares/custom_child/en_GB/fonts/OpenSans-Medium.woff2') format('woff2'), url('../../frontend/Dotsquares/custom_child/en_GB/fonts/OpenSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Dotsquares/custom_child/en_GB/fonts/OpenSans-SemiBold.woff2') format('woff2'), url('../../frontend/Dotsquares/custom_child/en_GB/fonts/OpenSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Dotsquares/custom_child/en_GB/fonts/OpenSans-Bold.woff2') format('woff2'), url('../../frontend/Dotsquares/custom_child/en_GB/fonts/OpenSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../frontend/Dotsquares/custom_child/en_GB/fonts/OpenSans-ExtraBold.woff2') format('woff2'), url('../../frontend/Dotsquares/custom_child/en_GB/fonts/OpenSans-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > tbody > tr > th,
.table:not(.cart):not(.totals) > tfoot > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td,
.table:not(.cart):not(.totals) > tbody > tr > td,
.table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #c2c2c2;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th,
.table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #c2c2c2;
  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: 35px;
  font-size: 1.4rem;
  background: #fef1d9;
  border-color: none;
  color: #855746;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #10838c;
}
.message.info a:hover {
  color: #10838c;
}
.message.info a:active {
  color: #10838c;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 36px;
  color: #575757;
  content: none;
  font-family: 'smc';
  margin: -13px 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: 35px;
  font-size: 1.4rem;
  background: #d7a3ab;
  border-color: none;
  color: #ce5b70;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #10838c;
}
.message.error a:hover {
  color: #10838c;
}
.message.error a:active {
  color: #10838c;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 36px;
  color: #ce5b70;
  content: none;
  font-family: 'smc';
  margin: -13px 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: 35px;
  font-size: 1.4rem;
  background: #fef1d9;
  border-color: none;
  color: #855746;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #10838c;
}
.message.warning a:hover {
  color: #10838c;
}
.message.warning a:active {
  color: #10838c;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 36px;
  color: #575757;
  content: none;
  font-family: 'smc';
  margin: -13px 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: 35px;
  font-size: 1.4rem;
  background: #fef1d9;
  border-color: none;
  color: #855746;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #10838c;
}
.message.notice a:hover {
  color: #10838c;
}
.message.notice a:active {
  color: #10838c;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 36px;
  color: #575757;
  content: none;
  font-family: 'smc';
  margin: -13px 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: 35px;
  font-size: 1.4rem;
  background: #e9f2ea;
  border-color: none;
  color: #007511;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #10838c;
}
.message.success a:hover {
  color: #10838c;
}
.message.success a:active {
  color: #10838c;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  line-height: 36px;
  color: #007511;
  content: '\e60e';
  font-family: 'smc';
  margin: -13px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-sections {
  background: #d9c756;
}
.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: #575757;
  content: '\e90c';
  font-family: 'smc';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #575757;
}
.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: #10838c;
  font-weight: 300;
  line-height: 1.75;
  font-size: 1.2rem;
  border: 1px solid #c2c2c2;
  margin-top: 16px;
  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: 16px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 17px;
  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: 26px;
  margin-left: -16px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #c2c2c2;
  left: 26px;
  margin-left: -17px;
}
.tooltip.wrapper .tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper .tooltip.toggle:hover + .tooltip.content,
.tooltip.wrapper .tooltip.toggle:focus + .tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}
.ui-tooltip {
  position: absolute;
  z-index: 9999;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Dotsquares/custom_child/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;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 20px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  color: #000000;
  font-weight: 500;
  font-size: 1.4rem;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: auto;
  padding: 17px 15px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:focus,
.fieldset > .fields > .field .addon .addbefore:focus,
.fieldset > .field .addon .addafter:focus,
.fieldset > .fields > .field .addon .addafter:focus {
  border: 1px solid #444a58;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #ce5b70;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  content: '\e618';
  font-family: 'smc';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}
.field-error,
div.mage-error {
  margin-top: 7px;
}
.field-error {
  color: #ce5b70;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #10838c;
  font-weight: 300;
  line-height: 1.75;
  font-size: 1.2rem;
  border: 1px solid #c2c2c2;
  margin-left: 16px;
  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: 16px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 17px;
  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: -16px;
  top: 26px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #c2c2c2;
  margin-top: -17px;
  top: 26px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #444a58;
  content: '\e913';
  font-family: 'smc';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'smc';
  src: url('../../frontend/Dotsquares/custom_child/en_GB/fonts/smc.woff2') format('woff2'), url('../../frontend/Dotsquares/custom_child/en_GB/fonts/smc.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
button,
a.action.primary,
a.amshopby-button,
a.am-filter-go,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 0;
}
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.amshopby-button:hover,
a.amshopby-button:active,
a.amshopby-button:focus,
a.am-filter-go:hover,
a.am-filter-go:active,
a.am-filter-go:focus {
  text-decoration: none;
}
.action.primary,
.action-primary,
.amshopby-button,
.am-filter-go {
  background-image: none;
  background: #10838c;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  padding: 12px 35px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
  background: #444a58;
  border: none;
  color: #ffffff;
}
.action.primary:hover,
.action-primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background: #444a58;
  border: none;
  color: #ffffff;
}
.action.primary.disabled,
.action-primary.disabled,
.action.primary[disabled],
.action-primary[disabled],
fieldset[disabled] .action.primary,
fieldset[disabled] .action-primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0;
}
.product.data.items > .item.title > .switch {
  background: #ffffff;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #d1d1d1;
  height: 37px;
  padding: 5px 20px 5px 20px;
  font-weight: 400;
  line-height: 37px;
  font-size: 1.4rem;
  color: #000000;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #575757;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #575757;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #575757;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #ffffff;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #575757;
  text-decoration: none;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #ffffff;
  border: none;
  margin: 0;
  padding: 20px 20px 20px 20px;
}
.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 500;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 2px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #10838c;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #444a58;
}
.pages a.page:hover {
  color: #444a58;
  text-decoration: none;
}
.pages a.page:active {
  color: #a1d6ca;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #10838c;
  display: inline-block;
  font-weight: 500;
  padding: 0 4px;
}
.pages .action {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  color: #575757;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #575757;
}
.pages .action:hover {
  background: #ededed;
  color: #575757;
  text-decoration: none;
}
.pages .action:active {
  color: #575757;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #575757;
}
.pages .action.next:active:before {
  color: #575757;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #575757;
  content: '\e608';
  font-family: 'smc';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #575757;
}
.pages .action.next:active:before {
  color: #575757;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #575757;
}
.pages .action.previous:active:before {
  color: #575757;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 46px;
  line-height: inherit;
  color: #575757;
  content: '\e617';
  font-family: 'smc';
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #575757;
}
.pages .action.previous:active:before {
  color: #575757;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.breadcrumbs {
  margin: 0 0 20px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #000000;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #10838c;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #000000;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #000000;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #000000;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 18px;
  content: '\e608';
  font-family: 'smc';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e909';
  font-family: 'smc';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before,
.popup-pointer:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #c2c2c2 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: 500;
}
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block;
  font-size: 1.8rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax .price,
.weee[data-label] .price {
  font-size: 1.1rem;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #575757;
  content: '\e909';
  font-family: 'smc';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #0b585e;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c2c2c2;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(87, 87, 87, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Dotsquares/custom_child/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/Dotsquares/custom_child/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../../frontend/Dotsquares/custom_child/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Dotsquares/custom_child/en_GB/Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../../frontend/Dotsquares/custom_child/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 #c2c2c2;
  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: #ffffff;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #ffffff;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .action-gift:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary),
.slick-dots li .action-gift:active,
.slick-dots li .action-gift:focus,
.slick-dots li .action-gift:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li.slick-active .action-gift {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.6rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #10838c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited,
.action-gift.pagebuilder-button-link:visited {
  color: #444a58;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:hover {
  color: #444a58;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:active {
  color: #a1d6ca;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus,
.action-gift.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link.disabled,
.action-gift.pagebuilder-button-link[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-link {
  color: #10838c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #10838c;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 0 10px 10px 0;
  padding: 12px 35px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.6rem;
  border-radius: 0;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:active {
  background: #444a58;
  border: none;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:hover {
  background: #444a58;
  border: none;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary.disabled,
.action-gift.pagebuilder-button-primary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #ffffff;
  border: 1px solid #10838c;
  color: #10838c;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  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.6rem;
  border-radius: 0;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:active {
  background: #ffffff;
  border: 1px solid #10838c;
  color: #10838c;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:hover {
  background: #ffffff;
  border: 1px solid #444a58;
  color: #444a58;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary.disabled,
.action-gift.pagebuilder-button-secondary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  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 #c2c2c2;
}
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 #c2c2c2;
  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: #ffffff;
  color: #575757;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.pagebuilder-accordion > .item.title > .switch {
  background: #ffffff;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #d1d1d1;
  height: 37px;
  padding: 5px 20px 5px 20px;
  font-weight: 400;
  line-height: 37px;
  font-size: 1.4rem;
  color: #000000;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #575757;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #575757;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #575757;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #ffffff;
}
.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: #575757;
  text-decoration: none;
  padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: none;
  margin: 0;
  padding: 20px 20px 20px 20px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.amslick-slider-container .slick-dots li .action-gift:focus,
.amslick-slider-container .slick-dots li .action-gift:hover {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.amslick-slider-container .slick-dots li .action-gift {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before,
.amslick-slider-container .slick-dots li .action-gift:focus:before,
.amslick-slider-container .slick-dots li .action-gift:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before,
.amslick-slider-container .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li .action-gift:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before,
.amslick-slider-container .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before,
.amslick-slider-container .slick-dots li.slick-active .action-gift:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.-am-blocked {
  pointer-events: none;
}
.checkout-index-index .page-header .minicart-wrapper {
  display: none;
}
.checkout-index-index .authentication-wrapper {
  margin-right: 9px;
}
.checkout-index-index .checkout-header {
  margin: 12px 0 20px;
  padding: 0 9px;
  width: 70%;
}
.checkout-index-index .checkout-header .title {
  margin: 0 auto 7px;
}
.checkout-index-index .checkout-header .description {
  font-size: 18px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n + 1):before {
  display: block;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n + 1):before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 50%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method,
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
  min-width: 0;
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper:before {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
  margin: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
  margin-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .form-login:not(:last-child) {
  border-bottom: none;
  padding-bottom: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
  text-align: left;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0 22px 20px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply {
  margin-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar > .primary {
  padding-right: 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block > li {
  list-style-type: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-payment-method .payment-methods .step-title {
  border-bottom: 1px solid #ccc;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: break-all;
  word-wrap: break-word;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 500px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 5px 0 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin: 0 20px 0 0;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: right;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  float: right;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar {
  display: none;
}
.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
  display: block;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
  background-color: #eaeaea;
  display: block;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  text-align: center;
  transform: translate(-50%);
  width: 1240px;
  z-index: 999;
}
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar > * {
  float: none;
}
.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
  bottom: auto;
  top: 0;
}
.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
  bottom: 0;
}
.checkout-index-index .checkout-block {
  -webkit-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  -ms-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  background: #ffffff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  margin: 7px 9px 32px;
  padding: 24px 12px;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
.checkout-index-index .checkout-block .fieldset > br,
.checkout-index-index .checkout-block .fieldset > hr {
  display: none;
}
.checkout-index-index .am-checkout {
  margin: 20px 0;
  padding: 12px;
}
.checkout-index-index .am-checkout .product-item .amcheckout-price-wrapper {
  font-size: 1.2rem;
  margin: 5px 0;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: #eaeaea;
}
.checkout-index-index .opc-block-summary {
  margin: -24px -12px 0;
  padding: 24px 12px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
.checkout-index-index .additional-options {
  margin: 24px 7px 12px;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  background: none;
  border: 0;
  border-radius: 0;
  color: #10838c;
  display: inline;
  font-weight: 400;
  line-height: 1.42857143;
  padding: 0;
  text-decoration: none;
}
.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
  box-shadow: none;
}
.checkout-index-index .additional-options .field {
  margin-top: 7px;
}
.checkout-index-index .amcheckout-form-login .mage-error:not([style*='display: none;']) + .field-error {
  display: none;
}
.checkout-index-index .additional-options .field._required .label:after {
  color: #ce5b70;
  content: '*';
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-spin-button,
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: inner-spin-button !important;
}
.checkout-index-index .opc-block-summary .minicart-items input[type='number']:focus {
  -moz-appearance: spinner !important;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty {
  width: 55px;
}
.checkout-index-index .opc-block-summary .minicart-items button,
.checkout-index-index .opc-block-summary .minicart-items .cart.table-wrapper .actions-toolbar > .action,
.checkout-index-index .opc-block-summary .minicart-items .action-gift {
  float: right;
  margin-top: 12px;
}
.checkout-index-index .opc-block-summary .minicart-items .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  background-size: 7px;
  border: 1px #b6b6b6 solid;
  cursor: pointer;
  float: left;
  height: 7px;
  padding: 3px;
  width: 7px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 118px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin-left: 16px;
}
@media (min-width: 900px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 50%;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
    width: 33.3%;
  }
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 600px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  min-width: unset;
}
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  right: 0;
  width: 100%;
}
.checkout-index-index #recaptcha-checkout-place-order-wrapper .grecaptcha-badge {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
}
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}
.fieldset.address {
  margin: 0 -7px;
}
.fieldset.address > .field {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 7px;
  vertical-align: top;
  width: 100%;
}
.checkout-success .success-messages {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.account .column.main .order-details-items {
  margin-bottom: 0;
}
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
.page-main .block.block-order-details .order-date {
  border-bottom: 1px solid #c2c2c2;
  font-size: 1.6rem;
  padding-bottom: 25px;
}
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}
#registration {
  border-left: 3px solid #f58c12;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  position: relative;
  width: 600px;
}
#registration br {
  display: none;
}
#registration form {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
.amcheckout-trust-badges {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.amcheckout-trust-seal {
  font-size: 8px;
  max-width: 137px;
}
.checkout-payment-method .amcheckout-trust-seal {
  font-size: 10px;
  margin: 0 auto 15px;
  max-width: 66%;
  text-align: center;
}
.am-checkout.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
  font-size: 12px;
}
.amcheckout-trust-seal .amcheckout-title,
.amcheckout-trust-seal .amcheckout-description {
  margin-bottom: 0;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip {
  height: auto !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-box {
  border: 1px solid #c2c2c2;
  border-radius: 0;
  color: inherit !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-content {
  padding: 12px;
  background: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow {
  width: 12px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  left: -3px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  right: -2px;
  width: 14px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-background {
  left: 3px;
  border-right-color: #f4f4f4;
  border-left-color: #f4f4f4;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip .tooltipster-arrow-border {
  top: 2px;
  width: 16px;
  height: 16px;
  background-color: #c2c2c2 !important;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  left: 15px;
}
.amcheckout-default-tooltip.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  left: -5px;
  z-index: -1;
}
._amcheckout-selectable-container,
.amcheckout-step-container .shipping-address-items,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type),
.amcheckout-step-container .shipping-address-items .shipping-address-item:not(:last-of-type),
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type),
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
  .amcheckout-step-container .shipping-address-items .shipping-address-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:nth-last-child(-n + 2),
  .amcheckout-step-container .shipping-address-items .shipping-address-item:nth-last-child(-n + 2),
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:nth-last-child(-n + 2),
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.am-checkout.-modern {
  box-sizing: border-box;
  padding: 0;
  background: none;
}
.am-checkout.-modern.-layout-1column {
  margin: auto;
  max-width: 750px;
}
.am-checkout.-modern .checkout-header {
  padding: 0;
}
.am-checkout.-modern .authentication-wrapper {
  margin-right: 0;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  padding: 5px 20px;
  height: auto;
  border-radius: 2px;
  background: #1979c3;
  color: #fff;
}
.am-checkout.-modern .opc-estimated-wrapper {
  margin: 0 -15px 15px;
}
.am-checkout.-modern.-layout-2columns .product-item-details .product-item-inner .amcheckout-price-wrapper,
.am-checkout.-modern.-layout-3columns .product-item-details .product-item-inner .amcheckout-price-wrapper {
  order: inherit;
  text-align: start;
}
.amcheckout-main-container.-modern {
  clear: both;
  color: #363636;
}
.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
  margin: 40px 0 0;
}
.amcheckout-step-container {
  font-size: 16px;
}
.amcheckout-step-container > li {
  list-style: none;
}
.amcheckout-step-container .amcheckout-title {
  display: block;
  margin: 0;
  padding: 15px;
  background: #eee;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  position: relative;
  float: right;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 2px solid #1979c3;
  border-radius: 50%;
  transition: all .3s ease;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
  border-color: #429fe7;
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
  position: absolute;
  top: 41%;
  left: 50%;
  display: block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-right: 2px solid #1979c3;
  border-bottom: 2px solid #1979c3;
  content: '';
  transition: all .3s ease;
  transform: translate(-50%, -50%) rotate(45deg);
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus {
  transform: rotate(180deg);
}
.amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
  padding: 20px 0;
}
.amcheckout-step-container .fieldset:last-child {
  margin-bottom: 0;
}
.amcheckout-step-container .fieldset > .legend + br {
  display: none;
}
.amcheckout-step-container .fieldset > .field > .label,
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: normal;
}
.amcheckout-step-container .opc-block-summary {
  margin: 0;
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form {
  max-width: inherit;
}
.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
  margin-top: 15px;
}
.amcheckout-step-container .note {
  color: #777;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button, .ui-datepicker-trigger,.gpay-card-info-container),
.amcheckout-step-container button:not(.braintree-googlepay-button, .ui-datepicker-trigger,.gpay-card-info-container),
.amcheckout-step-container .cart.table-wrapper .actions-toolbar > .action:not(.braintree-googlepay-button, .ui-datepicker-trigger,.gpay-card-info-container),
.amcheckout-step-container .action-gift:not(.braintree-googlepay-button, .ui-datepicker-trigger,.gpay-card-info-container) {
  border: none;
  border-radius: 2px;
  background: #1979c3;
  box-shadow: none;
  color: #fff;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container .cart.table-wrapper .actions-toolbar > .action:not(.braintree-googlepay-button):hover,
.amcheckout-step-container .action-gift:not(.braintree-googlepay-button):hover {
  border: none;
}
.amcheckout-step-container .amcheckout-button.-new-address {
  margin-top: 20px;
}
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .action.primary,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .am-filter-go {
  float: none;
  margin: 0 15px 0 0;
  padding: 12px 16px;
  font-size: 16px;
}
.amcheckout-step-container .action-edit-address {
  margin-top: 15px;
}
.amcheckout-step-container .primary .action.checkout,
.amcheckout-step-container .action.checkout.amasty {
  padding: 14px 30px;
  background: #315499;
}
.amcheckout-step-container .form-discount .actions-toolbar .action {
  min-height: 40px;
}
.amcheckout-step-container input[type='number']:focus {
  -moz-appearance: none !important;
}
.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
  height: 40px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
}
.amcheckout-step-container .checkout-agreements .action-show {
  background: inherit;
  color: inherit;
  font-size: inherit;
}
.amcheckout-step-container .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
  height: auto;
}
.amcheckout-step-container input[type='checkbox'],
.amcheckout-step-container input[type='radio'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  top: unset;
  left: unset;
}
.amcheckout-step-container input[type='checkbox'] + label,
.amcheckout-step-container input[type='radio'] + label {
  display: flex;
  cursor: pointer;
}
.amcheckout-step-container input[type='checkbox'] + label span:only-child,
.amcheckout-step-container input[type='radio'] + label span:only-child {
  flex: auto;
}
.amcheckout-step-container input[type='checkbox'] + label:before,
.amcheckout-step-container input[type='radio'] + label:before {
  display: inline-block;
  box-sizing: border-box;
  margin: 3px 15px 0 0;
  min-width: 15px;
  min-height: 15px;
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  background: #fff !important;
  content: '';
  cursor: pointer;
}
.amcheckout-step-container input[type='checkbox'] + label:hover:before,
.amcheckout-step-container input[type='radio'] + label:hover:before,
.amcheckout-step-container input[type='checkbox']:checked + label:before,
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-color: #1979c3;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
.amcheckout-step-container input[type='checkbox'] + label:before {
  border-radius: 2px;
}
.amcheckout-step-container input[type='checkbox']:checked + label:before {
  border-width: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
  background-size: contain !important;
}
.amcheckout-step-container input[type='radio'] + label:before {
  border-radius: 50%;
  transition: all .2s ease;
}
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-width: 5px;
}
.amcheckout-step-container .amcheckout-form-login,
.amcheckout-step-container .form-login {
  margin-bottom: 30px;
  border-bottom: 1px solid #d4d4d4;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  width: calc(50% - 7px);
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
  margin: 0;
  width: 100%;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,
.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
  margin-left: 10px;
  height: 40px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
  margin-left: auto;
  color: #363636;
  line-height: 40px;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  display: inline-block;
}
.amcheckout-step-container .amcheckout-form-login .amcheckout-password.-confirm,
.amcheckout-step-container .form-login .amcheckout-password.-confirm {
  float: right;
}
.amcheckout-step-container .amcheckout-form-login .actions-toolbar,
.amcheckout-step-container .form-login .actions-toolbar {
  margin-bottom: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  margin-top: 20px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select {
  float: right;
  border: 1px solid #1787e0;
  background: #ddf0ff;
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
  background: #1787e0;
  color: #fff;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
  padding-left: 0;
  background: none;
  color: #4e4e4e;
  font-size: 16px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover {
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: '';
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  padding: 20px;
  line-height: 30px;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
  visibility: hidden;
}
.amcheckout-step-container .amcheckout-shipping-methods {
  display: block;
  max-width: inherit !important;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  padding: 0 20px;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
  position: relative;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
  color: #c00815;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  float: none;
  padding: 10px 20px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-top: 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
  background: none;
  color: #1979c3;
}
.amcheckout-step-container .amcheckout-delivery-date .field {
  width: 100%;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
  display: block;
}
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group + .payment-group .step-title {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
  margin-bottom: 40px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  padding: 0;
  width: 100%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
  padding: 0;
  border: none !important;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  padding: 20px;
  align-items: flex-start;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label > *:not(:only-child):not(:last-of-type) {
  margin-right: 5px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
  margin-left: auto;
  text-align: right;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 0 20px 0 45px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  margin: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > * {
  margin: 0 0 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
  display: inline-block;
  vertical-align: middle;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  float: left;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-summary-container {
  background: none;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: #315499;
  color: #fff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
  background: #fff;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  padding: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  margin-bottom: 20px;
  border-bottom: 1px solid #d4d4d4;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 0;
  width: 10px;
  height: 15px;
  border: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
  float: left;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 15px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  margin: 0;
  border: 1px solid #d4d4d4;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 100px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  padding: 15px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner .amcheckout-price-wrapper {
  flex-basis: 100%;
  order: 1;
  text-align: end;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  display: flex;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 10px 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  border: 1px solid #1787e0;
  border-radius: 2px;
  background: #f0f8ff;
  color: #1787e0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  background: #e6f3ff;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  padding-right: 20px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  margin: 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
.amcheckout-step-container .amcheckout-summary-container .subtotal {
  width: auto;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  width: 50%;
}
.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  width: 100%;
  border: none;
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  border-top: none;
}
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
  margin-bottom: 10px;
}
.amcheckout-step-container .amcheckout-additional-options {
  margin: 0;
  padding: 0 20px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  font-size: 0;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 14px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: 20px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 5px;
}
.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
  text-align: left;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0 20px;
}
.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
  padding-right: 0;
  padding-left: 0;
}
.amcheckout-step-container .opc-payment-additional .label {
  display: block;
  margin-bottom: 4px;
}
.amcheckout-step-container .opc-payment-additional .form-discount .label {
  display: none;
}
.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 40px;
}
.ambase-word-break,
.amslider .swiper-slide .ambrands-label,
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break,
.ie11 .amslider .swiper-slide .ambrands-label,
.ie11 .amslider .slide .category-item-title,
.ie11 .amslider .swiper-slide .swiper-category-item {
  word-break: break-all;
}
.columns .column.main {
  max-width: 100%;
}
.icon .brand-label {
  float: left;
}
.amshopby-morefrom .products-grid .product-item {
  width: auto;
}
.amshopby-morefrom .product-image-container {
  min-width: auto;
}
.ambrands-menu-item.parent .ambrands-link.level-top:after {
  content: '';
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
}
.ui-tooltip .arrow {
  position: absolute;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow:after {
  position: absolute;
  border-top: 10px solid #cccccc;
  content: '';
}
.ui-tooltip .arrow:before {
  position: absolute;
  top: -1px;
  z-index: 9;
  border-top: 9px solid #fff;
  content: '';
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .arrow.left {
  left: 15px;
}
.ui-tooltip .arrow.left:before {
  left: 1px;
  border-right: 19px solid transparent;
}
.ui-tooltip .arrow.left:after {
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow.right {
  right: 15px;
}
.ui-tooltip .arrow.right:before {
  right: 1px;
  border-left: 19px solid transparent;
}
.ui-tooltip .arrow.right:after {
  border-left: 20px solid transparent;
}
.ui-tooltip .am-brand-small_image {
  display: block;
  margin: auto;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  display: block;
  margin: auto;
  max-width: 400px;
}
.ui-tooltip .ui-tooltip-content h3 {
  margin: 5px 0;
}
.amslider * {
  margin: 0;
  padding: 0;
}
.amslider {
  position: relative;
  margin: 30px auto;
}
.amslider .swiper-pagination {
  position: static;
  padding-bottom: 35px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-container {
  overflow: hidden;
}
.amslider .swiper-slide .ambrands-label {
  margin-top: 10px;
  min-height: 40px;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amslider .swiper-pagination-bullet {
  margin: 0 6px;
  width: 6px;
  height: 6px;
  background: #333333;
}
.amslider .swiper-pagination-bullet-active {
  background: #1979c2;
}
.amslider .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.amslider .category-item .category-item-title {
  margin: auto;
}
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  font-size: 15px;
  line-height: 1.2;
}
.amslider .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amslider .ambrands-empty {
  margin: auto;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  top: calc(50% - (40px / 2));
  z-index: 2;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #1979c2;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: none;
}
.amslider .swiper-button-next:hover,
.amslider .swiper-button-prev:hover {
  background-color: #006bb4;
}
.amslider .swiper-button-next:after,
.amslider .swiper-button-prev:after {
  content: '';
}
.amslider .swiper-button-next:active,
.amslider .swiper-button-prev:active {
  background-color: #95b5d7;
}
.amslider .swiper-button-next.swiper-button-disabled,
.amslider .swiper-button-prev.swiper-button-disabled {
  background-color: #ececec;
  opacity: 1;
}
.amslider .swiper-button-next {
  right: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1NCA5Ljg3N0w3LjEwOC45MDkgNS42NSAyLjM1bDcuMDA4IDcuNTI4LTcuMjA1IDcuNzc0IDEuNDE3IDEuNDQgOC4xMS04LjY4LjQ3My0uNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider .swiper-button-prev {
  left: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTQ2IDEwLjEyM2w4LjM0NiA4Ljk2OCAxLjQ1Ny0xLjQ0LTcuMDA4LTcuNTI4IDcuMjA1LTcuNzc0LTEuNDE3LTEuNDQtOC4xMSA4LjY4LS40NzMuNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider-header-container {
  padding: 40px 10px 0;
  color: #333333;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  display: block;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
}
.amslider.ambrands-slider {
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
}
.amslider.ambrands-slider .ambrands-inner {
  position: relative;
  padding-bottom: 10px;
}
.amslider.ambrands-slider .ambrands-swiper-brand {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.amslider.ambrands-slider .ambrands-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.ambrands-slider .ambrands-image-block .ambrands-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.amslider.ambrands-slider .slide {
  align-items: stretch;
}
.amslider.ambrands-slider .slide .ambrands-image-block {
  overflow: hidden;
  margin-bottom: 10px;
}
.amslider.ambrands-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  padding: 0;
  height: auto;
}
.amslider .slide {
  display: flex;
  align-items: flex-start;
  flex-basis: 30%;
  justify-content: center;
  margin: 0 9px 20px 0;
  max-width: 30%;
  color: #333333;
  text-align: center;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-color: #bbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .ambrands-swiper-brand .ambrands-image {
  height: auto;
}
.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 2 * 40px);
}
.children-category-container .swiper-wrapper {
  align-items: baseline;
}
.amslider .swiper-slide {
  box-sizing: border-box;
  padding: 10px;
  color: #333333;
}
.amslider .swiper-slide .swiper-category-item {
  padding: 10px 0;
  border: 1px solid #fff;
}
.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}
.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .swiper-slide .swiper-category-item:hover,
.amslider .swiper-slide .swiper-category-item.active {
  margin: 0;
  border: 1px solid #bbb;
  background: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .swiper-slide .ambrands-swiper-brand .ambrands-empty {
  display: inline-block;
  margin: 0 auto;
  color: #e2e2e2;
}
.amslider .swiper-slide:hover,
.amslider .slide:hover {
  text-decoration: none;
}
#category-carousel .swiper-button-next {
  right: 0;
}
#category-carousel .swiper-button-prev {
  left: 0;
}
#category-carousel .swiper-button-next,
#category-carousel .swiper-button-prev {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  transition: all .3s ease;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .ambrands-swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand {
    width: 100%;
  }
  .ambrands-swiper-brand .ambrands-empty {
    width: 100%;
  }
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ui-tooltip .arrow {
  left: 8px;
  width: 15px;
}
.ui-tooltip .arrow:after {
  border-right: 15px solid transparent;
}
.ui-tooltip .arrow:before {
  border-right: 14px solid transparent;
}
.amslider-container {
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}
.am-rating-up {
  font-size: smaller;
}
.amshopby-highlighted {
  background-color: #ffff00;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-height: 16px;
  max-width: 16px;
  vertical-align: top;
}
.amshopby-filter-value .swatch-option.image,
.amshopby-filter-value .swatch-attribute.size .swatch-option,
.amshopby-filter-value .swatch-attribute.manufacturer .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-title:after {
  font-size: 14px;
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.amshopby-button {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.amshopby-button:active,
.amshopby-button:focus {
  background: #135d96;
  border-color: #135d96;
}
.am-filter-go {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 15px 0 0;
  width: 25%;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.am-filter-go:not(.primary) {
  border-radius: 3px;
}
.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
  box-shadow: none;
}
.am-filter-go:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.am-filter-go:active,
.am-filter-go:focus {
  background: #135d96;
  border-color: #135d96;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 10px 0 0;
}
.am-swatch-options > .item {
  padding-bottom: 4px;
}
.am-swatch-options > .item:hover {
  background-color: transparent;
}
.am-swatch-options .am-shopby-swatch-label {
  display: inline-block;
  max-width: 70%;
  vertical-align: middle;
  word-wrap: break-word;
}
.filter-options .am-swatch-wrapper {
  line-height: initial;
  margin: 0 0 5px !important;
}
.filter-options .am-swatch-wrapper.-amshopby-hidden {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.catalog-topnav .filter-options .filter-options-item {
  border: 0;
  display: inline-block;
}
.catalog-topnav .filter-options .filter-options-content {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  margin-top: 12px;
  min-width: 100px;
  position: absolute;
  z-index: 9999;
}
.catalog-topnav .filter-options .am-filter-items-rating li {
  margin: 0 0 10px;
}
.catalog-topnav .filter-options .am-filter-items-rating li:last-child {
  margin: 0;
}
.catalog-topnav .block-actions {
  display: none;
}
.catalog-topnav {
  display: none;
}
.filter-options .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  right: 8px;
  top: 5px;
}
.page-layout-1column .filter-options-item.active .filter-options-content {
  padding: 10px 15px;
}
.page-layout-1column .filter-options-content li.item {
  padding: 0;
}
.filter [data-role='collapsible']:not([data-collapsible='true']) [data-role='content'] {
  display: none;
}
div.swatch-option-tooltip {
  z-index: 9999;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  background-size: contain !important;
}
.filter-options .am-labels-folding .item {
  position: relative;
}
.filter-options .ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  cursor: pointer;
  list-style: none;
  margin: 0;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px .4em;
  position: relative;
}
.filter-options .ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 0;
}
.filter-options-content .am-swatch-wrapper {
  display: inline-block;
}
.filter-options-content .am-swatch-wrapper:hover .am-swatch-link {
  background: none;
}
.filter-options-content .am-swatch-wrapper > .input.-hidden {
  display: none;
}
.am-filter-items-attr_price {
  max-width: 350px;
  min-width: 130px;
}
.am-filter-items-attr_color .swatch-option.text {
  padding: 1px 2px;
  width: 30px;
}
.amasty-catalog-topnav.block.filter {
  flex-basis: auto;
}
.amasty-catalog-topnav .filter-options .item:last-child {
  margin-bottom: 0;
}
.amshopby-category-dropdown {
  background-color: #fff;
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  font-weight: 400;
  min-height: 3.2rem;
  overflow: hidden;
  padding-right: 3.6rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
}
.amshopby-category-dropdown:after {
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: .5rem .4rem 0;
  box-sizing: border-box;
  content: '';
  height: 0;
  margin-top: -.2rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.amshopby-category-dropdown:before {
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.am-category-wrapper {
  display: block;
  position: relative;
  user-select: none;
}
.am-category-wrapper.-active .amshopby-category-dropdown:after {
  transform: rotate(180deg);
}
.am-category-wrapper .amshopby-checkbox,
.am-category-wrapper .amshopby-radio {
  margin-left: 20px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0;
}
.am-category-wrapper .am-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.2rem;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.am-category-wrapper .am-multiselect-crumb .action-close:before {
  content: 'x';
  font-size: 10px;
  transition: color .1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close > span {
  clip: rect(0, 0, 0, 0);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 4px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
  left: 20px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
  padding-left: 20px;
}
.filter-options .amshopby-category-dropdown + form .item {
  flex-wrap: wrap;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown + form .item {
  display: block;
  position: relative;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
  left: 20px;
}
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
  padding-left: 20px;
}
.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  display: flex;
  align-items: center;
  align-self: flex-start;
  left: 0;
  top: 0;
}
.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after,
.am-labels-folding .am-show-more:before {
  margin: 0;
  position: static;
}
.am-collapse-icon {
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  position: absolute;
  width: 20px;
}
.am-collapse-icon:after,
.am-show-more:before {
  background: url("../../frontend/Dotsquares/custom_child/en_GB/Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  width: 12px;
}
.am-collapse-icon.-active:after {
  content: '';
  transform: rotate(180deg);
}
.amshopby-option-link {
  clear: both;
  display: inline-block;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-width: 30px;
  max-height: 30px;
}
.amshopby-item-removed {
  text-decoration: none;
}
.am-category-image {
  vertical-align: middle;
}
.amshopby-filter-current .filter-label {
  vertical-align: middle;
}
.amshopby-filter-current .amshopby-items {
  padding: 0 0 0 10px;
}
.amshopby-filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  font-weight: 600;
  padding: 0 5px 0 0;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.ie11 .amshopby-filter-current .amshopby-filter-name:after {
  padding-left: 1px;
}
.amshopby-filter-current .amshopby-filter-value {
  flex-grow: 1;
}
.amshopby-filter-current .am-swatch-link {
  display: flex;
  align-items: center;
}
.amshopby-filter-current .amshopby-filter-value .am-swatch-options .swatch-option {
  margin: 0;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: .5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #c7c7c7;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
}
.amshopby-filter-current .amshopby-remove:after {
  transform: rotate(45deg);
}
.amshopby-filter-current .amshopby-remove:before {
  transform: rotate(-45deg);
}
.amshopby-filter-current .am-shopby-swatch-label {
  margin-left: 10px;
}
.amshopby-filter-current .swatch-option-link-layered {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.amshopby-filter-current .item {
  padding-bottom: 0;
}
.am-dropdown .am-select,
.am-dropdown .chosen-container .chosen-choices {
  background-color: #fff;
  border-color: #ccc;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-height: 32px;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  color: #000;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  min-width: 100px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .amshopby-item.item {
  display: flex;
  align-items: center;
  padding: 0 0 10px 20px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .items {
  padding: 15px;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .am-show-more {
  padding: 12px 25px 0 0;
}
.am-porto-cmtb .amshopby-filter-current.filter-current .category-image .image {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.am-porto-cmtb .filter-options-content .swatch-option {
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: none;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.am-porto-cmtb .page-wrapper > .page-header {
  z-index: 900;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
  margin: 0;
}
.amshopby-slider-container {
  margin: 10px 0 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  z-index: 2;
}
.amshopby-slider-container .am-slider:not(.-loaded) {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  border-radius: 20px;
  content: '';
  position: absolute;
  z-index: 1;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: inherit;
  padding: 0;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 10px 0 0;
  text-align: center;
}
.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
  pointer-events: none;
  user-select: none;
}
.amshopby-slider-container .amshopby-slider-tooltip {
  border: 1px solid #fff;
  border-radius: 2px;
  bottom: calc(100% + 7px);
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: .03em;
  line-height: 1;
  padding: 3px;
  position: absolute;
  transition: none;
  z-index: 1;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner {
  position: absolute;
  top: -12px;
  width: 8px;
  z-index: 2;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:before,
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  border: 1px solid;
  border-color: inherit;
  box-sizing: content-box;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  background: inherit;
}
.amshopby-slider-container.-default .am-slider {
  background: #dadada;
  height: 10px;
  margin: 0 8px;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  height: 10px;
  width: 16px;
}
.amshopby-slider-container.-default .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-default .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-default .ui-slider-range {
  background: #b6b6b6;
  height: 10px;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  transform: translate(-8px, -3px);
  width: 16px;
}
.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
  flex-wrap: wrap;
  margin-top: 10px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 25px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 35px;
}
.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  max-width: 210px;
}
.amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
  max-width: 50%;
  position: relative;
  width: calc(50% - 7px);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  background-clip: padding-box;
  border: 1px solid #dfdedd;
  color: #494949;
  font-size: 14px;
  height: 40px;
  letter-spacing: .03em;
  text-align: center;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  line-height: 40px;
  margin: 0;
  width: 14px;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  margin: 15px 0 0;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active {
  box-shadow: none;
}
.amshopby-input-wrapper .amshopby-currency {
  background: #fff;
  bottom: calc(100% - 10px);
  color: #494949;
  font-size: 14px;
  left: 4px;
  letter-spacing: .03em;
  line-height: 16px;
  padding: 2px;
  position: absolute;
}
.amshopby-slider-tooltip {
  color: #fff;
}
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-corner,
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container.-improved {
  margin-top: 30px;
}
.amshopby-slider-container.-improved .am-slider {
  background: #dfdedd;
  height: 4px;
  margin: 0 8px;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  background: #dfdedd;
  height: 4px;
  width: 16px;
}
.amshopby-slider-container.-improved .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-improved .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-improved .ui-slider-range {
  height: 4px;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  top: -6px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-volumetric {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric .am-slider {
  background: #dfdedd;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
  margin: 0 4px;
}
.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
  display: none;
}
.amshopby-slider-container.-volumetric .ui-slider-range {
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 12px;
  transform: translate(-4px, 10px);
  width: 8px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
  background: inherit;
  bottom: calc(100% - 4px);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  left: calc(50% - 3px);
  position: absolute;
  transform: rotate(-135deg);
  width: 6px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
  border-radius: 3px;
  bottom: calc(100% + 17px);
}
.amshopby-slider-container.-volumetric .amshopby-slider-corner {
  top: -23px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-display {
  margin-top: 20px;
}
.amshopby-slider-container.-light {
  margin-top: 30px;
}
.amshopby-slider-container.-light .am-slider {
  background: #dfdedd;
  height: 1px;
  margin: 0 8px;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  background: #dfdedd;
  height: 1px;
  width: 16px;
}
.amshopby-slider-container.-light .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-light .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-light .ui-slider-range {
  height: 1px;
}
.amshopby-slider-container.-light .am-slider .ui-slider-handle {
  background: #ffffff;
  border: 1px solid #dfdedd;
  border-radius: 50%;
  box-sizing: border-box;
  height: 16px;
  top: -8px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-light .amshopby-slider-corner {
  background: #fff;
  border-color: #dfdedd;
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  border-color: #dfdedd;
}
.amshopby-slider-container.-dark {
  margin-top: 30px;
}
.amshopby-slider-container.-dark .am-slider {
  background: #4a4948;
  height: 3px;
  margin: 0 5px;
}
.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
  height: 3px;
  width: 10px;
}
.amshopby-slider-container.-dark .am-slider:before {
  left: -5px;
}
.amshopby-slider-container.-dark .am-slider:after {
  right: -5px;
}
.amshopby-slider-container.-dark .ui-slider-range {
  height: 3px;
}
.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 15px;
  top: -6px;
  transform: translateX(-5px);
  width: 10px;
}
.filter-options-item .filter-options-content {
  padding-bottom: 5px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-content .range {
  align-items: center;
  display: flex;
  margin-top: 15px;
  text-align: center;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 10px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 7px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  margin-left: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  padding-left: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin-bottom: -15px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content {
  padding-bottom: 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .item.-is-collapsible.-is-by-click.-folded .-folding {
  display: none;
}
.filter-options .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  list-style: none;
  padding-left: 20px;
  width: 100%;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
  padding-left: 0;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .item.-empty-value {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.filter-options .ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}
.filter-options .am-category-view {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  display: none;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
  top: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
  left: 0;
  right: inherit;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
  padding-left: 40px;
}
.filter-options .am-category-view [class*='am-filter-item'] {
  display: inline-block;
  white-space: initial;
}
.filter-options .filter-options-content .rating-summary {
  display: inline-block;
  vertical-align: sub;
}
.filter-options .amshopby-search-box {
  margin: 0 0 15px;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'],
.filter-options .am-category-view input[type='radio'] {
  display: none;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0;
}
.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children) > .item.-is-by-click.-filter-parent ~ .item.-is-expanded {
  margin-left: 20px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  position: relative;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 20px;
}
.filter-actions .filter-clear {
  color: #1979c3;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #399ae6;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #135d96;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #1979c3;
}
.filter-options-content .item a:hover .count {
  color: #1979c3;
}
.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
  color: #135d96;
  text-decoration: none;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item > a {
  display: block;
}
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: none;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  color: #1979c3;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #1979c3;
}
.am-show-more,
.filter-options-content .am-show-more {
  background: transparent;
  border: 0;
  color: #070605;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  position: relative;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 0;
}
.filter-options-content .am-show-more {
  padding-left: 10px;
}
.am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: transparent;
  color: #838382;
  text-decoration: none;
}
.am-show-more:active,
.filter-options-content .am-show-more:active {
  box-shadow: none;
  color: #070605;
}
.am-show-more:before {
  top: 0;
}
.am-show-more.-active {
  align-items: center;
  display: inline-flex;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: .5;
}
.am-show-more[data-is-hide='false']:before {
  transform: rotate(180deg);
}
.amshopby-link-selected {
  color: #1979c3;
}
.items[class*='category_ids']:not(.items-children) > .item > a {
  font-weight: 700;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding {
  padding-left: 0;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
  margin-left: 20px;
}
.am-filter-items-stock .amshopby-link-selected,
.am-filter-items-rating .amshopby-link-selected {
  text-decoration: none;
}
.filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
  border-color: #1979c3;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover {
  color: inherit;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count {
  color: #757575;
}
.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: relative;
  padding: 13px 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.amshopby-fly-out-view .am-input[type='radio'] + .amshopby-choice {
  display: none;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 18px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
  background-color: #f8f8f9;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: absolute;
  z-index: 995;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
  position: relative;
  top: inherit;
  left: inherit;
  margin: 3px 0;
  padding-left: 22px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-'] {
  display: inline-block;
  width: 100%;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover {
  background-color: transparent;
  color: inherit;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover > .count {
  color: #757575;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover ~ .amshopby-choice:before {
  border-color: #e3e3e3;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 999;
  width: 100%;
  transition: left 0.2s ease-in-out;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 211;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
.am-show-button > .am-items {
  margin: 0;
  padding: 0 10px;
  color: #070605;
  font-size: 14px;
  line-height: 22px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../../frontend/Dotsquares/custom_child/en_GB/Amasty_Shopby/images/svg/loader.svg') center / 30px no-repeat;
  vertical-align: middle;
}
.am-show-button > .amshopby-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 90px;
  line-height: 1;
}
.ie11 .am-show-button > .amshopby-button {
  padding: 10px;
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
.amshopby-overlay-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 230;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.amshopby-overlay-block > .amshopby-loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: url('../../frontend/Dotsquares/custom_child/en_GB/Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  transform: translate(-50%, -10%);
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amshopby-slider-settings {
  list-style: none;
}
.amshopby-slider-settings.-style {
  max-width: 214px;
}
.amshopby-slider-settings.-style .amshopby-slider-container.-default .amshopby-label {
  padding-bottom: 15px;
}
.amshopby-slider-settings.-style .am-slider {
  z-index: 0;
  margin: 0;
}
.amshopby-slider-settings.-style .amshopby-label {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
.amshopby-slider-settings.-style .amshopby-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amshopby-slider-settings.-style .amshopby-input:checked {
  background: #007bdb;
}
.amshopby-slider-settings.-style .amshopby-input:checked:after {
  position: initial;
  margin: 0;
  width: 6px;
  height: 6px;
  background: #fff;
}
.amshopby-slider-settings.-style .amshopby-title {
  padding-left: 7px;
}
.amshopby-slider-settings.-style .amshopby-slider-tooltip {
  visibility: visible;
  opacity: 1;
  transition: none;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.amshopby-brand-title-link {
  font-weight: bold;
}
.amshopby-brand-tooltip.-no-double ~ .amshopby-brand-tooltip.-no-double {
  visibility: hidden;
  opacity: 0;
}
.ambrands-letters-filter {
  display: flex;
  flex-wrap: wrap;
}
.ambrands-letters-filter .ambrands-letter {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 12px 12px 0;
  padding: 6px;
  min-width: 34px;
  min-height: 34px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #333333;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
}
.ambrands-letters-filter .ambrands-letter:hover {
  border-color: #006bb4;
  background: #ffffff;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  border-color: #ececec;
  background: #ececec;
  box-shadow: none;
  color: #cccccc;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  border-color: #006bb4;
  background: #dff1ff;
  color: #006bb4;
}
.ambrands-letters-filter .ambrands-letter.-letter-all {
  padding: 6px 11px;
}
.ambrands-filters-block {
  display: inline-block;
  margin: 20px 0 53px;
  width: 100%;
}
.ambrands-search-wrapper {
  margin-bottom: 30px;
  max-width: 460px;
}
.ambrands-search-block {
  position: relative;
  display: block;
}
.ambrands-search-block:before {
  position: absolute;
  top: calc(50% - 20px / 2);
  left: 15px;
  display: flex;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
  content: '';
  pointer-events: none;
}
.ambrands-search-block .ambrands-clear {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 10px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0 6px 6px 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
  cursor: pointer;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  display: block;
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 10px 40px;
  max-width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input::-webkit-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input::-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input:-ms-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:focus::-webkit-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus::-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-ms-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:hover,
.ambrands-search-block .ambrands-input:focus {
  border-color: #006bb4;
}
._keyfocus .ambrands-search-block .ambrands-input:focus,
.ambrands-search-block .ambrands-input:not([disabled]):focus {
  box-shadow: none;
}
.ambrands-livesearch-block {
  position: absolute;
  z-index: 99;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 250px;
  width: 460px;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%;
  color: #000;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
@supports (-webkit-touch-callout: none) {
  ._keyfocus .ambrands-search-block .ambrands-input:not(:focus),
  .ambrands-search-block .ambrands-input:not(:focus) {
    border-top-width: .5px;
  }
}
.ambrands-letters-list .ambrands-letter {
  box-sizing: border-box;
  margin-bottom: 40px;
  width: 100%;
  vertical-align: top;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  color: #333;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
}
.ambrands-letter .ambrands-brand-item {
  position: relative;
  margin: 0 8px 16px;
  min-width: 100px;
}
.ambrands-letter .ambrands-brand-item.-no-logo {
  max-width: calc(50% - (8px * 2));
  width: 100%;
}
.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
  padding-top: 10px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333333;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
  border-color: #006bb4;
  background: rgba(65, 173, 255, 0.19);
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #e2e2e2;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #c7c7c7;
}
.ambrands-letter .ambrands-brand-item .ambrands-count:before {
  content: '(';
}
.ambrands-letter .ambrands-brand-item .ambrands-count:after {
  content: ')';
}
.ambrands-letter .ambrands-brand-item .ambrands-label {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-width: 100%;
  max-height: 100%;
}
.ambrands-letter .ambrands-image {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.ambrands-letters-list .ambrands-brand-item {
  list-style-type: none;
  text-align: center;
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.desktopMic {
  display: inline-block;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 34px;
  top: 6px;
  z-index: 1;
  content: '';
  background-size: 18px 18px;
  background-position: center;
}
.desktopMic::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #757575;
  content: '';
  width: 100%;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  padding: 10px;
  text-align: center;
}
.block-search .label.searchshow + .control input {
  position: static;
}
.listening {
  background-size: 50px 50px !important;
}
.header.content:after {
  display: inline !important;
}
@media (max-width: 767px) {
  .desktopMic {
    display: none;
  }
}
/******************************/
.widget-blog-posts ol.post-list {
  list-style: none;
  padding: 0;
}
.widget-blog-posts ol.post-list li.item {
  text-align: center;
  box-sizing: border-box;
  display: block;
  width: 100%;
  overflow: hidden;
}
.widget-blog-posts ol.post-list .post-image span.empty {
  background: #ddd;
  width: 600px;
  height: 150px;
  display: block;
}
.block-blog-protected {
  max-width: 500px;
}
.post-list-wrapper .post-list.grid li {
  display: block;
  width: 100%;
  overflow: hidden;
}
body.template-full-width main.page-main,
body.elementor-template-full-width main.page-main {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}
body.template-full-width .columns > .sidebar,
body.elementor-template-full-width .columns > .sidebar {
  display: none;
}
body.template-full-width .columns > .column.main,
body.elementor-template-full-width .columns > .column.main {
  width: 100%;
  float: none;
}
.block-blog-search .fieldset {
  margin-bottom: 10px;
}
/**
 * Common
 */
.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;
}
/**
 * Desktop
 */
/**
 * Mobile
 */
/**
 * 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_BetterPopup
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
#mageplaza-betterpopup-block {
  position: relative;
}
.mp-better-popup-click-trigger {
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.click-trigger {
  background-color: #31B0D5;
  color: white;
  padding: 10px 25px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-color: #46b8da;
}
.click-trigger:hover {
  background-color: #31B0D5;
  color: white;
  border: 1px solid #31B0D5;
}
div#bio_ep_close {
  position: absolute;
  right: 8px;
  top: 0;
  z-index: 99;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
#bio_ep {
  text-align: center;
  box-shadow: none !important;
}
.child-label {
  display: block;
  font-size: 25px;
  margin: 20px;
}
#bio_ep_content {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.better-popup-input-email {
  width: 70% !important;
  height: 35px !important;
}
input.better-popup-input-email::placeholder {
  opacity: 0.5;
}
.better-popup-btn-submit {
  width: 70%;
  margin: 10px 0 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 35px;
}
.mageplaza-betterpopup-content {
  width: 100%;
  height: 100%;
  display: table;
}
.success-title {
  font-size: 22px;
}
.mp-popup-coupon-code {
  width: 70%;
  margin: 0 auto;
}
#mp-coupon-code {
  text-align: center;
  max-width: 100%;
  border: 1px dashed #c1bebe;
  background: 0 0;
  font-size: 25px;
  color: #FFF;
  margin-top: 15px;
  height: 50px;
}
button.btn-copy.primary,
.cart.table-wrapper .actions-toolbar > .action.btn-copy.primary,
.action-gift.btn-copy.primary {
  width: 100%;
  margin: 5px 0 15px 0;
  color: #fff;
  background-color: #006bb4;
  border: none;
  height: 35px;
}
button.btn-copy.primary:hover,
.cart.table-wrapper .actions-toolbar > .action.btn-copy.primary:hover,
.action-gift.btn-copy.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
#status {
  color: #e02b27;
  visibility: visible;
  font-size: 13px !important;
}
span.success-lable {
  border: none !important;
  font-size: 16px !important;
}
canvas {
  position: fixed;
  z-index: 10002;
  opacity: 0.5;
  display: none;
  top: 0;
  left: 0;
}
.popup-loader {
  display: none;
  position: absolute;
  width: 100%;
  padding-top: 15px;
}
img.loader {
  width: 3%;
}
.tmp3-img-content {
  float: left;
}
.tmp3-text-content {
  background-color: #FFFFFF;
  font-family: sans-serif;
  float: left;
  width: calc(100% - 460px);
  height: 321px;
}
.tmp3-title {
  color: #0083d0;
  font-size: 50px;
  margin-top: 30px;
}
.tmp3-sub-title {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  margin-top: -12px;
}
.tmp3-text {
  color: #000000;
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
  line-height: 1.714;
  margin-top: 30px;
}
.tmp3-form {
  position: relative;
  margin-top: 30px;
}
.tmp3-input {
  border: none !important;
  border-radius: 17.5px !important;
  background-color: #e5e5e5 !important;
  height: 35px !important;
  font-family: sans-serif !important;
}
.tmp3_field_newsletter {
  width: 75%;
  margin: 0 auto;
}
.tmp3-button {
  position: absolute;
  top: 0;
  right: 40px;
  border-radius: 17.5px;
  height: 35px;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #a2a2a2 !important;
  font-size: 12px !important;
  font-style: italic;
  padding-left: 5px;
}
.tm1-popup-loader {
  margin-top: 10px;
}
.tm1-loader {
  width: 7%;
}
#mp-popup-template4 {
  width: 105%;
  height: 105%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tmp4-text-content {
  width: 50%;
  background-color: #FFFFFF;
  font-family: sans-serif;
  float: left;
  margin: 25px 0 0 35px;
}
.tmp4-img-content {
  position: absolute;
  top: 40px;
  right: 10px;
}
.tmp4-title {
  font-size: 50px;
  color: #0083d0;
  line-height: 1.066;
  text-align: left;
}
.tmp4-sub-title {
  font-size: 14px;
  color: #222222;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.8;
  text-align: left;
}
.tmp4-text {
  font-size: 14px;
  color: #222222;
  line-height: 1.714;
  text-align: left;
  width: 75%;
  margin-top: 20px;
}
.tmp4-form {
  width: 75%;
  margin-left: 9px;
  text-align: left;
}
.tmp4_field_newsletter {
  padding-right: 10%;
}
.tmp4-input {
  background-color: #e5e5e5 !important;
  margin-top: 30px;
  margin-left: 25px;
  border: none !important;
  height: 35px !important;
  font-family: sans-serif !important;
}
.tmp4-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  padding-left: 15px;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: left;
}
.tmp4-button {
  background-color: #ff5a15 !important;
  width: 130px;
  height: 30px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin: 15px 0 0 25px;
}
.tmp5-img-content {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 35px;
}
.tmp5-img-cap {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
}
#mp-popup-template5 img {
  max-height: initial;
}
.tmp5-text-content {
  font-family: sans-serif;
  position: absolute;
  z-index: 40;
  top: -55px;
  left: 65px;
  width: 65%;
}
.tmp5-title {
  font-size: 40px;
  color: #0083d0;
  line-height: 1.2;
  text-align: center;
}
.tmp5-sub-title {
  font-size: 12px;
  color: #222222;
  font-weight: bold;
  text-align: center;
}
.tmp5-text {
  font-size: 14px;
  color: #222222;
  line-height: 1.286;
  text-align: center;
  margin-top: 15px;
}
.tmp5-form {
  width: 100%;
  position: absolute;
  z-index: 30;
  left: 0;
  bottom: 0;
}
.tmp5-img-email {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.tmp5_field_newsletter {
  position: absolute;
  z-index: 10;
  top: -158px;
  left: 80px;
}
.tmp5-input {
  background-color: #e5e5e5 !important;
  width: 200px !important;
  height: 35px !important;
  border: none !important;
  font-family: sans-serif !important;
  padding-left: 30px !important;
}
.tmp5-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: center;
  padding-right: 25px;
}
.tmp5-button {
  position: absolute;
  z-index: 30;
  background-color: #ff5a15 !important;
  width: 130px;
  height: 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin-top: 10px;
  top: -125px;
  left: 115px;
}
.tmp5-msg-error {
  margin-top: 30px;
  position: absolute;
  z-index: 60;
  width: 100%;
}
.tmp5_field_newsletter #mp-newsletter-error {
  position: absolute;
}
.tmp5-form .popup-loader {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  top: -100px;
  left: 0;
  z-index: 100;
}
.tmp5-form .popup-loader .loader {
  width: 6%;
}
#mp-popup-template6 {
  font-family: sans-serif;
  height: fit-content;
  width: fit-content;
  margin: auto;
}
.tmp6-left-title {
  width: 350px;
  background-color: #0083d0;
  height: 250px;
  float: left;
}
.tmp6-left-title ul {
  list-style-type: none;
  margin-top: 35px;
}
.tmp6-left-title ul li {
  margin-bottom: -5px;
}
.tmp6-left-title ul li:nth-child(1) {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}
.tmp6-left-title ul li:nth-child(2) {
  font-size: 36px;
  color: #ffffff;
  text-align: left;
}
.tmp6-left-title ul li:nth-child(3) {
  font-size: 36px;
  color: #51f5ff;
  text-align: left;
}
.tmp6-text-content {
  background-color: #FFFFFF;
  width: 450px;
  height: 250px;
  float: left;
}
.tmp6-text {
  padding-top: 35px;
  width: 85%;
  margin: 0 auto;
  font-size: 20px;
  color: #222222;
  line-height: 1.4;
  text-align: center;
}
.tmp6-form {
  width: 85%;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
}
.tmp6-input {
  background: #e5e5e5 !important;
  height: 42px !important;
}
.tmp6-input::-webkit-input-placeholder {
  font-size: 14px !important;
  font-style: italic;
  color: #a2a2a2 !important;
  line-height: 1.714;
  text-align: center;
}
.tmp6-button {
  background-color: #ff5a15 !important;
  width: 130px;
  height: 20px;
  border-radius: 10px;
  border: none !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 0 !important;
  margin-top: 20px;
}
.tmp6_field_newsletter #mp-newsletter-error {
  position: absolute;
  top: 57px;
  display: block;
  width: 100%;
}
.tmp6-text-content .popup-loader {
  position: absolute;
  width: 100%;
  padding-top: 15px;
  bottom: 18px;
}
.magictabs .item.activated,
.magictabs .item:hover {
  border-color: #ff3366;
}
.content-products .mage-magictabs {
  display: none;
}
.content-products .mage-magictabs.activated {
  display: block;
}
.content-products .product-items {
  opacity: 0;
}
.content-products .product-items.grid-init,
.content-products .grid-init .product-items,
.content-products .slick-initialized .product-items,
.content-products .product-items.slick-initialized {
  opacity: 1;
}
.content-products .product-item-info {
  width: auto;
}
.checkout-index-index .am-gift-message .edit-link {
  display: none;
  color: #1979c3;
  cursor: pointer;
}
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
.no-background .navigation {
  background: none !important;
}
.megamenu-preview-index .ves-megamenu {
  margin-top: 30px;
}
.megamenu-preview-index .ves-vertical {
  max-width: 300px;
}
.ves-megamenu.top-navigation .ves-navbar {
  display: none;
}
.ves-megamenu > .block-title {
  margin: 0;
  text-align: center;
  padding: 10px;
  background: #333;
  color: #FFF;
}
.ves-megamenu .dynamic-items > ul {
  display: block !important;
}
.ves-megamenu .navigation .drill-opener,
.ves-megamenu .navigation .opener {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  cursor: pointer;
  text-align: center;
  font-family: 'luma-icons';
  z-index: 99;
  width: auto;
  height: auto;
  line-height: 50px;
  width: 50px;
}
.ves-megamenu .navigation .mega-col {
  padding: 0;
}
.ves-megamenu .navigation .carousel-control {
  top: 40%;
}
.ves-megamenu .navigation .carousel-control.left,
.ves-megamenu .navigation .carousel-control.right {
  transition: all 300ms ease-in-outs all ease-in;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  text-shadow: none;
  top: 45%;
  padding: 12px;
  position: absolute;
  background: #f5f5f5;
  color: #333;
  opacity: 1;
  line-height: 1.5em;
  width: auto;
  bottom: auto;
}
.ves-megamenu .navigation .block-content {
  max-width: 100%;
  position: relative;
}
.ves-megamenu .navigation .carousel-indicators {
  bottom: 0;
}
.ves-megamenu .navigation .carousel-indicators > li {
  border: 1px solid #1979c3;
}
.ves-megamenu .navigation .carousel-indicators > li.active {
  background-color: #1979c3;
}
.ves-megamenu .navigation .product-items {
  padding: 10px;
  margin: 0;
}
.ves-megamenu .navigation .item-before-content,
.ves-megamenu .navigation .item-after-content {
  float: left;
  width: 100%;
}
.ves-megamenu .navigation .icon-top {
  line-height: 84px;
  width: 100%;
  height: 84px;
  text-align: center;
  background: #333;
  margin-bottom: 10px;
}
.ves-megamenu .navigation .icon-top:hover {
  background-color: #5bd2ec;
}
.ves-megamenu.ves-vertical .navigation .level0 > a .cat-label {
  position: static;
  padding: 4px 6px;
}
.ves-megamenu .feature-box-v3:hover .fbox-icon .icons {
  background: #ef2840;
  color: #fff;
}
.ves-megamenu .feature-box-v3 .fbox-icon .icons {
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 24px;
  width: 30px;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.ves-megamenu .feature-box-v3 .fa:before {
  font-size: 30px;
}
.ves-megamenu .feature-box-v3 a {
  background: #e8e8e8;
  border-left: 0;
  float: none;
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.ves-megamenu ul {
  list-style: none;
  padding: 0;
}
.ves-megamenu .dynamic-items {
  padding: 0;
  width: 20%;
}
.ves-megamenu .level0 ul {
  margin: 0;
  padding: 0;
}
.ves-megamenu .level0 .megamenu-widget > .carousel > .products-grid .product-item {
  width: 100%;
}
.ves-megamenu .level0 .megamenu-widget > .carousel .item {
  display: none;
}
.ves-megamenu .level0 .megamenu-widget > .carousel .item.active {
  display: block;
}
.ves-megamenu .level0 .submenu .nav-item > a {
  padding: 0 20px;
  line-height: 50px;
}
.ves-megamenu .level0 .submenu .nav-item > a > .ves-caret {
  line-height: 50px;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a {
  padding: 0;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a:hover {
  background: none;
}
.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item .actions-secondary a {
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.ves-megamenu .submenu-alignright > .submenu {
  right: 0;
  left: auto !important;
}
.ves-megamenu .text-center {
  text-align: center;
}
.ves-megamenu .pull-right {
  float: right;
}
.ves-megamenu .pull-left {
  float: left;
}
.ves-megamenu .cat-label {
  transition: all 450ms ease-in-outs all ease-in;
  -webkit-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
  color: #FFF;
  padding: 2px 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-transform: none;
  text-shadow: none;
  margin-left: 2px;
}
.ves-megamenu .cat-label.cat-label-v1 {
  background-color: #5bd2ec;
}
.ves-megamenu .cat-label.cat-label-v2 {
  background-color: #d52462;
}
.ves-megamenu .cat-label.cat-label-v3 {
  background: #0cc485;
}
.ves-megamenu .cat-label.pin-bottom:before {
  position: absolute;
  right: 6px;
  top: 22px;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px;
  border-color: transparent;
  transition: border-color 450ms ease-in-outs all ease-in;
  -webkit-transition: border-color 450ms ease-in-out;
  -o-transition: border-color 450ms ease-in-out;
  transition: border-color 450ms ease-in-out;
}
.ves-megamenu .cat-label.cat-label-v1.pin-bottom:before {
  border-top-color: #5bd2ec;
}
.ves-megamenu .cat-label.cat-label-v2.pin-bottom:before {
  border-top-color: #d52462;
}
.ves-megamenu .cat-label.cat-label-v3.pin-bottom:before {
  border-top-color: #0cc485;
}
.ves-megamenu .nav-item {
  position: relative;
}
.ves-megamenu .nav-item > a {
  line-height: 50px;
}
.ves-megamenu .nav-item.active > a {
  background: #333 !important;
  color: #FFF;
}
.ves-megamenu .submenu p > a {
  padding: 0;
}
.ves-megamenu iframe,
.ves-megamenu video {
  max-width: 100%;
}
.ves-megamenu .level0 > a > .item-icon {
  margin-bottom: -5px;
}
.ves-megamenu .onsale {
  padding: 3px 10px;
  background: #d52462;
  color: #FFF;
  margin-right: 5px;
}
.ves-megamenu .new-icon {
  padding: 3px 10px;
  background: #0cc485;
  color: #FFF;
}
.ves-megamenu .owl-carousel .owl-item {
  text-align: center;
}
.ves-megamenu #contact-form {
  width: 100% !important;
}
.ves-megamenu .drill-opener,
.ves-megamenu .drilldown-back,
.ves-megamenu .ves-navbar {
  display: none;
}
.ves-megamenu.ves-daccordion .navigation,
.ves-megamenu.ves-mdrilldown .navigation,
.ves-megamenu.ves-ddrill .navigation {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.ves-megamenu.ves-daccordion .navigation .level0 > a .cat-label,
.ves-megamenu.ves-mdrilldown .navigation .level0 > a .cat-label,
.ves-megamenu.ves-ddrill .navigation .level0 > a .cat-label {
  position: static;
  padding: 4px 6px;
}
.ves-megamenu.ves-daccordion.has-title .navigation,
.ves-megamenu.ves-mdrilldown.has-title .navigation,
.ves-megamenu.ves-ddrill.has-title .navigation {
  border-top: 0;
}
.ves-navtoggle {
  display: none;
}
.ves-megamenu.ves-daccordion .navigation .nav-item.active > .submenu {
  display: block;
}
#maincontent .cat-label:before {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ves-megamenu .orgin-items > .mega-col > .dropdown-submenu > .submenu {
    position: static;
  }
}
.drilldown {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 100% !important;
}
.drilldown .navigation {
  background-color: #FFF;
}
.drilldown .navigation.loaded > .dropdown-menu {
  width: 100% !important;
}
.drilldown .navigation .subhover > .submenu {
  display: none;
}
.drilldown .navigation > .dropdown-menu {
  display: block;
  position: static;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
}
.drilldown .navigation .ves-caret {
  display: none;
}
.drilldown .navigation .cat-label {
  position: static;
  margin: 0;
  padding: 4px 6px;
}
.drilldown .navigation .nav-item {
  position: relative !important;
  float: left !important;
  width: 100%;
}
.drilldown .navigation .nav-item > a {
  line-height: 50px;
  position: static;
  padding: 0 15px;
}
.drilldown .navigation .nav-item > a span.drill-opener {
  border: 1px solid #e5e5e5;
  border-right: 0;
  display: none;
}
.drilldown .navigation .mega-col {
  padding: 0;
}
.drilldown .navigation .level0 {
  border-top-color: #e5e5e5;
}
.drilldown .navigation .opener {
  display: none;
}
.drilldown .navigation .drill-opener {
  background: #f0f0f0;
  position: absolute;
}
.drilldown .navigation .drill-opener:before {
  content: "\e608";
}
.drilldown .navigation .drilldown-back {
  position: relative;
  top: 0;
  left: -1px;
  display: none;
}
.drilldown .navigation .drilldown-back a {
  padding: 0;
  background: #f0f0f0;
  text-align: center;
  font-size: 1.3em;
  text-transform: uppercase;
  display: block;
  font-weight: normal;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: -1px;
}
.drilldown .navigation .drilldown-back a .drill-opener {
  position: absolute;
  left: 0;
  right: auto;
  display: block !important;
}
.drilldown .navigation .drilldown-back a .drill-opener:before {
  content: "\e617";
}
.drilldown .navigation .drilldown-back a .drill-opener:after {
  display: none;
}
.drilldown .navigation .drilldown-back a .current-cat {
  line-height: 50px;
  position: relative;
  z-index: 99;
}
.drilldown .navigation .drilldown-back a .current-cat:before {
  display: none;
}
/** FIX BLOG **/
.ves-megamenu .navigation .post-list .post-item a {
  padding: 0;
}
.ves-megamenu .navigation .post-list .post-item .post-meta a {
  display: inline-block;
}
.ves-megamenu .navigation .ves-post {
  text-align: left;
}
.ves-megamenu .navigation .post-list .post-item .post-readmore a {
  background-color: #4db2ec;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 10px 12px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300b,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300bo,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300m {
  padding: 0 2px;
}
@media all and (min-width: 968px), print {
  .ves-megamenu.ves-daccordion .navigation,
  .ves-megamenu.ves-mdrilldown .navigation,
  .ves-megamenu.ves-ddrill .navigation {
    border: 0px solid rgba(0, 0, 0, 0.15);
  }
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}
.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 500;
}
.bundle-options-container .block-bundle-summary {
  background: #fde035;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 500;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #ce5b70;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.block-category-event {
  background: #ffffff;
  color: #10838c;
  padding: 10px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.cart-summary {
  background: #ffffff;
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}
.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}
.cart-totals .discount.coupon {
  display: none;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .col.qty .input-text {
  margin-top: -5px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary,
.cart-container .checkout-methods-items .amshopby-button,
.cart-container .checkout-methods-items .am-filter-go {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 500;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 500;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.block-minicart .block-content > .actions > .primary .am-filter-go {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child,
.block-minicart .block-content > .actions > .primary .amshopby-button:last-child,
.block-minicart .block-content > .actions > .primary .am-filter-go:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #575757;
  content: '\e90d';
  font-family: 'smc';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #575757;
}
.minicart-wrapper .action.showcart:active:before {
  color: #575757;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #575757;
  content: '\e90d';
  font-family: 'smc';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #575757;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #575757;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: none;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #575757 transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: inherit;
  content: '\e909';
  font-family: 'smc';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #10838c;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #c2c2c2;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #c2c2c2;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  content: '\e904';
  font-family: 'smc';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e903';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #10838c;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 500;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e904';
  font-family: 'smc';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 45px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #575757;
  content: '\e606';
  font-family: 'smc';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #575757;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #575757;
}
.minicart-items .action.delete:before {
  content: '\e920';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #c2c2c2;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 500;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #10838c;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #444a58;
}
.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: #f0f0f0;
  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: #f0f0f0;
  font-weight: 300;
  font-size: 1.6rem;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #f0f0f0;
  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: #10838c;
  font-weight: 600;
  font-size: 1.6rem;
}
.opc-progress-bar-item._active:before {
  background: #10838c;
}
.opc-progress-bar-item._active > span {
  color: #10838c;
}
.opc-progress-bar-item._active > span:before {
  background: #10838c;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'smc';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #10838c;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'smc';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ce5b70;
}
.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: #10838c;
}
.field-tooltip .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #575757;
  content: '\e623';
  font-family: 'smc';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #10838c;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #10838c;
}
.field-tooltip .field-tooltip-content {
  background: #ffffff;
  border: 1px solid #575757;
  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: #ffffff;
  left: -21px;
  top: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #242424;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #ffffff;
  width: 1px;
  z-index: 4;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #575757;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #ffffff;
    top: 1px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #10838c;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #10838c;
  color: #ffffff;
  content: '\e60e';
  font-family: 'smc';
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .am-filter-go {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #c2c2c2;
  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: #10838c;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #c2c2c2;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #575757;
  content: '\e606';
  font-family: 'smc';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #10838c;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #575757;
}
.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: #ffffff;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #575757;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 40px 10px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: '\e904';
  font-family: 'smc';
  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: '\e903';
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}
.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c2c2c2;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block:before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c2c2c2;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 1px solid #c2c2c2;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\e903';
}
.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 #c2c2c2;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #10838c;
  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: #575757;
  content: '\e904';
  font-family: 'smc';
  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: #10838c;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #575757;
}
.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: 500;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .captcha .input-text,
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}
.checkout-agreements-block .checkout-agreements {
  margin-bottom: 20px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #ce5b70;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #ce5b70;
  font-size: 1.2rem;
}
.login-container .fieldset:after {
  margin-top: 35px;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.form-address-edit .region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 26px;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #ffffff;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #c2c2c2;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #10838c;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #10838c;
}
.account-nav .item .delimiter {
  border-top: 1px solid #c2c2c2;
  display: block;
  margin: 10px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 500;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #ffffff;
  height: auto;
  line-height: auto;
  padding: 17px 15px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #ffffff;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}
.table-downloadable-products .product-name {
  margin-right: 15px;
}
.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: ' + ';
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: ' (' attr(data-label) ': ';
}
.field.downloads .price-excluding-tax:after {
  content: ')';
}
.field.downloads .price-including-tax {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.field.downloads .sample.link {
  float: right;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}
.cart-summary .block.giftcard .action.check {
  line-height: 1.5rem;
  padding: 5px 8px;
  font-size: 1.4rem;
  margin-top: 20px;
}
.page-product-giftcard .giftcard-amount {
  margin-bottom: 0;
  text-align: left;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}
.gift-message .field {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #575757;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.gift-options-content .fieldset {
  margin: 0 0 20px;
}
.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e904';
  font-family: 'smc';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e903';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\e903';
}
.gift-item-block .title {
  font-weight: 500;
  border-radius: 3px;
  background-image: none;
  background: #ffffff;
  border: 1px solid #10838c;
  color: #10838c;
  cursor: pointer;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  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;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e904';
  font-family: 'smc';
  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: #ffffff;
  border: 1px solid #10838c;
  color: #10838c;
}
.gift-item-block .title:hover {
  background: #ffffff;
  border: 1px solid #444a58;
  color: #444a58;
}
.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 #c2c2c2;
  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: '\e904';
  font-family: 'smc';
  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: '\e903';
}
.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.cart-summary .form.giftregistry .fieldset .am-filter-go {
  margin-bottom: 0;
}
.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}
.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 500;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}
.gift-wrapping .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #ffffff;
  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: #ffffff;
  content: '\e62a';
  font-family: 'smc';
  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 #575757;
  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: 500;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.table.grouped > thead > tr > th,
.table.grouped > tbody > tr > th,
.table.grouped > tfoot > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > td {
  border-top: 1px solid #c2c2c2;
}
.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 #c2c2c2;
}
.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: 'smc';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.block.filter {
  margin-bottom: 40px;
}
.block.filter .filter-title {
  margin-bottom: 20px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 10px;
}
.filter-current .item {
  margin-bottom: 10px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 500;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  font-weight: 500;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #575757;
}
.filter-options .count:before {
  content: '(';
}
.filter-options .count:after {
  content: ')';
}
.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 500;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}
.map-popup-wrapper.popup .action.close {
  top: 10px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  padding: 36px;
  width: 100%;
  box-shadow: 0 3px 3px #c2c2c2;
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
  box-sizing: border-box;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.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: '\e909';
  font-family: 'smc';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ': ';
}
.map-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #10838c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #444a58;
  text-decoration: none;
}
button.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #444a58;
  text-decoration: underline;
}
button.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #a1d6ca;
  text-decoration: underline;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: #10838c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #575757;
  content: '\e904';
  font-family: 'smc';
  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: #10838c;
}
.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: #575757;
  content: '\e903';
  font-family: 'smc';
  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: #10838c;
}
.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: none;
  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: #c2c2c2;
  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 #575757 transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #c2c2c2;
}
.wishlist.split.button .items li {
  padding: 0;
}
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before {
  content: '\e91c';
}
.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: #10838c;
}
.table-comparison .wishlist.split.button > .action.toggle:before,
.product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #a3a3a3;
  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.5rem;
  padding: 5px 8px;
  font-size: 1.4rem;
}
.product-info-main .wishlist.split.button .action.toggle,
.block-bundle-summary .wishlist.split.button .action.toggle,
.product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}
.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}
.wishlist.window.popup {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #c2c2c2;
  padding: 36px;
  width: 100%;
  box-shadow: 0 3px 3px #c2c2c2;
  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: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e909';
  font-family: 'smc';
  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: none;
  background: transparent;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 1;
  filter: alpha(opacity=none);
}
.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: #575757;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 20px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}
.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}
.block-wishlist-info-items .block-title {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #575757;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 500;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #ce5b70;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 500;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #a1d6ca;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #ce5b70;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 500;
}
.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;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.paypal.before:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}
.box-tocart .paypal img,
.block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}
.paypal-review .paypa-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ': ';
}
.paypal-review .paypal-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ': ';
}
.paypal-review .item-options dd {
  margin: 0;
}
.paypal-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.fotorama-video-container:after {
  background: url('../../frontend/Dotsquares/custom_child/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: .6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url('../../frontend/Dotsquares/custom_child/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 {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.data.switch .counter {
  color: #575757;
}
.data.switch .counter:before {
  content: '(';
}
.data.switch .counter:after {
  content: ')';
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 100px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #f0f0f0;
  font-family: 'smc';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #fde035;
  font-family: 'smc';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-left: -5px;
}
.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #f0f0f0;
  font-family: 'smc';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #fde035;
  font-family: 'smc';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title,
.customer-review.view .ratings-summary,
.customer-review.view .product-details {
  margin-bottom: 20px;
}
.product-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .rating-summary {
  display: table-cell;
  left: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary,
.customer-review .product-reviews-summary .reviews-actions {
  display: block;
}
.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-right: 10px;
  padding-top: 6px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-toolbar {
  border-top: 1px solid #c2c2c2;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c2c2c2;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #ffffff;
  border: 1px solid #10838c;
  color: #10838c;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #ffffff;
  border: 1px solid #10838c;
  color: #10838c;
}
.review-form .action.submit.primary:hover {
  background: #ffffff;
  border: 1px solid #444a58;
  color: #444a58;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c2c2c2;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}
.form-create-return .field .control > span,
.form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}
.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}
.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}
.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ': ';
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ': ';
}
.order-details-items .item-options.links dd {
  margin: 0;
}
.order-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 0;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}
.page-title-wrapper .order-date {
  margin: 0 0 20px;
}
.account .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}
.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}
.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ': ';
}
.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e917';
  font-family: 'smc';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.block-collapsible-nav .content {
  background: #ffffff;
  padding: 15px 0;
}
.block-collapsible-nav .item {
  margin: 3px 0 0;
}
.block-collapsible-nav .item:first-child {
  margin-top: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  border-left: 3px solid transparent;
  color: #575757;
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  background: #c2c2c2;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #10838c;
  color: #000000;
  font-weight: 600;
}
.block-collapsible-nav .item.current a {
  border-color: #10838c;
}
.block-collapsible-nav .item .delimiter {
  border-top: 1px solid #c2c2c2;
  display: block;
  margin: 10px 1.8rem;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-header {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 35px;
  font-size: 1.4rem;
  background: #fde035;
  border-color: #fde035;
  color: #575757;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #10838c;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #444a58;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #a1d6ca;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 35px;
  font-size: 1.4rem;
  background: #ce5b70;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #10838c;
}
.message.global.demo a:hover {
  color: #444a58;
}
.message.global.demo a:active {
  color: #a1d6ca;
}
.page-footer {
  background-color: #10838c;
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #d1d1d1;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.page-header .panel.wrapper .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e904';
  font-family: 'smc';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e903';
  font-family: 'smc';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: none;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #c2c2c2;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #575757 transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .panel.wrapper .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.ui-datepicker td {
  padding: 0;
}
.cookie-status-message {
  display: none;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #10838c;
  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: #444a58;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #444a58;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #a1d6ca;
  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: #10838c;
  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: #10838c;
  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: #444a58;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #444a58;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #a1d6ca;
  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: #10838c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}
.price-container.weee:before {
  display: none;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e91c';
}
.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 #c2c2c2;
}
.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 #c2c2c2;
}
.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 #c2c2c2;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary,
.account .table-wrapper .data.table.wishlist .amshopby-button,
.account .table-wrapper .data.table.wishlist .am-filter-go {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 500;
}
.block-wishlist .product-item-name {
  margin-right: 25px;
}
.products-grid.wishlist .product-item {
  margin-left: 2%;
  width: calc((100% - 4%) / 3);
}
.products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 10px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}
.products {
  margin: 30px 0;
}
.product-item {
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
}
.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-info {
  width: 270px;
  max-width: 100%;
}
.page-products .product-item-info {
  width: 270px;
}
.product-item-actions {
  display: none;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.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 {
  font-size: 1.4rem;
  font-weight: bold;
}
.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-size: 1.4rem;
  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 .special-price {
  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: #10838c;
  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;
}
.product-item .tocompare:before {
  content: '\e61f';
}
.product-item .tocart {
  white-space: nowrap;
}
.column.main .product-items {
  margin-left: -15px;
}
.column.main .product-item {
  padding-left: 15px;
}
.price-container .price {
  font-size: 1.4rem;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax + .price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee + .price-excluding-tax:before,
.price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: "(" attr(data-label) ": ";
}
.price-container .weee:after {
  content: ")";
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ": ";
}
.products-list .product-item {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  padding: 0 30px 0 0;
  vertical-align: top;
  display: table-cell;
}
.products-list .product-item-details {
  vertical-align: top;
  display: table-cell;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 10px;
}
.toolbar-amount {
  display: block;
  line-height: 18px;
  padding: 8px 0 0;
  margin: 0;
  vertical-align: middle;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.toolbar-products {
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar-products .limiter {
  display: none;
}
.toolbar-products .limiter .control {
  display: inline-block;
}
.sorter {
  padding: 4px 0 0;
}
.products.wrapper ~ .toolbar .sorter {
  display: none;
}
.sorter-options {
  margin: 0 0 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 32px;
  color: #575757;
  content: '\e613';
  font-family: 'smc';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #575757;
}
.sorter-action.sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  width: auto;
  margin: 0 5px 0 7px;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.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: 500;
}
.category-image .image {
  max-width: 100%;
  height: auto;
  display: block;
}
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  height: 0;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-image-photo {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  max-width: 100%;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #575757;
  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.detailed .data .title {
  text-transform: uppercase;
}
.product.info.detailed .data .title:first-child {
  margin-left: 30%;
}
.product.info.detailed .data .title > .switch {
  border: 0;
  background: transparent !important;
}
.product.info.detailed .data .title.active > .switch {
  background: #fafafa !important;
}
.product.info.detailed .data > .item.content {
  margin-top: 40px !important;
  background: #fafafa;
}
.product-info-main .page-title-wrapper .page-title {
  margin-bottom: 10px;
  line-height: 1.42857143;
  font-size: 30px;
  font-weight: 700;
  font-family: "georgia", sans-serif;
  color: #575757;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: block;
  font-weight: 500;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
  margin-bottom: 10px;
}
.product-info-main .product.attibute.sku {
  display: inline-block;
  vertical-align: top;
  color: #575757;
}
.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 .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 500;
  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: #ce5b70;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}
.product-info-main .price-box,
.product-options-bottom .price-box {
  margin: 20px 0;
}
.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: 30px !important;
  font-weight: 400 !important;
  font-family: "georgia", sans-serif;
  color: #ce5b70;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 1.8rem;
  font-weight: 500;
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: inline-block;
  margin: 10px 0;
}
.product-info-main .special-price .price-container,
.product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}
.product-info-main .special-price .price-label + .price-wrapper,
.product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}
.product-info-main .old-price .price-label:after,
.product-options-bottom .old-price .price-label:after,
.product-info-main .special-price .price-label:after,
.product-options-bottom .special-price .price-label:after {
  content: ": ";
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15px;
  min-width: 105px;
}
.product-info-main .box-tocart .field.qty label,
.product-options-bottom .box-tocart .field.qty label {
  line-height: 45px;
  float: left !important;
  padding-right: 10px !important;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  width: 52px;
  height: 52px;
  text-align: center;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
  vertical-align: top;
}
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart {
  border-radius: 0;
  background-color: #575757;
  border: 0;
  padding: 15px 30%;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 20px 0;
}
.product-info-main .product-addto-links a,
.product-options-bottom .product-addto-links a {
  padding-right: 20px;
  text-decoration: none;
}
.product-info-main .product-addto-links a:hover,
.product-options-bottom .product-addto-links a:hover {
  color: #10838c;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.bundle-info .product-addto-links a {
  padding-right: 20px;
}
.prices-tier {
  background: #ffffff;
  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: 500;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #10838c;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #444a58;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #444a58;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #a1d6ca;
  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: #10838c;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.rating-summary {
  left: 0 !important;
}
.rating-summary .rating-result {
  margin-left: 0 !important;
}
.block.related .action.select {
  margin: 0 5px;
}
.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  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;
  line-height: 24px;
}
.sidebar .product-items .counter {
  color: #444a58;
  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;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #c2c2c2;
}
.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 #c2c2c2;
}
.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 .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.5rem;
  padding: 5px 8px;
  font-size: 1.4rem;
}
.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 .block-title .counter.qty {
  display: none;
}
.block-compare .product-item .product-item-name {
  margin-right: 22px;
}
.block-compare .action.delete {
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.block-compare .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-compare .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #575757;
  content: '\e909';
  font-family: 'smc';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-compare .action.delete:hover:before {
  color: #ce5b70;
}
.block-compare .action.delete:active:before {
  color: #ce5b70;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 28px;
  color: #575757;
  content: '\e91a';
  font-family: 'smc';
  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: #575757;
}
.block-search .label:active:before {
  color: #575757;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  padding: 0 15px;
}
.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 #c2c2c2;
  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: #c2c2c2;
}
.search-autocomplete ul li .amount {
  color: #575757;
  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;
}
.search-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 10px;
}
.block.newsletter {
  margin-bottom: 20px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  padding-top: 10px;
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #c2c2c2;
  content: '\e917';
  font-family: 'smc';
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  padding-left: 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .label {
  width: 100%;
}
.block.newsletter .actions {
  vertical-align: top;
  width: 100%;
  margin-top: 15px;
}
.block.newsletter .action.subscribe {
  background: #2f2f2f;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  border: 0;
  border-radius: 0;
}
.block.newsletter .action.subscribe:hover,
.block.newsletter .action.subscribe:focus {
  background: #80b2a7;
}
.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: 'smc';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 10px 0;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: '\e909';
  font-family: 'smc';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}
.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}
.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: 'smc';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before,
.block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: '\e608';
}
.block-event .block-content > .action.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #ffffff;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 16.35%;
}
.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}
.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #10838c;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  padding: 12px 35px;
  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: #444a58;
  border: none;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #444a58;
  border: none;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 20px;
}
.links .block-static-block.widget,
.links .block-cms-link.widget {
  margin-bottom: 0;
}
.block-cms-link-inline.widget {
  margin: 0;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.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;
}
/* stylelint-disable */
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
  }
  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-mobile-m:before,
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:before,
  .form-create-return .fieldset > .actions-toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }
  .abs-icon-add-mobile,
  .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }
  .abs-icon-add-mobile:before,
  .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'smc';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: '\e904';
    font-family: 'smc';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\e903';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.continue,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .abs-shopping-cart-items-mobile .action.update,
  .abs-shopping-cart-items-mobile .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #575757;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after,
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #ffffff;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e904';
    font-family: 'smc';
    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: '\e903';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #c2c2c2;
    font-size: 1.6rem;
    font-weight: 500;
    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 #c2c2c2;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e904';
    font-family: 'smc';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e903';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #c2c2c2;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #c2c2c2;
    font-weight: 500;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #c2c2c2;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 500;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: #000000;
    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: #d4c041;
    border: solid #ceb82e;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #d9c756;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #c2c2c2;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 500;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #10838c;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #10838c;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #10838c;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #c2c2c2;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #10838c;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #10838c;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #10838c;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0;
  }
  .product.data.items > .item.title > .switch {
    background: #ffffff;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #d1d1d1;
    height: 37px;
    padding: 5px 20px 5px 20px;
    font-weight: 400;
    line-height: 37px;
    font-size: 1.4rem;
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #575757;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #575757;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #575757;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #575757;
    text-decoration: none;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    border: none;
    margin: 0;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items .data.item {
    display: block;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    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(87, 87, 87, 0.55);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #ffffff;
  }
  .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: 500;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  div[data-role='am-banners-lite'] {
    order: -2;
  }
  .am-checkout .product-item .product-item-inner {
    flex-direction: column;
  }
  .am-porto-cmtb .filter.active .filter-current.filter-current.amshopby-filter-current + .block-actions {
    top: 187px;
    border: none;
    border-radius: inherit;
    background: #fff;
    box-shadow: none;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current {
    padding: 17px 30px;
    height: 140px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current ~ .filter-options {
    top: 221px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .items {
    padding: 15px;
    border-width: 1px;
  }
  .am-porto-cmtb .filter.active .filter-current.amshopby-filter-current .filter-current-subtitle {
    display: block;
    padding: 10px 15px;
  }
  .am-porto-cmtb .filter.active .block-category-list .block-title,
  .am-porto-cmtb .filter.active .filter-options-title,
  .am-porto-cmtb .filter.active .filter .filter-current-subtitle,
  .am-porto-cmtb .filter.active .block-category-list .block-content,
  .am-porto-cmtb .filter.active .filter-options-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .am-porto-cmtb .filter.active .filter-options-title:after {
    right: 15px;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
  }
  .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 35px;
  }
  .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded,
  .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
  .filter-options .items:not(.items-children) > .item.-is-by-click.-filter-parent ~ .item.-is-expanded {
    margin-left: 35px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 7px 0;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 7px 0;
  }
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 35px;
  }
  .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding,
  .filter-options .am-category-wrapper .items .items-children.-folding,
  .filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 35px;
  }
  .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 70px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 7px 0;
  }
  .am-collapse-icon:after,
  .am-show-more:before {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .amshopby-flyout-block {
    margin: 10px 0 25px;
  }
  .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 35px;
    min-height: 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 25px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .block-search .label.active + .control .iconListening::before {
    -webkit-font-smoothing: antialiased;
    content: '';
    margin: 0;
    display: inline-block;
    overflow: hidden;
    speak: none;
    text-align: center;
    top: 100px;
    padding: 20px;
  }
  .block-search .label.active + .control .iconMicOff::before {
    -webkit-font-smoothing: antialiased;
    content: '';
    margin: 0;
    display: inline-block;
    overflow: hidden;
    speak: none;
    text-align: center;
    top: 100px;
    padding-right: 20px;
    background-position: center;
  }
  .iconMicOff {
    background-size: 18px 18px !important;
    position: relative;
    float: right;
    top: -40px;
  }
  .iconListening {
    position: relative;
    float: right;
    top: -55px;
  }
  .desktopMic {
    display: none !important;
  }
  .nav-sections {
    background: #f8f8f8;
  }
  .scroll-to-fixed-fixed {
    position: static !important;
    left: 0 !important;
    width: 100% !important;
  }
  .ves-megamenu.ves-offcanvas .opener,
  .ves-megamenu.ves-maccordion .opener {
    display: block;
  }
  .ves-megamenu .ves-navbar {
    display: block;
  }
  .ves-megamenu > .navigation {
    background: #f8f8f8;
    float: left;
    width: 100%;
  }
  .ves-megamenu > .navigation .level0 {
    border-top-color: rgba(0, 0, 0, 0.08);
  }
  .ves-megamenu > .navigation .nav-item {
    float: left !important;
    width: 100%;
  }
  .ves-megamenu > .navigation .nav-item.active > a {
    color: #FFF;
  }
  .ves-megamenu > .navigation .nav-item > a {
    padding: 0 10px;
    display: block;
    position: relative;
  }
  .ves-megamenu > .navigation .nav-item > a.parent {
    padding-right: 54px;
  }
  .ves-megamenu > .navigation .nav-item .item-content > .nav-dropdown {
    padding-left: 10px;
  }
  .ves-megamenu .products-grid .product-item {
    width: 100%;
    text-align: center;
  }
  .ves-megamenu .products-grid .product-item img {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .ves-megamenu .submenu {
    display: none;
    max-width: 100%;
    border: 0;
    width: 100% !important;
    margin: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  }
  .ves-megamenu .submenu .carousel-indicators {
    bottom: -20px;
  }
  .ves-megamenu .submenu .carousel-indicators > li {
    width: 20px;
    height: 20px;
  }
  .ves-megamenu .ves-caret {
    display: none;
  }
  .ves-megamenu .drill-opener:before,
  .ves-megamenu .opener:before {
    content: "\e61c";
  }
  .ves-megamenu .opener.item-active {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .ves-megamenu .opener.item-active:before {
    content: "\e60f";
  }
  .ves-megamenu .cat-label:before {
    display: none;
  }
  .ves-megamenu .item-header,
  .ves-megamenu .item-content,
  .ves-megamenu .item-sidebar,
  .ves-megamenu .item-footer {
    width: 100% !important;
  }
  .ves-megamenu .block-products-list .product-item {
    text-align: center;
  }
  .ves-megamenu .block-products-list .product-item a {
    padding-left: 0;
  }
  .ves-megamenu .owl-nav > a {
    position: absolute;
    padding: 16px;
    font-size: 41px;
    top: 50%;
    margin-top: -49px;
    background-color: rgba(255, 255, 255, 0.98);
    cursor: pointer;
    width: auto;
    z-index: 99;
    display: inline-block;
    *display: inline;
    zoom: 1;
    transition: box-shadow 0.2s eases all ease-in;
    -webkit-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3) 3px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3) 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3) 3px 5px rgba(0, 0, 0, 0.5);
  }
  .ves-megamenu .owl-nav > a.owl-left {
    left: 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  .ves-megamenu .owl-nav > a.owl-right {
    right: 0;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .ves-megamenu .carousel-controls > a {
    position: absolute;
    padding: 16px;
    font-size: 41px;
    top: 50%;
    margin-top: -49px;
    background-color: rgba(255, 255, 255, 0.98);
    cursor: pointer;
    width: auto;
    z-index: 99;
    display: inline-block;
    *display: inline;
    zoom: 1;
    transition: box-shadow 0.2s eases all ease-in;
    -webkit-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3) 3px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3) 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3) 3px 5px rgba(0, 0, 0, 0.5);
  }
  .ves-megamenu .carousel-controls > a.owl-left {
    left: 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  .ves-megamenu .carousel-controls > a.owl-right {
    right: 0;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  .ves-megamenu .carousel-controls .carousel-control.right,
  .ves-megamenu .carousel-controls .carousel-control.left {
    background: #FFF;
  }
  .hide-blocks .item-header,
  .hide-blocks .item-sidebar,
  .hide-blocks .item-footer {
    display: none;
  }
  .ves-navtoggle {
    display: block;
    background: #333;
  }
  .ves-navtoggle:before {
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    line-height: inherit;
    color: #FFF;
    content: '\e609';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    padding: 0 7px;
  }
  .offcanvas-left > .navigation > ul {
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
    background: #f0f0f0;
    z-index: 99;
    transition: left 0.3ss all ease-in;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
  }
  .ves-nav-before-open {
    height: 100%;
    width: 100%;
  }
  .ves-nav-before-open .page-wrapper {
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .ves-nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .ves-navopen .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .ves-navopen .ves-moffcanvas > .navigation > ul {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75) 3px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75) 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75) 3px 5px rgba(0, 0, 0, 0.5);
    z-index: 99;
  }
  .ves-navopen .ves-navtoggle:after {
    background: rgba(0, 0, 0, 0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .ves-nav-before-open {
    height: 100%;
    width: 100%;
  }
  .ves-nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .ves-nav-before-open .page-wrapper {
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .ves-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 80;
    top: 0;
    left: 0;
    z-index: 90;
  }
  .ves-mdrilldown {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 100% !important;
  }
  .ves-mdrilldown .navigation {
    background-color: #FFF;
  }
  .ves-mdrilldown .navigation.loaded > .dropdown-menu {
    width: 100% !important;
  }
  .ves-mdrilldown .navigation .subhover > .submenu {
    display: none;
  }
  .ves-mdrilldown .navigation > .dropdown-menu {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: none 3px 5px rgba(0, 0, 0, 0.5);
  }
  .ves-mdrilldown .navigation .ves-caret {
    display: none;
  }
  .ves-mdrilldown .navigation .cat-label {
    position: static;
    margin: 0;
    padding: 4px 6px;
  }
  .ves-mdrilldown .navigation .nav-item {
    position: relative !important;
    float: left !important;
    width: 100%;
  }
  .ves-mdrilldown .navigation .nav-item > a {
    line-height: 50px;
    position: static;
    padding: 0 15px;
  }
  .ves-mdrilldown .navigation .nav-item > a span.drill-opener {
    border: 1px solid #e5e5e5;
    border-right: 0;
    display: none;
  }
  .ves-mdrilldown .navigation .mega-col {
    padding: 0;
  }
  .ves-mdrilldown .navigation .level0 {
    border-top-color: #e5e5e5;
  }
  .ves-mdrilldown .navigation .opener {
    display: none;
  }
  .ves-mdrilldown .navigation .drill-opener {
    background: #f0f0f0;
    position: absolute;
  }
  .ves-mdrilldown .navigation .drill-opener:before {
    content: "\e608";
  }
  .ves-mdrilldown .navigation .drilldown-back {
    position: relative;
    top: 0;
    left: -1px;
    display: none;
  }
  .ves-mdrilldown .navigation .drilldown-back a {
    padding: 0;
    background: #f0f0f0;
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: -1px;
  }
  .ves-mdrilldown .navigation .drilldown-back a .drill-opener {
    position: absolute;
    left: 0;
    right: auto;
    display: block !important;
  }
  .ves-mdrilldown .navigation .drilldown-back a .drill-opener:before {
    content: "\e617";
  }
  .ves-mdrilldown .navigation .drilldown-back a .drill-opener:after {
    display: none;
  }
  .ves-mdrilldown .navigation .drilldown-back a .current-cat {
    line-height: 50px;
    position: relative;
    z-index: 99;
  }
  .ves-mdrilldown .navigation .drilldown-back a .current-cat:before {
    display: none;
  }
  .ves-mdrilldown .navigation .drill-opener {
    display: block;
  }
  .ves-mdrilldown .navigation .nav-item > a span.drill-opener {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ves-mdrilldown .navigation .drilldown-back {
    display: block;
  }
  .ves-mdrilldown .navigation .drilldown-back > a > .drill-opener {
    line-height: 50px;
    width: 50px;
  }
  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 500;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c2c2c2;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #ffffff;
    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: #c2c2c2;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name,
  .page-multiple-wishlist .products-grid.wishlist .product-item-description,
  .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
  .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #d1d1d1;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit,
  .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown,
  .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .block.related .action.select {
    margin: 5px 0;
    display: block;
  }
  .product.info.detailed .data .title:first-child {
    margin-left: 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .actions-secondary > .action.tocompare,
  [class*="block-compare"] {
    display: none;
  }
  .explore-section .mobile-large {
    border-bottom: 1px solid #ffffff;
  }
  .explore-section .mobile-large .bluefoot-driver-text {
    font-size: 22px;
  }
  .explore-section .mobile-large.vertical-large-bottom .bluefoot-driver-text {
    font-size: 16px;
  }
  .explore-section .mobile-small {
    width: 50%;
    border-bottom: 1px solid #ffffff;
  }
  .explore-section .mobile-small img.bluefoot-mobile-only {
    width: 100%;
    object-fit: cover;
    height: 38vw;
  }
  .explore-section .mobile-small .bluefoot-driver-text {
    font-size: 16px;
  }
  .explore-section .mobile-small-right {
    border-left: 1px solid #ffffff;
  }
  .explore-section .horizontal-large.mobile-large .bluefoot-driver-text,
  .explore-section .vertical-large mobile-large .bluefoot-driver-text {
    font-size: 22px;
  }
  .explore-section .vertical-large-bottom .bluefoot-driver-text,
  .explore-section .mobile-small .bluefoot-driver-text {
    font-size: 16px;
  }
  .latest-article {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .latest-article .bluefoot-entity {
    margin-bottom: -5px;
  }
  .bluefoot-product-block [data-content-type='products'] .products-grid .item .actions,
  .home-product-content [data-content-type='products'] .products-grid .item .actions {
    display: none;
  }
  [data-content-type='products'] img.photo.image {
    width: 175px;
    height: 175px;
  }
  .pagebuilder-slider button.slick-next,
  .pagebuilder-slider button.slick-prev,
  .pagebuilder-slider .cart.table-wrapper .actions-toolbar > .action.slick-next,
  .pagebuilder-slider .cart.table-wrapper .actions-toolbar > .action.slick-prev,
  .pagebuilder-slider .action-gift.slick-next,
  .pagebuilder-slider .action-gift.slick-prev {
    display: none !important;
  }
  .pagebuilder-slider .slick-dots li.slick-active button,
  .pagebuilder-slider .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
  .pagebuilder-slider .slick-dots li.slick-active .action-gift {
    background: #000000 !important;
  }
  .pagebuilder-slider .slick-dots li button,
  .pagebuilder-slider .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
  .pagebuilder-slider .slick-dots li .action-gift {
    background: #c2c2c2 !important;
    height: 12px;
    line-height: 12px;
    width: 12px !important;
  }
  .pagebuilder-slider .bluefoot-mobile-only {
    min-height: 340px;
  }
  .bluefoot-advanced-slide-content {
    text-align: left;
  }
  .page-bottom .before-footer-content {
    padding-top: 32px;
    padding-bottom: 0;
  }
  .page-bottom .before-footer-content h3.diamond,
  .page-bottom .before-footer-content h3.gift,
  .page-bottom .before-footer-content h3.magazine,
  .page-bottom .before-footer-content h3.locator,
  .page-bottom .before-footer-content h3 {
    display: none;
  }
  .page-bottom .before-footer-content [data-content-type='buttons'] {
    margin-bottom: 0;
  }
  .page-bottom .before-footer-content [data-content-type='buttons'] [data-content-type='button-item'] [data-element='link'] {
    margin: 0 auto 10px;
    max-width: 290px;
  }
  .page-bottom .before-footer-content [data-content-type='buttons'] .diamond::before,
  .page-bottom .before-footer-content [data-content-type='buttons'] .gift::before,
  .page-bottom .before-footer-content [data-content-type='buttons'] .magazine::before,
  .page-bottom .before-footer-content [data-content-type='buttons'] .locator::before {
    display: none;
  }
  .page-bottom .before-footer-content [data-content-type='buttons'] .diamond[data-content-type='button-item'] [data-element='link']::before,
  .page-bottom .before-footer-content [data-content-type='buttons'] .gift[data-content-type='button-item'] [data-element='link']::before,
  .page-bottom .before-footer-content [data-content-type='buttons'] .magazine[data-content-type='button-item'] [data-element='link']::before,
  .page-bottom .before-footer-content [data-content-type='buttons'] .locator[data-content-type='button-item'] [data-element='link']::before {
    font-style: normal;
    font-size: 28px;
    color: #10838c;
  }
  .page-bottom .before-footer-content [data-content-type='buttons'] .diamond[data-content-type='button-item'] [data-element='link']::before {
    content: '\e922';
    -webkit-font-smoothing: antialiased;
    line-height: 30px;
    font-family: 'smc';
    margin: 0 10px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    visibility: visible;
  }
  .page-bottom .before-footer-content [data-content-type='buttons'] .gift[data-content-type='button-item'] [data-element='link']::before {
    content: '\e923';
    -webkit-font-smoothing: antialiased;
    line-height: 30px;
    font-family: 'smc';
    margin: 0 10px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    visibility: visible;
  }
  .page-bottom .before-footer-content [data-content-type='buttons'] .magazine[data-content-type='button-item'] [data-element='link']::before {
    content: '\e924';
    -webkit-font-smoothing: antialiased;
    line-height: 30px;
    font-family: 'smc';
    margin: 0 10px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    visibility: visible;
  }
  .page-bottom .before-footer-content [data-content-type='buttons'] .locator[data-content-type='button-item'] [data-element='link']::before {
    content: '\e925';
    -webkit-font-smoothing: antialiased;
    line-height: 30px;
    font-family: 'smc';
    margin: 0 10px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    visibility: visible;
  }
  .pagebuilder-column-group [data-content-type='column'] {
    width: 100% !important;
  }
  .product.data.items > .item.title > .switch {
    text-transform: uppercase;
  }
  .product.data.items .item.title a:after {
    font-size: 10px;
  }
  .contact-index-index .top-container h3 {
    margin-top: 3px;
    margin-bottom: 6px;
  }
  .contact-index-index .top-container .free-shipping-block {
    margin-right: -15px;
    margin-left: -15px;
  }
  .contact-index-index .top-container .free-shipping-block h3 {
    font-weight: 400;
  }
  .contact-index-index h1 {
    font-size: 24px;
  }
  .contact-index-index h2 {
    letter-spacing: .2px;
  }
  .contact-index-index .fieldset > legend.legend span {
    font-size: 24px;
  }
  .contact-index-index textarea {
    min-height: 227px;
  }
  .contact-index-index p.required {
    line-height: 18px;
  }
  .braintree-applepay-container-product {
    display: block;
  }
  .braintree-applepay-container-product .braintree-apple-pay-button {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }
  .abs-blocks-2columns-s:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns-s:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop-s,
  .column:not(.sidebar-main) .multicheckout .actions-toolbar,
  .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }
  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop-s,
  .modes-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop-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;
  }
  .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 500px;
  }
  .checkout-payment-method .amcheckout-trust-seal {
    font-size: inherit;
  }
  .post-list-wrapper {
    overflow: hidden;
  }
  .post-list-wrapper .post-list.grid:after {
    content: "";
    clear: both;
    display: block;
  }
  .post-list-wrapper .post-list.grid li {
    float: left;
    margin-left: 2%;
    margin-bottom: 2%;
    width: calc((100% - (2% * (2 - 1))) / 2);
  }
  .post-list-wrapper .post-list.grid li:nth-child(2n + 1) {
    clear: left;
    margin-left: 0;
  }
  .widget-blog-posts ol.post-list li.item {
    float: left;
    margin-left: 2%;
    margin-bottom: 2%;
    width: calc((100% - (2% * (2 - 1))) / 2);
  }
  .widget-blog-posts ol.post-list li.item:nth-child(2n + 1) {
    clear: left;
    margin-left: 0;
  }
  .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: #10838c;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #444a58;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #444a58;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #a1d6ca;
    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: #10838c;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }
  .review-form {
    max-width: 500px;
  }
  .review-ratings {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .review-ratings ~ .review-content,
  .review-ratings ~ .review-details {
    margin-left: 280px;
  }
  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }
  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }
  .review-item {
    padding: 30px 0;
  }
  .review-title {
    margin: 0 0 30px;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .products-grid .product-item {
    margin-bottom: 30px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 10px 0;
  }
  .product-item-actions .actions-primary + .actions-secondary {
    display: inline-block;
    white-space: nowrap;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .product-item-actions .actions-primary {
    display: inline-block;
  }
  .page-products .columns {
    position: relative;
    z-index: 1;
    padding-top: 0;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    float: left;
    display: inline-block;
    margin-right: 10px;
    padding-top: 10px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #575757;
    float: left;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #ce5b70;
  }
  .modes-mode.active {
    color: #ce5b70;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: inherit;
    content: '\e60d';
    font-family: 'smc';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .limiter {
    float: right;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
  }
}
/* stylelint-enable */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(../../frontend/Dotsquares/custom_child/en_GB/css/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../../frontend/Dotsquares/custom_child/en_GB/css/AjaxLoader.gif) no-repeat center center;
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
/* stylelint-disable */
/*!
     * Bootstrap v3.3.7 (http://getbootstrap.com)
     * Copyright 2011-2017 Twitter, Inc.
     * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
     */
/*!
     * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=7bfc32e2a2f965ffe6fea3be68fd09b1)
     * Config saved to config.json and https://gist.github.com/7bfc32e2a2f965ffe6fea3be68fd09b1
     */
/*!
     * Bootstrap v3.3.7 (http://getbootstrap.com)
     * Copyright 2011-2016 Twitter, Inc.
     * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
     */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 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,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* stylelint-enable */
/* stylelint-disable */
/* 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;
}
.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;
}
/* stylelint-enable */
.required-captcha.checkbox {
  position: relative;
}
/* Mixins */
h1,
h2,
h3 {
  color: #000000;
}
html {
  font-size: inherit;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
a {
  color: #444;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a {
  cursor: pointer;
}
a {
  color: #000;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  background: #efefef;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.pagebuilder-accordion > .item.title > .switch {
  padding: 20.5px 0;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .5px;
  color: #000000;
}
.pagebuilder-accordion > .item.title > .switch:after {
  font-family: 'smc';
  font-size: 10px;
  content: '\e904';
  padding-right: 5px;
  float: right;
  width: 20px;
}
.pagebuilder-accordion > .item.title.allow > .switch:after {
  font-family: 'smc';
  content: '\e903';
}
.item.title > .switch {
  border-color: #000000;
}
.pagebuilder-accordion > .item.content {
  border-top: none;
  color: #c2c2c2;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.57;
}
.page-main .bluefoot-driver-text {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-main .bluefoot-driver-text span {
  display: inline-block;
  width: 99%;
  vertical-align: middle;
  line-height: normal;
  left: 0;
  padding: 0 10px;
}
.explore-section {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.explore-section .pagebuilder-column {
  padding: 0;
  margin: 0;
}
.explore-section .pagebuilder-column .bluefoot-entity {
  margin: 0;
  padding: 0;
}
div[data-content-type='row'] {
  margin-left: 0;
  margin-right: 0;
}
.bluefoot-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.latest-article .pagebuilder-column {
  padding: 0 15px;
  position: relative;
  display: inline-grid;
}
.latest-article .bluefoot-driver-text,
.latest-article .bluefoot-driver-text:hover {
  background: none;
}
.latest-article img {
  min-height: 320px;
  object-fit: cover;
}
.latest-article .bluefoot-textarea {
  position: absolute;
  top: 22%;
  width: 100%;
}
.latest-article .bluefoot-textarea p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .6px;
  text-align: center;
  color: #10838c;
  text-transform: uppercase;
  margin-bottom: 0;
}
.latest-article h2 {
  font-size: 24px !important;
  font-weight: 500 !important;
  letter-spacing: .8px;
  text-align: center;
  color: #10838c;
  position: absolute;
  top: 37%;
  width: 100%;
}
.latest-article h2 span {
  width: 230px;
  display: inline-block;
}
.latest-article .bluefoot-buttons.bluefoot-entity {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 60%;
}
.latest-article button,
.latest-article .cart.table-wrapper .actions-toolbar > .action,
.latest-article .action-gift {
  font-size: 13px;
  letter-spacing: .5px;
  text-align: center;
  color: #fde035;
  background: #10838c;
  box-shadow: none !important;
  width: 140px;
  height: 40px;
  padding: 0 !important;
}
.latest-article button:hover,
.latest-article button:active,
.latest-article .cart.table-wrapper .actions-toolbar > .action:hover,
.latest-article .cart.table-wrapper .actions-toolbar > .action:active,
.latest-article .action-gift:hover,
.latest-article .action-gift:active {
  background: #444a58;
}
[data-content-type='products'] img.photo.image {
  object-fit: cover;
}
@media (min-width: 766px) and (max-width: 860px) {
  .explore-section .mobile-large .bluefoot-driver-text {
    font-size: 16px;
  }
  .explore-section .mobile-small .bluefoot-driver-text {
    font-size: 16px;
  }
}
.pagebuilder-slider .slick-dots li.slick-active button,
.pagebuilder-slider .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.pagebuilder-slider .slick-dots li.slick-active .action-gift {
  background: #000000 !important;
}
.pagebuilder-slider .slick-dots li:before {
  content: none !important;
}
.pagebuilder-slider .slick-dots li button,
.pagebuilder-slider .slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.pagebuilder-slider .slick-dots li .action-gift {
  background: #c2c2c2 !important;
  height: 12px;
  line-height: 12px;
  width: 12px !important;
}
.pagebuilder-slider button:not(.primary),
.pagebuilder-slider .cart.table-wrapper .actions-toolbar > .action:not(.primary),
.pagebuilder-slider .action-gift:not(.primary) {
  box-shadow: none;
}
.pagebuilder-slider button.slick-prev::before,
.pagebuilder-slider .cart.table-wrapper .actions-toolbar > .action.slick-prev::before,
.pagebuilder-slider .action-gift.slick-prev::before {
  font-family: 'smc';
  content: '\e92d';
}
.pagebuilder-slider button.slick-next::before,
.pagebuilder-slider .cart.table-wrapper .actions-toolbar > .action.slick-next::before,
.pagebuilder-slider .action-gift.slick-next::before {
  font-family: 'smc';
  content: '\e92c';
}
.pagebuilder-slider .slick-arrow {
  background: transparent;
  width: 55px !important;
  height: 55px !important;
  object-fit: contain;
  bottom: -5px;
  margin: 1%;
  top: auto !important;
  border: 1px solid #c2c2c2 !important;
  background: rgba(255, 255, 255, 0.7);
}
.pagebuilder-slider .slick-arrow:hover:before {
  color: #575757;
}
.pagebuilder-slider .slick-arrow span {
  display: none;
}
.pagebuilder-slider .slick-arrow:before {
  color: #c2c2c2;
  font-size: 42px;
  line-height: 54px;
  font-weight: 100;
}
.pagebuilder-slider .slick-arrow button,
.pagebuilder-slider .slick-arrow .cart.table-wrapper .actions-toolbar > .action,
.pagebuilder-slider .slick-arrow .action-gift {
  box-shadow: none !important;
}
.pagebuilder-accordion > .item [role='tab'] {
  border-bottom: 1px solid #c2c2c2;
}
.pagebuilder-accordion > .item.title > .switch {
  color: black;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .5px;
  font-size: 1.4rem;
  padding: 7px 15px 7px 0;
  cursor: pointer;
}
.pagebuilder-accordion > .item.title > .switch:after {
  content: '\e904';
  -webkit-font-smoothing: antialiased;
  font-family: 'smc';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  visibility: visible;
  font-size: 0.9rem;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background-color: #f0f0f0;
  transition: 0.3s background;
}
.pagebuilder-accordion > .item.content {
  border-top: none;
  padding: 0 0 15px 0;
}
.pagebuilder-accordion > .item.content p {
  color: #575757;
}
.pagebuilder-accordion > .item.allow .item.title [data-content-type='trigger']:after {
  content: '\e903';
}
.pagebuilder-accordion > .item:last-child {
  border-bottom: none;
}
fieldset[disabled] .action.primary,
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .amshopby-button,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .am-filter-go,
.am-filter-go.disabled,
.am-filter-go[disabled] {
  background: #f0f0f0;
}
.action.primary,
.amshopby-button,
.am-filter-go {
  letter-spacing: .5px;
  text-transform: uppercase;
  box-shadow: none;
}
.product-item-actions .action.primary,
.product-item-actions .amshopby-button,
.product-item-actions .am-filter-go {
  letter-spacing: .5px;
  text-transform: uppercase;
  height: 40px;
}
button.tocart,
.cart.table-wrapper .actions-toolbar > .action.tocart,
.action-gift.tocart {
  background-color: #d9c756 !important;
  color: black !important;
  font-weight: 400 !important;
  border: none;
  text-transform: uppercase;
}
button.tocart:hover,
.cart.table-wrapper .actions-toolbar > .action.tocart:hover,
.action-gift.tocart:hover {
  background-color: #d9c700 !important;
}
select,
.toolbar select {
  font-size: 14px;
  text-align: left;
  color: #000000;
  border: none;
  border-bottom: 1px solid #979797;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  background-size: 40px;
  min-width: 145px;
  background-position: 108% 45%;
  min-height: 40px;
  line-height: inherit;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
input[type='text'],
input[type='password'],
input[type='url'],
input[type='tel'],
input[type='search'],
input[type='number'],
input[type='datetime'],
input[type='email'],
textarea {
  font-weight: 300;
}
input:not([disabled]):focus {
  box-shadow: none;
}
.fieldset > legend.legend {
  border-bottom: 0;
}
.fieldset > legend.legend span {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .5px;
  color: black;
}
/* input[type=range]  css */
input[type=range] {
  -webkit-appearance: none;
  margin: 7.5px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: .2s;
  box-shadow: 0 0 0 #c2c2c2, 0 0 0 #cfcfcf;
  background: #c2c2c2;
  border-radius: 0;
  border: 0 solid #c2c2c2;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0 0 0 #f0f0f0, 0 0 0 #fdfdfd;
  border: 1px solid #c2c2c2;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #cfcfcf;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: .2s;
  box-shadow: 0 0 0 #c2c2c2, 0 0 0 #cfcfcf;
  background: #c2c2c2;
  border-radius: 0;
  border: 0 solid #c2c2c2;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0 0 0 #f0f0f0, 0 0 0 #fdfdfd;
  border: 1px solid #c2c2c2;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: .2s;
  background: transparent;
  border-color: transparent;
  border-width: 15px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #b5b5b5;
  border: 0 solid #c2c2c2;
  border-radius: 0;
  box-shadow: 0 0 0 #c2c2c2, 0 0 0 #cfcfcf;
}
input[type=range]::-ms-fill-upper {
  background: #c2c2c2;
  border: 0 solid #c2c2c2;
  border-radius: 0;
  box-shadow: 0 0 0 #c2c2c2, 0 0 0 #cfcfcf;
}
input[type=range]::-ms-thumb {
  box-shadow: 0 0 0 #f0f0f0, 0 0 0 #fdfdfd;
  border: 1px solid #c2c2c2;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #c2c2c2;
}
input[type=range]:focus::-ms-fill-upper {
  background: #cfcfcf;
}
.additional-fieldset input[type=checkbox] {
  top: auto;
}
.font-icon-class {
  -webkit-font-smoothing: antialiased;
  line-height: 30px;
  font-family: 'smc';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  visibility: visible;
}
.smc-icon {
  font-family: 'smc';
}
a:before,
button:before,
a:after,
button:after,
.cart.table-wrapper .actions-toolbar > .action:before,
.cart.table-wrapper .actions-toolbar > .action:after,
.action-gift:before,
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'smc';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  visibility: visible;
}
a.you-tube::before {
  content: '\e92a';
}
a.twitter::before {
  content: '\e929';
}
a.pintrest::before {
  content: '\e928';
}
a.instagram::before {
  content: '\e927';
}
a.facebook::before {
  content: '\e926';
}
.nav-toggle:before {
  color: #10838c;
}
.gift::before {
  content: '\e923';
  -webkit-font-smoothing: antialiased;
  line-height: 30px;
  font-family: 'smc';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  visibility: visible;
}
.diamond::before {
  content: '\e922';
  -webkit-font-smoothing: antialiased;
  line-height: 30px;
  font-family: 'smc';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  visibility: visible;
}
.magazine::before {
  content: '\e924';
  -webkit-font-smoothing: antialiased;
  line-height: 30px;
  font-family: 'smc';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  visibility: visible;
}
.locator::before {
  content: '\e925';
  -webkit-font-smoothing: antialiased;
  line-height: 30px;
  font-family: 'smc';
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  visibility: visible;
}
.towishlist:hover::before {
  content: '\e911' !important;
}
.tocompare:hover::before {
  content: '\e90f' !important;
}
.action-edit::before,
.edit::before {
  content: '\e91c' !important;
}
.page-wrapper > .page-bottom .before-footer-content {
  border-top: 1px solid #c2c2c2;
  margin: 0;
  padding-top: 22px;
  padding-bottom: 15px;
}
.page-wrapper > .page-bottom .before-footer-content h3 {
  font-size: 16px;
  letter-spacing: .5px;
  text-align: center;
  color: #10838c;
}
.page-wrapper > .page-bottom .before-footer-content h3.diamond,
.page-wrapper > .page-bottom .before-footer-content h3.gift,
.page-wrapper > .page-bottom .before-footer-content h3.magazine,
.page-wrapper > .page-bottom .before-footer-content h3.locator {
  font-size: 0;
}
.page-wrapper > .page-bottom .before-footer-content h3.diamond:before,
.page-wrapper > .page-bottom .before-footer-content h3.gift:before,
.page-wrapper > .page-bottom .before-footer-content h3.magazine:before,
.page-wrapper > .page-bottom .before-footer-content h3.locator:before {
  font-size: 30px;
}
.page-wrapper > .page-bottom .before-footer-content h3.diamond h3.locator:before,
.page-wrapper > .page-bottom .before-footer-content h3.gift h3.locator:before,
.page-wrapper > .page-bottom .before-footer-content h3.magazine h3.locator:before,
.page-wrapper > .page-bottom .before-footer-content h3.locator h3.locator:before {
  font-weight: 600;
}
.page-wrapper > .page-bottom .before-footer-content h3.diamond span,
.page-wrapper > .page-bottom .before-footer-content h3.gift span,
.page-wrapper > .page-bottom .before-footer-content h3.magazine span,
.page-wrapper > .page-bottom .before-footer-content h3.locator span {
  display: none;
}
.page-wrapper > .page-bottom .before-footer-content [data-content-type='buttons'] {
  margin-top: 4px;
}
.page-wrapper > .page-bottom .before-footer-content [data-content-type='button-item'] {
  display: block !important;
}
.page-wrapper > .page-bottom .before-footer-content [data-content-type='button-item'] [data-element='link'] {
  width: 100%;
  height: 52px;
}
.page-wrapper > .page-bottom .before-footer-content [data-content-type='button-item'] [data-element='link'] i {
  font-style: normal;
  font-size: 30px;
}
.page-wrapper > .page-bottom .before-footer-content [data-content-type='button-item'] [data-element='link'] span {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .5px;
  text-align: center;
}
.page-wrapper > .page-bottom .before-footer-content [data-content-type='button-item'] [data-element='link'] span:hover {
  color: #444a58;
}
@media screen and (min-width: 1324px) {
  .page-wrapper > .page-bottom {
    border-top: 1px solid #c2c2c2;
    padding: 0;
    max-width: 1240px !important;
  }
  .page-wrapper > .page-bottom .before-footer-content {
    border-top: none;
    margin-left: -58px;
    margin-right: -58px;
  }
}
@media (min-width: 766px) and (max-width: 860px) {
  .page-bottom .bluefoot-column-3 {
    width: 50%;
  }
}
.message.global.noscript,
.message.global.cookie {
  color: #ffffff;
  background: rgba(87, 87, 87, 0.87);
  font-size: 13px;
  z-index: 9999;
}
.message.global.noscript .content,
.message.global.cookie .content {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.message.global.noscript .content p,
.message.global.cookie .content p,
.message.global.noscript .content strong,
.message.global.cookie .content strong,
.message.global.noscript .content span,
.message.global.cookie .content span {
  font-size: 13px;
  font-weight: 300;
}
.message.global.noscript .content strong,
.message.global.cookie .content strong,
.message.global.noscript .content span,
.message.global.cookie .content span {
  top: 15px;
  position: relative;
}
.message.global.noscript .content button,
.message.global.cookie .content button,
.message.global.noscript .content .cart.table-wrapper .actions-toolbar > .action,
.message.global.cookie .content .cart.table-wrapper .actions-toolbar > .action,
.message.global.noscript .content .action-gift,
.message.global.cookie .content .action-gift {
  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;
  background-color: #fde035;
  color: black;
  width: 160px;
  padding: 15px 0px;
  float: right;
  font-weight: bold;
}
.message.global.noscript .content button:focus,
.message.global.cookie .content button:focus,
.message.global.noscript .content button:active,
.message.global.cookie .content button:active,
.message.global.noscript .content .cart.table-wrapper .actions-toolbar > .action:focus,
.message.global.cookie .content .cart.table-wrapper .actions-toolbar > .action:focus,
.message.global.noscript .content .cart.table-wrapper .actions-toolbar > .action:active,
.message.global.cookie .content .cart.table-wrapper .actions-toolbar > .action:active,
.message.global.noscript .content .action-gift:focus,
.message.global.cookie .content .action-gift:focus,
.message.global.noscript .content .action-gift:active,
.message.global.cookie .content .action-gift:active {
  background: none;
  border: none;
}
.message.global.noscript .content button:hover,
.message.global.cookie .content button:hover,
.message.global.noscript .content .cart.table-wrapper .actions-toolbar > .action:hover,
.message.global.cookie .content .cart.table-wrapper .actions-toolbar > .action:hover,
.message.global.noscript .content .action-gift:hover,
.message.global.cookie .content .action-gift:hover {
  background: none;
  border: none;
}
.message.global.noscript .content button.disabled,
.message.global.cookie .content button.disabled,
.message.global.noscript .content button[disabled],
.message.global.cookie .content button[disabled],
fieldset[disabled] .message.global.noscript .content button,
fieldset[disabled] .message.global.cookie .content button,
.message.global.noscript .content .cart.table-wrapper .actions-toolbar > .action.disabled,
.message.global.cookie .content .cart.table-wrapper .actions-toolbar > .action.disabled,
.message.global.noscript .content .cart.table-wrapper .actions-toolbar > .action[disabled],
.message.global.cookie .content .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .message.global.noscript .content .cart.table-wrapper .actions-toolbar > .action,
fieldset[disabled] .message.global.cookie .content .cart.table-wrapper .actions-toolbar > .action,
.message.global.noscript .content .action-gift.disabled,
.message.global.cookie .content .action-gift.disabled,
.message.global.noscript .content .action-gift[disabled],
.message.global.cookie .content .action-gift[disabled],
fieldset[disabled] .message.global.noscript .content .action-gift,
fieldset[disabled] .message.global.cookie .content .action-gift {
  pointer-events: none;
  opacity: 0.5;
}
.message.global.noscript .content button span,
.message.global.cookie .content button span,
.message.global.noscript .content .cart.table-wrapper .actions-toolbar > .action span,
.message.global.cookie .content .cart.table-wrapper .actions-toolbar > .action span,
.message.global.noscript .content .action-gift span,
.message.global.cookie .content .action-gift span {
  top: 0;
  font-weight: 700;
}
.message.global.noscript .content button:hover,
.message.global.cookie .content button:hover,
.message.global.noscript .content .cart.table-wrapper .actions-toolbar > .action:hover,
.message.global.cookie .content .cart.table-wrapper .actions-toolbar > .action:hover,
.message.global.noscript .content .action-gift:hover,
.message.global.cookie .content .action-gift:hover {
  background-color: #ffea6b;
}
@media screen and (min-width: 1300px) {
  .message.global.noscript .content p,
  .message.global.cookie .content p {
    display: inline-block;
    width: 80%;
    text-align: center;
  }
}
.message.global.noscript a,
.message.global.cookie a {
  text-decoration: underline;
  color: #ffffff;
  position: relative;
  top: 15px;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: white;
  font-weight: 700;
}
.review-control-vote label {
  margin: 0;
}
.rating-summary span span {
  font-weight: 400;
}
.product.data.items > .item.content {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.57;
  color: #575757;
}
@media (max-width: 1025px) and (min-width: 768px) {
  .product.data.items > .item.title > a {
    line-height: 115% !important;
    vertical-align: middle;
    text-align: center;
    display: table-cell !important;
    max-width: 150px;
  }
}
body.cms-page-view table thead th,
body.account table thead th,
body.cms-page-view table thead th span,
body.account table thead th span {
  font-weight: 500;
  font-size: 13px;
  color: black;
}
body.cms-page-view table tbody tr:first-child td,
body.account table tbody tr:first-child td {
  border-top: 1px solid #575757;
}
body.cms-page-view table tbody tr:nth-child(even),
body.account table tbody tr:nth-child(even) {
  background-color: #f0f0f0;
}
body.cms-page-view table tbody tr:nth-child(odd),
body.account table tbody tr:nth-child(odd) {
  background-color: white;
}
body.cms-page-view table tbody tr:last-child td,
body.account table tbody tr:last-child td {
  border-bottom: 1px solid #c2c2c2;
}
body.cms-page-view table tbody tr td,
body.account table tbody tr td {
  font-size: 13px;
  font-weight: 300;
  color: #000000;
}
.swatch-option.text {
  font-size: 12px;
  padding: 4px;
}
.swatch-option {
  border: 1px solid #c2c2c2;
}
.sidebar .block-title strong {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: black;
}
.sidebar .product-item-actions {
  position: static;
}
.sidebar .product-item-actions .actions-primary {
  width: 100%;
}
.sidebar .product-item-actions .actions-secondary a:hover:before {
  color: #ce5b70 !important;
}
.sidebar .product-item-actions button.tocart,
.sidebar .product-item-actions .cart.table-wrapper .actions-toolbar > .action.tocart,
.sidebar .product-item-actions .action-gift.tocart {
  padding: 8px;
  width: 100%;
}
.sidebar .empty {
  color: #575757;
}
#wishlist-sidebar {
  margin-right: 5%;
}
#wishlist-sidebar .product-item-actions .actions-primary + .actions-secondary > .action:before {
  font-size: 12px;
  line-height: 15px;
  width: 19px;
}
#wishlist-sidebar .product-item-actions .tocart {
  height: 32px;
}
.modal-popup._show .modal-inner-wrap {
  max-width: 732px;
  text-align: center;
}
.modals-overlay {
  background-color: transparent;
}
.modal-popup._show .modal-inner-wrap .modal-footer button,
.modal-popup._show .modal-inner-wrap .modal-footer .cart.table-wrapper .actions-toolbar > .action,
.modal-popup._show .modal-inner-wrap .modal-footer .action-gift {
  border-radius: 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 140px;
  margin-bottom: 10px;
  padding: 11px 15px;
  border: none;
  color: inherit;
  box-shadow: none;
}
.modal-popup._show .modal-inner-wrap .modal-footer button.action-primary.action-accept,
.modal-popup._show .modal-inner-wrap .modal-footer .cart.table-wrapper .actions-toolbar > .action.action-primary.action-accept,
.modal-popup._show .modal-inner-wrap .modal-footer .action-gift.action-primary.action-accept {
  background: #10838c;
  color: #ffffff;
}
.modal-popup._show .modal-inner-wrap .modal-footer buttona.ction-secondary.action-dismiss span {
  color: #575757;
  font-size: 12px;
  font-weight: 300;
}
/*******
// Add styles to customise a UI component.  LESS files in this directory should be
// named after the parent CSS class name of the element which they are customizing.
//
// *******/
.ves-megamenu {
  float: left;
  list-style: outside none none;
  padding: 0;
  position: relative;
  width: 100%;
}
.ves-megamenu ul {
  padding: 0;
}
.ves-megamenu ul li {
  list-style: outside none none;
  margin-bottom: 0;
}
.ves-megamenu li.level0 {
  float: left;
  margin: 0;
  position: relative;
}
.ves-megamenu li.level0 > a {
  padding: 0 20px;
  position: relative;
  line-height: 45px;
  float: left;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
.ves-megamenu li.level0.active > a {
  background: #333;
  color: #fff;
}
.ves-megamenu .dropdown-menu {
  border: 0 none;
  color: #333;
  display: block;
  margin-top: 0;
  padding: 20px;
  min-width: 200px;
}
.ves-megamenu .dropdown-menu a {
  color: #333;
}
.ves-megamenu .dropdown > .dropdown-menu {
  top: 100%;
}
.ves-megamenu .dropdown.submenu-alignleft > .dropdown-menu {
  left: auto;
  right: 0;
}
.ves-megamenu .dropdown.submenu-alignright > .dropdown-menu {
  left: 0;
  right: auto;
}
.ves-megamenu .dropdown.submenu-left {
  position: static;
}
.ves-megamenu .dropdown.submenu-right {
  position: static;
}
.ves-megamenu .dropdown.submenu-right > .dropdown-menu {
  left: auto;
  right: 0;
}
.ves-megamenu .dropdown-submenu {
  position: relative;
  float: left;
  width: 100%;
}
.ves-megamenu .dropdown-submenu .dropdown-menu {
  margin-left: 20px;
}
.ves-megamenu .dropdown-menu .subgroup > a > .caret {
  display: none;
}
.ves-megamenu .dropdown-menu .subgroup a {
  color: #333;
  font-weight: normal;
  text-transform: none;
}
.ves-megamenu .dropdown-menu .subgroup .dropdown-mega {
  padding-left: 10px;
}
.ves-megamenu .dropdown-menu .subgroup.level1 > .dropdown-mega {
  padding: 0;
}
.ves-megamenu .dropdown-menu .subgroup.level1 > a {
  color: #333;
  display: block;
  float: left;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
}
.ves-megamenu .dropdown-menu .subgroup .subgroup .dropdown-mega a {
  color: #888;
}
.ves-megamenu .dropdown-menu .subgroup.level1 > .submenu > .content-wrap > .megamenu-content {
  margin: 10px 0;
}
.ves-megamenu .dropdown-menu .megamenu-header {
  border-bottom: 1px solid #e6e6e6;
  float: left;
  margin-bottom: 20px;
  padding-bottom: 12px;
  width: 100%;
}
.ves-megamenu .dropdown-menu .content-wrap {
  margin-left: -10px;
  margin-right: -10px;
}
.ves-megamenu .dropdown-menu .content-wrap .megamenu-sidebar,
.ves-megamenu .dropdown-menu .content-wrap .megamenu-content {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
}
.ves-megamenu .dropdown-menu .megamenu-footer {
  background: #fafafa none repeat scroll 0 0;
  float: left;
  margin-top: 20px;
  padding: 20px;
  width: 100%;
}
.ves-megamenu .dropdown > .dropdown-menu > .megamenu-sidebar,
.ves-megamenu .dropdown > .dropdown-menu > .megamenu-content {
  display: inline;
  float: left;
}
.cat-label {
  color: #fff;
  display: inline-block;
  font-size: 11px;
  padding: 0 4px;
  text-transform: none;
  vertical-align: middle;
}
.cat-label-v1 {
  background: #5bd2ec none repeat scroll 0 0;
}
.cat-label-v2 {
  background: #d52462 none repeat scroll 0 0;
}
.cat-label.pin-top {
  line-height: 16px;
  padding: 0 4px;
  position: absolute;
  right: 20px;
  top: -20px;
}
.cat-label.pin-top::before {
  border-color: transparent;
  border-style: solid;
  border-width: 4px;
  content: "";
  height: 0;
  position: absolute;
  right: 6px;
  top: 16px;
  width: 0;
}
.cat-label-v1.pin-top::before {
  border-top-color: #5bd2ec;
}
.cat-label-v2.pin-top::before {
  border-top-color: #d52462;
}
.ves-vertical {
  min-width: 160px;
  width: auto;
}
.ves-vertical li.level0 {
  border-bottom: 1px solid #e5e5e5;
  float: none;
}
.ves-vertical li.dropdown {
  position: static;
}
.ves-vertical .dropdown > .dropdown-menu {
  left: 100% !important;
  top: 0;
}
.dynamic-items a {
  width: 100%;
  float: left;
}
.dynamic-content > .nav-item {
  display: none;
}
.dynamic-items li > a > .caret {
  position: absolute;
  right: 20px;
  top: 20px;
  border-left: 4px dashed;
  border-left: 4px solid\9;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.dynamic-items li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-indent: 10px;
  float: left;
  width: 100%;
  position: relative;
}
.dynamic-content > .nav-item.dynamic-active {
  display: block;
}
.navbar-inverse {
  display: none;
}
.navbar-inverse .ves-navbar-toggle {
  background: #333;
}
.ves-navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}
.ves-navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.ves-navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.ves-megamenu .menu-click .caret {
  display: none;
}
.ves-megamenu.menu-click {
  min-width: 270px;
}
.ves-megamenu.menu-click .nav-item {
  float: left;
  width: 100%;
}
.ves-megamenu.menu-click li:hover a {
  background-color: transparent;
  color: #f37351;
}
.ves-megamenu.menu-click li > a {
  width: 100%;
}
.ves-megamenu.menu-click .nav-item .dropdown-menu,
.ves-megamenu.nav-mobile .nav-item .dropdown-menu {
  left: 0 !important;
  position: static;
  box-shadow: none;
  min-width: 270px;
  margin: 0;
}
.ves-megamenu.menu-click .nav-item.level1 .dropdown-menu {
  min-width: 230px;
}
.ves-megamenu.menu-hover .nav-item.level1 .dropdown-menu {
  left: 70%;
  top: 0;
}
.ves-megamenu.menu-click .nav-item .dropdown-menu .mega-col {
  width: 100%;
}
.ves-megamenu.menu-click li .dropdown-submenu:hover > .dropdown-menu {
  display: none;
}
.ves-megamenu.menu-click li .opener,
.nav-mobile .opener {
  position: absolute;
  right: 0;
  padding: 20px;
  top: 0;
  font: normal normal normal 14px/1 FontAwesome;
}
.ves-megamenu.menu-click li .dropdown-submenu .opener {
  padding: 10px;
}
.ves-megamenu.menu-click li .opener:before,
.ves-megamenu.nav-mobile .opener:before {
  content: "\f067";
}
.ves-megamenu.menu-click li .opener.item-active:before,
.ves-megamenu.nav-mobile .opener.item-active:before {
  content: "\f068";
}
.ves-megamenu.menu-click.menu-hover .opener,
.ves-megamenu.menu-click .caret {
  display: none;
}
.ves-megamenu.menu-hover .caret,
.ves-megamenu.menu-click .opener {
  display: inline-block;
}
.ves-megamenu.menu-click .dropdown:hover > .dropdown-menu {
  display: none;
}
.ves-megamenu.menu-hover li .dropdown-menu {
  position: absolute;
  min-width: 270px;
  z-index: 9999;
}
.ves-megamenu.menu-hover .caret {
  position: absolute;
  right: 20px;
  top: 22px;
}
.ves-megamenu.menu-hover .nav-item.level1 .caret {
  top: 10px;
}
.ves-megamenu.nav-mobile .opener {
  display: inline-block;
  padding: 12px;
  z-index: 10000;
}
.ves-megamenu.nav-mobile .caret {
  display: none;
}
.ves-megamenu.nav-mobile .nav-item > a {
  text-transform: none;
}
.ves-menutop .ves-megamenu .megamenu-header .links li,
.ves-menutop .ves-megamenu .megamenu-footer .links li {
  display: inline-block;
  padding: 0 5px;
}
.mega-col .mega-col {
  padding: 0 !important;
}
.ves-column1 > .item-content1 > .mega-col {
  width: 100%;
}
.ves-column2 > .item-content1 > .mega-col {
  width: 50%;
}
.ves-column3 > .item-content1 > .mega-col {
  width: 31.3333%;
}
.ves-column4 > .item-content1 > .mega-col {
  width: 25%;
}
.ves-column5 > .item-content1 > .mega-col {
  width: 20%;
}
.ves-column6 > .item-content1 > .mega-col {
  width: 16.6666%;
}
.ves-column7 > .item-content1 > .mega-col {
  width: 14.2857%;
}
.ves-column8 > .item-content1 > .mega-col {
  width: 12.5%;
}
.ves-column9 > .item-content1 > .mega-col {
  width: 11.1111%;
}
.ves-column10 > .item-content1 > .mega-col {
  width: 10%;
}
.ves-column11 > .item-content1 > .mega-col {
  width: 9.0909%;
}
.ves-column12 > .item-content1 > .mega-col {
  width: 8.3333%;
}
/*******
// Add styles to customise a UI component.  LESS files in this directory should be
// named after the parent CSS class name of the element which they are customizing.
//
// *******/
.checkout-payment-method .payment-option-title .action-toggle {
  color: #363636;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  width: 100%;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  float: right;
  font-size: 8px;
  line-height: 30px;
  text-align: center;
  width: 24px;
}
.opc-block-summary .items-in-cart > .title:after {
  font-size: 10px;
  line-height: 24px;
  margin: 0;
}
.column.main .block .title strong {
  font-size: 16px;
}
.minicart-items .product-item-details .details-qty .label {
  padding-left: 0;
}
.table-totals .mark {
  background-color: transparent;
}
.table-totals .mark .label {
  padding-left: 0;
}
.payment-option .payment-option-content {
  padding-top: 15px;
}
.payment-option .payment-option-content .form {
  display: flex;
  flex-wrap: wrap;
}
.payment-option .payment-option-content .form .payment-option-inner {
  width: 70%;
}
.payment-option .payment-option-content .form .actions-toolbar {
  padding-right: 0;
  width: 30%;
}
.payment-option .payment-option-content .form .actions-toolbar .primary {
  width: 100%;
}
.payment-option .payment-option-content .form .actions-toolbar .action-apply {
  background: #444a58;
  border: 1px solid #444a58;
  line-height: 30px;
  margin-right: 0;
  padding: 5px 15px;
  width: 100%;
}
.payment-option .payment-option-content .form .input-text {
  height: auto;
}
.payment-option .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  min-width: 80px;
}
.payment-option .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  text-align: left;
}
.payment-option .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .radio {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.payment-option .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  text-transform: uppercase;
}
/*******
// Add styles to customise a UI component.  LESS files in this directory should be
// named after the parent CSS class name of the element which they are customizing.
//
// *******/
.contact-index-index h1.page-title {
  margin-bottom: 16px;
}
.contact-index-index p {
  font-weight: 300;
  letter-spacing: .5px;
}
.contact-index-index label {
  font-size: 14px;
  line-height: 1.57;
  margin-left: 0;
  color: #000000;
  font-weight: 400;
}
.contact-index-index div[data-content-type='row'] {
  margin-left: 0;
  margin-right: 0;
}
.contact-index-index .contact-content p {
  font-size: 14px;
  margin-bottom: 2px;
}
.contact-index-index .fieldset > legend.legend span {
  text-transform: capitalize;
  color: #000000;
}
.contact-index-index .fieldset > .legend {
  margin: 0 0 5px;
}
.contact-index-index .fieldset > .field > .label,
.contact-index-index .fieldset > .fields > .field > .label {
  font-weight: 400;
}
.contact-index-index .fieldset > .field,
.contact-index-index .fieldset > .fields > .field {
  margin: 0 0 25px;
}
.contact-index-index p.required {
  font-size: 11px;
  text-align: left;
  color: #ce5b70;
  font-weight: 400;
  width: 122px;
  display: inline-block;
  float: left;
}
.contact-index-index p.required:before {
  content: '*';
  color: #ce5b70;
  font-size: 1.2rem;
  margin: 0 3px 0 5px;
}
.contact-index-index .fieldset {
  margin-bottom: 20px;
}
.contact-index-index form.form.contact {
  margin-top: 66px;
}
.contact-index-index form.form.contact .field.note.no-label {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.57;
}
.contact-index-index form.form.contact .actions-toolbar .primary button,
.contact-index-index form.form.contact .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.contact-index-index form.form.contact .actions-toolbar .primary .action-gift {
  min-width: 200px;
  margin-right: 0;
}
.contact-index-index form.form.contact .actions-toolbar .primary button span,
.contact-index-index form.form.contact .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action span,
.contact-index-index form.form.contact .actions-toolbar .primary .action-gift span {
  font-size: 13px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
a {
  color: #444a58;
  font-weight: bold;
}
body {
  overflow-x: hidden;
}
body .label {
  color: #333;
}
.page-wrapper {
  overflow: hidden;
}
a {
  color: #444a58;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
:focus-visible {
  outline: none;
}
.label {
  color: #333;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type*="date"]:focus,
input[type="email"]:focus {
  border-color: #444a58;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  padding: 5px 15px;
  line-height: 30px;
}
.breadcrumbs {
  padding: 0 15px !important;
}
.breadcrumbs .page-main {
  padding: 0;
}
.breadcrumbs a {
  color: #333333;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs li {
  font-size: 14px;
}
.breadcrumbs .item:not(:last-child):after {
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
}
.slick-prev {
  background-color: #cfcfcf !important;
  border-radius: 50%;
  height: 34px;
  left: -40px;
  line-height: 34px;
  width: 34px;
}
.slick-prev:before {
  color: #000000;
  content: "‹";
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  line-height: 1;
  padding: 0;
  position: relative;
  top: -4px;
}
.slick-next {
  background-color: #cfcfcf !important;
  border-radius: 50%;
  height: 34px;
  line-height: 0;
  right: -40px;
  width: 34px;
}
.slick-next:before {
  color: #000000;
  content: "›";
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  line-height: 1;
  padding: 0;
  position: relative;
  top: -4px;
}
.slick-prev.slick-disabled {
  opacity: 1;
}
.slick-prev.slick-disabled:hover {
  opacity: 1;
}
.slick-next.slick-disabled {
  opacity: 1;
}
.slick-next.slick-disabled:hover {
  opacity: 1;
}
.page-main {
  max-width: 1200px;
}
.page-title-wrapper {
  text-align: left;
}
.page-title-wrapper .page-title {
  display: none !important;
}
.page-title-wrapper .category-cms img {
  border: 1px solid #d1d1d1;
  padding: 3px;
  width: 100%;
}
.page-title-wrapper p {
  text-align: left !important;
}
.page-title-wrapper p a {
  color: #333333;
}
.cms-index-index .shipping-block {
  display: none;
}
.shipping-block {
  background: #f4f4f4;
}
.shipping-block ul {
  align-items: center;
  display: flex;
  list-style: none;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding: 0 5px;
}
.shipping-block ul li {
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0 10px;
  text-align: center;
  width: 33.33%;
}
.shipping-block ul li:first-child {
  text-align: left;
}
.shipping-block ul li:last-child {
  text-align: right;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #e2e4f0;
}
::-webkit-scrollbar-thumb {
  background: #444a58;
}
::-webkit-scrollbar-thumb:hover {
  background: #444a58;
}
.message.success > *:first-child:before {
  top: 24px;
}
.abs-margin-for-blocks-and-widgets,
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline,
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.block-banners,
.block-banners-inline {
  margin-bottom: 0;
}
.magictabs {
  display: none;
}
.nofoundpagerow {
  background-attachment: inherit !important;
  background-color: #fec2c2;
  background-position: right !important;
  background-repeat: no-repeat !important;
  background-size: 565px !important;
  margin: 56px auto;
  max-width: 1058px;
  width: 100%;
}
.nofoundpage-main-page .nofoundpage-main-content {
  padding: 95px 68px 96px;
  width: 54%;
}
.nofoundpage-main-page .nofoundpage-main-content h1 {
  color: #08505e;
  font-family: "kepler-std-extended", serif;
  font-size: 140px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.03em;
  line-height: 111px;
  margin-bottom: 0px;
}
.nofoundpage-main-page .nofoundpage-main-content h2 {
  color: #08505e;
  font-family: "kepler-std-extended", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.03em;
  line-height: 110%;
  margin-bottom: 0px;
  margin-top: 0px;
}
.nofoundpage-main-page .nofoundpage-main-content p {
  color: #082e31;
  font-family: "kepler-std-extended", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.02em;
  line-height: 140%;
}
.nofoundpage-main-page .nofoundpage-main-content a.got-to-button {
  background: #08505e;
  border-radius: 3px;
  color: #d5e0e0;
  display: inline-block;
  font-family: "acumin-pro-wide", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 120%;
  margin-top: 44px;
  padding: 18px 83px;
}
.cms-noroute-index hr {
  border: none !important;
}
.cms-noroute-index [data-content-type='heading'] {
  display: none;
}
.cms-noroute-index [data-content-type='products'] {
  display: none;
}
div#___ratingbadge_1 {
  display: none !important;
}
.widget-images.cat-info .image-description .v-center h4 a {
  color: #fff !important;
}
.middle-content .col-xs-12 {
  width: 50%;
}
.ves-megamenu li.level0 > a {
  margin-right: 11px !important;
}
.shop-jewellery-section .block.rings-info .image-description h4 a {
  color: #fff !important;
}
.cms-page-view .columns .column.main h2 a {
  color: #fff !important;
}
.widget.block.block-static-block p.buying-options {
  display: none;
}
.message.error {
  background: #f7d6e6 !important;
  color: #d80a0a !important;
}
.categorypath-brand a.btn.btn-primary.btn-info.buttonblue {
  color: #fff;
  border: none;
  background: #e8408f;
}
.categorypath-brand a.btn.btn-primary.btn-primary.buttonread {
  color: #fff;
  background: #4a5360;
  border: none;
}
.categorypath-brand .buttonscolumn {
  margin: 20px 0px;
}
.cms-page-view .effect-banner .image-description.content-top {
  background: none;
}
.cms-page-view .inspiration-content-section .effect-banner .image-item .image-description h2 a:before {
  content: none;
}
.cms-page-view .effect-banner .image-description.content-top:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.4s;
  z-index: -1;
}
.cms-page-view .effect-banner .image-description.content-top:hover:after {
  transform: scale(0.9);
}
.cms-page-view .column.main .feature-product-home .products-grid .product-items {
  gap: 0;
}
.cms-page-view .ourservice-block.center .media > div.ourservice-content {
  width: calc(55%);
  text-align: left;
}
p a:visited {
  color: #666 !important;
}
.categorypath-brand .categorypath-brand .buttonscolumn {
  text-align: center;
}
.cms-page-view .columns .column.main a.page {
  border-radius: 0;
  border: none;
}
.cms-page-view .columns .column.main a.page:hover {
  color: #fff !important;
}
.cms-page-view .columns .column.main a.action.previous {
  padding: 10px 10px;
  line-height: 20px;
  padding: 9px 15px;
  text-align: center;
  width: 40px;
  margin-right: 2px;
  border-radius: inherit;
}
.cms-page-view .columns .column.main a.action.previous:before {
  font-size: 20px !important;
}
.cms-page-view .img-section-cms img {
  display: inline-block;
}
.cms-page-view .pages .item {
  margin: 0 5px 0 0!important;
}
.cms-page-view .columns .column.main a.action.next {
  margin-left: 2px !important;
}
.cms-page-view .img-section-cms {
  text-align: center;
}
.cms-thomas-sabo-about div#my-slider-brand1 img {
  display: inline-block;
}
.cms-fashion-homepage-2 .shop-jewellery-section .block.bracelets-info .image-description h4 a {
  color: #484f5e !important;
}
.cms-fashion-homepage-2 .shop-jewellery-section .block.rings-info .image-description h4 a {
  color: #484f5e !important;
}
@media only screen and (max-width: 767px) {
  .message.global.noscript .content,
  .message.global.cookie .content {
    padding: 4px 0;
  }
  .nav-mobile .megamenu-header,
  .nav-mobile .megamenu-footer {
    display: none;
  }
  .ves-megamenu.nav-mobile li {
    width: 100% !important;
    position: relative !important;
    border-bottom: 1px solid #e5e5e5;
  }
  .nav-mobile li a {
    position: relative;
    width: 100%;
  }
  .nav-mobile .icaret {
    display: none;
  }
  .nav-mobile li .opener {
    position: absolute;
    right: 0;
    padding: 20px;
    top: 0;
    font: normal normal normal 14px/1 FontAwesome;
  }
  .nav-mobile li .opener:before {
    content: "\f067";
  }
  .nav-mobile li .opener.item-active:before {
    content: "\f068";
  }
  .nav-mobile li.active .submenu {
    float: left;
    box-shadow: none;
    background: #f8f8f8 !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .ves-megamenu li.level0 > a {
    line-height: 36px;
  }
  .ves-megamenu .megamenu-sidebar.left-sidebar,
  .ves-megamenu .megamenu-sidebar.right-sidebar,
  .ves-megamenu .megamenu-content {
    width: 100% !important;
  }
  .nav-mobile .dropdown-menu {
    width: 100% !important;
  }
  .nav-mobile .mega-col {
    width: 100% !important;
  }
  .nav-mobile .subdynamic .product-item {
    width: 100% !important;
  }
  .ves-megamenu .submenu .megamenu-content > ul {
    position: static;
    display: none;
  }
  .ves-megamenu .active > .submenu > .megamenu-content > ul {
    display: block;
  }
  .ves-megamenu .level0 .submenu.subhover {
    position: initial;
  }
  .ves-megamenu .nav-item > a {
    text-transform: uppercase;
    display: inline-block;
  }
  .ves-megamenu .dropdown-menu .nav-item > a {
    padding: 10px 0;
  }
  .nav-mobile .dynamic-items {
    width: 100%;
  }
  .nav-mobile .dynamic-items li {
    width: auto !important;
  }
  .nav-mobile .dynamic-items li .opener {
    display: none;
  }
  .nav-mobile .dropdown-menu {
    box-shadow: none;
  }
  .nav-mobile .dynamic-item a {
    padding: 10px;
  }
  .nav-mobile .dynamic-item {
    float: left;
    width: auto;
  }
  .nav-mobile .caret {
    display: none;
  }
  .ves-megamenu .level0 .submenu.subhover {
    padding: 15px;
    display: none;
    box-shadow: none;
  }
  .ves-megamenu video,
  .ves-megamenu iframe,
  .ves-megamenu img {
    max-width: 100%;
  }
  .navbar-inverse {
    display: block;
  }
  .navbar-inverse .navbar-toggle {
    background: #333;
  }
  .ves-megamenu .level0 > li > a {
    margin-bottom: 0;
  }
  .ves-megamenu .level0 ul.level1 li {
    margin-bottom: 0;
  }
  .nav-mobile .submenu {
    position: relative;
    display: none;
  }
  .nav-mobile .selected > .submenu {
    height: auto;
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .ves-megamenu .dropdown-menu .nav-item {
    width: 100%;
  }
  .offcanvas-menu {
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(46%);
  }
  .offcanvas-menu-left {
    left: -80%;
    left: calc(-46%);
  }
  .offcanvas-menu-right {
    right: -80%;
    right: calc(-46%);
  }
  .ves-nav-open .offcanvas-menu.offcanvas-menu-left {
    left: 0;
  }
  .ves-nav-open .offcanvas-menu.offcanvas-menu-right {
    right: 0;
  }
  .ves-nav-open .offcanvas-menu {
    -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);
    z-index: 99;
  }
  .ves-nav-before-open {
    height: 100%;
    width: 100%;
  }
  .ves-nav-before-open .page-wrapper {
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .ves-nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .ves-nav-open .page-wrapper {
    left: 80%;
    left: calc(46%);
  }
  .ves-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;
  }
  .ves-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 80;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .page-footer {
    background: none;
  }
  .page-footer .footer-top .ves-container.newsletter-sction {
    background: #cdcdcd;
    padding: 30px 0;
  }
  .page-footer .footer-top .ves-container.newsletter-sction .ves-widget {
    margin-bottom: 0;
  }
  .page-footer .footer-top .ves-container.newsletter-sction .block.newsletter {
    margin-bottom: 0;
  }
  .page-footer .footer-top .ves-container.newsletter-sction .block.newsletter .block-title {
    display: none;
  }
  .page-footer .footer-top .ves-container.newsletter-sction .block.newsletter .block-content form.form.subscribe {
    position: relative;
  }
  .page-footer .footer-top .ves-container.newsletter-sction .block.newsletter form.form.subscribe .field.newsletter {
    align-items: center;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .page-footer .footer-top form.form.subscribe .newsletter-merge {
    padding: 0;
    width: 100%;
    margin-bottom: 25px;
  }
  .page-footer .footer-top form.form.subscribe .newsletter-merge .text {
    font-size: 15px;
    line-height: 30px;
    margin-top: 10px;
  }
  .page-footer .footer-top form.form.subscribe .control {
    padding: 0 0 0 0;
    position: relative;
    width: 100%;
  }
  .page-footer .footer-top form.form.subscribe .label {
    color: #484f5e;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    padding: 0;
    white-space: normal;
  }
  .page-footer .footer-top .ves-container .container {
    max-width: 1400px;
    width: 100%;
  }
  .page-footer .footer-top .block-title {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
  }
  .page-footer .footer-top .block-title h2 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .page-footer .footer-top .block-title:after {
    position: absolute;
    right: 0;
    top: 0;
  }
  .page-footer .footer-top .panel-group {
    margin-bottom: 0;
  }
  .page-footer .footer-top ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
  }
  .page-footer .footer-top ul li {
    margin-bottom: 20px;
  }
  .page-footer .footer-top ul li:last-child {
    margin-bottom: 0;
  }
  .page-footer .footer-top ul li a {
    color: #000;
    font-size: 14px;
  }
  .page-footer .footer-top ul.nav-links li i {
    display: none;
  }
  .page-footer .footer-top .location-footer .block-content {
    font-size: 14px;
    line-height: 24px;
    padding-left: 25px;
  }
  .page-footer .footer-top .location-footer .block-content a {
    color: #000;
    font-weight: normal;
  }
  .page-footer .footer-top .location-footer .block-content i {
    margin-left: -25px;
    width: 25px;
  }
  .page-footer .footer-top .location-footer .block-content p {
    margin-bottom: 0;
  }
  .page-footer .footer-top .location-footer .block-content .ct-p {
    margin-top: 15px;
  }
  .page-footer .footer-top .time {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 40px;
    padding-left: 25px;
    position: relative;
  }
  .page-footer .footer-top .time span {
    display: inline-block;
    width: 100%;
  }
  .page-footer .footer-top .time i {
    margin-left: -25px;
    width: 25px;
  }
  .page-footer .footer-top ul.social-links {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .page-footer .footer-top ul.social-links li {
    color: #333;
    display: inline-block;
    line-height: 30px;
    margin-bottom: 0;
    margin: 0 10px 0 0;
  }
  .page-footer .footer-top ul.social-links li a {
    background: #000;
    color: #fff;
    display: inline-block;
    height: 32px;
    text-align: center;
    width: 32px;
  }
  .page-footer .footer-section {
    background: #f4f4f4;
    padding: 0 0 40px;
  }
  .page-footer .footer-section .block {
    margin-bottom: 0;
  }
  .page-footer .footer-section .row-inner > div {
    width: 100%;
  }
  .page-footer .payment-icon-footer .block-title {
    display: none;
  }
  .page-footer .payment-icon-footer .block-content {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .page-footer .payment-icon-footer .block-content strong {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
    width: 100%;
  }
  .page-footer .payment-icon-footer .block-content ul {
    margin-bottom: 0;
  }
  .page-footer .payment-icon-footer .block-content ul img {
    height: auto;
    width: auto;
  }
  .page-footer .accept-payment-section-footer {
    background: #f4f4f4;
  }
  .page-footer .copyright-footer {
    background: #f4f4f4;
    border-top: 1px solid #dcdcdc;
    line-height: 30px;
    padding: 10px 0;
  }
  .page-footer .copyright-footer .block.copyright {
    margin-bottom: 0;
  }
  .block.newsletter .field .control:before {
    content: none;
  }
  .block.newsletter input {
    background: #fff;
    border-radius: 30px;
    border: 1px solid #fff !important;
    color: #333 !important;
    line-height: 32px !important;
    padding: 7px 180px 7px 25px !important;
    font-style: normal;
  }
  .block.newsletter .actions {
    margin: 0;
  }
  .block.newsletter .action.subscribe {
    background: #000;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    min-width: 160px;
    padding: 8px 25px;
    position: absolute;
    right: 2px;
    top: 2px;
  }
  .newsletter-sction .form.subscribe input {
    border: 1px solid #fff !important;
    color: #333 !important;
    line-height: 32px !important;
    padding: 7px 180px 7px 25px !important;
  }
  #top {
    bottom: 20px;
    position: fixed;
    right: 20px;
    z-index: 9;
  }
  #top a {
    background: #000;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    width: 34px;
  }
  #top a span {
    display: none;
  }
  .block.newsletter input {
    padding: 8px 15px !important;
  }
  .block.newsletter .form.subscribe button.action.subscribe,
  .block.newsletter .form.subscribe .cart.table-wrapper .actions-toolbar > .action.action.subscribe,
  .block.newsletter .form.subscribe .action-gift.action.subscribe {
    background: #000;
    border-radius: 30px;
    padding: 8px 25px;
  }
  .form.subscribe input {
    background: #ffffff !important;
    border-radius: 30px !important;
    border: 1px solid #000 !important;
    height: auto !important;
    padding: 8px 15px !important;
  }
  .form.subscribe button.action.subscribe,
  .form.subscribe .cart.table-wrapper .actions-toolbar > .action.action.subscribe,
  .form.subscribe .action-gift.action.subscribe {
    background: none;
    border-radius: 0;
    height: auto !important;
    padding: 12px 20px;
  }
  .form.subscribe button.action.subscribe img,
  .form.subscribe .cart.table-wrapper .actions-toolbar > .action.action.subscribe img,
  .form.subscribe .action-gift.action.subscribe img {
    filter: grayscale(1) invert(1);
    opacity: 0.8;
  }
  .mppopup-text {
    color: #000 !important;
  }
  .tmp3-title {
    color: #000 !important;
  }
  .form.subscribe button.action.subscribe.tmp6-button,
  .form.subscribe .cart.table-wrapper .actions-toolbar > .action.action.subscribe.tmp6-button,
  .form.subscribe .action-gift.action.subscribe.tmp6-button {
    min-width: 220px;
  }
  .shipping-block ul {
    margin-bottom: 0;
  }
  .google-map {
    margin-bottom: 30px;
  }
  .contact-info a {
    color: #000;
  }
  .contact-customhtml a {
    color: #000;
  }
  .contact-index-index .block-title {
    margin-bottom: 15px;
  }
  .contact-index-index .action.primary,
  .contact-index-index .amshopby-button,
  .contact-index-index .am-filter-go {
    background: #000;
    border-radius: 30px;
  }
  .cms-page-view .columns .column.main a {
    color: #444a58 !important;
    text-decoration: none !important;
  }
  .cms-page-view .columns .column.main ul {
    list-style: none;
  }
  .cms-page-view .columns .column.main h2 a {
    text-decoration: none;
  }
  .cms-page-view .columns .column.main h4 a {
    text-decoration: none;
  }
  .cms-page-view .columns .column.main .block-title {
    margin-bottom: 15px;
  }
  .page-footer .footer-section .block {
    border-top: none !important;
  }
  body {
    font-family: 'Open Sans';
  }
  a:hover {
    text-decoration: none;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 1400px;
  }
  .container {
    width: 100%;
  }
  .block-static-block.widget {
    margin-bottom: 0;
  }
  .customnotice {
    background: #444a58;
    color: #ffffff;
    padding: 10px 15px;
  }
  .navbar-fixed-top {
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  }
  .page-header {
    margin: 0 !important;
    padding-bottom: 0 !important;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #eaeaea;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
  }
  .page-header #ves-header .panel.wrapper {
    border: none;
  }
  .panel.header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .social-links {
    float: left;
  }
  .social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .social-links ul li {
    color: #333;
    display: inline-block;
    line-height: 30px;
    margin: 0 10px 0 0;
  }
  .social-links ul li:last-child {
    margin-left: 15px;
    margin-right: 0;
  }
  .social-links ul li:last-child a i {
    margin-right: 10px;
  }
  .social-links ul li a {
    color: #333;
  }
  .social-links ul li.instagram {
    margin-right: 20px;
  }
  .header.panel > .header.links li {
    line-height: 30px;
  }
  .header.panel > .header.links li a {
    color: #333;
  }
  .header.panel > .header.links li.wishlist:before {
    content: '|';
    margin-right: 15px;
  }
  .minicart-wrapper .action.showcart:before {
    content: none !important;
  }
  .minicart-wrapper .action.showcart .fa {
    display: inline-block !important;
    background: #000;
    color: #fff;
    padding: 6px;
    margin-right: 6px;
    font-size: 12px;
  }
  .minicart-wrapper .action.showcart .text {
    clip: auto;
    color: #333;
    display: inline-block;
    font-size: 14px;
    height: auto;
    line-height: 30px;
    margin: 0;
    padding: 0 0 0 5px;
    position: relative;
    width: auto;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    background: none;
    border-radius: 0;
    color: #333;
    font-size: 14px;
    height: auto;
    line-height: 30px;
    margin: 0;
    min-width: 0;
  }
  .minicart-wrapper .action.showcart .counter.qty:before {
    content: '|';
  }
  .header.content {
    align-items: center;
    display: flex;
    padding: 10px 15px;
    width: 100%;
  }
  .header.content .logo {
    flex: 1 1 auto;
    margin: 0;
    max-width: 180px;
    width: 100%;
  }
  .header.content .nav-toggle {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 15px;
  }
  .header.content .nav-toggle:before {
    color: #333;
    font-size: 18px;
  }
  .header.content .nav-menu {
    margin-left: auto;
    padding: 0 15px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9;
    display: none !important;
    background: #fff;
  }
  .header.content .nav-menu a {
    color: #505863;
    font-weight: normal;
  }
  .header.content .nav-menu a:hover {
    background: none;
    color: #000;
  }
  .header.content .nav-menu .ves-megamenu.menu-hover .caret {
    right: 0;
  }
  .header.content .nav-menu .ves-megamenu {
    margin-bottom: 0;
  }
  .header.content .block-search {
    flex: 1 1 auto;
    max-width: 234px;
    padding-left: 0;
    width: 100%;
  }
  .header.content .block-search .label {
    display: none;
  }
  .nav-open .header.content .nav-menu {
    display: block !important;
  }
  .ves-megamenu li.level0 > a {
    padding: 0 16px;
  }
  .ves-megamenu li.level0:hover > a {
    background: none;
    color: #000;
  }
  .block-search {
    padding-top: 0;
  }
  .block-search .nested {
    display: none;
  }
  .block-search input {
    line-height: 30px;
    padding: 3px 15px;
  }
  .block-search .control {
    padding-bottom: 0;
  }
  .block-search .action.search {
    opacity: 1 !important;
    top: 0;
  }
  .block-search .action.search:before {
    color: #333;
    line-height: 38px;
  }
  .nav-sections {
    background: #fff;
  }
  .nav-sections .nav-sections-item-title {
    border-left: none;
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
  }
  .nav-sections .nav-sections-item-title a {
    color: #000;
  }
  .minicart-wrapper .action.showcart.active {
    opacity: 1;
  }
  .minicart-wrapper .action.close {
    height: 30px;
    opacity: 1;
    width: 30px;
  }
  .minicart-wrapper .action.close:before {
    font-size: 15px;
  }
  .minicart-wrapper .block-minicart {
    max-height: 500px;
    overflow-y: auto;
  }
  .minicart-wrapper .product .actions {
    margin: -33px 0 0;
  }
  .minicart-wrapper .product .actions > .secondary {
    margin-left: 10px;
  }
  .block-minicart .block-content > .actions > .primary {
    margin-left: 0;
    margin-right: 0;
  }
  .block-minicart .block-content > .actions > .primary .action.primary,
  .block-minicart .block-content > .actions > .primary .amshopby-button,
  .block-minicart .block-content > .actions > .primary .am-filter-go {
    background: #444a58;
    background: #ff3990;
    border-color: #ff3990;
    border: 1px solid #ff3990;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 15px;
    text-transform: capitalize;
    width: 100%;
  }
  .block-minicart .block-content > .actions .viewcart {
    background: #444a58;
    border: 1px solid #444a58;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 15px;
    text-transform: capitalize;
    width: 100%;
  }
  .block-minicart .items-total {
    margin-left: 0;
  }
  .block-minicart .subtotal {
    margin-right: 0;
  }
  .block-minicart .minicart-widgets {
    margin: 0;
  }
  .minicart-items .product-item-name {
    line-height: 1;
    margin: 0 0 5px;
  }
  .minicart-items .product-item-name a {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
  }
  .minicart-items .item-qty {
    padding: 0 10px;
  }
  .minicart-items .product-item-details .details-qty .label {
    font-size: 12px;
  }
  .minicart-items .product-item-details .price {
    color: #444a58;
    font-weight: 700;
  }
  .minicart-items .product-item-details .product.options {
    font-size: 12px;
    line-height: 1.3;
  }
  .minicart-items .action.edit:before {
    font-size: 14px;
  }
  .minicart-items .action.delete:before {
    font-size: 14px;
  }
  .minicart-items .product .toggle:after {
    font-size: 7px;
    margin-left: 5px;
  }
  .header-links-wrapper .minicart-wrapper .product.options .label {
    font-size: 12px;
  }
  .desktopMic {
    right: 20px !important;
    top: 20px !important;
  }
  .iconMicOff {
    right: 25px !important;
    top: 20px !important;
    position: absolute;
    width: 20px;
    height: 20px;
  }
  .block-search .label.active + .control .iconMicOff::before {
    top: 0;
  }
  form#search_mini_form .field.search .control {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0;
    background: #fff;
    z-index: 22;
    height: 0;
    overflow: hidden;
  }
  form#search_mini_form.active .field.search .control {
    height: auto;
    padding: 10px 15px;
    overflow: initial;
  }
  form#search_mini_form .search-autocomplete {
    margin-top: 0 !important;
  }
  .block-search form#search_mini_form.active .action.search {
    display: block;
  }
  .block-search input::-webkit-input-placeholder {
    font-style: normal;
    text-indent: 0 !important;
  }
  .block-search input::-moz-placeholder {
    font-style: normal;
    text-indent: 0 !important;
  }
  .block-search input:-ms-input-placeholder {
    font-style: normal;
    text-indent: 0 !important;
  }
  .block-search input:-moz-placeholder {
    font-style: normal;
    text-indent: 0 !important;
  }
  .header.content .block-search .label {
    display: block;
    margin: 0 !important;
  }
  .header.content .block-search .label:before {
    font-size: 24px;
    margin: 0;
  }
  .block-search .action.search {
    border: none;
    width: 38px;
    height: 38px;
    padding: 0;
    position: absolute;
    top: 100%;
    margin: 10px;
    right: 35px;
    background: none;
    z-index: 23;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 38px;
    color: #333;
    content: '\e91a';
    font-family: 'smc';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  canvas#screen {
    display: none !important;
  }
  .block-search .label.active + .control .iconMicOff::before {
    content: none;
  }
  .block-search .label.active + .control .iconListening {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 25px;
  }
  .block-search .label.active + .control .iconListening::before {
    content: none;
  }
  div#___ratingbadge_1 {
    display: none !important;
  }
  .widget-images.cat-info .image-description .v-center h4 a {
    color: #fff !important;
  }
  .middle-content .col-xs-12 {
    width: 50%;
  }
  h1#page-title-heading {
    display: inline-block !important;
  }
  .footer-links-pop {
    text-align: center;
    margin-top: 20px;
  }
  .footer-links-pop .title {
    text-decoration: none;
    line-height: 20px;
    margin: 3px 0;
    margin-bottom: 12px;
    display: inline-block;
    font-weight: 600;
    font-size: 19px;
    color: #fff;
  }
  .footer-links-pop .faqpara a {
    color: #484f5e;
    text-decoration: none;
    font-size: 13px;
    line-height: 20px;
    margin: 3px 0;
    display: inline-block;
    padding: 0 3px;
  }
  .footer-links-pop .faqpara a:after {
    content: "|";
    margin: 0 1px 0 5px;
  }
  .header.content {
    display: flex !important;
  }
  .page-footer .footer-top .popular-search.about-niche-heading {
    padding-top: 50px;
  }
  .page-footer .footer-top .popular-search.about-niche-heading .block-title {
    margin-bottom: 0;
  }
  .page-footer .footer-top .popular-search.about-niche-heading .copyright {
    margin-bottom: 0;
  }
  .products-grid .product-item .product-item-photo {
    margin-bottom: 10px;
  }
  .page-products .products-grid .product-item {
    padding-left: 0;
  }
  .products-grid .product-item .product-item-name {
    margin-top: 0;
  }
  .product-items .product-block .product-item-details .heading-title {
    margin-top: 0;
    margin-bottom: 0;
  }
  .product-items .product-item .price-box {
    margin-bottom: 15px;
  }
  .products-grid .product-item .price-container .price {
    font-size: 16px !important;
  }
  .breadcrumbs .items {
    margin-top: 10px !important;
  }
  .page-header #ves-header .panel.wrapper {
    border: none;
  }
  html body {
    font-family: 'Open Sans';
    font-size: 13px;
  }
  .nav-sections-item-title {
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
  }
  .ves-megamenu li.level0 > a {
    padding: 0 30px 0 0 !important;
    font-size: 14px;
  }
  .ves-megamenu li.level0 a:hover {
    text-decoration: none;
  }
  .ves-megamenu.menu-click .nav-item .dropdown-menu,
  .ves-megamenu.nav-mobile .nav-item .dropdown-menu {
    padding: 0 0 0 20px;
  }
  .ves-megamenu.nav-mobile .nav-item .dropdown-menu .submenu {
    padding: 0 0 0 20px !important;
  }
  .ves-megamenu .dropdown-menu a {
    padding: 10px 30px 10px 0 !important;
    font-weight: normal !important;
    text-transform: capitalize !important;
  }
  .navbar-fixed-top {
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  }
  .section-item-content .header-links .action {
    display: none;
  }
  .section-item-content .header-links {
    display: inline-block;
    width: 100%;
  }
  .section-item-content .header-links ul {
    margin: 0;
    padding: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 30px;
  }
  .section-item-content .header-links ul li {
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    line-height: 35px;
  }
  .section-item-content .header-links .minicart-wrapper {
    display: none;
  }
  .section-item-content .header-links a {
    color: #333;
  }
  .nav-sections-item-title {
    background: #444a58;
    border: 1px solid #444a58;
  }
  .nav-sections .nav-sections-item-title a {
    color: #fff;
  }
  .nav-sections .nav-sections-item-title.active a {
    color: #444a58;
  }
  .header.content .header-links-wrapper.hidden-xs {
    display: block !important;
    line-height: 24px;
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: -28px;
  }
  .header.content .header-links-wrapper.hidden-xs .header-links ul {
    margin: 0;
    padding: 0;
  }
  .header.content .header-links-wrapper.hidden-xs li {
    display: none;
  }
  .header-links-wrapper .minicart-wrapper .fa {
    display: none;
  }
  .header-links-wrapper .minicart-wrapper .cart-title {
    display: none;
  }
  .header-links-wrapper .minicart-wrapper .label {
    font-weight: normal;
    font-size: 12px;
    padding: 0;
    color: #333;
  }
  .header-links-wrapper .minicart-wrapper a {
    color: #333;
  }
  .minicart-wrapper .action.showcart:before {
    width: 22px;
    height: 24px;
    background-size: 20px;
  }
  .header.content .block-search {
    margin-left: auto;
  }
  .social-links ul li:last-child {
    margin-left: 7px;
  }
  .social-links ul li.instagram {
    margin-right: 7px;
  }
  .block-search .control {
    padding: 0;
  }
  .customnotice {
    font-size: 12px;
    padding: 5px 15px;
  }
  .mp-banner-slider .owl-carousel .owl-nav button,
  .mp-banner-slider .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action,
  .mp-banner-slider .owl-carousel .owl-nav .action-gift,
  .mp-banner-slider .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action,
  .mp-banner-slider .owl-carousel .owl-nav .action-gift,
  .mp-banner-slider .owl-carousel .owl-nav .action-gift {
    background-color: rgba(255, 255, 255, 0.7) !important;
  }
  .mp-banner-slider .owl-carousel .owl-nav button.owl-prev:after,
  .mp-banner-slider .owl-carousel .owl-nav button.owl-next:after,
  .mp-banner-slider .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev:after,
  .mp-banner-slider .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next:after,
  .mp-banner-slider .owl-carousel .owl-nav .action-gift.owl-prev:after,
  .mp-banner-slider .owl-carousel .owl-nav .action-gift.owl-next:after {
    position: relative;
    top: -4px;
    line-height: 1;
  }
  .owl-carousel .owl-nav > div.owl-prev {
    left: -5px;
  }
  .owl-carousel .owl-nav > div.owl-next {
    right: -5px;
  }
  .our-services-section .ourservice-block .media {
    flex-wrap: wrap;
    justify-content: center;
  }
  .our-services-section .ourservice-block .media > div {
    width: 60px;
    text-align: center;
  }
  .our-services-section .ourservice-block .media > div img {
    max-height: 30px;
  }
  .our-services-section .ourservice-block .media .ourservice-content {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .our-services-section .ourservice-block .media .ourservice-content p {
    text-align: center !important;
    font-size: 10px;
  }
  .our-services-section .ourservice-block .media .ourservice-content .title-media {
    font-size: 11px;
  }
  .about-niche-heading {
    padding-top: 30px;
  }
  .about-section-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .products-grid .product-item .product-item-name {
    font-size: 13px;
  }
  .products-grid .product-item .price-container .price {
    font-size: 18px;
  }
  .product-item .price-box {
    margin-bottom: 0;
  }
  .inspiration-content-section .row {
    margin: 0 -9px;
  }
  .inspiration-content-section .row .col-lg-6,
  .inspiration-content-section .row .col-lg-12 {
    padding: 0 9px;
  }
  :focus-visible {
    outline: none;
  }
  .slick-prev,
  .slick-next {
    background-color: #cfcfcf !important;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    line-height: 34px;
  }
  .slick-prev:before {
    color: #000;
    content: '‹';
    font-size: 26px;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    top: -3px;
    padding: 0;
  }
  .slick-next:before {
    color: #000;
    content: '›';
    font-size: 26px;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    top: -2px;
    padding: 0;
  }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled,
  .slick-prev.slick-disabled:hover,
  .slick-next.slick-disabled:hover {
    opacity: 1;
  }
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: -5px;
  }
  .style-content-section .widget-contenthtml .post-excerpt {
    margin-bottom: 20px;
  }
  .style-content-section .widget-contenthtml .post-list-item h4 {
    font-size: 16px;
  }
  .style-content-section .widget-contenthtml .post-excerpt {
    font-size: 13px;
    line-height: 20px;
  }
  .findonline-section .value.more h1 {
    font-size: 22px;
    margin: 0 0 0 15px;
  }
  .findonline-section .value.more p {
    font-size: 13px;
    line-height: 20px;
  }
  .findonline-section .value.more .readless,
  .findonline-section .value.more .readmore {
    margin-top: 20px;
  }
  .about-section-footer .custom-abs .block .block-content p {
    margin-bottom: 15px;
  }
  .footer-section {
    padding-top: 30px !important;
  }
  .page-footer .footer-top .block-title {
    font-size: 16px;
    margin-top: 0;
    padding-bottom: 0;
  }
  .page-footer .footer-top .widget-links .block-title:after {
    content: '\f078';
    font: normal normal normal 14px/1 FontAwesome;
    float: right;
  }
  .page-footer .footer-top .location-footer {
    margin-bottom: 30px;
  }
  .page-footer .footer-top .location-footer .block-content {
    font-size: 13px;
  }
  .page-footer .footer-top ul li {
    margin-bottom: 10px;
  }
  .page-footer .footer-top ul li a {
    font-size: 13px;
  }
  .page-footer .footer-top .widget-links .block-content {
    display: none;
    margin-bottom: 15px;
  }
  .page-footer .footer-top .time {
    font-size: 13px;
  }
  .page-wrapper .brand-widget .brand-item .brand-image a {
    padding: 0 !important;
  }
  .breadcrumbs {
    padding: 0;
  }
  .breadcrumbs a {
    color: #333;
  }
  .breadcrumbs li {
    font-size: 14px;
  }
  .breadcrumbs .item:not(:last-child):after {
    font-size: 14px;
    line-height: 20px;
  }
  .breadcrumbs a:hover {
    text-decoration: none;
  }
  .cms-index-index .shipping-block {
    display: none;
  }
  .shipping-block {
    background: #f4f4f4;
    display: none;
  }
  .shipping-block ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 15px;
  }
  .shipping-block ul li {
    width: 33.33%;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    padding: 0 10px;
    font-size: 13px;
  }
  .intagram-sction .col-lg-2:nth-child(4),
  .intagram-sction .col-lg-2:nth-child(5),
  .intagram-sction .col-lg-2:nth-child(6) {
    display: none;
  }
  .page-title-wrapper {
    text-align: left;
  }
  .page-title-wrapper .page-title {
    display: none !important;
  }
  .page-title-wrapper .category-cms img {
    width: 100%;
  }
  .page-title-wrapper p {
    text-align: left !important;
  }
  .page-title-wrapper p a {
    color: #333;
  }
  .page-layout-2columns-left .sidebar-main,
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
  }
  .sidebar .filter .block-title {
    line-height: 30px;
    background-image: url(../../frontend/Dotsquares/custom_child/en_GB/images/filter-icon.png);
    background-repeat: no-repeat;
    background-position: center right;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }
  .sidebar .filter .filter-content .filter-subtitle {
    display: none;
  }
  .sidebar .filter-options .filter-options-title {
    margin-bottom: 0;
    line-height: 30px;
    cursor: pointer;
    font-weight: 400;
  }
  .sidebar .filter-options .filter-options-title[aria-expanded="true"] {
    margin-bottom: 0;
    line-height: 30px;
    cursor: pointer;
    background-image: url(../../frontend/Dotsquares/custom_child/en_GB/images/arrow_left_filter.png);
    background-repeat: no-repeat;
    background-position: right 8px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 10px;
  }
  .sidebar .filter-options .filter-options-title[aria-expanded="false"] {
    margin-bottom: 0;
    line-height: 30px;
    cursor: pointer;
    background-image: url(../../frontend/Dotsquares/custom_child/en_GB/images/arrow_left_filter.png);
    background-repeat: no-repeat;
    background-position: right -28px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 10px;
  }
  .sidebar .block,
  .sidebar .block.filter {
    margin-bottom: 20px;
  }
  .sidebar .ves-vertical li.level0:last-child {
    border-bottom: none;
  }
  .filter-options .filter-options-content {
    margin-bottom: 15px;
    padding: 0;
  }
  .ves-megamenu li.level0 > a,
  .filter-options a {
    text-transform: capitalize;
  }
  .sidebar .ves-megamenu .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  .sidebar .ves-megamenu li.level0 > a {
    padding: 0;
    font-weight: normal;
  }
  .sidebar .ves-megamenu.menu-click .nav-item .dropdown-menu,
  .sidebar .ves-megamenu.nav-mobile .nav-item .dropdown-menu {
    padding: 0;
    min-width: 0;
    width: 100%;
  }
  .sidebar .ves-megamenu.menu-click {
    min-width: 0;
    width: 100%;
  }
  .sidebar .ves-megamenu.menu-click .dropdown:hover > .dropdown-menu {
    display: none;
  }
  .sidebar .ves-megamenu.menu-click .dropdown > .dropdown-menu {
    display: none;
  }
  .sidebar .ves-megamenu.menu-click li .opener,
  .sidebar .nav-mobile .opener {
    padding: 0;
    width: 15px;
    height: 15px;
    top: 9px;
  }
  .sidebar .ves-megamenu .dropdown-menu .subgroup.level1 > a {
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    padding: 0 !important;
  }
  .sidebar .ves-megamenu .dropdown-menu .subgroup a {
    color: #333;
    line-height: 30px;
  }
  .sidebar .ves-megamenu .dropdown-menu .subgroup a:hover {
    text-decoration: none;
  }
  .sidebar .ves-megamenu .dropdown-menu .subgroup.level1 > .dropdown-mega {
    display: none;
  }
  .sidebar .ves-megamenu.menu-click li .dropdown-submenu .opener {
    padding: 0;
    top: 5px;
  }
  .sidebar .ves-megamenu.menu-click .nav-item .dropdown-menu .mega-col {
    padding-right: 0;
  }
  .sidebar .ves-megamenu.menu-click li .dropdown-menu a {
    line-height: 30px;
    padding: 0 !important;
  }
  .sidebar .ves-megamenu.menu-click li:hover .dropdown-menu a {
    color: #333;
  }
  .sidebar .ves-megamenu .dropdown-menu .subgroup.level1 > .submenu > .content-wrap > .megamenu-content {
    padding-left: 0;
  }
  .sidebar .ves-megamenu.menu-click li:hover a {
    color: #333;
  }
  .amshopby-slider-container.-default .ui-slider-range {
    background: #f4f4f4;
  }
  .amshopby-slider-container.-default .am-slider .ui-slider-handle {
    background: #fff;
    border: 5px solid #444a58;
  }
  .filter-options-content .am-ranges .items {
    margin: 0 !important;
  }
  .filter-actions .filter-clear {
    color: #444a58;
  }
  .filter-actions .filter-clear:hover {
    color: #333;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border-color: #e3e3e3 !important;
  }
  .items > .item {
    line-height: 24px;
  }
  .items > .item > a {
    font-weight: normal;
    color: #333;
    font-size: 14px;
  }
  .items > .item > a .label {
    color: #333;
    font-weight: normal;
    padding: 0;
    font-size: 14px;
  }
  .items {
    margin: 0 !important;
  }
  .filter-options-item .filter-options-content .item .count {
    font-weight: normal;
  }
  .filter-options-item .filter-options-content .item:hover .count {
    color: #333;
  }
  .ves-megamenu.menu-click li .opener:before,
  .ves-megamenu.nav-mobile .opener:before {
    content: none !important;
  }
  .ves-megamenu.menu-click li .opener,
  .ves-megamenu.nav-mobile .opener {
    background-image: url(../../frontend/Dotsquares/custom_child/en_GB/images/arrow_left_filter.png);
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .ves-megamenu.menu-click li .opener.item-active:before,
  .ves-megamenu.nav-mobile .opener.item-active:before {
    content: none;
  }
  .ves-megamenu.menu-click li .opener.item-active,
  .ves-megamenu.nav-mobile .opener.item-active {
    background-position: top center;
  }
  .toolbar-amount {
    padding-top: 0;
    line-height: 40px;
    float: right;
  }
  ::-webkit-scrollbar {
    width: 5px;
  }
  ::-webkit-scrollbar-track {
    background: #e2e4f0;
  }
  ::-webkit-scrollbar-thumb {
    background: #1f295d;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #988671;
  }
  .sidebar .product-items .product-item {
    box-shadow: 0 0 0 #ddd;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 50px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
  }
  .modes {
    padding-top: 0;
  }
  .toolbar-products {
    margin-top: 0;
  }
  .toolbar-products .modes-mode {
    background-color: #eeeeee;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    line-height: 36px;
  }
  .toolbar-products .modes-mode.active {
    background: #444a58;
  }
  .toolbar-products .sorter {
    padding-top: 0;
    float: left;
    margin-left: 10px;
  }
  .toolbar-products .sorter .sorter-options {
    background: #eeeeee;
    border: none;
  }
  .toolbar-products .sorter .sorter-options option {
    background: #FFF;
  }
  .toolbar-products .sorter label {
    font-weight: normal;
  }
  .toolbar-products .modes-mode:before {
    color: #333;
  }
  .toolbar-products .modes-mode.active:before {
    color: #fff;
  }
  .toolbar-products .pages .pages-items .item a,
  .toolbar-products .pages .pages-items .item strong {
    border-radius: 5px;
    background-color: #eeeeee;
  }
  .toolbar-products .sorter-action {
    line-height: 40px;
  }
  .toolbar .limiter select {
    width: 70px;
    background: #f4f4f4;
    min-width: 0;
    border: none;
  }
  .product-items .product-block .product-item-details .heading-title {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .product-items .product-block .product-item-details .heading-title a {
    color: #333;
  }
  .page-products .product-items .product-item {
    width: 50%;
  }
  .page-products .product-items .product-block .product-item-info {
    width: 100%;
  }
  .page-products .category-cms {
    margin-bottom: 20px;
  }
  .products-grid .product-item .product-item-photo {
    border: none;
    outline: none;
  }
  .pages-items .item {
    padding: 0;
    line-height: 1;
    font-size: 14px;
    vertical-align: middle;
  }
  .pages-items .item .page {
    padding: 10px 15px;
    background-color: #f4f4f4 !important;
    line-height: 20px;
    color: #333 !important;
    width: 40px;
    text-align: center;
  }
  .pages-items .item.current .page,
  .pages-items .item .page:hover {
    color: #fff !important;
    background-color: #444a58 !important;
  }
  .pages .action.prev:before,
  .pages .action.next:before {
    font-size: 16px;
    margin: 0;
  }
  .pages .action.next,
  .pages .action.prev {
    padding: 10px 15px;
    background: #f4f4f4;
    line-height: 20px;
    color: #333;
    border-radius: 0;
    border: none;
    width: 40px;
    text-align: center;
  }
  .products-grid .product-item .price-container .price-label {
    font-size: 12px;
    display: none;
  }
  .products-grid .product-item .price-container .price {
    font-size: 18px;
  }
  .product-block .product-image {
    position: relative;
  }
  .product-block .product-image .product-item-actions {
    position: absolute;
    bottom: 0 !important;
    left: 0;
    right: 0;
    z-index: 11;
    margin: 0 auto;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=0);
    transition: all 0.3s ease-out 0ss all ease-in;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-align: right;
    margin: 0;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    display: block !important;
  }
  .product-block .product-item-info:hover .product-item-actions,
  .product-block .product-item-info:focus .product-item-actions {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.3s ease-out 0ss all ease-in;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: visible;
    bottom: 15px;
  }
  .product-block .product-image .product-item-actions .actions-primary {
    width: 40%;
    float: left;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
  }
  .product-block .product-image .product-item-actions .actions-primary .add-to-cart {
    font-weight: 400;
    font-size: 12px;
    border-radius: 0;
    background-color: #fff !important;
    color: #000;
    border: 0;
    padding: 0;
    height: 50px;
    width: 100%;
    line-height: 50px;
  }
  .product-block .product-image .product-item-actions .actions-primary .add-to-cart span {
    display: none;
  }
  .product-block .product-image .product-item-actions .actions-primary .add-to-cart:hover {
    background-color: #444a58 !important;
    color: #fff !important;
  }
  .product-block .product-image .product-item-actions .actions-secondary {
    width: 60%;
    float: left;
  }
  .product-block .product-image .product-item-actions .actions-secondary .add-to-wishlist,
  .product-block .product-image .product-item-actions .actions-secondary .add-to-compare,
  .product-block .product-image .product-item-actions .actions-secondary .quick-view {
    float: left;
    background: #fff;
    color: #333;
    display: inline-block;
    height: 50px;
    width: 33.33%;
    text-align: center;
    line-height: 50px;
    border-left: 1px solid #e4e4e4;
  }
  .product-block .product-image .product-item-actions .actions-secondary .add-to-wishlist:hover,
  .product-block .product-image .product-item-actions .actions-secondary .add-to-compare:hover,
  .product-block .product-image .product-item-actions .actions-secondary .quick-view:hover {
    background-color: #444a58;
    color: #fff;
  }
  .products-grid .product-item .product-item-actions {
    display: block;
  }
  .action-skip-wrapper {
    display: none;
  }
  iframe .customnotice {
    display: none;
  }
  .catalog-product-view .breadcrumbs {
    padding: 0 15px;
  }
  .catalog-product-view .breadcrumbs ul {
    max-width: 100%;
    padding: 0;
    margin: 10px auto 0 !important;
  }
  .product-info-main .page-title-wrapper .page-title {
    display: block !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #000;
    font-size: 20px;
  }
  .product-info-main .brand-image {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    margin-bottom: 15px;
  }
  .product-info-main .brand-image img {
    width: 200px;
  }
  .product-info-main .stock.available {
    color: green;
  }
  .product-info-main .stock.unavailable {
    color: red;
  }
  .product-info-main .product.attribute.sku .type:after {
    content: ':';
  }
  .product-info-main .product.attribute.sku .value {
    display: inline-block;
  }
  .product-info-main .price-box .price-wrapper .price,
  .product-options-bottom .price-box .price-wrapper .price {
    font-family: 'Open Sans', sans-serif;
    color: #444a58;
    font-weight: 500 !important;
    display: inline-block;
    line-height: 1;
  }
  .product-info-main .box-tocart {
    width: 100%;
  }
  .product-info-main .box-tocart .field.qty {
    width: 100%;
    display: block;
  }
  .product-info-main .box-tocart .actions {
    width: 100%;
    display: block;
  }
  .product-info-main .box-tocart .quantity-adder {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
  }
  .product-info-main .box-tocart .field.qty label,
  .product-options-bottom .box-tocart .field.qty label {
    line-height: 30px;
    margin-bottom: 0;
  }
  .product-info-main .box-tocart .input-text.qty,
  .product-options-bottom .box-tocart .input-text.qty {
    width: 120px;
    height: auto;
    padding: 10px 30px;
    line-height: 1.2;
    border: none;
  }
  .product-info-main .box-tocart .add-up {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 38px;
    width: 30px;
    cursor: pointer;
  }
  .product-info-main .box-tocart .add-down {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 38px;
    width: 30px;
    cursor: pointer;
  }
  .product-info-main .box-tocart .actions {
    max-width: 290px;
  }
  .product-info-main .box-tocart .action.tocart,
  .product-options-bottom .box-tocart .action.tocart {
    padding: 15px 30px;
    background: #444a58 !important;
    color: #fff !important;
  }
  .product-social-links {
    text-align: left;
  }
  .product-social-links a {
    color: #333;
  }
  .product-social-links a:hover {
    color: #444a58;
  }
  .product.info.detailed .data .title:first-child {
    margin-left: 0;
  }
  .product.data.items > .item.title > a {
    max-width: 100%;
  }
  .product.data.items > .item.title > .switch {
    height: auto;
    padding: 5px 20px;
    line-height: 29px !important;
    outline: none;
    background-color: #f4f4f4 !important;
  }
  .product.data.items > .item.title.active > .switch {
    height: auto;
    padding: 5px 20px;
    line-height: 29px !important;
    background-color: #444a58 !important;
    color: #fff !important;
  }
  .product.info.detailed {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
  }
  .product.info.detailed .data > .item.content {
    background-color: #fff;
    border: none;
    border-top: none;
    padding: 30px 0;
    margin-top: 0 !important;
  }
  .product.info.detailed .data > .item.content a {
    color: #444a58;
  }
  .block.related {
    width: 100%;
    display: inline-block;
  }
  .block.related .block-title {
    text-align: center;
  }
  .column.main .block.related .block-title strong {
    color: #484f5e;
    font-size: 25px;
    font-weight: 600;
    text-transform: inherit;
  }
  .block.related .block-actions {
    display: none;
  }
  .block.related .field.choice.related {
    display: none;
  }
  .catalog-product-view.page-layout-1column .column.main {
    padding-bottom: 0;
  }
  .popup_avaiable {
    text-align: center;
  }
  .popup_avaiable a {
    color: #444a58;
  }
  .popup_avaiable .ajax-product-image {
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }
  .popup_avaiable .action_button {
    margin-top: 30px;
    width: 100%;
  }
  .popup_avaiable .action_button ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .popup_avaiable .action_button ul li {
    width: 50%;
    padding: 0 10px;
  }
  .popup_avaiable .action_button ul li .button {
    width: 100%;
    border: 1px solid #444a58;
    color: #fff;
    background: #444a58;
    line-height: 30px;
    padding: 5px 15px;
    text-align: center;
    text-transform: capitalize;
  }
  .popup_avaiable .action_button ul li .button:hover {
    background: #fff;
    color: #444a58;
  }
  .block.upsell {
    width: 100%;
    display: inline-block;
  }
  .block.upsell .block-title {
    text-align: center;
  }
  .column.main .block.upsell .block-title strong {
    color: #484f5e;
    font-size: 25px;
    font-weight: 600;
    text-transform: inherit;
  }
  .block.upsell .block-actions {
    display: none;
  }
  .block.upsell .field.choice.related {
    display: none;
  }
  .block.upsell .product-block .product-item-details {
    text-align: center;
  }
  .product-block .product-image .product-item-actions .actions-secondary .add-to-wishlist span,
  .product-block .product-image .product-item-actions .actions-secondary .add-to-compare span,
  .product-block .product-image .product-item-actions .actions-secondary .quick-view span {
    display: none;
  }
  .product-block .product-image .product-item-actions .actions-primary .add-to-cart i {
    margin-right: 5px;
  }
  .product-item-name a.product-item-link {
    color: #333;
  }
  .product-item-name a.product-item-link:hover {
    color: #444a58;
    text-decoration: none;
  }
  .swatch-option.text {
    height: auto;
    border: 1px solid #444a58;
  }
  .swatch-option.selected,
  .swatch-option.text.selected {
    outline: none;
    background: #444a58;
    color: #fff;
  }
  .swatch-option:focus {
    box-shadow: none;
  }
  .swatch-option:not(.disabled):hover {
    outline: none;
    border: 1px solid #444a58;
  }
  .message.success > *:first-child:before {
    line-height: 45px;
  }
  .minicart-wrapper .action.showcart.active {
    opacity: 1;
  }
  .minicart-wrapper .action.showcart.active:before {
    content: '';
  }
  .minicart-wrapper .action.close {
    opacity: 1;
    width: 30px;
    height: 30px;
  }
  .minicart-wrapper .action.close:before {
    font-size: 15px;
  }
  .minicart-wrapper .block-minicart {
    max-height: 500px;
    overflow-y: auto;
  }
  .block-minicart .block-content > .actions > .primary .action.primary,
  .block-minicart .block-content > .actions .viewcart,
  .block-minicart .block-content > .actions > .primary .amshopby-button,
  .block-minicart .block-content > .actions > .primary .am-filter-go {
    padding: 5px 15px;
    line-height: 30px;
    text-transform: capitalize;
    font-size: 16px;
    border: 1px solid #444a58;
    color: #fff;
    background: #444a58;
    display: inline-block;
    width: 100%;
  }
  .block-minicart .block-content > .actions > .primary .action.primary,
  .block-minicart .block-content > .actions > .primary .amshopby-button,
  .block-minicart .block-content > .actions > .primary .am-filter-go {
    background: #ff3990;
    border-color: #ff3990;
  }
  .minicart-items .product-item-name {
    line-height: 1;
    margin: 0 0 5px;
  }
  .minicart-items .product-item-name a {
    color: #333;
    font-size: 14px;
    line-height: 20px;
  }
  .minicart-items .item-qty {
    padding: 0 10px;
  }
  .minicart-items .product-item-details .details-qty .label {
    font-size: 12px;
  }
  .minicart-items .action.edit:before,
  .minicart-items .action.delete:before {
    font-size: 14px;
  }
  .minicart-wrapper .product .actions {
    margin: -33px 0 0;
  }
  .minicart-wrapper .product .actions > .secondary {
    margin-left: 10px;
  }
  .minicart-items .product .toggle:after {
    font-size: 7px;
    margin-left: 5px;
  }
  .minicart-items .product-item-details .price {
    color: #444a58;
    font-weight: 700;
  }
  .minicart-items .product-item-details .product.options {
    font-size: 12px;
    line-height: 1.3;
  }
  .header-links-wrapper .minicart-wrapper .product.options .label {
    font-size: 12px;
  }
  .block-minicart .block-content > .actions > .primary {
    margin-left: 0;
    margin-right: 0;
  }
  .block-minicart .items-total {
    margin-left: 0;
  }
  .block-minicart .subtotal {
    margin-right: 0;
  }
  .block-minicart .minicart-widgets {
    margin: 0;
  }
  .page-products .products-list.list .product-items .product-item {
    width: 100% !important;
  }
  .effect-banner .image-item a {
    vertical-align: bottom;
  }
  .page-title-wrapper .category-cms .effect-banner {
    margin-bottom: 0;
  }
  .page-title-wrapper .category-cms .col-lg-3 .col-inner > div {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
  }
  .product-info-main .product-options-wrapper {
    text-align: center;
  }
  .product-info-main .product-options-wrapper .swatch-attribute-options {
    max-width: 100%;
  }
  .product-info-main .product-options-wrapper .swatch-option {
    float: none;
    display: inline-block;
    margin: 0 5px 5px 5px;
  }
  .product-info-main .box-tocart .field.qty {
    text-align: center;
    padding-right: 0;
  }
  .product-info-main .box-tocart .field.qty .label {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
  }
  .product-info-main .box-tocart .field.qty .control {
    display: inline-block;
    vertical-align: middle;
  }
  .product-info-main .box-tocart .actions {
    max-width: 100% !important;
  }
  .product-info-main .product-add-form .box-tocart .action.tocart {
    max-width: 280px !important;
    background: #ff3990 !important;
    padding: 10px 30px;
  }
  .product-social-links {
    text-align: center !important;
  }
  .faq_tab_prdct .faq_tab_prdct_data {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    padding-right: 25px;
  }
  .faq_tab_prdct .faq_tab_prdct_data:after {
    content: '';
    position: absolute;
    top: 7px;
    right: 7px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    transform: rotate(45deg);
  }
  .faq_tab_prdct .faq_tab_prdct_data[aria-expanded="true"] {
    border-bottom-color: transparent;
    margin-bottom: 0;
  }
  .faq_tab_prdct .faq_tab_prdct_data[aria-expanded="true"]:after {
    transform: rotate(-135deg);
    top: 10px;
  }
  .faq_tab_prdct div[data-role="content"] {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
  }
  .products-grid .product-item .product-item-photo {
    margin-bottom: 0 !important;
  }
  .products-grid .product-item .product-img {
    margin-bottom: 0;
  }
  .product-block .product-image .product-item-actions {
    border: 1px solid #f4f4f4;
    position: relative;
    border-top: none;
    margin-bottom: 10px;
  }
  .product-block .product-image .product-item-actions:after {
    content: '';
    display: block;
    clear: both;
  }
  .product-block .product-image .product-item-actions .actions-primary {
    width: 33.33%;
  }
  .product-block .product-image .product-item-actions .actions-secondary {
    width: 66.66%;
  }
  .product-block .product-image .product-item-actions .actions-secondary .add-to-wishlist,
  .product-block .product-image .product-item-actions .actions-secondary .quick-view {
    border-left-color: #f4f4f4;
    width: 50%;
  }
  .product-block .product-image .product-item-actions .actions-secondary .add-to-compare {
    display: none;
  }
  .product.info.detailed .data > .item.content a {
    font-weight: bold;
  }
  .catalog-product-view .sp_social_share_widget {
    display: none;
  }
  .inspiration-content-section .image-item {
    position: relative;
  }
  .inspiration-content-section .image-item .image-description {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    bottom: 0;
    padding: 15px;
  }
  .inspiration-content-section .image-item .image-description h2 {
    margin: 0;
    font-family: 'Playball';
    font-size: 40px;
    color: #fff;
    text-transform: capitalize;
    text-shadow: 2px 2px #e8b3b5;
  }
  .inspiration-content-section .image-item .image-description h2 a {
    color: #fff;
  }
  .inspiration-content-section .image-item .image-description h2 a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.4s;
  }
  .inspiration-content-section .image-item .image-description h2 a:hover:before {
    transform: scale(0.9);
  }
  .catalog-product-view .column.main .product-items.owl-carousel {
    margin-left: 0;
  }
  .catalog-product-view .column.main .product-item {
    padding-left: 0;
  }
  .catalog-product-view .product-items.owl-carousel .product-item-info {
    margin: 0 auto;
    text-align: center;
  }
  .catalog-product-view .product-items.owl-carousel .owl-nav {
    display: none;
  }
  .product-info-main .product-addto-links a:last-child {
    padding-right: 0;
  }
  .page-products .products-grid .product-item {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 4%;
  }
  .catalog-category-view span.special-price {
    color: #ff008ad1;
  }
  .sp_social_share_inline_widget_widget_under_cart {
    justify-content: center !important;
  }
  .sp_social_share_inline_widget,
  .sp_social_share_inline_widget_widget_under_cart {
    display: flex;
    justify-content: center !important;
    padding-bottom: 15px;
  }
  div.price-box.price-final_price .special-price .price-wrapper span.price {
    color: #ff3990;
    font-family: 'brandon_grotesquebold';
  }
  .products-grid .product-item:nth-child(2n+1),
  .page-products .products-grid .product-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
    width: 80px !important;
    height: 80px !important;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
    text-align: left;
    flex-wrap: wrap;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label:before {
    content: none;
  }
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .radio {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
  .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
    text-transform: capitalize;
  }
  .am-checkout.-modern .authentication-wrapper .action-auth-toggle {
    background: #444a58;
  }
  .am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
    text-decoration: none;
  }
  .amcheckout-step-container .amcheckout-title > .amcheckout-icon,
  .amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
    border-color: #444a58;
  }
  .amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover,
  .amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
    border-color: #444a58;
  }
  .amcheckout-step-container .amcheckout-summary-container .product-item-name {
    font-size: 14px;
    line-height: 1.2;
  }
  .authentication-dropdown .modal-inner-wrap .modal-content {
    box-shadow: none;
    border: none;
  }
  .authentication-dropdown .modal-inner-wrap .modal-header {
    border: none;
  }
  .authentication-dropdown .modal-inner-wrap .modal-content .actions-toolbar .secondary a.action {
    color: #444a58;
  }
  .authentication-dropdown .modal-inner-wrap .modal-content .actions-toolbar .secondary a.action:hover {
    color: #444a58;
    text-decoration: none;
  }
  .block-authentication .actions-toolbar > .primary .action {
    background: #444a58;
    color: #fff;
    border: none;
    padding: 10px 15px;
  }
  .checkout-index-index .header.content .nav-toggle {
    display: none;
  }
  ._amcheckout-selectable-item.-selected,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
  .amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
  .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active,
  .amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
  .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
  .amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
  .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
  .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
  .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
    border-color: #444a58;
  }
  .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #444a58;
  }
  .amcheckout-step-container .amcheckout-additional-options {
    background: none;
    border: none;
  }
  .modal-content {
    box-shadow: none;
    border: none;
  }
  .modal-header {
    border: none;
  }
  .modal-content .gift-options-content .fieldset {
    margin-bottom: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    background: #FF3990;
    color: #fff !important;
    margin-left: 10px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address:hover {
    background: #FF3990;
    color: #fff !important;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin: 0 0 0 auto !important;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover {
    background: #444a58;
    color: #fff !important;
  }
  .modal-custom .action-close:before,
  .modal-popup .action-close:before,
  .modal-slide .action-close:before {
    color: #444a58;
  }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    color: #444a58;
  }
  .field-tooltip .field-tooltip-action:hover:before {
    color: #444a58;
  }
  #bss-cookie-notice .btn-cookie-accept {
    background-color: #FF3990 !important;
    color: #fff !important;
  }
  #bss-cookie-notice .btn-cookie-more-infor {
    background-color: #e7b3b5 !important;
    color: #444a58 !important;
  }
  tr.totals-tax,
  tr.grand.totals.excl {
    opacity: 0.7;
  }
  .cms-page-view .columns .column.main a {
    color: #444a58;
    text-decoration: none;
  }
  .cms-page-view .ves-widget.widget-images.block.cat-info {
    position: relative;
  }
  .cms-page-view .image-description.content-top {
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 30px;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in-outs all ease-in;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .cms-page-view .image-description .v-center {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .cms-page-view .cms-page-view .columns .column.main h2 a {
    text-decoration: none;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 24px;
  }
  .cms-page-view .widget-images.cat-info:hover .image-description {
    background: rgba(0, 0, 0, 0);
  }
  .cms-page-view .ves-inner .col-lg-3 {
    padding-left: 7px;
    padding-right: 7px;
  }
  .cms-page-view .widget-images.cat-info .image-description h2,
  .cms-page-view .widget-images.cat-info .image-description h4 {
    text-transform: uppercase;
    letter-spacing: .2em;
    margin: 0 0 10px;
  }
  .cms-page-view .widget-images.cat-info .image-description h2 a,
  .cms-page-view .widget-images.cat-info .image-description h4 a {
    color: #fff;
  }
  .cms-page-view .widget-images.cat-info .image-description h2 {
    font-size: 13px;
  }
  .cms-page-view .widget-images.cat-info .image-description h4 {
    font-size: 16px;
  }
  .cms-page-view .ourservice-block.center .media {
    display: inline-block;
  }
  .cms-page-view .ourservice-block.center .media > div {
    display: inline-block;
  }
  .cms-page-view .ourservice-block {
    text-align: center;
  }
  .cms-page-view .ourservice-block .media-body .title-media {
    font-size: 11px;
    text-transform: uppercase;
    color: #000;
    margin-right: 5px;
    font-weight: bold;
  }
  .cms-page-view .ourservice-block.center .media .media-body {
    display: inline;
  }
  .cms-page-view img {
    display: block;
    margin: 0 auto;
  }
  .cms-page-view .product-items {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
  }
  .cms-page-view .product-items .product-item {
    width: 48%;
    margin-left: 0;
  }
  .filter-options .filter-options-content .items.-am-singleselect .item {
    position: relative;
    padding-left: 20px;
  }
  .filter-options-content .items.-am-singleselect .item > input[type='radio'] {
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
  }
  .cart.table-wrapper .col.qty .input-text {
    line-height: 24px;
    padding: 3px 10px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 10px;
  }
  .cart.table-wrapper .item .col.item a {
    color: #333333;
  }
  .cart.table-wrapper .col {
    border: none;
  }
  .cart.table-wrapper .actions-toolbar > .action,
  .action-gift {
    border-color: #444a58;
    color: #444a58;
    font-size: 14px;
  }
  .cart.table-wrapper .actions-toolbar > .action:hover,
  .action-gift:hover {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
  }
  .cart.table-wrapper .actions-toolbar > .action span,
  .action-gift span {
    display: none;
  }
  .cart.table-wrapper .actions-toolbar > .action.action-delete:before,
  .action-gift.action-delete:before {
    content: '\e920';
    font-family: 'smc';
  }
  .cart.table-wrapper .actions-toolbar > .action.action-towishlist:before,
  .action-gift.action-towishlist:before {
    content: '\e911';
  }
  .cart.table-wrapper .item-actions td {
    border-top: none;
    padding: 0 0 8px;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: right;
  }
  .action-gift {
    border-color: #444a58;
    color: #444a58;
    font-size: 14px;
  }
  .action-gift:after {
    font-size: 8px;
  }
  .action-gift:hover {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
  }
  .abs-shopping-cart-items .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue {
    border-color: #444a58;
    color: #444a58;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 15px;
  }
  .abs-shopping-cart-items .action.continue:before,
  .block-cart-failed .action.continue:before,
  .cart-container .form-cart .action.continue:before {
    font-size: 14px;
    line-height: 30px;
  }
  .abs-shopping-cart-items .action.continue:hover,
  .block-cart-failed .action.continue:hover,
  .cart-container .form-cart .action.continue:hover {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
  }
  .abs-shopping-cart-items .action.continue:after,
  .block-cart-failed .action.continue:after,
  .cart-container .form-cart .action.continue:after {
    font-size: 14px;
  }
  .abs-shopping-cart-items .action.update,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.update {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 5px 15px;
  }
  .abs-shopping-cart-items .action.update:before,
  .block-cart-failed .action.update:before,
  .cart-container .form-cart .action.update:before {
    font-size: 14px;
    line-height: 30px;
  }
  .block-cart-failed .action.continue {
    border-color: #444a58;
    color: #444a58;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 15px;
  }
  .block-cart-failed .action.continue:before {
    font-size: 14px;
    line-height: 30px;
  }
  .block-cart-failed .action.continue:hover {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
  }
  .block-cart-failed .action.continue:after {
    font-size: 14px;
  }
  .block-cart-failed .action.update {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 5px 15px;
  }
  .block-cart-failed .action.update:before {
    font-size: 14px;
    line-height: 30px;
  }
  .cart-container .form-cart .action.continue {
    border-color: #444a58;
    color: #444a58;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 15px;
  }
  .cart-container .form-cart .action.continue:before {
    font-size: 14px;
    line-height: 30px;
  }
  .cart-container .form-cart .action.continue:hover {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
  }
  .cart-container .form-cart .action.continue:after {
    font-size: 14px;
  }
  .cart-container .form-cart .action.update {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 5px 15px;
  }
  .cart-container .form-cart .action.update:before {
    font-size: 14px;
    line-height: 30px;
  }
  .cart-summary > .title {
    font-size: 20px;
    font-weight: 700;
  }
  .column.main .cart-summary {
    padding: 0;
  }
  .column.main .cart-summary .block > .title strong {
    font-size: 16px;
  }
  .cart-summary .block .title:after {
    font-size: 7px;
    right: 0;
    top: 12px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #c2c2c2;
    line-height: 30px;
    padding: 5px 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control select:focus {
    border-color: #000000;
  }
  .cart-summary .block .fieldset .field.choice {
    padding-left: 15px;
  }
  .cart-summary .block .fieldset .field.choice .radio {
    float: left;
    margin-left: -15px;
  }
  .cart-totals {
    border-top: none;
  }
  .cart-totals .mark {
    background-color: transparent;
  }
  .cart-discount {
    float: left;
    margin-top: 30px;
    width: 100%;
  }
  .cart-discount .block.discount .title {
    border-bottom: 1px solid #c2c2c2;
    cursor: pointer;
    padding-bottom: 15px;
  }
  .cart-discount .block.discount .title strong {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    vertical-align: bottom;
  }
  .cart-discount .block.discount .title:after {
    content: '\e903';
    float: right;
    font-family: 'smc';
    font-size: 10px;
    line-height: 30px;
  }
  .cart-discount .block.discount .title[aria-expanded="false"]:after {
    content: '\e904';
  }
  .cart-discount .block.discount .content {
    margin-top: 15px;
  }
  .cart-discount .block.discount .action.apply.primary {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
  }
  .cart-discount .block.aw-giftcard .title {
    border-bottom: 1px solid #c2c2c2;
    cursor: pointer;
    padding-bottom: 15px;
  }
  .cart-discount .block.aw-giftcard .title strong {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    vertical-align: bottom;
  }
  .cart-discount .block.aw-giftcard .title:after {
    content: '\e904';
    float: right;
    font-family: 'smc';
    font-size: 10px;
    line-height: 30px;
  }
  .cart-discount .block.aw-giftcard .title[aria-expanded="true"]:after {
    content: '\e903';
  }
  .cart-discount .block.aw-giftcard .action.apply-aw-giftcard {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
    line-height: 30px;
    padding: 5px 15px;
  }
  .cart-discount .block.aw-giftcard .action.check-aw-giftcard {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
    line-height: 30px;
    padding: 5px 15px;
  }
  .action.primary.checkout,
  .amshopby-button.checkout,
  .am-filter-go.checkout {
    background: #ff3990;
    border: 1px solid #ff3990;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 15px;
    text-transform: capitalize;
    width: 100%;
  }
  .fieldset > .field:not(.choice) > .label {
    color: #333333;
    margin-bottom: 10px;
    padding-top: 0;
    text-align: left;
    width: 100%;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 100%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 0;
  }
  .cart-empty {
    padding-top: 60px;
    text-align: center;
  }
  .cart-empty a {
    color: #444a58;
    text-decoration: underline;
  }
  .gift-message .gift-options-title {
    font-size: 20px;
    font-weight: 500;
  }
  .gift-options-content .fieldset > .field {
    margin-bottom: 15px;
  }
  .gift-options .actions-toolbar .secondary .action-update {
    background: #444a58;
    border-color: #444a58;
    color: #ffffff;
    padding: 10px;
    font-size: 14px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    border: 1px solid #444a58;
    color: #444a58;
    margin: 0;
    padding: 7px 15px;
  }
  .cart.table-wrapper .product-item-details {
    padding-left: 70px;
  }
  .cart-discount .block.aw-giftcard .action.check-aw-giftcard {
    text-transform: uppercase;
    font-size: 14px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 0;
  }
  .account.page-layout-2columns-left .sidebar-main {
    padding-top: 0;
    background: none;
    margin-right: 0;
  }
  .account.page-layout-2columns-left .sidebar-main .block-collapsible-nav {
    top: 0;
  }
  .account.page-layout-2columns-left .sidebar-main .block-collapsible-nav-content {
    background: #fff;
    padding: 15px;
  }
  .account.page-layout-2columns-left .sidebar-additional {
    display: none;
  }
  .account .sidebar .block-collapsible-nav .block-collapsible-nav-title {
    background-position: 15px center;
    padding: 7px 0 7px 45px;
  }
  .account .sidebar .block-collapsible-nav .block-collapsible-nav-title:after {
    font-size: 14px;
    line-height: 34px;
  }
  .login-container .block {
    width: 100% !important;
    margin: 0;
  }
  .login-container .fieldset:after {
    bottom: 90px;
  }
  .login-container .block.block-new-customer {
    margin-top: 20px;
  }
  .account .column.main .block .block-content .box {
    width: 100%;
  }
  .account .column.main .block .block-content .box:nth-child(odd) {
    border-right: none;
  }
  .customer-account-login .page-title-wrapper .page-title {
    font-size: 30px;
  }
  .login-container .block .block-title strong {
    font-size: 20px;
  }
  .customer-account-forgotpassword .page-title-wrapper .page-title {
    font-size: 30px;
  }
  .form.password.forget .actions-toolbar > .primary {
    width: 100%;
  }
  .customer-account-create .page-title-wrapper .page-title {
    font-size: 30px;
  }
  .form.create.account legend.legend span {
    font-size: 20px;
  }
  .form.create.account .actions-toolbar > .primary {
    width: 100%;
  }
  .form.create.account .field.field-name-firstname {
    width: 100%;
    margin-right: 0;
  }
  .form.create.account .field.field-name-lastname {
    width: 100%;
  }
  .form.create.account .field.password {
    width: 100%;
    margin-right: 0;
  }
  .form.create.account .field.confirmation {
    width: 100%;
  }
  .account .column.main .block .block-content .box {
    width: 100% !important;
  }
  .account.page-layout-2columns-left .page-title-wrapper .page-title {
    font-size: 30px;
  }
  .account .column.main .block.block-dashboard-info .block-title strong {
    font-size: 20px !important;
  }
  .account .column.main .block .block-title strong {
    font-size: 20px !important;
  }
  .account .table-wrapper {
    width: 100%;
    overflow-x: auto;
  }
  .account .table-wrapper table {
    min-width: 700px;
  }
  .account .column.main .form .fieldset > .field.field-name-firstname {
    width: 100%;
    padding-right: 0;
  }
  .account .column.main .form .fieldset > .field.field-name-lastname {
    width: 100%;
  }
  .account .column.main .form .fieldset .field.new.password {
    width: 100%;
    padding-right: 0;
  }
  .account .column.main .form .fieldset .field.confirmation {
    width: 100%;
  }
  .form-address-edit .fieldset > .field.field-name-firstname {
    padding-right: 0;
    width: 100%;
  }
  .form-address-edit .fieldset > .field.field-name-lastname {
    width: 100%;
  }
  .account .column.main .actions-toolbar > .primary .action.primary,
  .account .column.main .actions-toolbar > .primary .amshopby-button,
  .account .column.main .actions-toolbar > .primary .am-filter-go {
    width: 100%;
  }
  .aw-rma__actions .action.primary,
  .aw-rma__actions .amshopby-button,
  .aw-rma__actions .am-filter-go {
    width: 100%;
  }
  .account.customer-address-index .column.main .block {
    width: 100%;
  }
  .account.customer-address-index .column.main .actions-toolbar > .primary .action.primary.add,
  .account.customer-address-index .column.main .actions-toolbar > .primary .amshopby-button.add,
  .account.customer-address-index .column.main .actions-toolbar > .primary .am-filter-go.add {
    position: relative;
    width: 100%;
  }
  .products-grid.wishlist .product-item {
    padding-left: 15px;
  }
  .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: 0;
  }
  .products-grid.wishlist .product-item-photo {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    width: calc(48.5%);
  }
  .products-grid.wishlist .product-item .box-tocart {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item .box-tocart {
    margin-right: 0;
    width: 100%;
  }
  .products-grid .product-item .box-tocart .product-item-actions {
    width: 100%;
  }
  .toolbar.wishlist-toolbar .toolbar-amount,
  .toolbar.wishlist-toolbar .limiter {
    width: 100%;
  }
  .account .column.main .toolbar.wishlist-toolbar {
    display: none;
  }
  .account .column.main .form-wishlist-items + .toolbar.wishlist-toolbar {
    display: block;
  }
  .account.page-layout-2columns-left .page-title-wrapper .page-title {
    margin-top: 15px;
  }
  .actions-toolbar > .secondary .action.back {
    display: none;
  }
  .account .column.main .actions-toolbar > .primary {
    width: 100%;
  }
  a,
  a:hover {
    color: #444a58;
    text-decoration: none;
  }
  .mp-banner-slider .owl-carousel .owl-nav {
    line-height: 0;
    margin: 0;
  }
  .mp-banner-slider .owl-carousel .owl-nav button,
  .mp-banner-slider .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action,
  .mp-banner-slider .owl-carousel .owl-nav .action-gift {
    margin: -17px 0 0 0 !important;
    width: 34px;
    height: 34px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .mp-banner-slider .owl-carousel .owl-nav button span,
  .mp-banner-slider .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action span,
  .mp-banner-slider .owl-carousel .owl-nav .action-gift span {
    display: none;
  }
  .mp-banner-slider .owl-carousel .owl-nav button.owl-prev,
  .mp-banner-slider .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev,
  .mp-banner-slider .owl-carousel .owl-nav .action-gift.owl-prev {
    left: 15px;
  }
  .mp-banner-slider .owl-carousel .owl-nav button.owl-prev:after,
  .mp-banner-slider .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-prev:after,
  .mp-banner-slider .owl-carousel .owl-nav .action-gift.owl-prev:after {
    font-family: 'Open Sans';
    font-size: 36px;
  }
  .mp-banner-slider .owl-carousel .owl-nav button.owl-next,
  .mp-banner-slider .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next,
  .mp-banner-slider .owl-carousel .owl-nav .action-gift.owl-next {
    right: 15px;
  }
  .mp-banner-slider .owl-carousel .owl-nav button.owl-next:after,
  .mp-banner-slider .owl-carousel .owl-nav .cart.table-wrapper .actions-toolbar > .action.owl-next:after,
  .mp-banner-slider .owl-carousel .owl-nav .action-gift.owl-next:after {
    font-family: 'Open Sans';
    font-size: 36px;
  }
  .our-services-section {
    margin-bottom: 0 !important;
    padding: 15px 0;
  }
  .our-services-section .service {
    padding: 10px 0 !important;
  }
  .our-services-section .ourservice-block .media {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 210px;
  }
  .our-services-section .ourservice-block .media .ourservice-content {
    padding-left: 0;
    text-align: center;
    width: 180px;
  }
  .our-services-section .ourservice-block .media .ourservice-content p {
    color: #484f5e;
    font-size: 12px;
    margin-bottom: 0;
    text-align: center !important;
  }
  .our-services-section .ourservice-block .media .ourservice-content .title-media {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    vertical-align: bottom;
    width: 100%;
  }
  .our-services-section .ourservice-block .media .ourservice-content a {
    color: #484f5e;
  }
  .our-services-section .ourservice-block .media > div {
    width: 30px;
  }
  .shop-jewellery-section {
    padding-top: 0px;
  }
  .shop-jewellery-section .block {
    position: relative;
  }
  .shop-jewellery-section .block .image-item {
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.16);
  }
  .shop-jewellery-section .block .image-description {
    color: #fff;
    padding-right: 15px;
    width: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
  }
  .shop-jewellery-section .block .image-description h2 {
    display: inline-block;
    font-family: 'Playball';
    font-size: 30px;
    margin-top: 0;
    width: 100%;
  }
  .shop-jewellery-section .block .image-description h2 a {
    color: #fff;
  }
  .shop-jewellery-section .block .image-description h4 {
    color: #fff;
  }
  .shop-jewellery-section .block .image-description h4 a {
    color: #fff;
  }
  .shop-jewellery-section .block.necklaces-info .image-description {
    left: 0;
    padding-left: 20px;
    padding-right: 0;
    right: auto;
  }
  .shop-jewellery-section .block.rings-info .image-description {
    left: 0;
    padding-left: 20px;
    padding-right: 0;
    right: auto;
  }
  .shop-jewellery-section .block.rings-info .image-description h2 a {
    color: #484f5e;
  }
  .shop-jewellery-section .block.rings-info .image-description h4 {
    color: #000;
  }
  .shop-jewellery-section .block.rings-info .image-description h4 a {
    color: #000;
  }
  .shop-jewellery-section .block.bracelets-info .image-description h2 a {
    color: #484f5e;
  }
  .shop-jewellery-section .block.bracelets-info .image-description h4 {
    color: #000;
  }
  .shop-jewellery-section .block.bracelets-info .image-description h4 a {
    color: #000;
  }
  .shop-jewellery-section > .container > .ves-inner {
    position: relative;
    z-index: 1;
  }
  .shop-jewellery-section > .container > .ves-inner > .row .col-lg-6 {
    padding: 0 15px;
  }
  .top-brands-section .block-title strong {
    color: #484f5e;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .top-brands-section .block-content .owl-carousel {
    padding-left: 0;
  }
  .top-brands-section .block-content .brand-image {
    padding: 10px 0;
  }
  .top-brands-section .block-content .brand-image a {
    box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.16);
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
  }
  .top-brands-section .block-content .brand-image a img:first-child {
    background: #fff;
    height: 70px;
    object-fit: contain;
    object-position: center;
    width: 100%;
  }
  .top-brands-section .block-content .brand-image a img:last-child {
    background: #fff;
    height: 235px;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
  .owl-carousel .owl-nav {
    margin: 0;
  }
  .owl-carousel .owl-nav > div {
    background-color: #cfcfcf;
    border-radius: 50%;
    border: none;
    font-size: 0;
    height: 34px;
    line-height: 34px;
    margin: -17px 0 0 0;
    outline: none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 34px;
  }
  .owl-carousel .owl-nav > div.owl-prev {
    left: -40px;
  }
  .owl-carousel .owl-nav > div.owl-prev:after {
    color: #000;
    content: '‹';
    font-size: 26px;
    line-height: 28px;
  }
  .owl-carousel .owl-nav > div.owl-next {
    right: -40px;
  }
  .owl-carousel .owl-nav > div.owl-next:after {
    color: #000;
    content: '›';
    font-size: 26px;
    line-height: 28px;
  }
  .owl-carousel .owl-nav > button,
  .owl-carousel .owl-nav > .cart.table-wrapper .actions-toolbar > .action,
  .owl-carousel .owl-nav > .action-gift {
    background-color: #cfcfcf;
    border-radius: 50%;
    border: none;
    font-size: 0;
    height: 34px;
    line-height: 34px;
    margin: -17px 0 0 0;
    outline: none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 34px;
  }
  .owl-carousel .owl-nav > button.owl-prev,
  .owl-carousel .owl-nav > .cart.table-wrapper .actions-toolbar > .action.owl-prev,
  .owl-carousel .owl-nav > .action-gift.owl-prev {
    left: -15px;
  }
  .owl-carousel .owl-nav > button.owl-prev:after,
  .owl-carousel .owl-nav > .cart.table-wrapper .actions-toolbar > .action.owl-prev:after,
  .owl-carousel .owl-nav > .action-gift.owl-prev:after {
    color: #000;
    content: '‹';
    font-size: 26px;
    line-height: 28px;
  }
  .owl-carousel .owl-nav > button.owl-next,
  .owl-carousel .owl-nav > .cart.table-wrapper .actions-toolbar > .action.owl-next,
  .owl-carousel .owl-nav > .action-gift.owl-next {
    right: -15px;
  }
  .owl-carousel .owl-nav > button.owl-next:after,
  .owl-carousel .owl-nav > .cart.table-wrapper .actions-toolbar > .action.owl-next:after,
  .owl-carousel .owl-nav > .action-gift.owl-next:after {
    color: #000;
    content: '›';
    font-size: 26px;
    line-height: 28px;
  }
  .inspiration-content-section {
    background-image: url(../../frontend/Dotsquares/custom_child/en_GB/images/wave-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 40px !important;
    padding-bottom: 30px;
    padding-top: 0;
    position: relative;
  }
  .inspiration-content-section .col-xs-12 {
    position: initial;
  }
  .inspiration-content-section .inspiration-text {
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    right: 0;
    top: -30px;
  }
  .inspiration-content-section .inspiration-text .widget-contenthtml {
    padding: 0;
    text-align: right;
  }
  .inspiration-content-section .inspiration-text h4 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .inspiration-content-section .inspiration-text h5 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .inspiration-content-section .col-inner > .inspiration-heading {
    left: 0;
    opacity: 0.2;
  }
  .inspiration-content-section .inspiration-heading .widget-contenthtml {
    padding: 0;
  }
  .inspiration-content-section .inspiration-heading .inspiration-heading {
    -webkit-text-fill-color: white;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 1px;
    color: #000;
    font-size: 96px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right: ;
  }
  .feature-product-section {
    margin-bottom: 0 !important;
    padding: 0;
  }
  .feature-product-section .block-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .feature-product-section .block-title strong {
    color: #484f5e;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .feature-product-section .cms-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .feature-product-section .cms-title .title {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .feature-product-section .block-products-list .block-content {
    position: relative;
    z-index: 1;
  }
  .products-grid .product-item {
    text-align: center;
  }
  .products-grid .product-item .product-item-photo {
    background-color: #fff;
    border: 1px solid #f4f4f4;
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: bottom;
    width: 100%;
  }
  .products-grid .product-item .product-item-name {
    font-size: 16px;
    font-weight: 600;
    min-height: 44px;
  }
  .products-grid .product-item .price-container .price-label {
    font-size: 16px;
    font-weight: normal;
  }
  .products-grid .product-item .price-container .price {
    font-size: 22px;
    font-weight: 600;
  }
  .products-grid .product-item .product-item-actions {
    display: none;
  }
  .desiger-blog-section {
    padding-bottom: 60px;
  }
  .desiger-blog-section .container {
    width: 100%;
  }
  .desiger-blog-section .ves-container .row .col-lg-2 {
    padding: 0;
  }
  .desiger-blog-section .ves-container .row .col-lg-2 > .col-inner > div {
    margin: 0 !important;
  }
  .desiger-blog-section .effect-banner .block-content .image-item {
    overflow: hidden;
    position: relative;
  }
  .desiger-blog-section .effect-banner .block-content .image-item .image-description {
    height: 100%;
    margin-top: -120px;
    padding: 35px 10px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.4s;
    width: 100%;
    max-width: 195px;
    z-index: 1;
  }
  .desiger-blog-section .effect-banner .block-content .image-item .image-description h4 {
    color: #000;
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
    margin: 0;
  }
  .desiger-blog-section .effect-banner .block-content .image-item .image-description h4 a {
    color: #000;
  }
  .desiger-blog-section .effect-banner .block-content .image-item .image-description h2 {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 30px;
  }
  .desiger-blog-section .effect-banner .block-content .image-item .image-description ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .desiger-blog-section .effect-banner .block-content .image-item .image-description ul li {
    font-size: 14px;
    position: relative;
    left: 0;
    transition: 0.4s;
  }
  .desiger-blog-section .effect-banner .block-content .image-item .image-description ul li:hover {
    left: 10px;
  }
  .desiger-blog-section .effect-banner .block-content .image-item .image-description ul li a {
    color: #000;
  }
  .desiger-blog-section .effect-banner .block-content:hover .image-item .image-description {
    margin-top: 0;
    top: 0;
  }
  .desiger-blog-section .effect-banner .block-content:hover .content-image:before {
    background: #ffffff;
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.74553571) 0%, rgba(255, 255, 255, 0.93881303) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.74553571) 0%, rgba(255, 255, 255, 0.93881303) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.74553571) 0%, rgba(255, 255, 255, 0.93881303) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    opacity: 1;
  }
  .desiger-blog-section .effect-banner .block-content .content-image {
    position: relative;
  }
  .desiger-blog-section .effect-banner .block-content .content-image img {
    width: 100%;
  }
  .desiger-blog-section .effect-banner .block-content .content-image:before {
    background: #ffffff;
    background: -moz-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.4s;
  }
  .style-tip-section {
    padding-top: 0;
  }
  .style-tip-section .block-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .style-tip-section .block-title strong {
    color: #484f5e;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .style-tip-section .block-content {
    display: none;
  }
  .style-tip-section .find-online-image {
    float: left;
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .style-tip-section .find-online-image img {
    width: 100%;
  }
  .style-tip-section .value.more h1 {
    padding-left: 0;
    margin: 10px 0;
  }
  .style-tip-section .value.more h2 {
    padding-left: 0;
    margin: 10px 0;
  }
  .style-tip-section .value.more p {
    padding-left: 0;
  }
  .style-tip-section .value.more .readless {
    padding-left: 0;
  }
  .style-tip-section .value.more .readmore {
    padding-left: 0;
  }
  .style-content-section {
    padding-bottom: 40px;
  }
  .style-content-section .widget-contenthtml {
    padding: 0;
  }
  .style-content-section .widget-contenthtml .post-image {
    overflow: hidden;
    padding-bottom: 64%;
    position: relative;
  }
  .style-content-section .widget-contenthtml .post-image img {
    bottom: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .style-content-section .widget-contenthtml .post-date {
    color: #b0b0b0;
    font-size: 15px;
    margin-top: 15px;
  }
  .style-content-section .widget-contenthtml .post-list-item h4 {
    font-size: 20px;
    font-weight: 600;
  }
  .style-content-section .widget-contenthtml .post-list-item h4 a {
    color: #484f5e;
  }
  .style-content-section .widget-contenthtml .post-excerpt {
    color: #484f5e;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .findonline-section {
    background-color: #f4f4f4;
    margin-top: 35px;
    padding: 40px 0;
    position: relative;
    z-index: 1;
  }
  .findonline-section .block-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .findonline-section .block-title strong {
    color: #484f5e;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .findonline-section .find-online-image {
    text-align: center;
  }
  .findonline-section .find-online-image img {
    mix-blend-mode: multiply;
  }
  .findonline-section .value.more h1 {
    color: #484f5e;
    font-size: 28px;
    line-height: 1.5;
    margin: 0 0 25px;
    padding: 0;
  }
  .findonline-section .value.more p {
    color: #484f5e;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    padding: 0;
  }
  .findonline-section .value.more p a {
    color: #000;
  }
  .findonline-section .value.more h2 {
    color: #484f5e;
    font-size: 22px;
    line-height: 1.5;
    margin: 25px 0 15px;
    padding: 0;
  }
  .findonline-section .value.more h2 a {
    color: #000;
  }
  .findonline-section .value.more .less {
    float: left;
    width: 100%;
  }
  .findonline-section .value.more .readless {
    background: #000;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: 16px;
    margin-top: 30px;
    padding: 10px 25px;
  }
  .findonline-section .value.more .readmore {
    background: #000;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: 16px;
    margin-top: 30px;
    padding: 10px 25px;
  }
  .about-section-footer {
    padding-top: 30px;
  }
  .about-section-footer .custom-abs {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  .about-section-footer .custom-abs .block {
    color: #484f5e;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .about-section-footer .custom-abs .block a {
    color: #484f5e;
    margin-bottom: 30px;
  }
  .about-section-footer .custom-abs .block .block-content p {
    margin-bottom: 25px;
  }
  .about-section-footer .custom-abs .block .block-content p:last-child {
    margin-bottom: 0;
  }
  .about-section-footer .image-item img.center-block {
    max-width: 220px;
  }
  .about-niche-heading {
    padding-top: 30px;
    display: none;
  }
  .about-niche-heading .block-title {
    margin-bottom: 30px !important;
    margin-top: 0 !important;
    text-align: center;
  }
  .about-niche-heading .block-title strong {
    color: #484f5e;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .instafeed-heading {
    background-image: url(../../frontend/Dotsquares/custom_child/en_GB/images/pattern.jpg);
    background-repeat: repeat-x;
    margin-top: 20px;
    padding: 20px 0;
  }
  .instafeed-heading .block {
    margin-bottom: 0;
  }
  .instafeed-heading .block-title strong {
    color: #484f5e;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .instafeed-heading .block-title strong a {
    color: #484f5e;
  }
  .page-footer .footer-top .instafeed-heading .block-title {
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
  }
  .intagram-sction .col-lg-2 {
    padding: 0;
  }
  .intagram-sction .block {
    margin-bottom: 0;
  }
  .intagram-sction .block .image-item img {
    width: 100%;
  }
  .feature-product-home {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .feature-product-home .block-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .feature-product-home .block-title strong {
    color: #484f5e;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .feature-product-home .products-grid .product-item {
    float: left;
    width: 50%;
    margin-left: 0;
  }
  .feature-product-home .products-grid .product-item:nth-child(odd) {
    clear: left;
  }
  .feature-product-home .row-inner > .col-lg-12 {
    width: 100%;
  }
  .center-block {
    width: 100%;
  }
  .right-block.img-responsive {
    width: 100%;
  }
  .left-block.img-responsive {
    width: 100%;
  }
  .inspiration-content-section .col-inner > .inspiration-heading {
    display: block;
    text-align: right;
  }
  .inspiration-content-section .inspiration-heading .inspiration-heading {
    font-size: 36px;
  }
  .sidebar .block-blog a {
    color: #333333;
  }
  .sidebar .block-blog a:hover {
    color: #444a58;
    text-decoration: underline;
  }
  .is-blog .page-wrapper {
    overflow: initial;
  }
  .is-blog .columns {
    padding-top: 40px;
  }
  .is-blog .columns .column.main {
    padding-left: 0 !important;
  }
  .is-blog .post-list-description {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .post-list.grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .post-list.grid li {
    margin-bottom: 30px;
    margin-right: 0 !important;
    width: 100% !important;
  }
  .post-list.grid li:nth-child(even) {
    margin-left: auto;
  }
  .post-list .post-list-item {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    height: 100%;
  }
  .post-list .post-list-item h2 {
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
    min-height: 0;
    padding: 15px;
  }
  .post-list .post-list-item h2 a {
    color: #333333;
  }
  .post-list .post-list-item h2 a:hover {
    color: #444a58;
  }
  .post-list .post-list-item .post-image {
    margin-bottom: 0;
    max-height: initial;
  }
  .post-list .post-list-item .post-image a {
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding-top: 50%;
    position: relative;
    text-align: center;
    vertical-align: bottom;
    width: 100%;
  }
  .post-list .post-list-item .post-image a:hover {
    color: #444a58;
  }
  .post-list .post-list-item .post-image a img {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    transition: 0.4s;
    width: 100%;
  }
  .post-list .post-list-item .post-image a img:hover {
    transform: scale(1.1);
  }
  .post-list .post-list-item .post-excerpt {
    padding: 15px;
  }
  .post-list .post-list-item .post-excerpt a {
    color: #444a58;
  }
  .post-list .post-list-item .post-meta {
    display: inline-block;
    margin: 0;
    padding: 15px;
    vertical-align: bottom;
    width: 100%;
  }
  .post-list .post-list-item .post-meta a {
    color: #333333;
  }
  .post-list .post-list-item .post-meta .post-categories {
    margin-bottom: 10px;
  }
  .post-list .post-list-item .post-tags {
    margin-bottom: 10px;
  }
  .post-list-wrapper .pager {
    text-align: left;
  }
  .post-list-wrapper .pager li > a {
    border: none;
  }
  .post-list-wrapper .pager li > span {
    border: none;
  }
  .post-list-wrapper .pages-items .item {
    margin-right: 5px;
  }
  .post-list-wrapper .pages-items .item .page {
    background-color: transparent !important;
    border-radius: 40px;
    border: none;
    line-height: 40px;
    padding: 0;
    width: auto;
  }
  .post-list-wrapper .pages-items .item .page:hover {
    background-color: transparent !important;
    border: none;
    color: #444a58 !important;
    text-decoration: underline;
  }
  .post-list-wrapper .pages-items .item.current .page {
    background-color: transparent !important;
    border: none;
    color: #444a58 !important;
    text-decoration: underline;
  }
  .post-list-wrapper .toolbar-amount {
    text-align: center;
    width: 100%;
  }
  .post-list-wrapper .pages {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .post-list-wrapper .pages .action.next {
    background: none;
    padding: 0;
    width: auto;
  }
  .post-list-wrapper .pages .action.prev {
    background: none;
    padding: 0;
    width: auto;
  }
  .post-list-wrapper .pages .action.previous {
    width: auto;
  }
  .post-list-wrapper .pages .action.previous:before {
    font-size: 16px;
  }
  .wp-sidebar .block.block-blog.block-blog-archives {
    display: none;
  }
  .post-view a {
    color: #444a58;
  }
  .post-view a:hover {
    text-decoration: underline;
  }
  .post-view .comments-wrapper .submit {
    background: #444a58;
    border: 1px solid #444a58;
  }
  .post-view .comments-wrapper .submit:hover {
    background: #ffffff;
    color: #444a58;
  }
  .fieldset > legend.legend {
    font-weight: 700;
  }
}
@media only screen and (max-width: 479px) {
  .nofoundpage-main-page .nofoundpage-main-content h1 {
    font-size: 80px;
    line-height: 76px;
  }
  .nofoundpage-main-page .nofoundpage-main-content h2 {
    font-size: 26px;
    margin-bottom: 17px;
    margin-top: 0px;
  }
  .nofoundpagerow {
    background-size: 119px !important;
  }
}
#braintree-three-d-modal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #ffffff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #ffffff;
}
.ppcreditcalc-header {
  background: #ffffff;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
#braintree_expirationDate {
  width: 90px;
}
button.braintree-googlepay-button,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button,
.action-gift.braintree-googlepay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 1px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}
button.braintree-googlepay-button.black,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black,
.action-gift.braintree-googlepay-button.black {
  background-color: #000;
  box-shadow: none;
  padding: 12px 24px 10px;
}
button.braintree-googlepay-button.white,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white,
.action-gift.braintree-googlepay-button.white {
  background-color: #ffffff;
}
button.braintree-googlepay-button.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.short,
.action-gift.braintree-googlepay-button.short {
  min-width: 90px;
  width: 160px;
}
button.braintree-googlepay-button.black.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.short,
.action-gift.braintree-googlepay-button.black.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
}
button.braintree-googlepay-button.white.short,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.short,
.action-gift.braintree-googlepay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}
button.braintree-googlepay-button.black:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:active,
.action-gift.braintree-googlepay-button.black:active {
  background-color: #5f6368;
}
button.braintree-googlepay-button.black:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black:hover,
.action-gift.braintree-googlepay-button.black:hover {
  background-color: #3c4043;
}
button.braintree-googlepay-button.white:active,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:active,
.action-gift.braintree-googlepay-button.white:active {
  background-color: #ffffff;
}
button.braintree-googlepay-button.white:focus,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:focus,
.action-gift.braintree-googlepay-button.white:focus {
  box-shadow: #e8e8e8 0 1px 1px 0, #e8e8e8 0 1px 3px;
}
button.braintree-googlepay-button.white:hover,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white:hover,
.action-gift.braintree-googlepay-button.white:hover {
  background-color: #f8f8f8;
}
button.braintree-googlepay-button.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.long,
.action-gift.braintree-googlepay-button.long {
  min-width: 152px;
  width: 240px;
}
button.braintree-googlepay-button.white.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.white.long,
.action-gift.braintree-googlepay-button.white.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light/en.svg);
}
button.braintree-googlepay-button.black.long,
.cart.table-wrapper .actions-toolbar > .action.braintree-googlepay-button.black.long,
.action-gift.braintree-googlepay-button.black.long {
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark/en.svg);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #ce5b70;
  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: #ce5b70;
  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: '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: #ce5b70;
  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: #ce5b70;
  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;
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../frontend/Dotsquares/custom_child/en_GB/css/fonts/glyphicons-halflings-regular.eot');
  src: url('../../frontend/Dotsquares/custom_child/en_GB/css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../frontend/Dotsquares/custom_child/en_GB/css/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../frontend/Dotsquares/custom_child/en_GB/css/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../frontend/Dotsquares/custom_child/en_GB/css/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../frontend/Dotsquares/custom_child/en_GB/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #666666;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000000;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
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: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
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;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 9px;
  padding-right: 9px;
}
@media (min-width: 768px) {
  .container {
    width: 738px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 958px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 9px;
  padding-right: 9px;
}
.row {
  margin-left: -9px;
  margin-right: -9px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 9px;
  padding-right: 9px;
}
.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 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-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.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.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 #dddddd;
}
.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 #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.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-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.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;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.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;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.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;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .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 > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .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;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  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;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  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;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  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"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -9px;
  margin-right: -9px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 9px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -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 {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #666666;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #000000;
  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: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.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 + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-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 > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-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-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].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,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].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;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-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 > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #666666;
}
.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 #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.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;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 9px;
  padding-left: 9px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.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-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -9px;
  margin-left: -9px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 9px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -9px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 9px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -9px;
}
.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;
  }
}
.navbar-form {
  margin-left: -9px;
  margin-right: -9px;
  padding: 10px 9px;
  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);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 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 {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 9px;
    margin-right: 9px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -9px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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 {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.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 {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.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;
  line-height: 1.42857143;
  text-decoration: none;
  color: #666666;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.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-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #000000;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
  pointer-events: none;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.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: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
  pointer-events: none;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.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;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #666666;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 9px;
  padding-right: 9px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #666666;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.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,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  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;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -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 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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: -o-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,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 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: -o-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-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: -o-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-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: -o-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-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: -o-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 {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.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;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.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,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  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: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  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-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -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;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  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);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.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%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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 .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  /*-webkit-backface-visibility: hidden;*/
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  max-width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/Dotsquares/custom_child/en_GB/owl.carousel/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #08c;
    font-size: 17px;
    text-shadow: 0 0 3px rgba(255,255,255,0.5);
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    text-decoration: none;
    opacity: .9;
}
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius:30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #08c;
}
.owl-dots {
    margin-top: 30px;
}
.sidebar .products .owl-dots {
    margin: 0;
}
.owl-top-narrow .owl-carousel .owl-item > .item {
    padding-top: 10px;
}/*!
 *  Font Awesome 4.5.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/Dotsquares/custom_child/en_GB/fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../../frontend/Dotsquares/custom_child/en_GB/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../../frontend/Dotsquares/custom_child/en_GB/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../../frontend/Dotsquares/custom_child/en_GB/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../../frontend/Dotsquares/custom_child/en_GB/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../../frontend/Dotsquares/custom_child/en_GB/fonts/fontawesome-webfont.svg?v=4.5.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{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{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{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: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-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}
/**

 * Copyright Â© 2013-2017 Magento, Inc. All rights reserved.

 * See COPYING.txt for license details.

 */

/*@font-size__base: 14px;*/

/**

 * Copyright Â© Magento, Inc. All rights reserved.

 * See COPYING.txt for license details.

 */

/**

 * Copyright Â© Magento, Inc. All rights reserved.

 * See COPYING.txt for license details.

 */

.login-container .g-recaptcha,

.form-login .g-recaptcha,

.form-edit-account .g-recaptcha {

  margin-bottom: 10px !important;

}

/**

 * Copyright Â© Magento, Inc. All rights reserved.

 * See COPYING.txt for license details.

 */

h1#page-title-heading {

    display: inline-block !important;

}

.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;

}

.ambase-word-break {

  word-wrap: break-word;

  word-break: break-word;

}

.ie11 .ambase-word-break {

  word-break: break-all;

}

.am-visually-hidden {

  position: absolute;

  overflow: hidden;

  clip: rect(0, 0, 0, 0);

  margin: 0;

  padding: 0;

  width: 0;

  height: 0;

  border: 0;

  opacity: 0;

}

.am-word-break {

  word-wrap: break-word;

  word-break: break-word;

}

.ie11 .am-word-break {

  word-break: break-all;

}

.ambrands-word-break {

  word-wrap: break-word;

  word-break: break-word;

}

.ie11 .ambrands-word-break {

  word-break: break-all;

}

/**

 * 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

**/

@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.

 */

@media all and (max-width: 768px) {

  .amazon-minicart-container .amazon-button-container {

    width: auto;

  }

}

.desktopMic {

  display: inline-block;

  -moz-box-sizing: content-box;

  border: 0;

  box-shadow: none;

  line-height: inherit;

  margin: 0;

  padding: 0;

  text-decoration: none;

  text-shadow: none;

  font-weight: 400;

  position: absolute;

  right: 34px;

  top: 6px;

  z-index: 1;

  content: '';

  background-size: 18px 18px;

  background-position: center;

}

.desktopMic::before {

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  font-size: 16px;

  line-height: 32px;

  color: #757575;

  content: '';

  width: 100%;

  margin: 0;

  vertical-align: top;

  display: inline-block;

  font-weight: normal;

  overflow: hidden;

  speak: none;

  padding: 10px;

  text-align: center;

}

.block-search .label.searchshow + .control input {

  position: static;

}

.listening {

  background-size: 50px 50px !important;

}

.header.content:after {

  display: inline !important;

}

@media (max-width: 767px) {

  .desktopMic {

    display: none;

  }

}

/******************************/

.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/Dotsquares/custom_child/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/Dotsquares/custom_child/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_BetterPopup

 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)

 * @license     https://www.mageplaza.com/LICENSE.txt

 */

#mageplaza-betterpopup-block {

  position: relative;

}

.mp-better-popup-click-trigger {

  position: fixed;

  bottom: 0;

  z-index: 999;

}

.click-trigger {

  background-color: #31B0D5;

  color: white;

  padding: 10px 25px;

  border-top-right-radius: 5px;

  border-top-left-radius: 5px;

  border-color: #46b8da;

}

.click-trigger:hover {

  background-color: #31B0D5;

  color: white;

  border: 1px solid #31B0D5;

}

div#bio_ep_close {

  position: absolute;

  right: 8px;

  top: 0;

  z-index: 99;

  color: #fff;

  font-size: 20px;

  font-weight: bold;

  cursor: pointer;

}

#bio_ep {

  text-align: center;

  box-shadow: none !important;

}

.child-label {

  display: block;

  font-size: 25px;

  margin: 20px;

}

#bio_ep_content {

  position: relative;

  width: 100%;

  display: table-cell;

  vertical-align: middle;

}

.better-popup-input-email {

  width: 70% !important;

  height: 35px !important;

}

input.better-popup-input-email::placeholder {

  opacity: 0.5;

}

.better-popup-btn-submit {

  width: 70%;

  margin: 10px 0 0 0;

  -webkit-appearance: none;

  -moz-appearance: none;

  height: 35px;

}

.mageplaza-betterpopup-content {

  width: 100%;

  height: 100%;

  display: table;

}

.success-title {

  font-size: 22px;

}

.mp-popup-coupon-code {

  width: 70%;

  margin: 0 auto;

}

#mp-coupon-code {

  text-align: center;

  max-width: 100%;

  border: 1px dashed #c1bebe;

  background: 0 0;

  font-size: 25px;

  color: #FFF;

  margin-top: 15px;

  height: 50px;

}

button.btn-copy.primary {

  width: 100%;

  margin: 5px 0 15px 0;

  color: #fff;

  background-color: #006bb4;

  border: none;

  height: 35px;

}

button.btn-copy.primary:hover {

  background: #006bb4;

  border: 1px solid #006bb4;

  color: #ffffff;

}

#status {

  color: #e02b27;

  visibility: visible;

  font-size: 13px !important;

}

span.success-lable {

  border: none !important;

  font-size: 16px !important;

}

canvas {

  position: fixed;

  z-index: 10002;

  opacity: 0.5;

  display: none;

  top: 0;

  left: 0;

}

.popup-loader {

  display: none;

  position: absolute;

  width: 100%;

  padding-top: 15px;

}

img.loader {

  width: 3%;

}

.tmp3-img-content {

  float: left;

}

.tmp3-text-content {

  background-color: #FFFFFF;

  font-family: sans-serif;

  float: left;

  width: calc(100% - 460px);

  height: 321px;

}

.tmp3-title {

  color: #0083d0;

  font-size: 50px;

  margin-top: 30px;

}

.tmp3-sub-title {

  color: #000000;

  font-size: 14px;

  font-weight: bold;

  margin-top: -12px;

}

.tmp3-text {

  color: #000000;

  font-size: 14px;

  width: 80%;

  margin: 0 auto;

  line-height: 1.714;

  margin-top: 30px;

}

.tmp3-form {

  position: relative;

  margin-top: 30px;

}

.tmp3-input {

  border: none !important;

  border-radius: 17.5px !important;

  background-color: #e5e5e5 !important;

  height: 35px !important;

  font-family: sans-serif !important;

}

.tmp3_field_newsletter {

  width: 75%;

  margin: 0 auto;

}

.tmp3-button {

  position: absolute;

  top: 0;

  right: 40px;

  border-radius: 17.5px;

  height: 35px;

}

::-webkit-input-placeholder {

  /* WebKit, Blink, Edge */

  color: #a2a2a2 !important;

  font-size: 12px !important;

  font-style: italic;

  padding-left: 5px;

}

.tm1-popup-loader {

  margin-top: 10px;

}

.tm1-loader {

  width: 7%;

}

#mp-popup-template4 {

  width: 105%;

  height: 105%;

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  position: relative;

}

.tmp4-text-content {

  width: 50%;

  background-color: #FFFFFF;

  font-family: sans-serif;

  float: left;

  margin: 25px 0 0 35px;

}

.tmp4-img-content {

  position: absolute;

  top: 40px;

  right: 10px;

}

.tmp4-title {

  font-size: 50px;

  color: #0083d0;

  line-height: 1.066;

  text-align: left;

}

.tmp4-sub-title {

  font-size: 14px;

  color: #222222;

  font-weight: bold;

  text-transform: uppercase;

  line-height: 1.8;

  text-align: left;

}

.tmp4-text {

  font-size: 14px;

  color: #222222;

  line-height: 1.714;

  text-align: left;

  width: 75%;

  margin-top: 20px;

}

.tmp4-form {

  width: 75%;

  margin-left: 9px;

  text-align: left;

}

.tmp4_field_newsletter {

  padding-right: 10%;

}

.tmp4-input {

  background-color: #e5e5e5 !important;

  margin-top: 30px;

  margin-left: 25px;

  border: none !important;

  height: 35px !important;

  font-family: sans-serif !important;

}

.tmp4-input::-webkit-input-placeholder {

  font-size: 14px !important;

  font-style: italic;

  padding-left: 15px;

  color: #a2a2a2 !important;

  line-height: 1.714;

  text-align: left;

}

.tmp4-button {

  background-color: #ff5a15 !important;

  width: 130px;

  height: 30px;

  border-radius: 10px;

  border: none !important;

  font-size: 10px !important;

  font-weight: bold !important;

  padding: 0 !important;

  margin: 15px 0 0 25px;

}

.tmp5-img-content {

  position: absolute;

  z-index: 20;

  bottom: 0;

  left: 35px;

}

.tmp5-img-cap {

  position: absolute;

  z-index: 10;

  bottom: 0;

  left: 0;

}

#mp-popup-template5 img {

  max-height: initial;

}

.tmp5-text-content {

  font-family: sans-serif;

  position: absolute;

  z-index: 40;

  top: -55px;

  left: 65px;

  width: 65%;

}

.tmp5-title {

  font-size: 40px;

  color: #0083d0;

  line-height: 1.2;

  text-align: center;

}

.tmp5-sub-title {

  font-size: 12px;

  color: #222222;

  font-weight: bold;

  text-align: center;

}

.tmp5-text {

  font-size: 14px;

  color: #222222;

  line-height: 1.286;

  text-align: center;

  margin-top: 15px;

}

.tmp5-form {

  width: 100%;

  position: absolute;

  z-index: 30;

  left: 0;

  bottom: 0;

}

.tmp5-img-email {

  position: absolute;

  z-index: 20;

  bottom: 0;

  left: 0;

  pointer-events: none;

}

.tmp5_field_newsletter {

  position: absolute;

  z-index: 10;

  top: -158px;

  left: 80px;

}

.tmp5-input {

  background-color: #e5e5e5 !important;

  width: 200px !important;

  height: 35px !important;

  border: none !important;

  font-family: sans-serif !important;

  padding-left: 30px !important;

}

.tmp5-input::-webkit-input-placeholder {

  font-size: 14px !important;

  font-style: italic;

  color: #a2a2a2 !important;

  line-height: 1.714;

  text-align: center;

  padding-right: 25px;

}

.tmp5-button {

  position: absolute;

  z-index: 30;

  background-color: #ff5a15 !important;

  width: 130px;

  height: 20px;

  border-radius: 10px;

  border: none !important;

  font-size: 10px !important;

  font-weight: bold !important;

  padding: 0 !important;

  margin-top: 10px;

  top: -125px;

  left: 115px;

}

.tmp5-msg-error {

  margin-top: 30px;

  position: absolute;

  z-index: 60;

  width: 100%;

}

.tmp5_field_newsletter #mp-newsletter-error {

  position: absolute;

}

.tmp5-form .popup-loader {

  position: absolute;

  width: 100%;

  padding-top: 15px;

  top: -100px;

  left: 0;

  z-index: 100;

}

.tmp5-form .popup-loader .loader {

  width: 6%;

}

#mp-popup-template6 {

  font-family: sans-serif;

  height: fit-content;

  width: fit-content;

  margin: auto;

}

.tmp6-left-title {

  width: 350px;

  background-color: #E8B3B5;

  height: 250px;

  float: left;

}

.tmp6-left-title ul {

  list-style-type: none;

  margin-top: 35px;

}

.tmp6-left-title ul li {

  margin-bottom: -5px;

}

.tmp6-left-title ul li:nth-child(1) {

  font-size: 36px;

  color: #ffffff;

  font-weight: bold;

  text-align: left;

}

.tmp6-left-title ul li:nth-child(2) {

  font-size: 36px;

  color: #ffffff;

  text-align: left;

}

.tmp6-left-title ul li:nth-child(3) {

  font-size: 36px;

  color: #51f5ff;

  text-align: left;

}

.tmp6-text-content {

  background-color: #FFFFFF;

  width: 450px;

  height: 250px;

  float: left;

}

.tmp6-text {

  padding-top: 35px;

  width: 85%;

  margin: 0 auto;

  font-size: 20px;

  color: #222222;

  line-height: 1.4;

  text-align: center;

}

.tmp6-form {

  width: 85%;

  margin: 0 auto;

  padding-top: 20px;

  position: relative;

}

.tmp6-input {

  background: #e5e5e5 !important;

  height: 42px !important;

}

.tmp6-input::-webkit-input-placeholder {

  font-size: 14px !important;

  font-style: italic;

  color: #a2a2a2 !important;

  line-height: 1.714;

  text-align: center;

}

.tmp6-button {

  background-color: #ff3990 !important;

  width: 130px;

  height: auto;

  border-radius: 10px;

  border: none !important;

  font-size: 1.6rem !important;

  font-weight: bold !important;

  padding: 15px 30px !important;

  margin-top: 20px;

  line-height: 2.2rem;

}

.tmp6_field_newsletter #mp-newsletter-error {

  position: absolute;

  top: 57px;

  display: block;

  width: 100%;

}

.tmp6-text-content .popup-loader {

  position: absolute;

  width: 100%;

  padding-top: 15px;

  bottom: 18px;

}
/* 16-05-2023  css */
.tmp6-left-title { background-color: #E8B3B5 !important;}
#mageplaza-betterpopup-block#mp-newsletter-error {display: none;}
button.action.subscribe.primary.tmp6-button {
    background-color: #ff3990 !important;
    width: 130px;
    height: auto;
    border-radius: 10px;
    border: none !important;
    font-size: 1.6rem !important;
    font-weight: bold !important;
    padding: 15px 30px !important;
    margin-top: 35px;
    line-height: 2.2rem;
}
div.mage-error {
    color: #ee001c;
    font-size: 14px;
    line-height: 15px;
    padding-top: 12px;
}
.border-bottom {
    border-bottom: none;
}
.item-content {
    width: 100%;
}

._amcheckout-selectable-container {

  display: flex;

  align-items: flex-start;

  flex-wrap: wrap;

  justify-content: space-between;

}

._amcheckout-selectable-item {

  display: block;

  justify-content: space-between;

  box-sizing: border-box;

  padding: 0 20px;

  width: 100%;

  border: 1px solid #f9f9f9;

  border-radius: 2px;

  background: #f9f9f9;

  cursor: pointer;

}

._amcheckout-selectable-item:not(:last-of-type) {

  margin-bottom: 15px;

}

._amcheckout-selectable-item:hover {

  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);

}

._amcheckout-selectable-item.-selected {

  border-color: #1979c3;

}

@media all and (min-width: 768px) {

  ._amcheckout-selectable-item {

    width: 48%;

  }

  ._amcheckout-selectable-item:nth-last-child(-n + 2) {

    margin-bottom: 0;

  }

}

/**

 * @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/

 */

@media only screen and (max-width: 768px) {

  .field-tooltip .field-tooltip-content {

    left: auto;

    right: -10px;

    top: 40px;

  }

  .field-tooltip .field-tooltip-content::before,

  .field-tooltip .field-tooltip-content::after {

    border: 10px solid transparent;

    height: 0;

    left: auto;

    margin-top: -21px;

    right: 10px;

    top: 0;

    width: 0;

  }

  .field-tooltip .field-tooltip-content::before {

    border-bottom-color: #575757;

  }

  .field-tooltip .field-tooltip-content::after {

    border-bottom-color: #ffffff;

    top: 1px;

  }

}

/**

 * Copyright Â© Magento, Inc. All rights reserved.

 * See COPYING.txt for license details.

*/

@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {

  .product-video {

    height: 100%;

    width: 81%;

  }

}

/* stylelint-disable */

@media all and (min-width: 768px), print {

  .abs-product-options-list-desktop dt,

  .block-giftregistry-shared .item-options dt {

    clear: left;

    float: left;

    margin: 0 10px 5px 0;

  }

  .abs-product-options-list-desktop dt:after,

  .block-giftregistry-shared .item-options dt:after {

    content: ': ';

  }

  .abs-product-options-list-desktop dd,

  .block-giftregistry-shared .item-options dd {

    display: inline-block;

    float: left;

    margin: 0 0 5px;

    word-break: break-all;

  }

  .abs-button-desktop {

    width: auto;

  }

  .abs-blocks-2columns,

  .amazon-addresses .amazon-address,

  .column .block-addbysku .block-content .box,

  .login-container .block,

  .account .column.main .block:not(.widget) .block-content .box,

  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,

  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,

  .sales-guest-view .column.main .block:not(.widget) .block-content .box {

    width: 48.8%;

  }

  .abs-blocks-2columns:nth-child(odd),

  .amazon-addresses .amazon-address:nth-child(odd),

  .column .block-addbysku .block-content .box:nth-child(odd),

  .login-container .block:nth-child(odd),

  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),

  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),

  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),

  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {

    clear: left;

    float: left;

  }

  .abs-blocks-2columns:nth-child(even),

  .amazon-addresses .amazon-address:nth-child(even),

  .column .block-addbysku .block-content .box:nth-child(even),

  .login-container .block:nth-child(even),

  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),

  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),

  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),

  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {

    float: right;

  }

  .abs-reset-left-margin-desktop,

  .bundle-options-container .legend.title,

  .column.main .cart-summary .actions-toolbar,

  .cart.table-wrapper .item-actions .actions-toolbar,

  .gift-summary .actions-toolbar,

  .cart.table-wrapper .gift-summary .actions-toolbar,

  .column.main .block-giftregistry-shared-items .actions-toolbar,

  .form-new-agreement .fieldset .legend,

  .form-new-agreement .actions-toolbar,

  .column.main .paypal-review .actions-toolbar,

  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {

    margin-left: 0;

  }

  .abs-action-remove-desktop,

  .abs-add-fields-desktop .fieldset .additional .action.remove,

  .form-giftregistry-share .fieldset .additional .action.remove,

  .form-giftregistry-edit .fieldset .additional .action.remove,

  .form-add-invitations .fieldset .additional .action.remove,

  .form-create-return .fieldset .additional .action.remove,

  .form.send.friend .fieldset .additional .action.remove {

    margin-left: 75.8%;

    top: 6px;

  }

  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,

  .form-giftregistry-share .fieldset .field:not(.choice) .control,

  .form-giftregistry-edit .fieldset .field:not(.choice) .control,

  .form-add-invitations .fieldset .field:not(.choice) .control,

  .form-create-return .fieldset .field:not(.choice) .control,

  .form.send.friend .fieldset .field:not(.choice) .control {

    width: 50%;

  }

  .abs-margin-for-forms-desktop,

  .fieldset .legend,

  .column:not(.sidebar-main) form .actions-toolbar,

  .column:not(.sidebar-additional) form .actions-toolbar,

  .login-container .fieldset:after {

    margin-left: 25.8%;

  }

  .abs-visually-hidden-desktop,

  .dashboard-welcome-toggler,

  .block-collapsible-nav .title,

  .block-search .label {

    border: 0;

    clip: rect(0, 0, 0, 0);

    height: 1px;

    margin: -1px;

    overflow: hidden;

    padding: 0;

    position: absolute;

    width: 1px;

  }

  .abs-add-clearfix-desktop:before,

  .abs-add-clearfix-desktop:after,

  .abs-pager-toolbar:before,

  .abs-pager-toolbar:after,

  .amazon-addresses:before,

  .amazon-addresses:after,

  .block-cart-failed .block-content:before,

  .block-cart-failed .block-content:after,

  .column .block-addbysku .block-content:before,

  .column .block-addbysku .block-content:after,

  .cart-container:before,

  .cart-container:after,

  .login-container:before,

  .login-container:after,

  .account .column.main .block:not(.widget) .block-content:before,

  .account .column.main .block:not(.widget) .block-content:after,

  .block-addresses-list .items.addresses:before,

  .block-addresses-list .items.addresses:after,

  .block-giftregistry-shared .item-options:before,

  .block-giftregistry-shared .item-options:after,

  .gift-wrapping .nested:before,

  .gift-wrapping .nested:after,

  .table .gift-wrapping .content:before,

  .table .gift-wrapping .content:after,

  .block-wishlist-management:before,

  .block-wishlist-management:after,

  .paypal-review .block-content:before,

  .paypal-review .block-content:after,

  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,

  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,

  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,

  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,

  .sales-guest-view .column.main .block:not(.widget) .block-content:before,

  .sales-guest-view .column.main .block:not(.widget) .block-content:after,

  .header.content:before,

  .header.content:after,

  .page-header .header.panel:before,

  .page-header .header.panel:after,

  .account .toolbar:before,

  .account .toolbar:after,

  .toolbar-giftregistry-results:before,

  .toolbar-giftregistry-results:after,

  .toolbar-wishlist-results:before,

  .toolbar-wishlist-results:after {

    content: '';

    display: table;

  }

  .abs-add-clearfix-desktop:after,

  .abs-pager-toolbar:after,

  .amazon-addresses:after,

  .block-cart-failed .block-content:after,

  .column .block-addbysku .block-content:after,

  .cart-container:after,

  .login-container:after,

  .account .column.main .block:not(.widget) .block-content:after,

  .block-addresses-list .items.addresses:after,

  .block-giftregistry-shared .item-options:after,

  .gift-wrapping .nested:after,

  .table .gift-wrapping .content:after,

  .block-wishlist-management:after,

  .paypal-review .block-content:after,

  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,

  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,

  .sales-guest-view .column.main .block:not(.widget) .block-content:after,

  .header.content:after,

  .page-header .header.panel:after,

  .account .toolbar:after,

  .toolbar-giftregistry-results:after,

  .toolbar-wishlist-results:after {

    clear: both;

  }

  .abs-add-box-sizing-desktop,

  .column.main,

  .sidebar-main,

  .sidebar-additional {

    box-sizing: border-box;

  }

  .abs-add-box-sizing-desktop-m,

  .opc-wrapper {

    box-sizing: border-box;

  }

  .abs-revert-field-type-desktop .fieldset > .field,

  .abs-revert-field-type-desktop .fieldset .fields > .field,

  .product-add-form .fieldset > .field,

  .product-add-form .fieldset .fields > .field {

    margin: 0 0 20px;

  }

  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,

  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,

  .product-add-form .fieldset > .field:not(.choice) > .label,

  .product-add-form .fieldset .fields > .field:not(.choice) > .label {

    box-sizing: content-box;

    float: none;

    width: auto;

    text-align: left;

    padding: 0;

  }

  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,

  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,

  .product-add-form .fieldset > .field:not(.choice) > .control,

  .product-add-form .fieldset .fields > .field:not(.choice) > .control {

    float: none;

    width: auto;

  }

  .abs-revert-field-type-desktop .fieldset > .field > .label,

  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,

  .product-add-form .fieldset > .field > .label,

  .product-add-form .fieldset .fields > .field > .label {

    margin: 0 0 5px;

    display: inline-block;

  }

  .abs-revert-field-type-desktop .fieldset > .field.choice:before,

  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,

  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,

  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,

  .product-add-form .fieldset > .field.choice:before,

  .product-add-form .fieldset .fields > .field.choice:before,

  .product-add-form .fieldset > .field.no-label:before,

  .product-add-form .fieldset .fields > .field.no-label:before {

    display: none;

  }

  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,

  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,

  .product-add-form .fieldset > .field:not(:first-child):last-of-type,

  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {

    margin-bottom: 0;

  }

  .abs-no-display-desktop,

  .opc-estimated-wrapper,

  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {

    display: none;

  }

  .abs-pager-toolbar,

  .account .toolbar,

  .toolbar-giftregistry-results,

  .toolbar-wishlist-results {

    margin-bottom: 20px;

    position: relative;

  }

  .abs-pager-toolbar .limiter,

  .account .toolbar .limiter,

  .toolbar-giftregistry-results .limiter,

  .toolbar-wishlist-results .limiter {

    float: right;

    position: relative;

    z-index: 1;

  }

  .abs-pager-toolbar .toolbar-amount,

  .account .toolbar .toolbar-amount,

  .toolbar-giftregistry-results .toolbar-amount,

  .toolbar-wishlist-results .toolbar-amount {

    float: left;

    line-height: normal;

    padding: 7px 0 0;

    position: relative;

    z-index: 1;

  }

  .abs-pager-toolbar .pages,

  .account .toolbar .pages,

  .toolbar-giftregistry-results .pages,

  .toolbar-wishlist-results .pages {

    position: absolute;

    width: 100%;

    z-index: 0;

  }

  .abs-shopping-cart-items-desktop,

  .block-cart-failed,

  .cart-container .form-cart,

  .cart-container .cart-gift-item {

    float: left;

    position: relative;

    width: 73%;

  }

  .abs-shopping-cart-items-desktop .actions,

  .block-cart-failed .actions,

  .cart-container .form-cart .actions,

  .cart-container .cart-gift-item .actions {

    text-align: right;

  }

  .abs-shopping-cart-items-desktop .action.clear,

  .abs-shopping-cart-items-desktop .action.update,

  .block-cart-failed .action.clear,

  .block-cart-failed .action.update,

  .cart-container .form-cart .action.clear,

  .cart-container .form-cart .action.update,

  .cart-container .cart-gift-item .action.clear,

  .cart-container .cart-gift-item .action.update {

    margin-left: 10px;

  }

  .abs-shopping-cart-items-desktop .action.continue,

  .block-cart-failed .action.continue,

  .cart-container .form-cart .action.continue,

  .cart-container .cart-gift-item .action.continue {

    float: left;

  }

  .navigation,

  .breadcrumbs,

  .page-header .header.panel,

  .header.content,

  .footer.content,

  .page-wrapper > .widget,

  .page-wrapper > .page-bottom,

  .block.category.event,

  .top-container,

  .page-main {

    box-sizing: border-box;

    margin-left: auto;

    margin-right: auto;

    max-width: 1280px;

    padding-left: 20px;

    padding-right: 20px;

    width: auto;

  }

  .page-main {

    width: 100%;

  }

  .columns {

    display: block;

  }

  .column.main {

    min-height: 300px;

  }

  .page-layout-1column .column.main {

    width: 100%;

    -ms-flex-order: 2;

    -webkit-order: 2;

    order: 2;

  }

  .page-layout-3columns .column.main {

    width: 66.66666667%;

    display: inline-block;

    -ms-flex-order: 2;

    -webkit-order: 2;

    order: 2;

  }

  .page-layout-2columns-left .column.main {

    width: 83.33333333%;

    float: right;

    -ms-flex-order: 2;

    -webkit-order: 2;

    order: 2;

  }

  .page-layout-2columns-right .column.main {

    width: 83.33333333%;

    float: left;

    -ms-flex-order: 1;

    -webkit-order: 1;

    order: 1;

  }

  .sidebar-main {

    padding-right: 2%;

  }

  .page-layout-3columns .sidebar-main {

    width: 16.66666667%;

    float: left;

    -ms-flex-order: 1;

    -webkit-order: 1;

    order: 1;

  }

  .page-layout-2columns-left .sidebar-main {

    width: 16.66666667%;

    float: left;

    -ms-flex-order: 1;

    -webkit-order: 1;

    order: 1;

  }

  .page-layout-2columns-right .sidebar-main {

    width: 16.66666667%;

    float: left;

    -ms-flex-order: 1;

    -webkit-order: 1;

    order: 1;

  }

  .page-layout-2columns-right .sidebar-main {

    padding-left: 2%;

    padding-right: 0;

  }

  .sidebar-additional {

    clear: right;

    padding-left: 2%;

  }

  .page-layout-3columns .sidebar-additional {

    width: 16.66666667%;

    float: right;

    -ms-flex-order: 3;

    -webkit-order: 3;

    order: 3;

  }

  .page-layout-2columns-left .sidebar-additional {

    width: 16.66666667%;

    float: right;

    -ms-flex-order: 2;

    -webkit-order: 2;

    order: 2;

  }

  .page-layout-2columns-right .sidebar-additional {

    width: 16.66666667%;

    float: right;

    -ms-flex-order: 2;

    -webkit-order: 2;

    order: 2;

  }

  .page-layout-2columns-left .main {

    padding-left: 2%;

  }

  .page-layout-2columns-left .sidebar-additional {

    clear: left;

    float: left;

    padding-left: 0;

  }

  .panel.header {

    padding: 10px 20px;

  }

  .nav-toggle {

    display: none;

  }

  .nav-sections {

    -webkit-flex-shrink: 0;

    flex-shrink: 0;

    -webkit-flex-basis: auto;

    flex-basis: auto;

    margin-bottom: 25px;

  }

  .nav-sections-item-title {

    display: none;

  }

  .nav-sections-item-content > * {

    display: none;

  }

  .nav-sections-item-content > .navigation {

    display: block;

  }

  .navigation {

    background: #d9c756;

    font-weight: 500;

    height: inherit;

    left: auto;

    overflow: inherit;

    padding: 0;

    position: relative;

    top: 0;

    width: 100%;

    z-index: 3;

  }

  .navigation:empty {

    display: none;

  }

  .navigation ul {

    margin-top: 0;

    margin-bottom: 0;

    padding: 0;

    position: relative;

  }

  .navigation li.level0 {

    border-top: none;

  }

  .navigation li.level1 {

    position: relative;

  }

  .navigation .level0 {

    margin: 0 10px 0 0;

    display: inline-block;

    position: relative;

  }

  .navigation .level0:last-child {

    margin-right: 0;

    padding-right: 0;

  }

  .navigation .level0:hover:after {

    content: '';

    display: block;

    position: absolute;

    top: 0;

    left: 100%;

    width: 10px;

    height: calc(100% + 3px);

    z-index: 1;

  }

  .navigation .level0 > .level-top {

    color: #575757;

    line-height: 53px;

    padding: 0 12px;

    text-decoration: none;

    box-sizing: border-box;

    position: relative;

    display: inline-block;

  }

  .navigation .level0 > .level-top:hover,

  .navigation .level0 > .level-top.ui-state-focus {

    color: #10838c;

    text-decoration: none;

  }

  .navigation .level0.active > .level-top,

  .navigation .level0.has-active > .level-top {

    border-color: #10838c;

    border-style: solid;

    border-width: 0 0 3px;

    color: #10838c;

    text-decoration: none;

    display: inline-block;

  }

  .navigation .level0.parent:hover > .submenu {

    overflow: visible !important;

  }

  .navigation .level0.parent > .level-top {

    padding-right: 20px;

  }

  .navigation .level0.parent > .level-top > .ui-menu-icon {

    position: absolute;

    right: 0;

    display: inline-block;

    text-decoration: none;

  }

  .navigation .level0.parent > .level-top > .ui-menu-icon > span {

    border: 0;

    clip: rect(0, 0, 0, 0);

    height: 1px;

    margin: -1px;

    overflow: hidden;

    padding: 0;

    position: absolute;

    width: 1px;

  }

  .navigation .level0.parent > .level-top > .ui-menu-icon:after {

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    font-size: 12px;

    line-height: 20px;

    color: inherit;

    content: '\e904';

    font-family: 'smc';

    vertical-align: middle;

    display: inline-block;

    font-weight: normal;

    overflow: hidden;

    speak: none;

    text-align: center;

  }

  .navigation .level0 .submenu {

    background: #ffffff;

    border: 1px solid #d1d1d1;

    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);

    font-weight: 500;

    min-width: 230px;

    padding: 0;

    display: none;

    left: 0;

    margin: 0 !important;

    position: absolute;

    z-index: 1;

    margin-top: 11px;

  }

  .navigation .level0 .submenu > ul {

    margin-top: 11px;

  }

  .navigation .level0 .submenu > ul:before,

  .navigation .level0 .submenu > ul:after {

    content: '';

    display: block;

    overflow: hidden;

    position: absolute;

  }

  .navigation .level0 .submenu > ul:before {

    color: #ffffff;

    left: 20px;

    top: -20px;

    border: 10px solid transparent;

    height: 0;

    width: 0;

    border-bottom-color: #ffffff;

    z-index: 4;

  }

  .navigation .level0 .submenu > ul:after {

    border: 11px solid transparent;

    height: 0;

    width: 0;

    border-bottom-color: #d1d1d1;

    color: #d1d1d1;

    left: 19px;

    top: -22px;

    z-index: 3;

  }

  .navigation .level0 .submenu:before {

    content: '';

    display: block;

    position: absolute;

    width: 100%;

    height: 4px;

    left: 0;

    top: -4px;

    z-index: 1;

  }

  .navigation .level0 .submenu a {

    display: block;

    line-height: inherit;

    color: #575757;

    padding: 8px 20px;

  }

  .navigation .level0 .submenu a:hover,

  .navigation .level0 .submenu a.ui-state-focus {

    background: #fde035;

    color: #10838c;

    text-decoration: none;

  }

  .navigation .level0 .submenu .active > a {

    border-color: #10838c;

    border-style: solid;

    border-width: 0 0 0 3px;

  }

  .navigation .level0 .submenu .submenu {

    top: -1px !important;

    left: 100% !important;

  }

  .navigation .level0 .submenu .submenu-reverse {

    left: auto !important;

    right: 100%;

  }

  .navigation .level0 .submenu li {

    margin: 0;

    position: relative;

  }

  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {

    position: absolute;

    right: 3px;

    display: inline-block;

    text-decoration: none;

  }

  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {

    border: 0;

    clip: rect(0, 0, 0, 0);

    height: 1px;

    margin: -1px;

    overflow: hidden;

    padding: 0;

    position: absolute;

    width: 1px;

  }

  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    font-size: 12px;

    line-height: 20px;

    color: inherit;

    content: '\e608';

    font-family: 'smc';

    vertical-align: middle;

    display: inline-block;

    font-weight: normal;

    overflow: hidden;

    speak: none;

    text-align: center;

  }

  .navigation .level0.more {

    position: relative;

    display: inline-block;

    text-decoration: none;

  }

  .navigation .level0.more:after {

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    font-size: 26px;

    line-height: inherit;

    color: inherit;

    content: '\e607';

    font-family: 'smc';

    vertical-align: middle;

    display: inline-block;

    font-weight: normal;

    overflow: hidden;

    speak: none;

    text-align: center;

  }

  .navigation .level0.more:before {

    display: none;

  }

  .navigation .level0.more:after {

    cursor: pointer;

    padding: 8px 12px;

    position: relative;

    z-index: 1;

  }

  .navigation .level0.more:hover > .submenu {

    overflow: visible !important;

  }

  .navigation .level0.more li {

    display: block;

  }

  .panel.header .links,

  .panel.header .switcher {

    display: inline-block;

  }

  .fieldset > .field {

    margin: 0 0 20px;

    box-sizing: border-box;

    margin: 0 0 29px;

  }

  .fieldset > .field > .label {

    margin: 0;

  }

  .fieldset > .field:before,

  .fieldset > .field:after {

    content: '';

    display: table;

  }

  .fieldset > .field:after {

    clear: both;

  }

  .fieldset > .field.choice:before,

  .fieldset > .field.no-label:before {

    padding: 6px 15px 0 0;

    width: 25.8%;

    box-sizing: border-box;

    content: ' ';

    float: left;

    height: 1px;

  }

  .fieldset > .field .description {

    padding: 6px 15px 0 0;

    text-align: right;

    width: 25.8%;

    box-sizing: border-box;

    float: left;

  }

  .fieldset > .field:not(.choice) > .label {

    padding: 6px 15px 0 0;

    text-align: right;

    width: 25.8%;

    box-sizing: border-box;

    float: left;

  }

  .fieldset > .field:not(.choice) > .control {

    width: 74.2%;

    float: left;

  }

  .product.data.items {

    position: relative;

    z-index: 1;

  }

  .product.data.items:before,

  .product.data.items:after {

    content: '';

    display: table;

  }

  .product.data.items:after {

    clear: both;

  }

  .product.data.items > .item.title {

    float: left;

    width: auto;

  }

  .product.data.items > .item.title > .switch {

    height: 44px;

    display: block;

    position: relative;

    z-index: 2;

  }

  .product.data.items > .item.content {

    margin-top: 44px;

    box-sizing: border-box;

    float: right;

    margin-left: -100%;

    width: 100%;

  }

  .product.data.items > .item.content:before,

  .product.data.items > .item.content:after {

    content: '';

    display: table;

  }

  .product.data.items > .item.content:after {

    clear: both;

  }

  .product.data.items > .item.content.active {

    display: block;

  }

  .product.data.items > .item.title {

    margin: 0 1px 0 0;

  }

  .product.data.items > .item.title > .switch {

    font-weight: 400;

    line-height: 44px;

    font-size: 1.4rem;

    color: #575757;

    text-decoration: none;

    background: #f0f0f0;

    border: 1px solid #d1d1d1;

    border-bottom: none;

    height: 44px;

    padding: 5px 20px 5px 20px;

  }

  .product.data.items > .item.title > .switch:visited {

    color: #575757;

    text-decoration: none;

  }

  .product.data.items > .item.title > .switch:hover {

    color: #575757;

    text-decoration: none;

  }

  .product.data.items > .item.title > .switch:active {

    color: #575757;

    text-decoration: none;

  }

  .product.data.items > .item.title:not(.disabled) > .switch:focus,

  .product.data.items > .item.title:not(.disabled) > .switch:hover {

    background: #fcfcfc;

  }

  .product.data.items > .item.title:not(.disabled) > .switch:active,

  .product.data.items > .item.title.active > .switch,

  .product.data.items > .item.title.active > .switch:focus,

  .product.data.items > .item.title.active > .switch:hover {

    background: #ffffff;

    color: #575757;

    text-decoration: none;

  }

  .product.data.items > .item.title.active > .switch,

  .product.data.items > .item.title.active > .switch:focus,

  .product.data.items > .item.title.active > .switch:hover {

    padding-bottom: 6px;

  }

  .product.data.items > .item.content {

    background: #ffffff;

    margin-top: 55px;

    padding: 20px 20px 20px 20px;

    border: 1px solid #d1d1d1;

  }

  .actions-toolbar:before,

  .actions-toolbar:after {

    content: '';

    display: table;

  }

  .actions-toolbar:after {

    clear: both;

  }

  .actions-toolbar .primary {

    float: left;

  }

  .actions-toolbar .secondary {

    float: right;

  }

  .actions-toolbar .primary,

  .actions-toolbar .secondary {

    display: inline-block;

  }

  .actions-toolbar .primary a.action,

  .actions-toolbar .secondary a.action {

    display: inline-block;

  }

  .actions-toolbar .primary .action {

    margin: 0 5px 0 0;

  }

  .actions-toolbar .secondary a.action {

    margin-top: 6px;

  }

  .actions-toolbar > .primary,

  .actions-toolbar > .secondary {

    margin-bottom: 0;

  }

  .actions-toolbar > .primary .action,

  .actions-toolbar > .secondary .action {

    margin-bottom: 0;

    width: auto;

  }

  .modal-popup.modal-slide .modal-footer {

    border-top: 1px solid #c2c2c2;

    text-align: right;

  }

  /**

     * @codingStandardsIgnoreStart

     */

  #store-selector .form-continue .actions-toolbar > .primary {

    float: right;

  }

  #store-selector .form-continue .actions-toolbar .action.primary {

    margin: 0;

  }

  .am-brands-fullwidth {

    width: 100% !important;

  }

  .ui-tooltip.ui-widget {

    max-width: 450px;

  }

  .filter-options-content a:hover {

    text-decoration: none;

  }

  .catalog-topnav {

    display: block;

  }

  .page-layout-1column .toolbar-products {

    position: inherit !important;

  }

  .filter-options-content .am-filter-price {

    width: 40%;

  }

  .sidebar > .block-category-list {

    margin-bottom: 14px;

  }

  .amasty-catalog-topnav {

    margin-top: 3px;

  }

  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {

    z-index: 1001;

    min-width: 200px;

  }

  .amasty-catalog-topnav .filter-options {

    margin-bottom: 20px;

    padding: 3px 0;

  }

  .amasty-catalog-topnav .filter-subtitle {

    display: none;

  }

  .amasty-catalog-topnav .amshopby-category-dropdown {

    min-width: 200px;

  }

  .amasty-catalog-topnav .filter-options-item {

    margin-bottom: 0;

  }

  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {

    padding-left: 0;

  }

  .amasty-catalog-topnav .filter-options-title {

    padding-right: 5px;

  }

  .amasty-catalog-topnav .filter-options-title:after {

    position: static;

    display: inline-block;

    margin: 0 0 0 15px;

    transform: translateY(-2px);

  }

  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {

    margin: -11px;

    box-shadow: none;

  }

  .filter-options input[type='checkbox'] {

    overflow: hidden;

    clip: rect(0, 0, 0, 0);

    margin: 0;

    padding: 0;

    width: 0;

    height: 0;

    border: 0;

    opacity: 0;

    position: absolute;

  }

  .filter-options input[type='checkbox'] + .amshopby-choice {

    word-wrap: break-word;

    word-break: break-word;

    position: absolute;

    top: 5px;

    left: 0;

    display: block;

    margin: 0;

    padding: 0 0 0 22px;

    min-height: 12px;

    line-height: 1.2;

    cursor: pointer;

  }

  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {

    word-break: break-all;

  }

  .filter-options input[type='checkbox'] + .amshopby-choice:before,

  .filter-options input[type='checkbox'] + .amshopby-choice:after {

    position: absolute;

    top: 0;

    left: 0;

    display: inline-block;

    box-sizing: border-box;

    width: 12px;

    height: 12px;

    border-radius: 2px;

    content: '';

  }

  .filter-options input[type='checkbox'] + .amshopby-choice:before {

    border: 1px solid #e3e3e3;

    background: #ffffff;

  }

  .filter-options input[type='checkbox'] + .amshopby-choice:after {

    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;

    content: none;

  }

  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,

  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {

    border-color: #1979c3;

  }

  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {

    content: '';

  }

  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,

  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,

  .filter-options input[type='checkbox']:active + .amshopby-choice:before,

  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {

    border-color: #1979c3;

  }

  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {

    border-color: #f23b3b;

  }

  .am_shopby_apply_filters {

    position: absolute;

    bottom: inherit;

    z-index: 212;

    display: none;

    visibility: hidden;

    padding: 0;

    width: inherit;

  }

  .am_shopby_apply_filters.visible {

    bottom: inherit;

    visibility: visible;

  }

  .am_shopby_apply_filters.-fixed {

    position: fixed;

  }

  .am_shopby_apply_filters.-fixed .am-show-button:before {

    display: none;

  }

  .am-show-button {

    position: relative;

    justify-content: space-between;

    margin: 0 0 10px;

    padding: 12px 10px;

    min-width: 180px;

    width: inherit;

    border: none;

    border-radius: 6px;

    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);

  }

  .am-show-button > .am-items {

    margin: 0 auto;

  }

  .am-show-button:before {

    position: absolute;

    width: 10px;

    height: 10px;

    background: #ffffff;

    content: '';

    transform: rotate(45deg);

  }

  .am-show-button.-vertical:before {

    top: calc(50% - (10px / 2));

    right: calc(100% - (10px / 2));

  }

  .am-show-button.-horizontal:before {

    top: calc(100% - (10px / 2));

    left: calc(50% - (10px / 2));

  }

  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {

    top: 30%;

    transform: translate(-50%, -30%);

  }

  .ambrands-letters-list {

    display: flex;

  }

  .ambrands-letters-list .ambrands-letter .ambrands-content {

    margin: 0 -10px;

  }

  .ambrands-letters-list .ambrands-brand-item {

    margin: 0 10px 20px;

  }

  .ambrands-letters-list .ambrands-brand-item.-no-logo {

    max-width: 156px;

  }

  .ambrands-letters-list .ambrands-letter {

    padding-right: 10px;

    width: inherit;

  }

  .login-container .block-amazon-login {

    clear: none;

    float: right;

  }

  .login-container .block-amazon-login .actions-toolbar {

    margin-top: 25px;

  }

  .login-container .block:nth-child(2) + .block-amazon-login {

    clear: none;

  }

  .amazon-validate-container {

    margin: 40px auto 0 auto;

    width: 500px;

  }

  .amazon-validate-container .primary {

    width: 190px;

  }

  .amazon-validate-container .continue-as-guest {

    width: 130px;

  }

  .amazon-validate-container .forgot-password {

    text-align: right;

    width: 175px;

  }

  .amazon-addresses .amazon-address {

    margin-bottom: 0;

  }

  /* 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: 11.5px 0;

  }

  .block-cart-failed .actions {

    text-align: left;

  }

  .block-cart-failed .actions.primary {

    float: right;

  }

  .bundle-options-container .bundle-options-wrapper,

  .bundle-options-container .product-options-wrapper {

    float: left;

    width: 57%;

  }

  .bundle-options-container .block-bundle-summary {

    float: right;

    position: relative;

    width: 40%;

  }

  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,

  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,

  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,

  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,

  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,

  .page-layout-3columns .bundle-options-container .block-bundle-summary {

    width: 48%;

  }

  .block-category-event.block:last-child {

    margin-bottom: 30px;

    padding: 10px 0 30px;

  }

  .block-category-event .block-title {

    margin: 0;

  }

  .block-category-event .block-title strong {

    font-size: 2.4rem;

  }

  .block-category-event .ticker li {

    display: none;

    margin: 0 50px;

  }

  .block-category-event .ticker .value {

    font-size: 6rem;

  }

  .block-category-event .ticker .label {

    font-size: 1.4rem;

    text-transform: none;

  }

  .block-category-event .dates .date {

    font-size: 5rem;

  }

  .block-category-event .dates .start {

    padding-right: 50px;

  }

  .block-category-event .dates .start:after {

    font-size: 5rem;

    right: 10px;

  }

  .cart-container .widget {

    float: left;

  }

  .cart-container .widget.block {

    margin-bottom: 20px;

  }

  .cart-summary {

    float: right;

    position: relative;

    width: 23%;

  }

  .column.main .cart-summary .actions-toolbar > .secondary {

    float: none;

  }

  .cart-summary .block .fieldset .field {

    margin: 0 0 20px;

    margin: 0 0 10px;

  }

  .cart-summary .block .fieldset .field:not(.choice) > .label {

    box-sizing: content-box;

    float: none;

    width: auto;

    text-align: left;

    padding: 0;

  }

  .cart-summary .block .fieldset .field:not(.choice) > .control {

    float: none;

    width: auto;

  }

  .cart-summary .block .fieldset .field > .label {

    margin: 0 0 5px;

    display: inline-block;

  }

  .cart-summary .block .fieldset .field.choice:before,

  .cart-summary .block .fieldset .field.no-label:before {

    display: none;

  }

  .cart.table-wrapper .items {

    min-width: 100%;

    width: auto;

  }

  .cart.table-wrapper .item .col.item {

    padding: 27px 8px 10px;

  }

  .cart.table-wrapper .item-actions td {

    text-align: right;

  }

  .cart.table-wrapper .product-item-photo {

    display: table-cell;

    max-width: 100%;

    padding-right: 20px;

    position: static;

    vertical-align: top;

    width: 1%;

  }

  .cart.table-wrapper .product-item-details {

    display: table-cell;

    vertical-align: top;

    white-space: normal;

    width: 99%;

  }

  .cart.table-wrapper .item-actions .actions-toolbar {

    text-align: left;

  }

  .cart .action {

    margin-bottom: 10px;

  }

  .cart-products-toolbar .toolbar-amount {

    line-height: 30px;

    margin: 0;

  }

  .cart-products-toolbar .pages {

    float: right;

    margin: 0 0 1px;

  }

  .cart-products-toolbar .pages .item:last-child {

    margin-right: 0;

  }

  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {

    padding-bottom: 7px;

    padding-top: 8px;

  }

  .cart.table-wrapper .cart + .cart-products-toolbar {

    margin-top: 25px;

  }

  .minicart-wrapper {

    margin-left: 13px;

  }

  .minicart-wrapper .block-minicart {

    right: -15px;

    width: 390px;

  }

  .opc-wrapper {

    width: 66.66666667%;

    float: left;

    -ms-flex-order: 1;

    -webkit-order: 1;

    order: 1;

    padding-right: 30px;

  }

  .checkout-onepage-success .print {

    display: block;

    float: right;

    margin: 22px 0 0;

  }

  .opc-progress-bar-item {

    width: 185px;

  }

  .checkout-index-index .modal-popup .form-shipping-address {

    max-width: 600px;

  }

  .checkout-index-index .modal-popup .modal-footer .action-save-address {

    float: right;

    margin: 0 0 0 10px;

  }

  .checkout-shipping-method .actions-toolbar > .primary {

    float: right;

  }

  .checkout-shipping-method .actions-toolbar .action.primary {

    margin: 0;

  }

  .opc-wrapper .form-login,

  .opc-wrapper .form-shipping-address {

    max-width: 600px;

  }

  .table-checkout-shipping-method {

    width: auto;

  }

  .opc-sidebar {

    margin: 46px 0 20px;

    width: 33.33333333%;

    float: right;

    -ms-flex-order: 2;

    -webkit-order: 2;

    order: 2;

  }

  .opc-summary-wrapper .modal-header .action-close {

    display: none;

  }

  .authentication-dropdown {

    background-color: #ffffff;

    border: 1px solid #575757;

    -webkit-transform: scale(1, 0);

    -webkit-transform-origin: 0 0;

    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;

    position: absolute;

    text-align: left;

    top: 100%;

    transform: scale(1, 0);

    transform-origin: 0 0;

    transition: transform linear .1s, visibility 0s linear .1s;

    visibility: hidden;

    width: 100%;

  }

  .authentication-dropdown._show {

    z-index: 100;

    -webkit-transform: scale(1, 1);

    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;

    transform: scale(1, 1);

    transition: transform linear .1s, visibility 0s linear 0s;

    visibility: visible;

  }

  .authentication-wrapper {

    width: 33.33333333%;

    text-align: right;

  }

  .block-authentication .block-title {

    font-size: 2.6rem;

    border-bottom: 0;

    margin-bottom: 25px;

  }

  .block-authentication .actions-toolbar > .primary {

    display: inline;

    float: right;

    margin-right: 0;

  }

  .block-authentication .actions-toolbar > .primary .action {

    margin-right: 0;

  }

  .block-authentication .actions-toolbar > .secondary {

    float: left;

    margin-right: 2rem;

    padding-top: 1rem;

  }

  .popup-authentication .modal-inner-wrap {

    min-width: 768px;

    width: 60%;

  }

  .popup-authentication .block-authentication {

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-flex-direction: row;

    -ms-flex-direction: row;

    flex-direction: row;

    border-top: 1px solid #c2c2c2;

  }

  .popup-authentication .block[class],

  .popup-authentication .form-login,

  .popup-authentication .fieldset,

  .popup-authentication .block-content {

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-flex-grow: 1;

    flex-grow: 1;

  }

  .popup-authentication .block[class] {

    box-sizing: border-box;

    float: left;

    padding: 10px 30px 0 0;

    width: 50%;

  }

  .popup-authentication .block[class] + .block {

    border-left: 1px solid #c2c2c2;

    border-top: 0;

    margin: 0;

    padding: 10px 0 0 40px;

  }

  .popup-authentication .block[class] + .block:before {

    left: 0;

    top: 50%;

  }

  .popup-authentication .actions-toolbar {

    margin-bottom: 0;

    margin-top: auto;

  }

  .checkout-payment-method .actions-toolbar .primary {

    float: right;

    margin: 0;

  }

  .checkout-payment-method .fieldset > .field-select-billing > .control {

    float: none;

    width: 100%;

  }

  .checkout-payment-method .payment-method-content .fieldset > .field {

    margin: 0 0 20px;

  }

  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {

    padding: 0;

    width: 0;

  }

  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {

    margin-left: 25.8%;

  }

  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {

    margin-left: 0;

  }

  .checkout-billing-address .action-update {

    float: right;

  }

  .checkout-billing-address .actions-toolbar .action-cancel {

    margin: 6px 20px 0 0;

  }

  .checkout-payment-method .payment-option-title {

    padding-left: 22px;

  }

  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {

    margin-left: 0;

  }

  .contact-index-index .column:not(.sidebar-additional) .form.contact {

    min-width: 600px;

  }

  .login-container .block .login .actions-toolbar > .primary {

    margin-bottom: 0;

    margin-right: 30px;

  }

  .login-container .block .login .actions-toolbar > .secondary {

    float: left;

  }

  .fieldset .fullname .field .label {

    padding: 6px 15px 0 0;

    text-align: right;

    width: 25.8%;

    box-sizing: border-box;

    float: left;

  }

  .fieldset .fullname .field .control {

    width: 74.2%;

    float: left;

  }

  .form.password.reset,

  .form.send.confirmation,

  .form.password.forget,

  .form.create.account,

  .form.search.advanced,

  .form.form-orders-search {

    min-width: 600px;

    width: 50%;

  }

  .account.page-layout-2columns-left .sidebar-main,

  .account.page-layout-2columns-left .sidebar-additional {

    width: 22.3%;

  }

  .account.page-layout-2columns-left .column.main {

    width: 77.7%;

  }

  .block-addresses-list .items.addresses {

    font-size: 0;

  }

  .block-addresses-list .items.addresses > .item {

    display: inline-block;

    font-size: 14px;

    margin-bottom: 20px;

    vertical-align: top;

    width: 48.8%;

  }

  .block-addresses-list .items.addresses > .item:nth-last-child(1),

  .block-addresses-list .items.addresses > .item:nth-last-child(2) {

    margin-bottom: 0;

  }

  .block-addresses-list .items.addresses > .item:nth-child(even) {

    margin-left: 2.4%;

  }

  .control.captcha-image .captcha-img {

    margin: 0 10px 10px 0;

  }

  .page-product-downloadable .product-options-wrapper {

    float: left;

    width: 55%;

  }

  .page-product-downloadable .product-options-bottom {

    float: right;

    width: 40%;

  }

  .page-product-downloadable .product-options-bottom .field.qty + .actions {

    padding-top: 0;

  }

  .gift-message .field {

    margin-bottom: 20px;

  }

  .gift-options {

    position: relative;

    z-index: 1;

  }

  .gift-options .actions-toolbar {

    clear: both;

    float: right;

    position: static;

  }

  .gift-options .actions-toolbar .secondary {

    float: right;

  }

  .gift-options .actions-toolbar .secondary .action {

    float: right;

    margin-left: 20px;

  }

  .gift-options .actions-toolbar .secondary .action-cancel {

    display: block;

    float: left;

    margin-top: 6px;

  }

  .gift-options .actions-toolbar:nth-child(3):before {

    border-left: 1px solid #c2c2c2;

    bottom: 5rem;

    content: '';

    display: block;

    left: 50%;

    overflow: hidden;

    position: absolute;

    top: 0;

    width: 0;

  }

  .gift-options-title {

    font-weight: 300;

    font-size: 1.8rem;

  }

  .cart.table-wrapper .action-gift {

    float: left;

  }

  .order-options .gift-wrapping,

  .table-order-review .gift-wrapping {

    max-width: 50%;

  }

  .form-giftregistry-search .fieldset {

    margin-bottom: 29px;

  }

  .form-giftregistry-search .fieldset > .fields-specific-options > .field {

    margin: 0 0 20px;

    box-sizing: border-box;

  }

  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {

    margin: 0;

  }

  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,

  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {

    content: '';

    display: table;

  }

  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {

    clear: both;

  }

  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,

  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {

    padding: 6px 15px 0 0;

    width: 25.8%;

    box-sizing: border-box;

    content: ' ';

    float: left;

    height: 1px;

  }

  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {

    padding: 6px 15px 0 0;

    text-align: right;

    width: 25.8%;

    box-sizing: border-box;

    float: left;

  }

  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {

    padding: 6px 15px 0 0;

    text-align: right;

    width: 25.8%;

    box-sizing: border-box;

    float: left;

  }

  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {

    width: 74.2%;

    float: left;

  }

  .block-giftregistry-shared-items .product-item-photo {

    display: table-cell;

    max-width: 100%;

    padding: 0 20px 0 0;

    vertical-align: top;

    width: 1%;

  }

  .block-giftregistry-shared-items .product-item-details {

    display: table-cell;

    vertical-align: top;

    width: 99%;

    word-break: normal;

  }

  .block-giftregistry-shared-items .col.product {

    width: 48%;

  }

  .block-giftregistry-shared-items .col:not(.product) {

    text-align: center;

  }

  .block-giftregistry-shared-items .col.price {

    padding-top: 17px;

  }

  .block-giftregistry-shared-items .input-text.qty {

    margin-top: -4px;

  }

  .gift-options-cart-item .gift-wrapping,

  .cart-gift-item .gift-wrapping {

    box-sizing: border-box;

    float: left;

    padding-right: 20px;

    width: 50%;

  }

  .gift-options-cart-item .gift-wrapping + .gift-message,

  .cart-gift-item .gift-wrapping + .gift-message {

    border-left: 1px solid #c2c2c2;

    box-sizing: border-box;

    float: left;

    padding-left: 4.5rem;

    width: 50%;

  }

  .form-add-invitations .additional,

  .form-add-invitations .field.text {

    margin-top: 29px;

  }

  .table-invitations .col {

    width: 50%;

  }

  .wishlist.window.popup {

    bottom: auto;

    top: 20%;

    left: 50%;

    margin-left: -226px;

    width: 380px;

    right: auto;

  }

  .wishlist.window.popup .field {

    margin: 0 0 20px;

  }

  .wishlist.window.popup .field:not(.choice) > .label {

    box-sizing: content-box;

    float: none;

    width: auto;

    text-align: left;

    padding: 0;

  }

  .wishlist.window.popup .field:not(.choice) > .control {

    float: none;

    width: auto;

  }

  .wishlist.window.popup .field > .label {

    margin: 0 0 5px;

    display: inline-block;

  }

  .wishlist.window.popup .field.choice:before,

  .wishlist.window.popup .field.no-label:before {

    display: none;

  }

  .block-wishlist-management {

    margin-bottom: 20px;

  }

  .block-wishlist-management .wishlist-select {

    border-bottom: 1px solid #fde035;

    display: table;

    margin-bottom: 15px;

    width: 100%;

  }

  .block-wishlist-management .wishlist-select .wishlist-name {

    display: table-cell;

    margin-right: 10px;

    padding: 5px 10px 10px;

    vertical-align: top;

    white-space: nowrap;

    width: 5%;

  }

  .block-wishlist-management .wishlist-select-items {

    display: table-cell;

    padding-right: 160px;

    vertical-align: top;

  }

  .block-wishlist-management .wishlist-select-items .item {

    display: inline-block;

    margin-right: 10px;

    padding: 5px 10px 10px;

  }

  .block-wishlist-management .wishlist-select-items .item:last-child {

    margin-right: 0;

  }

  .block-wishlist-management .wishlist-select-items .current {

    border-bottom: 3px solid #10838c;

    font-weight: 600;

  }

  .block-wishlist-management .wishlist-select .wishlist-name-current {

    display: none;

  }

  .block-wishlist-management .wishlist-add.item {

    position: absolute;

    right: 0;

    top: 0;

  }

  .block-wishlist-management .wishlist-title strong {

    font-size: 4rem;

  }

  .block-wishlist-management .wishlist-info {

    float: left;

  }

  .block-wishlist-management .wishlist-toolbar {

    float: right;

  }

  .block-wishlist-info-items .product-item-photo {

    margin-left: 0;

  }

  .products-grid.wishlist .product-item-checkbox {

    float: left;

  }

  .products-grid.wishlist .product-item-checkbox + .product-item-name {

    margin-left: 25px;

  }

  .paypal-review .paypal-review-title {

    border-bottom: 1px solid #d1d1d1;

  }

  .paypal-review .block-content .box-order-shipping-address,

  .paypal-review .block-content .box-order-shipping-method,

  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {

    box-sizing: border-box;

    float: left;

    width: 33%;

  }

  .paypal-review .block-content .box-order-shipping-address {

    padding: 0 5%;

    width: 34%;

  }

  .paypal-review .col.subtotal,

  .paypal-review .mark,

  .paypal-review .amount {

    text-align: right;

  }

  .products.wrapper.list .product-reviews-summary {

    margin: 0;

  }

  .reward-settings + .actions-toolbar {

    margin-top: -32px;

  }

  .form-create-return .additional .field:last-child {

    margin-top: 29px;

  }

  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {

    margin-bottom: 20px;

  }

  .block-returns-tracking .block-title .action {

    margin: 0 0 0 30px;

  }

  .block-returns-tracking .block-title .actions-track {

    float: right;

    margin-top: 12px;

  }

  .table-order-items .subtotal,

  .table-order-items .amount {

    text-align: right;

  }

  .table-order-items.creditmemo .col.qty,

  .table-order-items.creditmemo .col.discount,

  .table-order-items.creditmemo .col.subtotal {

    text-align: center;

  }

  .table-order-items.creditmemo .col.total {

    text-align: right;

  }

  .order-pager-wrapper .order-pager-wrapper-top {

    padding-left: 0;

    padding-right: 0;

  }

  .order-pager-wrapper .pages {

    float: right;

  }

  .order-actions-toolbar .action.print {

    display: block;

    float: right;

  }

  .page-title-wrapper .order-date {

    margin-top: -20px;

  }

  [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;

  }

  .page-wrapper > .breadcrumbs,

  .page-wrapper > .top-container,

  .page-wrapper > .widget {

    box-sizing: border-box;

    width: 100%;

  }

  .navigation ul {

    padding: 0 8px;

  }

  .header.panel > .header.links {

    float: right;

    font-size: 0;

    margin: 0;

    padding: 0;

    list-style: none none;

    margin-left: auto;

  }

  .header.panel > .header.links > li {

    display: inline-block;

    vertical-align: top;

  }

  .header.panel > .header.links > li {

    font-size: 14px;

    margin: 0 0 0 15px;

  }

  .header.panel > .header.links > li.welcome,

  .header.panel > .header.links > li a {

    line-height: 1.4;

  }

  .header.panel > .header.links > li.welcome a {

    padding-left: 5px;

  }

  .header.content {

    padding: 30px 20px 0;

  }

  .page-header {

    border: 0;

    margin-bottom: 0;

  }

  .page-header .panel.wrapper {

    border-bottom: 1px solid #fde035;

  }

  .page-header .header.panel {

    padding-bottom: 10px;

    padding-top: 10px;

  }

  .page-header .switcher {

    display: inline-block;

  }

  .page-main > .page-title-wrapper .page-title {

    display: inline-block;

  }

  .page-main > .page-title-wrapper .page-title + .action {

    float: right;

    margin-top: 20px;

  }

  .logo {

    margin: 0 auto 25px 0;

  }

  .logo img {

    max-height: inherit;

  }

  .footer.content .block {

    float: right;

  }

  .footer.content .links {

    display: inline-block;

    margin-bottom: 20px;

    padding: 0 50px 0 0;

    vertical-align: top;

  }

  .footer.content .switcher.store {

    display: inline-block;

    padding-right: 50px;

    vertical-align: top;

  }

  .my-credit-cards .card-type img {

    display: block;

  }

  .products-grid.wishlist .product-item-tooltip {

    display: inline-block;

  }

  .products-grid.wishlist .product-item-actions {

    margin: 10px 0 0;

  }

  .products-grid.wishlist .product-item .fieldset .field.qty {

    margin-bottom: 10px;

    padding-right: 10px;

  }

  .products-grid.wishlist .product-item .fieldset .field.qty .label {

    width: auto;

  }

  .products-grid.wishlist .product-item .box-tocart .actions-primary {

    margin: 0;

  }

  .products-grid.wishlist .product-item .box-tocart .stock {

    margin: 20px 0 0;

  }

  .wishlist-index-index .product-item-info {

    width: 240px;

  }

  .product-info-main .box-tocart,

  .product-options-bottom .box-tocart {

    display: table;

  }

  .product-info-main .box-tocart .field.qty,

  .product-options-bottom .box-tocart .field.qty {

    display: table-cell;

  }

  .product-info-main .box-tocart .actions,

  .product-options-bottom .box-tocart .actions {

    display: table-cell;

    text-align: center;

    vertical-align: bottom;

  }

  .product-info-main .page-title-wrapper .page-title {

    margin-top: -10px;

  }

  .sidebar .product-items .product-item-info .product-item-photo {

    position: relative;

    left: auto;

    top: auto;

    float: left;

    margin: 0 10px 10px 0;

  }

  .sidebar .product-items .product-item-details {

    margin: 0;

  }

  .sidebar .product-items .product-item-actions {

    clear: left;

  }

  .product-add-form {

    border-top: 1px solid #c2c2c2;

    border-bottom: 1px solid #c2c2c2;

    margin-top: 10px;

  }

  .product-info-main {

    float: right;

  }

  .page-layout-1column .product-info-main {

    width: 47%;

  }

  .page-layout-1column .product.media {

    width: 50%;

  }

  .page-layout-2columns-left .product-info-main,

  .page-layout-2columns-right .product-info-main,

  .page-layout-3columns .product-info-main {

    width: 48%;

  }

  .page-layout-2columns-left .product.media,

  .page-layout-2columns-right .product.media,

  .page-layout-3columns .product.media {

    width: 50%;

  }

  .block-search {

    padding-top: 10px;

    position: relative;

    float: right;

    width: 250px;

    z-index: 4;

  }

  .block-search .control {

    border-top: 0;

    margin: 0;

    padding: 0;

  }

  .block-search input {

    position: static;

    padding-right: 35px;

    margin: 0;

  }

  .block-search input::-webkit-input-placeholder {

    color: #c2c2c2;

  }

  .block-search input:-moz-placeholder {

    color: #c2c2c2;

  }

  .block-search input::-moz-placeholder {

    color: #c2c2c2;

  }

  .block-search input:-ms-input-placeholder {

    color: #c2c2c2;

  }

  .block-search .action.search {

    position: absolute;

    right: 10px;

    top: 25px;

    z-index: 1;

    display: inline-block;

    background-image: none;

    background: none;

    -moz-box-sizing: content-box;

    border: 0;

    box-shadow: none;

    line-height: inherit;

    margin: 0;

    padding: 0;

    text-decoration: none;

    text-shadow: none;

    font-weight: 400;

  }

  .block-search .action.search > span {

    border: 0;

    clip: rect(0, 0, 0, 0);

    height: 1px;

    margin: -1px;

    overflow: hidden;

    padding: 0;

    position: absolute;

    width: 1px;

  }

  .block-search .action.search:before {

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    font-size: 16px;

    line-height: 32px;

    color: #575757;

    content: '\e91a';

    font-family: 'smc';

    margin: 0;

    vertical-align: top;

    display: inline-block;

    font-weight: normal;

    overflow: hidden;

    speak: none;

    text-align: center;

  }

  .block-search .action.search:hover:before {

    color: #575757;

  }

  .block-search .action.search:active:before {

    color: inherit;

  }

  .block-search .action.search:focus,

  .block-search .action.search:active {

    background: none;

    border: none;

  }

  .block-search .action.search:hover {

    background: none;

    border: none;

  }

  .block-search .action.search.disabled,

  .block-search .action.search[disabled],

  fieldset[disabled] .block-search .action.search {

    pointer-events: none;

    opacity: 0.5;

  }

  .block-search .action.search:focus:before {

    color: #575757;

  }

  .search-autocomplete {

    margin-top: 0;

  }

  .sidebar .block.widget .pager .pages-item-next {

    padding: 0;

  }

  .sidebar .block.widget .pager .pages-item-next .action {

    margin: 0;

  }

  .latest-article {

    margin-left: -15px !important;

    margin-right: -15px !important;

  }

  .explore-section .pagebuilder-column-4 img,

  .explore-section .pagebuilder-column-3 img {

    width: 100%;

    object-fit: cover;

    max-height: 360px;

    height: 28vw;

  }

  .explore-section .horizontal-large {

    width: 56.60%;

  }

  .explore-section .horizontal-large .bluefoot-driver-text {

    font-size: 24px;

  }

  .explore-section .vertical-large {

    width: 21.7%;

  }

  .explore-section .vertical-large .bluefoot-driver-text {

    font-size: 24px;

  }

  .explore-section .horizontal-large-bottom {

    width: 40.5%;

  }

  .explore-section .horizontal-large-bottom .bluefoot-driver-text {

    font-size: 24px;

  }

  .explore-section .vertical-large-bottom {

    width: 19.83%;

  }

  .explore-section .vertical-large-bottom .bluefoot-driver-text {

    font-size: 16px;

  }

  [data-content-type='products'] .products-grid .item .actions {

    display: none;

  }

  [data-content-type='products'] img.photo.image {

    width: 224px;

    height: 224px;

  }

  div[data-content-type='row'].home-slider {

    margin-left: 0;

    margin-right: 0;

  }

  .box-tocart .action.tocart {

    max-width: 290px;

    width: 100%;

  }

  .box-tocart .action.tocart span {

    letter-spacing: 1px;

  }

  .after-footer {

    box-sizing: border-box;

    margin-left: auto;

    margin-right: auto;

    max-width: 1280px;

    padding-left: 20px;

    padding-right: 20px;

    width: 100%;

  }

  .page-wrapper > .page-bottom {

    width: 100% !important;

  }

  .page-wrapper > .page-bottom .before-footer-content [data-content-type='button-item'] [data-element='link'] {

    max-width: 250px;

  }

  .page-wrapper > .page-bottom .before-footer-content .diamond[data-content-type='button-item']::before,

  .page-wrapper > .page-bottom .before-footer-content .gift[data-content-type='button-item']::before,

  .page-wrapper > .page-bottom .before-footer-content .magazine[data-content-type='button-item']::before,

  .page-wrapper > .page-bottom .before-footer-content .locator[data-content-type='button-item']::before {

    display: none;

  }

  .page-wrapper > .page-bottom [data-content-type='button-item'] [data-element='link']::before {

    content: none;

  }

  .message.global.noscript .content,

  .message.global.cookie .content {

    padding: 4px 20px;

  }

  .product.data.items > .item.title > .switch:visited,

  .product.data.items > .item.title > a.switch {

    font-size: 14px;

    letter-spacing: .5px;

    color: #c2c2c2;

    text-transform: uppercase;

    background: #f0f0f0;

  }

  .product.data.items > .item.title:last-child > a.switch {

    border-right: 1px solid #c2c2c2;

  }

  .product.data.items > .item.title > a.switch {

    border: 1px solid #f0f0f0;

    border-bottom: none;

  }

  .product.data.items > .item.title.active > .switch,

  .product.data.items > .item.title.active > .switch:focus,

  .product.data.items > .item.title.active > .switch:hover {

    font-size: 14px;

    letter-spacing: .5px;

    color: #000000;

    text-transform: uppercase;

    border: 1px solid #c2c2c2;

    border-bottom: none;

  }

  .swatch-attribute-options {

    max-width: 540px;

  }

  .page-footer {

    background: none;

  }

  .page-footer .footer-top .ves-container.newsletter-sction {

    background: #cdcdcd;

    padding: 45px 0;

  }

  .page-footer .footer-top .ves-container.newsletter-sction .ves-widget {

    margin-bottom: 0;

  }

  .page-footer .footer-top .ves-container.newsletter-sction .block.newsletter {

    margin-bottom: 0;

  }

  .page-footer .footer-top .ves-container.newsletter-sction .block.newsletter .block-title {

    display: none;

  }

  .page-footer .footer-top .ves-container.newsletter-sction .block.newsletter .block-content form.form.subscribe {

    position: relative;

  }

  .page-footer .footer-top .ves-container.newsletter-sction .block.newsletter form.form.subscribe .field.newsletter {

    align-items: center;

    display: flex;

    width: 100%;

  }

  .page-footer .footer-top form.form.subscribe .newsletter-merge {

    padding: 0 10px 0 15px;

    width: 50%;

  }

  .page-footer .footer-top form.form.subscribe .newsletter-merge .text {

    font-size: 18px;

    line-height: 36px;

    margin-top: 10px;

  }

  .page-footer .footer-top form.form.subscribe .control {

    padding: 0 15px 0 0;

    position: relative;

    width: 50%;

  }

  .page-footer .footer-top form.form.subscribe .label {

    color: #484f5e;

    font-size: 34px;

    font-weight: 600;

    line-height: 50px;

    padding: 0;

    white-space: normal;

  }

  .page-footer .footer-top .ves-container .container {

    max-width: 1400px;

    width: 100%;

  }

  .page-footer .footer-top .block-title {

    color: #000;

    font-size: 22px;

    font-weight: 600;

    margin-bottom: 30px;

  }

  .page-footer .footer-top .panel-group {

    margin-bottom: 0;

  }

  .page-footer .footer-top ul {

    list-style: none;

    margin-bottom: 0;

    padding: 0;

  }

  .page-footer .footer-top ul li {

    margin-bottom: 20px;

  }

  .page-footer .footer-top ul li:last-child {

    margin-bottom: 0;

  }

  .page-footer .footer-top ul li a {

    color: #000;

    font-size: 14px;

  }

  .page-footer .footer-top ul.nav-links li i {

    display: none;

  }

  .page-footer .footer-top .location-footer .block-content {

    font-size: 14px;

    line-height: 24px;

    padding-left: 25px;

  }

  .page-footer .footer-top .location-footer .block-content a {

    color: #000;

    font-weight: normal;

  }

  .page-footer .footer-top .location-footer .block-content i {

    margin-left: -25px;

    width: 25px;

  }

  .page-footer .footer-top .location-footer .block-content p {

    margin-bottom: 0;

  }

  .page-footer .footer-top .location-footer .block-content .ct-p {

    margin-top: 15px;

  }

  .page-footer .footer-top .time {

    font-size: 14px;

    line-height: 24px;

    margin-bottom: 40px;

    padding-left: 25px;

    position: relative;

  }

  .page-footer .footer-top .time span {

    display: inline-block;

    width: 100%;

  }

  .page-footer .footer-top .time i {

    margin-left: -25px;

    width: 25px;

  }

  .page-footer .footer-top ul.social-links {

    list-style: none;

    margin: 0;

    padding: 0;

  }

  .page-footer .footer-top ul.social-links li {

    color: #333;

    display: inline-block;

    line-height: 30px;

    margin-bottom: 0;

    margin: 0 10px 0 0;

  }

  .page-footer .footer-top ul.social-links li a {

    background: #000;

    color: #fff;

    display: inline-block;

    height: 32px;

    text-align: center;

    width: 32px;

  }

  .page-footer .footer-section {

    background: #f4f4f4;

    padding: 65px 0;

  }

  .page-footer .footer-section .block {

    margin-bottom: 0;

  }

  .page-footer .footer-section .row-inner > div {

    width: 20%;

  }

  .page-footer .payment-icon-footer .block-title {

    display: none;

  }

  .page-footer .payment-icon-footer .block-content {

    align-items: center;

    display: flex;

    justify-content: center;

  }

  .page-footer .payment-icon-footer .block-content strong {

    color: #000;

    font-size: 22px;

    font-weight: 600;

    margin-bottom: 30px;

  }

  .page-footer .payment-icon-footer .block-content ul {

    margin-left: 40px;

  }

  .page-footer .payment-icon-footer .block-content ul img {

    height: auto;

    width: auto;

  }

  .page-footer .accept-payment-section-footer {

    background: #f4f4f4;

  }

  .page-footer .copyright-footer {

    background: #f4f4f4;

    border-top: 1px solid #dcdcdc;

    line-height: 30px;

    padding: 10px 0;

  }

  .page-footer .copyright-footer .block.copyright {

    margin-bottom: 0;

  }

  .block.newsletter .field .control:before {

    content: none;

  }

  .block.newsletter input {

    background: #fff;

    border-radius: 30px;

    border: 1px solid #fff !important;

    color: #333 !important;

    line-height: 32px !important;

    padding: 7px 180px 7px 25px !important;

    font-style: normal;

  }

  .block.newsletter .actions {

    margin: 0;

  }

  .block.newsletter .action.subscribe {

    background: #000;

    border-radius: 30px;

    border: none;

    font-size: 16px;

    font-weight: 300;

    line-height: 28px;

    min-width: 160px;

    padding: 8px 25px;

    position: absolute;

    right: 17px;

    top: 2px;

  }

  .newsletter-sction .form.subscribe input {

    border: 1px solid #fff !important;

    color: #333 !important;

    line-height: 32px !important;

    padding: 7px 180px 7px 25px !important;

  }

  #top {

    bottom: 20px;

    position: fixed;

    right: 20px;

    z-index: 9;

  }

  #top a {

    background: #000;

    border-radius: 5px;

    color: #fff;

    display: inline-block;

    font-size: 20px;

    height: 34px;

    line-height: 32px;

    text-align: center;

    width: 34px;

  }

  #top a span {

    display: none;

  }

  .block.newsletter input {

    padding: 8px 15px !important;

  }

  .block.newsletter .form.subscribe button.action.subscribe {

    background: #000;

    border-radius: 30px;

    padding: 8px 25px;

  }

  .form.subscribe input {

    background: #ffffff !important;

    border-radius: 30px !important;

    border: 1px solid #000 !important;

    height: auto !important;

    padding: 8px 15px !important;

  }

  .form.subscribe button.action.subscribe {

    background: none;

    border-radius: 0;

    height: auto !important;

    padding: 12px 20px;

  }

  .form.subscribe button.action.subscribe img {

    filter: grayscale(1) invert(1);

    opacity: 0.8;

  }

  .mppopup-text {

    color: #000 !important;

  }

  .tmp3-title {

    color: #000 !important;

  }

  .shipping-block ul {

    margin-bottom: 0;

  }

  .google-map {

    margin-bottom: 30px;

  }

  .contact-info a {

    color: #000;

  }

  .contact-customhtml a {

    color: #000;

  }

  .contact-index-index .block-title {

    margin-bottom: 15px;

  }

  .contact-index-index .action.primary {

    background: #000;

    border-radius: 30px;

  }

  .cms-page-view .columns .column.main a {

    color: #000;

    text-decoration: underline;

  }

  .cms-page-view .columns .column.main ul {

    list-style: none;

  }

  .cms-page-view .columns .column.main h2 a {

    text-decoration: none;

  }

  .cms-page-view .columns .column.main h4 a {

    text-decoration: none;

  }

  .cms-page-view .columns .column.main .block-title {

    margin-bottom: 15px;

  }

  .form.subscribe button.action.subscribe.tmp6-button {

    min-width: 220px;

  }

  body {

    font-family: 'Open Sans', sans-serif;

  }

  a:hover {

    text-decoration: none;

  }

  .navigation,

  .breadcrumbs,

  .page-header .header.panel,

  .header.content,

  .footer.content,

  .page-wrapper > .widget,

  .page-wrapper > .page-bottom,

  .block.category.event,

  .top-container,

  .page-main {

    max-width: 1400px;

  }

  .container {

    width: 1200px;

  }

  .block-static-block.widget {

    margin-bottom: 0;

  }

  .customnotice {

    background: #444a58;

    color: #ffffff;

    padding: 10px 15px;

  }

  .page-header {

    margin: 0;

    padding-bottom: 0;

  }

  .page-header .panel.wrapper {

    border-bottom-color: #eaeaea;

  }

  .page-header #ves-header .panel.wrapper {

    border: none;

  }

  .panel.header {

    padding-left: 15px;

    padding-right: 15px;

  }

  .social-links {

    float: left;

  }

  .social-links ul {

    list-style: none;

    margin: 0;

    padding: 0;

  }

  .social-links ul li {

    color: #333;

    display: inline-block;

    line-height: 30px;

    margin: 0 10px 0 0;

  }

  .social-links ul li:last-child {

    margin-left: 15px;

    margin-right: 0;

  }

  .social-links ul li:last-child a i {

    margin-right: 10px;

  }

  .social-links ul li a {

    color: #333;

  }

  .social-links ul li.instagram {

    margin-right: 20px;

  }

  .header.panel > .header.links li {

    line-height: 30px;

  }

  .header.panel > .header.links li a {

    color: #333;

  }

  .header.panel > .header.links li.wishlist:before {

    content: '|';

    margin-right: 15px;

  }

  .minicart-wrapper {

    margin-left: 25px;

  }

  .minicart-wrapper .action.showcart:before {

    content: none !important;

  }

  .minicart-wrapper .action.showcart .fa {

    display: inline-block !important;

    background: #000;

    color: #fff;

    padding: 6px;

    margin-right: 6px;

    font-size: 12px;

  }

  .minicart-wrapper .action.showcart .text {

    clip: auto;

    color: #333;

    display: inline-block;

    font-size: 14px;

    height: auto;

    line-height: 30px;

    margin: 0;

    padding: 0 0 0 5px;

    position: relative;

    width: auto;

  }

  .minicart-wrapper .action.showcart .counter.qty {

    background: none;

    border-radius: 0;

    color: #333;

    font-size: 14px;

    height: auto;

    line-height: 30px;

    margin: 0;

    min-width: 0;

  }

  .minicart-wrapper .action.showcart .counter.qty:before {

    content: '|';

  }

  .header.content {

    align-items: center;

    display: flex;

    padding: 18px 15px;

  }

  .header.content .logo {

    flex: 1 1 auto;

    margin-bottom: 0;

    max-width: 180px;

    width: 100%;

  }

  .header.content .nav-menu {

    margin-left: auto;

    padding: 0 15px;

  }

  .header.content .nav-menu a {

    color: #505863;

    font-weight: normal;

  }

  .header.content .nav-menu a:hover {

    background: none;

    color: #000;

  }

  .header.content .nav-menu .ves-megamenu.menu-hover .caret {

    right: 0;

  }

  .header.content .nav-menu .ves-megamenu {

    margin-bottom: 0;

  }

  .header.content .nav-menu .level0 > .dropdown-menu {

    border-radius: 0;

    width: 100% !important;

  }

  .header.content .nav-menu .level0 > .dropdown-menu a {

    line-height: 30px;

    font-size: 14px;

    padding: 0;

  }

  .header.content .block-search {

    flex: 1 1 auto;

    max-width: 280px;

    padding-left: 0;

    width: 100%;

  }

  .ves-megamenu li.level0 > a {

    padding: 0 15px 0 0 !important;

    font-size: 14px;

    margin-right: 14px;

  }

  .ves-megamenu li.level0:hover > a {

    background: none;

    color: #000;

  }

  .ves-megamenu li.level0.active > a {

    background: none;

    color: #505863;

  }

  .ves-megamenu li.level0 a:hover {

    text-decoration: none;

  }

  .block-search {

    padding-top: 0;

  }

  .block-search .nested {

    display: none;

  }

  .block-search input {

    line-height: 30px;

    padding: 3px 15px;

  }

  .block-search .control {

    padding-bottom: 0;

  }

  .block-search .action.search {

    opacity: 1 !important;

    top: 2px;

    right: 30px;

  }

  .block-search .action.search:before {

    color: #333;

    line-height: 38px;

  }

  .navbar-fixed-top {

    background: #fff;

    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);

  }

  .header-links-wrapper {

    position: absolute;

    right: 15px;

    top: -40px;

  }

  .header-links-wrapper ul {

    align-items: center;

    display: flex;

    line-height: 30px;

    margin: 0;

    padding: 0;

  }

  .header-links-wrapper ul li {

    list-style: none;

    margin-bottom: 0;

  }

  .header-links-wrapper ul li.wishlist:before {

    content: '|';

    margin-left: 15px;

    margin-right: 15px;

  }

  .header-links-wrapper .minicart-wrapper .cart-title {

    display: none;

  }

  .header-links-wrapper .minicart-wrapper .label {

    color: #333;

    font-size: 14px;

    font-weight: normal;

    padding: 0;

  }

  .header-links-wrapper a {

    color: #333;

  }

  .minicart-wrapper .action.showcart.active {

    opacity: 1;

  }

  .minicart-wrapper .action.close {

    height: 30px;

    opacity: 1;

    width: 30px;

  }

  .minicart-wrapper .action.close:before {

    font-size: 15px;

  }

  .minicart-wrapper .block-minicart {

    max-height: 500px;

    overflow-y: auto;

  }

  .minicart-wrapper .product .actions {

    margin: -33px 0 0;

  }

  .minicart-wrapper .product .actions > .secondary {

    margin-left: 10px;

  }

  .block-minicart .block-content > .actions > .primary {

    margin-left: 0;

    margin-right: 0;

  }

  .block-minicart .block-content > .actions > .primary .action.primary {

    background: #444a58;

    background: #008000;

    border-color: #008000;

    border: 1px solid #444a58;

    color: #ffffff;

    display: inline-block;

    font-size: 16px;

    line-height: 30px;

    padding: 5px 15px;

    text-transform: capitalize;

    width: 100%;

  }

  .block-minicart .block-content > .actions .viewcart {

    background: #444a58;

    border: 1px solid #444a58;

    color: #ffffff;

    display: inline-block;

    font-size: 16px;

    line-height: 30px;

    padding: 5px 15px;

    text-transform: capitalize;

    width: 100%;

  }

  .block-minicart .items-total {

    margin-left: 0;

  }

  .block-minicart .subtotal {

    margin-right: 0;

  }

  .block-minicart .minicart-widgets {

    margin: 0;

  }

  .minicart-items .product-item-name {

    line-height: 1;

    margin: 0 0 5px;

  }

  .minicart-items .product-item-name a {

    color: #333333;

    font-size: 14px;

    line-height: 20px;

  }

  .minicart-items .item-qty {

    padding: 0 10px;

  }

  .minicart-items .product-item-details .details-qty .label {

    font-size: 12px;

  }

  .minicart-items .product-item-details .price {

    color: #444a58;

    font-weight: 700;

  }

  .minicart-items .product-item-details .product.options {

    font-size: 12px;

    line-height: 1.3;

  }

  .minicart-items .action.edit:before {

    font-size: 14px;

  }

  .minicart-items .action.delete:before {

    font-size: 14px;

  }

  .minicart-items .product .toggle:after {

    font-size: 7px;

    margin-left: 5px;

  }

  .header-links-wrapper .minicart-wrapper .product.options .label {

    font-size: 12px;

  }

  .desktopMic {

    right: 2px !important;

    top: 12px !important;

  }

  .block-search input::-webkit-input-placeholder {

    font-style: normal;

    text-indent: 0 !important;

  }

  .block-search input::-moz-placeholder {

    font-style: normal;

    text-indent: 0 !important;

  }

  .block-search input:-ms-input-placeholder {

    font-style: normal;

    text-indent: 0 !important;

  }

  .block-search input:-moz-placeholder {

    font-style: normal;

    text-indent: 0 !important;

  }

  .catalog-category-view .page-wrapper {

    overflow: initial;

  }

  .page-layout-2columns-left .sidebar-main {

    width: 25%;

  }

  .page-layout-2columns-left .sidebar-additional {

    display: none;

    width: 25%;

  }

  .page-layout-2columns-left .column.main {

    width: 75%;

  }

  .page-layout-2columns-left .main {

    padding-left: 0 !important;

  }

  .sidebar .filter .block-title {

    background-image: url(../../frontend/Dotsquares/custom_child/en_GB/images/filter-icon.png);

    background-position: center right;

    background-repeat: no-repeat;

    border-bottom: 1px solid #dddddd;

    display: inline-block;

    line-height: 30px;

    margin-bottom: 15px;

    width: 100%;

  }

  .sidebar .filter .filter-content .filter-subtitle {

    display: none;

  }

  .sidebar .filter-options .filter-options-title {

    font-weight: 400;

  }

  .sidebar .filter-options .filter-options-title[aria-expanded="true"] {

    background-image: url(../../frontend/Dotsquares/custom_child/en_GB/images/arrow_left_filter.png);

    background-position: right 8px;

    background-repeat: no-repeat;

    border-bottom: 1px solid #d1d1d1;

    cursor: pointer;

    line-height: 30px;

    margin-bottom: 0;

    margin-bottom: 10px;

  }

  .sidebar .filter-options .filter-options-title[aria-expanded="false"] {

    background-image: url(../../frontend/Dotsquares/custom_child/en_GB/images/arrow_left_filter.png);

    background-position: right -28px;

    background-repeat: no-repeat;

    border-bottom: 1px solid #d1d1d1;

    cursor: pointer;

    line-height: 30px;

    margin-bottom: 0;

    margin-bottom: 10px;

  }

  .sidebar .block {

    margin-bottom: 20px;

  }

  .sidebar .block.filter {

    margin-bottom: 20px;

  }

  .sidebar .ves-vertical li.level0:last-child {

    border-bottom: none;

  }

  .sidebar .ves-megamenu .dropdown-menu {

    opacity: 1;

    visibility: visible;

  }

  .sidebar .ves-megamenu .dropdown-menu .subgroup.level1 > a {

    font-size: 14px;

    font-weight: normal;

    line-height: 30px;

    text-transform: capitalize;

  }

  .sidebar .ves-megamenu .dropdown-menu .subgroup a {

    color: #333333;

    line-height: 30px;

  }

  .sidebar .ves-megamenu .dropdown-menu .subgroup a:hover {

    text-decoration: none;

  }

  .sidebar .ves-megamenu .dropdown-menu .subgroup.level1 > .dropdown-mega {

    display: none;

  }

  .sidebar .ves-megamenu .dropdown-menu .subgroup.level1 > .submenu > .content-wrap > .megamenu-content {

    padding-left: 20px;

  }

  .sidebar .ves-megamenu li.level0 > a {

    font-weight: normal;

    padding: 0;

  }

  .sidebar .ves-megamenu.menu-click {

    min-width: 0;

    width: 100%;

  }

  .sidebar .ves-megamenu.menu-click .nav-item .dropdown-menu {

    min-width: 0;

    padding: 0;

    width: 100%;

  }

  .sidebar .ves-megamenu.menu-click .nav-item .dropdown-menu .mega-col {

    padding-right: 0;

  }

  .sidebar .ves-megamenu.menu-click .dropdown:hover > .dropdown-menu {

    display: none;

  }

  .sidebar .ves-megamenu.menu-click .dropdown > .dropdown-menu {

    display: none;

  }

  .sidebar .ves-megamenu.menu-click li .opener {

    height: 15px;

    padding: 0;

    top: 15px;

    width: 15px;

  }

  .sidebar .ves-megamenu.menu-click li .dropdown-submenu .opener {

    padding: 0;

    top: 5px;

  }

  .sidebar .ves-megamenu.menu-click li .dropdown-menu a {

    line-height: 30px;

  }

  .sidebar .ves-megamenu.menu-click li:hover .dropdown-menu a {

    color: #333333;

  }

  .sidebar .ves-megamenu.nav-mobile .nav-item .dropdown-menu {

    min-width: 0;

    padding: 0;

    width: 100%;

  }

  .sidebar .nav-mobile .opener {

    height: 15px;

    padding: 0;

    top: 15px;

    width: 15px;

  }

  .sidebar .product-items .product-item {

    box-shadow: 0 0 0 #dddddd;

  }

  .sidebar .product-items .product-item-details {

    margin-left: 50px;

  }

  .sidebar .product-items .product-item-info .product-item-photo {

    float: none;

    left: 0;

    margin: 0;

    position: absolute;

    top: 50%;

    transform: translate(0%, -50%);

  }

  .filter-options .filter-options-content {

    margin-bottom: 15px;

    padding: 0;

  }

  .filter-options a {

    text-transform: capitalize;

  }

  .filter-options input[type='checkbox'] + .amshopby-choice:before {

    border-color: #e3e3e3 !important;

  }

  .ves-megamenu li.level0 > a {

    text-transform: capitalize;

  }

  .amshopby-slider-container.-default .ui-slider-range {

    background: #f4f4f4;

  }

  .amshopby-slider-container.-default .am-slider .ui-slider-handle {

    background: #ffffff;

    border: 5px solid #444a58;

  }

  .filter-options-content .am-ranges .items {

    margin: 0 !important;

  }

  .filter-actions .filter-clear {

    color: #444a58;

  }

  .filter-actions .filter-clear:hover {

    color: #333333;

  }

  .items > .item {

    line-height: 24px;

  }

  .items > .item > a {

    color: #333333;

    font-size: 14px;

    font-weight: normal;

  }

  .items > .item > a .label {

    color: #333333;

    font-size: 14px;

    font-weight: normal;

    padding: 0;

  }

  .items {

    margin: 0 !important;

  }

  .filter-options-item .filter-options-content .item .count {

    font-weight: normal;

  }

  .filter-options-item .filter-options-content .item:hover .count {

    color: #333333;

  }

  .ves-megamenu.menu-click li .opener {

    background-image: url(../../frontend/Dotsquares/custom_child/en_GB/images/arrow_left_filter.png);

    background-position: bottom center;

    background-repeat: no-repeat;

  }

  .ves-megamenu.menu-click li .opener:before {

    content: none;

  }

  .ves-megamenu.menu-click li .opener.item-active {

    background-position: top center;

  }

  .ves-megamenu.menu-click li .opener.item-active:before {

    content: none;

  }

  .ves-megamenu.nav-mobile .opener {

    background-image: url(../../frontend/Dotsquares/custom_child/en_GB/images/arrow_left_filter.png);

    background-position: bottom center;

    background-repeat: no-repeat;

  }

  .ves-megamenu.nav-mobile .opener:before {

    content: none;

  }

  .ves-megamenu.nav-mobile .opener.item-active {

    background-position: top center;

  }

  .ves-megamenu.nav-mobile .opener.item-active:before {

    content: none;

  }

  .toolbar-amount {

    float: right;

    line-height: 40px;

    padding-top: 0;

  }

  .modes {

    padding-top: 0;

  }

  .toolbar-products {

    margin-top: 0;

  }

  .toolbar-products .modes-mode {

    background-color: #eeeeee;

    border-radius: 5px;

    height: 40px;

    line-height: 36px;

    width: 40px;

  }

  .toolbar-products .modes-mode:before {

    color: #333333;

  }

  .toolbar-products .modes-mode.active {

    background: #444a58;

  }

  .toolbar-products .modes-mode.active:before {

    color: #ffffff;

  }

  .toolbar-products .sorter {

    float: left;

    margin-left: 10px;

    padding-top: 0;

  }

  .toolbar-products .sorter .sorter-options {

    background: #eeeeee;

    border: none;

  }

  .toolbar-products .sorter .sorter-options option {

    background: #ffffff;

  }

  .toolbar-products .sorter label {

    font-weight: normal;

  }

  .toolbar-products .pages .pages-items .item a {

    background-color: #eeeeee;

    border-radius: 5px;

  }

  .toolbar-products .pages .pages-items .item strong {

    background-color: #eeeeee;

    border-radius: 5px;

  }

  .toolbar-products .sorter-action {

    line-height: 40px;

  }

  .toolbar .limiter select {

    background: #f4f4f4;

    border: none;

    min-width: 0;

    width: 70px;

  }

  .product-items .product-block .product-item-details .heading-title {

    font-size: 14px;

    min-height: 60px;

    margin: 0;

  }

  .product-items .product-block .product-item-details .heading-title a {

    color: #333333;

  }

  .page-products .product-items .product-item {

    width: 33.33%;

  }

  .page-products .product-items .product-block .product-item-info {

    width: 100%;

  }

  .page-products .category-cms {

    margin-bottom: 20px;

  }

  .products-grid .product-item .product-item-photo {

    border: none;

    outline: none;

  }

  .products-grid .product-item .price-container .price-label {

    display: none;

    font-size: 12px;

  }

  .products-grid .product-item .price-container .price {

    font-size: 18px !important;

  }

  .products-grid .product-item .product-item-actions {

    display: block;

  }

  .pages-items .item {

    font-size: 14px;

    line-height: 1;

    padding: 0;

    vertical-align: middle;

  }

  .pages-items .item .page {

    background-color: #f4f4f4 !important;

    color: #333333 !important;

    line-height: 20px;

    padding: 10px 15px;

    text-align: center;

    width: 40px;

  }

  .pages-items .item .page:hover {

    background-color: #444a58 !important;

    color: #ffffff !important;

  }

  .pages-items .item.current .page {

    background-color: #444a58 !important;

    color: #ffffff !important;

  }

  .pages .action.prev {

    background: #f4f4f4;

    border-radius: 0;

    border: none;

    color: #333333;

    line-height: 20px;

    padding: 10px 15px;

    text-align: center;

    width: 40px;

  }

  .pages .action.prev:before {

    font-size: 16px;

    margin: 0;

  }

  .pages .action.next {

    background: #f4f4f4;

    border-radius: 0;

    border: none;

    color: #333333;

    line-height: 20px;

    padding: 10px 15px;

    text-align: center;

    width: 40px;

  }

  .pages .action.next:before {

    font-size: 16px;

    margin: 0;

  }

  .product-block .product-image {

    position: relative;

  }

  .product-block .product-image .product-item-actions {

    -o-transition: all 0.3s ease-out 0s;

    -webkit-transition: all 0.3s ease-out 0s;

    background: #ffffff;

    border-bottom: 1px solid #e4e4e4;

    bottom: -20px;

    filter: alpha(opacity=0);

    left: 0;

    margin: 0;

    margin: 0 auto;

    opacity: 0;

    position: absolute;

    right: 0;

    text-align: right;

    transition: all 0.3s ease-out 0s;

    transition: all 0.3s ease-out 0ss all ease-in;

    visibility: hidden;

    z-index: 11;

    display: block !important;

  }

  .product-block .product-image .product-item-actions .actions-primary {

    display: inline-block;

    float: left;

    vertical-align: top;

    width: 40%;

    zoom: 1;

  }

  .product-block .product-image .product-item-actions .actions-primary .add-to-cart {

    background-color: #ffffff !important;

    border-radius: 0;

    border: 0;

    color: #000000;

    font-size: 12px;

    font-weight: 400;

    height: 50px;

    line-height: 50px;

    padding: 0;

    width: 100%;

  }

  .product-block .product-image .product-item-actions .actions-primary .add-to-cart:hover {

    background-color: #444a58 !important;

    color: #ffffff !important;

  }

  .product-block .product-image .product-item-actions .actions-secondary {

    float: left;

    width: 60%;

  }

  .product-block .product-image .product-item-actions .actions-secondary .add-to-wishlist {

    background: #ffffff;

    border-left: 1px solid #e4e4e4;

    color: #333333;

    display: inline-block;

    float: left;

    height: 50px;

    line-height: 50px;

    text-align: center;

    width: 33.33%;

  }

  .product-block .product-image .product-item-actions .actions-secondary .add-to-wishlist:hover {

    background-color: #444a58;

    color: #ffffff;

  }

  .product-block .product-image .product-item-actions .actions-secondary .add-to-compare {

    background: #ffffff;

    border-left: 1px solid #e4e4e4;

    color: #333333;

    display: inline-block;

    float: left;

    height: 50px;

    line-height: 50px;

    text-align: center;

    width: 33.33%;

  }

  .product-block .product-image .product-item-actions .actions-secondary .add-to-compare:hover {

    background-color: #444a58;

    color: #ffffff;

  }

  .product-block .product-image .product-item-actions .actions-secondary .quick-view {

    background: #ffffff;

    border-left: 1px solid #e4e4e4;

    color: #333333;

    display: inline-block;

    float: left;

    height: 50px;

    line-height: 50px;

    text-align: center;

    width: 33.33%;

  }

  .product-block .product-image .product-item-actions .actions-secondary .quick-view:hover {

    background-color: #444a58;

    color: #ffffff;

  }

  .product-block .product-item-info:hover .product-item-actions {

    -o-transition: all 0.3s ease-out 0s;

    -webkit-transition: all 0.3s ease-out 0s;

    bottom: 0;

    filter: alpha(opacity=100);

    opacity: 1;

    transition: all 0.3s ease-out 0s;

    transition: all 0.3s ease-out 0ss all ease-in;

    visibility: visible;

  }

  .product-block .product-item-info:focus .product-item-actions {

    -o-transition: all 0.3s ease-out 0s;

    -webkit-transition: all 0.3s ease-out 0s;

    bottom: 0;

    filter: alpha(opacity=100);

    opacity: 1;

    transition: all 0.3s ease-out 0s;

    transition: all 0.3s ease-out 0ss all ease-in;

    visibility: visible;

  }

  .action-skip-wrapper {

    display: none;

  }

  iframe .customnotice {

    display: none;

  }

  .products-grid .product-item .product-item-photo {

    margin-bottom: 0;

  }

  .product-block .product-image .product-item-actions {

    border: 1px solid #f4f4f4;

  }

  .product-block .product-image .product-item-actions .actions-primary {

    width: 33.33%;

  }

  .product-block .product-image .product-item-actions .actions-secondary {

    width: 66.66%;

  }

  .product-block .product-image .product-item-actions .actions-secondary .add-to-wishlist,

  .product-block .product-image .product-item-actions .actions-secondary .quick-view {

    border-left-color: #f4f4f4;

    width: 50%;

  }

  .product-block .product-image .product-item-actions .actions-secondary .add-to-compare {

    display: none;

  }

  .catalog-product-view .breadcrumbs {

    padding: 0 15px;

  }

  .catalog-product-view .breadcrumbs ul {

    margin: 0 auto !important;

    max-width: 100%;

    padding: 0;

  }

  .product-info-main .page-title-wrapper .page-title {

    color: #000000;

    display: block !important;

    font-family: 'Open Sans', sans-serif;

    font-weight: normal;

  }

  .product-info-main .brand-image {

    display: inline-block;

    margin-bottom: 15px;

    vertical-align: bottom;

    width: 100%;

  }

  .product-info-main .brand-image img {

    width: 200px;

  }

  .product-info-main .stock.available {

    color: green;

  }

  .product-info-main .stock.unavailable {

    color: red;

  }

  .product-info-main .product.attribute.sku .type:after {

    content: ':';

  }

  .product-info-main .product.attribute.sku .value {

    display: inline-block;

  }

  .product-info-main .price-box .price-wrapper .price {

    color: #444a58;

    display: inline-block;

    font-family: 'Open Sans', sans-serif;

    font-weight: 500 !important;

    line-height: 1;

  }

  .product-info-main .box-tocart {

    width: 100%;

  }

  .product-info-main .box-tocart .field.qty {

    display: block;

    width: 100%;

  }

  .product-info-main .box-tocart .field.qty label {

    line-height: 30px;

    margin-bottom: 0;

  }

  .product-info-main .box-tocart .actions {

    display: block;

    max-width: 290px;

    width: 100%;

  }

  .product-info-main .box-tocart .quantity-adder {

    display: inline-block;

    position: relative;

    text-align: center;

  }

  .product-info-main .box-tocart .input-text.qty {

    height: auto;

    line-height: 1.2;

    padding: 10px 30px;

    width: 120px;

  }

  .product-info-main .box-tocart .add-up {

    cursor: pointer;

    line-height: 38px;

    position: absolute;

    right: 0;

    top: 0;

    width: 30px;

  }

  .product-info-main .box-tocart .add-down {

    cursor: pointer;

    left: 0;

    line-height: 38px;

    position: absolute;

    top: 0;

    width: 30px;

  }

  .product-info-main .box-tocart .action.tocart {

    background: #444a58 !important;

    color: #ffffff !important;

    padding: 15px 30px;

  }

  .product-info-main .price-container .price-label {

    display: none;

  }

  .product-info-main .old-price .price-container .price {

    text-decoration: line-through;

  }

  .product-options-bottom .price-box .price-wrapper .price {

    color: #444a58;

    display: inline-block;

    font-family: 'Open Sans', sans-serif;

    font-weight: 500 !important;

    line-height: 1;

  }

  .product-options-bottom .box-tocart .field.qty label {

    line-height: 30px;

    margin-bottom: 0;

  }

  .product-options-bottom .box-tocart .input-text.qty {

    height: auto;

    line-height: 1.2;

    padding: 10px 30px;

    width: 120px;

  }

  .product-options-bottom .box-tocart .action.tocart {

    background: #444a58 !important;

    color: #ffffff !important;

    padding: 15px 30px;

  }

  .product-social-links {

    text-align: left;

  }

  .product-social-links a {

    color: #333333;

  }

  .product-social-links a:hover {

    color: #444a58 !important;

  }

  .product.info.detailed {

    display: inline-block;

    margin-top: 30px;

    width: 100%;

  }

  .product.info.detailed .data .title:first-child {

    margin-left: 0;

  }

  .product.info.detailed .data > .item.content {

    background-color: #ffffff;

    border-top: 1px solid #d1d1d1;

    border: none;

    padding: 30px 0;

  }

  .product.info.detailed .data > .item.content a {

    color: #444a58;

  }

  .product.data.items > .item.title > a {

    max-width: 100%;

  }

  .product.data.items > .item.title > .switch {

    height: auto;

    line-height: 29px !important;

    outline: none;

    padding: 5px 20px;

  }

  .product.data.items > .item.title.active > .switch {

    background-color: #444a58 !important;

    color: #ffffff !important;

    height: auto;

    line-height: 29px !important;

    padding: 5px 20px;

  }

  .swatch-option.text {

    border: 1px solid #444a58;

    height: auto;

  }

  .swatch-option.selected {

    background: #444a58;

    color: #ffffff;

    outline: none;

  }

  .swatch-option.text.selected {

    background: #444a58;

    color: #ffffff;

    outline: none;

  }

  .swatch-option:focus {

    box-shadow: none;

  }

  .swatch-option:not(.disabled) hover {

    border: 1px solid #444a58;

    outline: none;

  }

  .message.success > *:first-child before {

    line-height: 45px;

  }

  .block.related {

    display: inline-block;

    width: 100%;

  }

  .block.related .block-title {

    text-align: center;

  }

  .block.related .block-actions {

    display: none;

  }

  .block.related .field.choice.related {

    display: none;

  }

  .column.main .block.related .block-title strong {

    color: #000000;

    font-size: 30px;

    font-weight: 400;

    text-transform: inherit;

  }

  .catalog-product-view.page-layout-1column .column.main {

    padding-bottom: 0;

  }

  .popup_avaiable {

    text-align: center;

  }

  .popup_avaiable a {

    color: #444a58;

  }

  .popup_avaiable .ajax-product-image {

    margin-top: 30px;

    text-align: center;

    width: 100%;

  }

  .popup_avaiable .action_button {

    margin-top: 30px;

    width: 100%;

  }

  .popup_avaiable .action_button ul {

    align-items: center;

    display: flex;

    flex-wrap: wrap;

    list-style: none;

    margin: 0;

    padding: 0;

  }

  .popup_avaiable .action_button ul li {

    padding: 0 10px;

    width: 50%;

  }

  .popup_avaiable .action_button ul li .button {

    background: #444a58;

    border: 1px solid #444a58;

    color: #ffffff;

    line-height: 30px;

    padding: 5px 15px;

    text-align: center;

    text-transform: capitalize;

    width: 100%;

  }

  .popup_avaiable .action_button ul li .button:hover {

    background: #ffffff;

    color: #444a58;

  }

  .block.upsell {

    display: inline-block;

    width: 100%;

  }

  .block.upsell .block-title {

    text-align: center;

  }

  .block.upsell .block-actions {

    display: none;

  }

  .block.upsell .field.choice.related {

    display: none;

  }

  .block.upsell .product-block .product-item-details {

    text-align: center;

  }

  .column.main .block.upsell .block-title strong {

    color: #000000;

    font-size: 30px;

    font-weight: 400;

    text-transform: inherit;

  }

  .product-block .product-image .product-item-actions .actions-secondary .add-to-wishlist span {

    display: none;

  }

  .product-block .product-image .product-item-actions .actions-secondary .add-to-compare span {

    display: none;

  }

  .product-block .product-image .product-item-actions .actions-secondary .quick-view span {

    display: none;

  }

  .product-block .product-image .product-item-actions .actions-primary .add-to-cart i {

    margin-right: 5px;

  }

  .product-item-name a.product-item-link {

    color: #333333;

  }

  .product-item-name a.product-item-link:hover {

    color: #444a58;

    text-decoration: none;

  }

  .page-products .products-list.list .product-items .product-item {

    width: 100% !important;

  }

  .effect-banner .image-item a {

    vertical-align: bottom;

  }

  .page-title-wrapper .category-cms .effect-banner {

    margin-bottom: 0;

  }

  .page-title-wrapper .category-cms .col-lg-3 .col-inner > div {

    display: inline-block;

    width: 100%;

    vertical-align: bottom;

  }

  .product-info-main .product-options-wrapper {

    text-align: left;

  }

  .product-info-main .product-options-wrapper .swatch-attribute-options {

    max-width: 100%;

  }

  .product-info-main .product-options-wrapper .swatch-option {

    float: none;

    display: inline-block;

    margin: 0 5px 5px 5px;

  }

  .product-info-main .box-tocart .field.qty {

    text-align: center;

    padding-right: 0;

  }

  .product-info-main .box-tocart .field.qty .label {

    float: none !important;

    display: inline-block;

    vertical-align: middle;

  }

  .product-info-main .box-tocart .field.qty .control {

    display: inline-block;

    vertical-align: middle;

  }

  .product-info-main .box-tocart .actions {

    max-width: 100% !important;

  }

  .product-info-main .product-add-form .box-tocart .action.tocart {

    max-width: 100% !important;

    background: #ff3990 !important;

  }

  .product-social-links {

    text-align: center !important;

  }

  .faq_tab_prdct .faq_tab_prdct_data {

    display: inline-block;

    width: 100%;

    font-size: 18px;

    font-weight: 500;

    border-bottom: 1px solid #ddd;

    padding-bottom: 10px;

    margin-bottom: 15px;

    cursor: pointer;

    position: relative;

    padding-right: 25px;

  }

  .faq_tab_prdct .faq_tab_prdct_data:after {

    content: '';

    position: absolute;

    top: 7px;

    right: 7px;

    width: 10px;

    height: 10px;

    border-right: 2px solid #ddd;

    border-bottom: 2px solid #ddd;

    transform: rotate(45deg);

  }

  .faq_tab_prdct .faq_tab_prdct_data[aria-expanded="true"] {

    border-bottom-color: transparent;

    margin-bottom: 0;

  }

  .faq_tab_prdct .faq_tab_prdct_data[aria-expanded="true"]:after {

    transform: rotate(-135deg);

    top: 10px;

  }

  .faq_tab_prdct div[data-role="content"] {

    margin-bottom: 15px;

    padding-bottom: 15px;

    border-bottom: 1px solid #ddd;

  }

  .form .fieldset > .field.choice {

    padding-left: 20px;

  }

  .form .fieldset > .field.choice > input {

    margin: 1px 0 0 -20px;

    float: left;

  }

  .form .fieldset > .field.choice > .label {

    padding: 0;

  }

  .action.primary,

  .action-primary,

  .amshopby-button,

  .am-filter-go {

    font-family: 'Open Sans', sans-serif;

    text-transform: none;

  }

  .form .fieldset > .field.choice .label,

  .form .fieldset > .fields > .field.choice .label {

    font-weight: normal !important;

  }

  /*Login Page*/

  .customer-account-login .page-title-wrapper .page-title {

    border-bottom: none;

    padding-bottom: 0;

    padding-top: 10px;

    margin-bottom: 30px;

    font-weight: 700;

    display: block !important;

    padding-left: 1%;

    padding-right: 1%;

  }

  .customer-account-login .page-title-wrapper .page-title:after {

    content: '';

    display: block;

    width: 100px;

    margin: 10px 0 0;

    border-bottom: 2px solid #444a58;

  }

  .login-container .block {

    width: 48% !important;

    margin: 0 1%;

  }

  .login-container .block .block-title {

    padding-bottom: 7px;

    border-bottom: 1px solid #e5e5e5;

    margin-bottom: 15px;

  }

  .login-container .block .block-title strong {

    font-size: 30px;

    line-height: 1.2px;

    font-weight: 600;

  }

  .login-container .field.note {

    margin-bottom: 20px;

  }

  .login-container .block .actions-toolbar {

    margin-top: 10px;

    padding-top: 10px;

    border-top: 1px solid #e5e5e5;

    display: inline-block;

    width: 100%;

    vertical-align: bottom;

  }

  .login-container .block .login .actions-toolbar {

    margin-top: 30px;

  }

  .login-container .block .block-content p {

    margin-bottom: 20px;

  }

  .login-container .block-new-customer .actions-toolbar > .primary {

    width: 100%;

    margin-right: 0;

  }

  .login-container .actions-toolbar > .primary {

    margin-right: 0 !important;

  }

  .login-container .action.primary {

    background-color: #444a58;

    color: #fff;

    border-radius: 0;

    padding: 0 10%;

    line-height: 45px;

    border: none;

    font-size: 16px;

    font-weight: normal;

    white-space: nowrap;

    min-width: 180px;

    margin-right: 0 !important;

  }

  .login-container .action.primary:hover,

  .login-container .action.primary:focus {

    background-color: #444a58;

    color: #fff !important;

  }

  .login-container .block .form-login .login .actions-toolbar > .secondary {

    float: right;

  }

  .login-container .block a {

    color: #333;

  }

  .login-container .block a:hover {

    color: #444a58;

  }

  .form .fieldset > .field.choice .label,

  .form .fieldset > .fields > .field.choice .label {

    font-weight: normal;

  }

  .form .fieldset > .field:not(.choice) > .label {

    width: 100%;

    text-align: left;

    padding-right: 0;

    line-height: 23px;

    font-weight: normal;

    margin-bottom: 2px;

    padding-top: 0;

  }

  .form .fieldset > .field:not(.choice) > .control {

    width: 100%;

    max-width: 540px;

  }

  .form .fieldset > .field.choice:before,

  .form .fieldset > .field.no-label:before {

    content: none;

  }

  .form .fieldset > .field.choice .label,

  .form .fieldset > .fields > .field.choice .label {

    font-weight: 700;

  }

  .form input[type="text"],

  .form input[type="password"],

  .form input[type="url"],

  .form input[type="tel"],

  .form input[type="search"],

  .form input[type="number"],

  .form input[type*="date"],

  .form input[type="email"],

  .form select {

    font-family: 'Open Sans', sans-serif;

    height: auto;

    padding: 5px 15px;

    font-weight: normal;

    line-height: 30px;

    border: 1px solid #c2c2c2;

    color: #333;

    transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;

    -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;

    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;

    -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;

  }

  .form input[type="text"]:hover,

  .form input[type="password"]:hover,

  .form input[type="url"]:hover,

  .form input[type="tel"]:hover,

  .form input[type="search"]:hover,

  .form input[type="number"]:hover,

  .form input[type*="date"]:hover,

  .form input[type="email"]:hover,

  .form select:hover,

  .form input[type="text"]:focus,

  .form input[type="password"]:focus,

  .form input[type="url"]:focus,

  .form input[type="tel"]:focus,

  .form input[type="search"]:focus,

  .form input[type="number"]:focus,

  .form input[type*="date"]:focus,

  .form input[type="email"]:focus,

  .form select:focus {

    border-color: #444a58;

    color: #333;

    box-shadow: none;

    outline: none;

  }

  .form- select {

    height: 36px;

    width: 262px;

    max-width: 100%;

    text-overflow: ellipsis;

  }

  .form .fieldset > .field {

    margin-bottom: 8px;

  }

  .form .fieldset > .field .input-text {

    width: 100%;

    max-width: 100%;

  }

  .abs-margin-for-forms-desktop,

  .fieldset .legend,

  .column:not(.sidebar-main) form .actions-toolbar,

  .column:not(.sidebar-additional) form .actions-toolbar,

  .login-container .fieldset:after,

  .fieldset .legend,

  .column:not(.sidebar-main) form .actions-toolbar,

  .column:not(.sidebar-additional) form .actions-toolbar,

  .login-container .fieldset:after {

    margin-left: 0 !important;

    width: 100%;

  }

  .login-container .fieldset {

    position: relative;

    margin-bottom: 0;

  }

  .login-container .fieldset:after {

    margin-top: 0;

    position: absolute;

    bottom: 60px;

    left: 0;

    text-align: right;

    font-size: 13px;

    line-height: 19px;

    color: #ee001c;

  }

  div.mage-error[generated] {

    margin-top: 5px;

    margin-bottom: 5px;

    font-size: 16px;

    color: #ee001c;

    font-size: 15px;

    line-height: 15px;

  }

  /*Register page*/

  .customer-account-create .page-title-wrapper .page-title {

    border-bottom: none;

    padding-bottom: 0;

    padding-top: 30px;

    margin-bottom: 30px;

    display: block !important;

    font-weight: 700;

  }

  .customer-account-create .page-title-wrapper .page-title:after {

    content: '';

    display: block;

    width: 100px;

    margin: 10px 0 0;

    border-bottom: 2px solid #444a58;

  }

  .form.create.account {

    width: 100% !important;

  }

  .form.create.account .fieldset {

    margin-bottom: 22px;

  }

  .form.create.account .fieldset.create.account {

    margin-bottom: 0;

  }

  .form.create.account .fieldset.additional_info {

    margin-bottom: 0;

  }

  .form.create.account legend.legend {

    padding-bottom: 7px;

    border-bottom: 1px solid #e5e5e5;

    margin-bottom: 15px;

  }

  .form.create.account legend.legend span {

    font-size: 30px;

    line-height: 1.2;

    font-weight: 600;

    text-transform: capitalize;

  }

  .form.create.account .field {

    float: left;

    width: 100%;

  }

  .form.create.account .field.newsletter + .choice {

    display: none;

  }

  .form.create.account .field.field-name-firstname {

    width: 262px;

    margin-right: 16px;

  }

  .form.create.account .field.field-name-lastname {

    width: 262px;

  }

  .form.create.account .field.password {

    width: 262px;

    margin-right: 16px;

  }

  .form.create.account .field.confirmation {

    width: 262px;

  }

  .form.create.account .password-strength-meter {

    background: none;

    padding: 0;

  }

  .form.create.account .action.primary {

    background-color: #444a58;

    color: #fff;

    border-radius: 0;

    padding: 0 10%;

    line-height: 45px;

    border: none;

    font-size: 16px;

    font-weight: normal;

    white-space: nowrap;

    min-width: 180px;

  }

  .form.create.account .action.primary:hover,

  .form.create.account .action.primary:focus {

    background-color: #444a58;

    color: #fff !important;

  }

  .form.create.account .action.primary {

    margin-right: 0;

    float: right;

  }

  .form.create.account .actions-toolbar {

    display: inline-block;

    width: 100%;

    vertical-align: bottom;

    margin-top: 10px;

    padding-top: 10px;

    border-top: 1px solid #e5e5e5;

  }

  .form.create.account .actions-toolbar > .primary {

    float: right;

    width: 70%;

  }

  .form.create.account .actions-toolbar > .secondary {

    float: left;

  }

  .actions-toolbar > .secondary .action.back {

    color: #333;

    display: block;

  }

  .actions-toolbar > .secondary .action.back:hover {

    color: #444a58;

  }

  .actions-toolbar > .secondary .action.back:before {

    content: "\f060";

    font-family: 'FontAwesome';

    margin-right: 7px;

  }

  .form.create.account .fieldset.create.account:after {

    content: attr(data-hasrequired);

    margin-top: 0;

    text-align: right;

    font-size: 13px;

    line-height: 19px;

    color: #ee001c;

    display: block;

    float: left;

    width: 100%;

    letter-spacing: 0;

  }

  /*Forgot Password*/

  .customer-account-forgotpassword .page-title-wrapper .page-title {

    border-bottom: none;

    padding-bottom: 0;

    padding-top: 30px;

    margin-bottom: 30px;

    display: block !important;

  }

  .customer-account-forgotpassword .page-title-wrapper .page-title:after {

    content: '';

    display: block;

    width: 100px;

    margin: 10px 0 0;

    border-bottom: 2px solid #444a58;

  }

  .form.password.forget {

    width: 100% !important;

  }

  .form.password.forget legend.legend {

    padding-bottom: 7px;

    border-bottom: 1px solid #e5e5e5;

    margin-bottom: 15px;

  }

  .form.password.forget legend.legend span {

    font-size: 24px;

    line-height: 29px;

    text-transform: uppercase;

    font-weight: normal;

  }

  .form.password.forget .action.primary {

    background-color: #444a58;

    color: #fff;

    border-radius: 0;

    padding: 0 10%;

    line-height: 45px;

    border: none;

    font-size: 16px;

    font-weight: normal;

    white-space: nowrap;

    min-width: 180px;

  }

  .form.password.forget .action.primary:hover,

  .form.password.forget .action.primary:focus {

    background-color: #444a58;

    color: #fff !important;

  }

  .form.password.forget .action.primary {

    margin-right: 0;

    float: right;

  }

  .form.password.forget .actions-toolbar {

    display: inline-block;

    width: 100%;

    vertical-align: bottom;

    margin-top: 10px;

    padding-top: 10px;

    border-top: 1px solid #e5e5e5;

  }

  .form.password.forget .actions-toolbar > .primary {

    float: right;

    width: 70%;

  }

  .form.password.forget .actions-toolbar > .secondary {

    float: left;

  }

  .form.password.forget .fieldset {

    margin-bottom: 0;

  }

  .form.password.forget .fieldset:after {

    content: attr(data-hasrequired);

    margin-top: 0;

    text-align: right;

    font-size: 13px;

    line-height: 19px;

    color: #ee001c;

    display: block;

    float: left;

    width: 100%;

    letter-spacing: 0;

  }

  /*My Account*/

  .account.page-layout-2columns-left .columns {

    padding-top: 40px;

  }

  .account.page-layout-2columns-left .sidebar-main,

  .account.page-layout-2columns-left .sidebar-additional {

    width: 23% !important;

    padding-right: 0;

    margin-right: 2%;

  }

  .account.page-layout-2columns-left .sidebar-main {

    background: #f2f2f2;

    padding: 15px;

  }

  .account.page-layout-2columns-left .column.main {

    width: 75% !important;

  }

  .account.page-layout-2columns-left .page-title-wrapper .page-title {

    display: block !important;

    margin-top: 0;

  }

  /*My account menu*/

  .account .sidebar .block-collapsible-nav .block-collapsible-nav-title {

    width: 100%;

    height: auto;

    margin: 0;

    position: relative;

    clip: auto;

    padding: 7px 0 7px 30px;

    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAhFBMVEX///9oaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGiK5Ni/AAAAK3RSTlMAAwYJDA8VHiQqMzk/QktOVFpjbHV7hIeNlpm3ur3Mz9LV3uTn6vDz9vn8iUtAKAAAALJJREFUKM+d09kSgjAMBVBQEBXcUYsbmwIl//9/trRRRxN0vK9nuiWp4/ycMIPT2uc0qEAnn9EswKQZk5xahoRkiVxQOkSFllz9YPiDB/3stqiS3DxDzkmOkQ8k+ze794Su6sq8esH0xNz9yna0K2vdzxAwOjVXi5lxsB2VS2KQtudnUUsx917M2xTwllqMUKMP1KnsGXtg0hU3BDaR4oTnneILz0fFJc96ZBuepfvl290BL/8+NtpfogEAAAAASUVORK5CYII=) no-repeat;

    background-position: left center;

    background-size: 20px;

    border-bottom: 1px solid #e5e5e5;

  }

  .account .sidebar .block-collapsible-nav .block-collapsible-nav-title strong {

    font-weight: 600;

  }

  .account .sidebar .block-collapsible-nav .content {

    background: none;

    padding: 10px 0 0;

  }

  .account .sidebar .block-collapsible-nav .item.current a,

  .account .sidebar .block-collapsible-nav .item.current > strong {

    border-left: none;

    padding: 2px;

    font-weight: 700;

  }

  .account .sidebar .block-collapsible-nav ul.nav {

    padding-left: 10px;

  }

  .account .sidebar-main .items {

    padding: 0;

    margin: 0;

  }

  .account .sidebar .block-collapsible-nav .item {

    margin: 0;

    list-style: none;

  }

  .account .sidebar .block-collapsible-nav .item:nth-child(3),

  .account .sidebar .block-collapsible-nav .item:nth-child(4),

  .account .sidebar .block-collapsible-nav .item:nth-child(5),

  .account .sidebar .block-collapsible-nav .item:nth-child(9) {

    display: none;

  }

  .account .sidebar .block-collapsible-nav .item a,

  .account .sidebar .block-collapsible-nav .item > strong {

    border-left: none;

  }

  .account .sidebar .block-collapsible-nav .item a {

    padding: 2px 0;

  }

  .account .sidebar .block-collapsible-nav .item a:hover {

    background-color: transparent;

    color: #444a58;

  }

  .account .sidebar .block-collapsible-nav .item .delimiter {

    display: none;

  }

  /*My account Content*/

  .account .page-title {

    margin-bottom: 15px;

    margin-right: 0 !important;

  }

  .account .box-billing-address .box-content,

  .account .box-shipping-address .box-content,

  .account .box-information .box-content,

  .account .box-newsletter .box-content {

    line-height: 23px;

  }

  .account .column.main .block {

    margin-bottom: 0;

  }

  .account .column.main .block .block-title {

    padding-bottom: 5px;

    margin-bottom: 10px;

    border-bottom: 1px solid #e5e5e5;

    display: inline-block;

    width: 100%;

    vertical-align: bottom;

  }

  .account .column.main .block .block-title strong {

    font-size: 30px !important;

    line-height: 33px !important;

    font-weight: normal !important;

    text-transform: capitalize;

  }

  .account .column.main .block.block-dashboard-info {

    margin-bottom: 30px;

  }

  .account .column.main .block.block-dashboard-info .block-title strong {

    font-size: 30px !important;

    line-height: 40px !important;

    font-weight: normal !important;

    text-transform: capitalize;

  }

  .account .column.main .block .block-title a {

    color: #333;

    float: right;

    line-height: 33px;

  }

  .account .column.main .block .block-title a:hover {

    color: #444a58;

  }

  .account .column.main .block .block-title a:before {

    margin-right: 3px;

  }

  .account .column.main .block .block-content .box {

    position: relative;

    line-height: 23px;

    width: 49% !important;

    float: left;

  }

  .account .column.main .block .block-content .box:nth-child(odd) {

    padding-right: 10px;

    border-right: 1px solid #e5e5e5;

    clear: left;

  }

  .account .column.main .block .block-content .box:nth-child(even) {

    float: right;

  }

  .account .column.main .block .block-content .box-title {

    width: 100%;

  }

  .account .column.main .block .block-content .box-title span {

    font-size: 20px;

    line-height: 33px;

    text-transform: capitalize;

    padding: 0 0 2px;

    border-bottom: 1px solid #e5e5e5;

    font-weight: normal;

    display: inline-block;

    width: 100%;

    vertical-align: bottom;

    margin: 0 0 10px;

  }

  .account .column.main .block .block-content .box .box-actions {

    margin-top: 0;

  }

  .account .column.main .block .block-content .box a {

    color: #444a58;

  }

  .account .column.main .block .block-content .box a:hover {

    color: #333;

  }

  .account .column.main .block .block-content a:before {

    margin-right: 3px;

  }

  .account .column.main .block.block-dashboard-info .block-content .box .action.edit {

    position: absolute;

    top: 0;

    right: 10px;

  }

  .account .column.main .block.block-dashboard-addresses .block-content .box-title span {

    border-bottom: none;

    padding-bottom: 0;

    margin-bottom: 0;

  }

  .account .column.main .form .fieldset {

    letter-spacing: 0;

    margin-bottom: 0;

  }

  .account .column.main .form .fieldset + .fieldset {

    margin-top: 30px;

  }

  .account .column.main .form .fieldset legend.legend {

    font-size: 24px;

    line-height: 29px;

    text-transform: uppercase;

    padding-bottom: 7px;

    border-bottom: 1px solid #e5e5e5;

    font-weight: normal;

    margin-bottom: 15px;

  }

  .account .column.main .form .fieldset > .field {

    float: left;

    width: 100%;

  }

  .account .column.main .form .fieldset > .field.field-name-firstname {

    width: 271px;

    padding-right: 16px;

  }

  .account .column.main .form .fieldset > .field.field-name-firstname input {

    width: 100%;

  }

  .account .column.main .form .fieldset > .field.field-name-lastname {

    width: 271px;

  }

  .account .column.main .form .fieldset .field.new.password {

    width: 271px;

    padding-right: 13px;

  }

  .account .column.main .form .fieldset .field.confirmation {

    width: 271px;

  }

  .account .column.main .form .fieldset .password-strength-meter {

    background: none;

    padding: 0;

  }

  .account .column.main .actions-toolbar {

    border-top: 1px solid #e5e5e5;

    padding-top: 10px;

    display: inline-block;

    width: 100%;

    vertical-align: bottom;

  }

  .account .column.main .actions-toolbar > .secondary {

    float: left;

  }

  .account .column.main .actions-toolbar > .primary {

    float: right;

    width: 70%;

  }

  .account .column.main .actions-toolbar > .primary .action.primary {

    padding: 0 10%;

    line-height: 45px;

    color: #fff;

    background: #444a58;

    margin-right: 0;

    border-radius: 0;

    width: auto;

    font-size: 16px;

    font-weight: normal;

    border: none;

    float: right;

  }

  .account .column.main .actions-toolbar > .primary .action.primary:hover {

    background: #444a58;

  }

  .account.customer-address-index .column.main {

    position: relative;

  }

  .account.customer-address-index .column.main .block {

    width: 49%;

    float: left;

  }

  .account.customer-address-index .column.main .block.block-addresses-list {

    float: right;

    margin-top: 30px;

  }

  .account.customer-address-index .column.main .block .block-content .box {

    margin-bottom: 10px;

    background-color: #f5f5f5;

    padding: 15px;

  }

  .account.customer-address-index .column.main .block .block-content .box:nth-child(odd) {

    border-right: none;

  }

  .account.customer-address-index .column.main .actions-toolbar > .primary .action.primary.add {

    position: absolute;

    top: 0;

    right: 0;

    padding: 0 15px;

    line-height: 36px;

  }

  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items {

    display: block;

    width: 100%;

  }

  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items thead {

    display: none;

  }

  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items tbody {

    display: block;

  }

  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items tr {

    display: block;

    padding: 15px;

    margin: 0 0 10px;

    border: 1px solid #e5e5e5;

  }

  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items td {

    display: inline-block;

    width: 100%;

    padding: 0;

    line-height: 23px;

  }

  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items td.firstname,

  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items td.lastname {

    width: auto;

    margin-right: 3px;

  }

  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items .actions {

    margin-top: 5px;

  }

  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items a {

    color: #333;

    margin-right: 0;

  }

  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items a:hover {

    color: #444a58;

  }

  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items .actions a + a:before {

    content: '|';

    margin: 0 5px 0 3px;

  }

  .account.customer-address-index .column.main .block-addresses-list .customer-addresses-toolbar {

    display: none;

  }

  .account .column.main table a {

    color: #333;

    margin-right: 5px;

    margin-left: 5px;

  }

  .account .column.main table a:hover {

    color: #444a58;

  }

  .form-address-edit .fieldset {

    margin-bottom: 0;

  }

  .form-address-edit .fieldset + .fieldset {

    margin-top: 30px;

  }

  .form-address-edit .fieldset legend.legend {

    font-size: 24px;

    line-height: 29px;

    text-transform: uppercase;

    padding-bottom: 7px;

    border-bottom: 1px solid #e5e5e5;

    font-weight: normal;

    margin-bottom: 15px;

  }

  .form-address-edit .fieldset > .field:not(.choice) > .label {

    width: 100%;

    text-align: left;

    padding-right: 0;

    line-height: 23px;

    font-weight: normal;

    margin-bottom: 2px;

    padding-top: 0;

  }

  .form-address-edit .fieldset > .field:not(.choice) > .control {

    width: 100%;

  }

  .form-address-edit .fieldset > .field.choice:before,

  .form-address-edit .fieldset > .field.no-label:before {

    content: none;

  }

  .form-address-edit .fieldset > .field.choice .label,

  .form-address-edit .fieldset > .fields > .field.choice .label {

    font-weight: normal;

  }

  .form-address-edit input[type="text"],

  .form-address-edit input[type="password"],

  .form-address-edit input[type="url"],

  .form-address-edit input[type="tel"],

  .form-address-edit input[type="search"],

  .form-address-edit input[type="number"],

  .form-address-edit input[type*="date"],

  .form-address-edit input[type="email"],

  .form-address-edit select {

    font-family: 'Lato';

    height: auto;

    padding: 8px;

    line-height: 18px;

    border: 1px solid #ddd;

    color: #888;

    transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;

    -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;

    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;

    -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;

  }

  .form-address-edit input[type="text"]:hover,

  .form-address-edit input[type="password"]:hover,

  .form-address-edit input[type="url"]:hover,

  .form-address-edit input[type="tel"]:hover,

  .form-address-edit input[type="search"]:hover,

  .form-address-edit input[type="number"]:hover,

  .form-address-edit input[type*="date"]:hover,

  .form-address-edit input[type="email"]:hover,

  .form-address-edit select:hover,

  .form-address-edit input[type="text"]:focus,

  .form-address-edit input[type="password"]:focus,

  .form-address-edit input[type="url"]:focus,

  .form-address-edit input[type="tel"]:focus,

  .form-address-edit input[type="search"]:focus,

  .form-address-edit input[type="number"]:focus,

  .form-address-edit input[type*="date"]:focus,

  .form-address-edit input[type="email"]:focus,

  .form-address-edit select:focus {

    border-color: #aaa;

    color: #333;

    box-shadow: none;

    outline: none;

  }

  .form-address-edit select {

    height: 36px;

    width: 544px;

    max-width: 100%;

    text-overflow: ellipsis;

  }

  .form-address-edit .fieldset > .field {

    margin-bottom: 8px;

  }

  .form-address-edit .fieldset > .field .input-text {

    width: 544px;

    max-width: 100%;

  }

  .form-address-edit .fieldset > .field {

    float: left;

    width: 100%;

  }

  .form-address-edit .fieldset > .field.field-name-firstname {

    width: 271px;

    padding-right: 16px;

  }

  .form-address-edit .fieldset > .field.field-name-firstname input {

    width: 100%;

  }

  .form-address-edit .fieldset > .field.field-name-lastname {

    width: 271px;

  }

  .form-address-edit .fieldset > .field.choice {

    padding-left: 20px;

  }

  .form-address-edit .fieldset > .field.choice input {

    margin: 0 0 0 -20px;

    float: left;

  }

  .account .order-actions-toolbar .actions a.action {

    color: #333;

  }

  .account .order-actions-toolbar .actions a.action:hover {

    color: #444a58;

  }

  .account .order-title {

    font-size: 24px;

    line-height: 30px;

    text-transform: capitalize;

    padding-bottom: 7px;

    border-bottom: 1px solid #e5e5e5;

    font-weight: normal;

    margin-bottom: 15px;

    margin-top: 25px;

  }

  .account .order-title strong {

    margin: 0;

  }

  .account .block-order-details-view {

    margin-top: 30px;

  }

  .account .mark,

  .account mark {

    background-color: transparent;

  }

  .aw-rma__actions .action.primary {

    background: #444a58;

    color: #fff;

    border: 1px solid #444a58;

    line-height: 30px;

    padding: 5px 15px;

    font-weight: normal;

  }

  .aw-rma__actions .action.primary:hover {

    background: #fff;

    color: #444a58;

  }

  .pager {

    margin: 10px 0 !important;

  }

  .products-grid.wishlist .product-item {

    position: relative;

  }

  .products-grid.wishlist .product-item .fieldset .field.qty {

    padding-right: 0;

    text-align: center;

  }

  .products-grid.wishlist .product-item .fieldset .field.qty .label {

    display: inline-block;

    float: none;

  }

  .products-grid.wishlist .product-item .fieldset .field.qty .control {

    display: inline-block;

    width: auto;

    float: none;

  }

  .products-grid.wishlist .product-item .actions-primary {

    width: 100%;

  }

  .products-grid.wishlist .box-tocart .action.tocart {

    max-width: 100%;

    padding: 5px 15px;

    line-height: 30px;

    background-color: #444a58 !important;

    color: #fff !important;

    border: 1px solid #444a58;

    text-transform: capitalize;

  }

  .products-grid.wishlist .product-item-comment {

    resize: none;

  }

  .products-grid.wishlist .product-item .product-item-inner > .product-item-actions {

    position: absolute;

    top: 0;

    right: 0;

    z-index: 1;

  }

  .products-grid.wishlist .product-item .product-item-inner > .product-item-actions a {

    color: #333;

    width: 30px;

    height: 30px;

    background-color: rgba(0, 0, 0, 0.1);

    border-radius: 50%;

    display: inline-block;

  }

  .products-grid.wishlist .product-item .product-item-inner > .product-item-actions a span {

    display: none;

  }

  .products-grid.wishlist .product-item .product-item-inner > .product-item-actions a.delete:before {

    content: '\e920';

  }

  .products-grid.wishlist .product-item .product-item-inner > .product-item-actions a:before {

    line-height: 30px;

    font-size: 12px;

  }

  .form-wishlist-items > .actions-toolbar > .primary {

    text-align: right;

  }

  .form-wishlist-items > .actions-toolbar > .primary .action {

    border: 1px solid #444a58;

  }

  .form-wishlist-items > .actions-toolbar > .primary .action.tocart {

    background-color: #444a58 !important;

    color: #fff !important;

    text-transform: capitalize;

  }

  .confirm._show .modal-header {

    border-bottom: none;

  }

  .confirm._show .modal-footer {

    border-top: none;

    text-align: center;

  }

  .confirm._show .modal-content {

    box-shadow: none;

    border: none;

  }

  .confirm._show .modal-inner-wrap .action-close {

    margin: 0;

  }

  .confirm._show .modal-inner-wrap .action-close:before {

    font-size: 18px;

  }

  .confirm._show .modal-footer .action-dismiss {

    padding: 5px 15px !important;

    line-height: 30px;

    border: 1px solid #444a58 !important;

    color: #444a58 !important;

    display: inline-block !important;

  }

  .confirm._show .modal-footer .action-accept {

    padding: 5px 15px !important;

    line-height: 30px;

    border: 1px solid #444a58 !important;

    color: #fff !important;

    display: inline-block !important;

    background-color: #444a58 !important;

  }

  .account .column.main table a.action.view,

  .account .column.main table a.action.order {

    padding: 3px 10px;

    background: #f2f2f2;

    border: none;

    line-height: 20px;

  }

  .account .column.main .message.info {

    display: inline-block;

    width: 100%;

  }

  .account .column.main table a.action.view:hover,

  .account .column.main table a.action.order:hover {

    background: #444a58;

    color: #fff;

  }

  .account .column.main .toolbar {

    border-bottom: none;

  }

  .page-title-wrapper .order-date .label {

    padding-left: 0;

  }

  .account.customer-address-index .column.main .block {

    width: 100%;

  }

  .shop-jewellery-section .block .image-description {

    z-index: 1;

  }

  .shop-jewellery-section .block .image-item {

    overflow: hidden;

  }

  .shop-jewellery-section .block .image-item img {

    transition: 0.4s;

  }

  .shop-jewellery-section .block .image-item:hover img {

    transform: scale(1.1);

  }

  .owl-nav [class*=owl-]:hover,

  .owl-theme .owl-nav [class*='owl-']:hover {

    background: #444a58 !important;

  }

  .owl-carousel .owl-nav > button.owl-next:hover:after,

  .owl-carousel .owl-nav > div.owl-next:hover:after {

    color: #fff;

  }

  .owl-carousel .owl-nav > button.owl-prev:hover:after,

  .owl-carousel .owl-nav > div.prev:hover:after {

    color: #fff;

  }

  .style-content-section .widget-contenthtml .post-image img {

    transition: 0.4s;

  }

  .style-content-section .widget-contenthtml .post-image:hover img {

    transform: scale(1.1);

  }

  .effect-banner .image-item {

    overflow: hidden;

  }

  .effect-banner .image-item img {

    transition: 0.4s;

  }

  .effect-banner .image-item img:hover {

    transform: scale(1.1);

  }

  .intagram-sction .block {

    transition: 0.4s;

  }

  .intagram-sction .block:hover {

    opacity: 0.8;

  }

  .page-footer .footer-top ul.social-links li a {

    transition: 0.4s;

  }

  .page-footer .footer-top ul.social-links li a:hover {

    background: #444a58;

  }

  #top a {

    transition: 0.4s;

  }

  #top a:hover {

    background: #444a58;

  }

  .product-item-name a.product-item-link {

    transition: 0.4s;

  }

  .product-item-name a.product-item-link:hover {

    color: #444a58 !important;

    opacity: 0.95;

  }

  .products-grid .product-item .product-item-info .product-image-photo {

    transition: 0.4s;

  }

  .products-grid .product-item .product-item-info:hover .product-image-photo {

    transform: scale(1.1);

  }

  .inspiration-content-section .col-inner > .inspiration-heading {

    left: -320px;

    bottom: 288px;

  }

  .inspiration-content-section .inspiration-heading .inspiration-heading {

    line-height: 0;

  }

  .contact-index-index p {

    font-size: 16px;

    max-width: 1030px;

  }

  .contact-index-index h2 {

    font-size: 26px;

  }

  .contact-index-index .fieldset > legend.legend span {

    font-size: 26px;

  }

  .contact-index-index textarea {

    min-height: 176px;

  }

  .contact-index-index form.form.contact .actions-toolbar .primary {

    display: inline-block;

    float: right;

  }

  .contact-index-index form.form.contact p.required {

    line-height: 38px;

  }

  .mp-banner-slider .owl-carousel .owl-nav {

    line-height: 0;

    margin: 0;

  }

  .mp-banner-slider .owl-carousel .owl-nav button {

    margin: -25px 0 0 0 !important;

    width: 50px;

    height: 50px;

    border-radius: 50px;

    background-color: rgba(255, 255, 255, 0.7);

  }

  .mp-banner-slider .owl-carousel .owl-nav button span {

    display: none;

  }

  .mp-banner-slider .owl-carousel .owl-nav button.owl-prev {

    left: 40px;

  }

  .mp-banner-slider .owl-carousel .owl-nav button.owl-prev:after {

    position: relative;

    top: -4px;

    line-height: 1;

    font-family: 'Open Sans';

    font-size: 36px;

  }

  .mp-banner-slider .owl-carousel .owl-nav button.owl-next {

    right: 40px;

  }

  .mp-banner-slider .owl-carousel .owl-nav button.owl-next:after {

    position: relative;

    top: -4px;

    line-height: 1;

    font-family: 'Open Sans';

    font-size: 36px;

  }

  .our-services-section {

    margin-bottom: 0 !important;

    padding: 45px 0;

  }

  .our-services-section .ourservice-block .media {

    align-items: center;

    display: flex;

    flex-wrap: wrap;

    margin: 0 auto;

    max-width: 290px;

  }

  .our-services-section .ourservice-block .media .ourservice-content {

    padding-left: 20px;

    text-align: left;

    width: 230px;

  }

  .our-services-section .ourservice-block .media .ourservice-content p {

    color: #484f5e;

    font-size: 18px;

    margin-bottom: 0;

    text-align: left !important;

  }

  .our-services-section .ourservice-block .media .ourservice-content .title-media {

    display: inline-block;

    font-size: 24px;

    font-weight: 600;

    margin-bottom: 5px;

    vertical-align: bottom;

    width: 100%;

  }

  .our-services-section .ourservice-block .media .ourservice-content a {

    color: #484f5e;

  }

  .our-services-section .ourservice-block .media > div {

    width: 60px;

  }

  .our-services-section .col-lg-4:not(:last-child) .block {

    border-right: 1px solid #cacaca;

  }

  .shop-jewellery-section {

    padding-top: 30px;

  }

  .shop-jewellery-section .block {

    position: relative;

  }

  .shop-jewellery-section .block .image-item {

    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.16);

  }

  .shop-jewellery-section .block .image-description {

    color: #fff;

    padding-right: 40px;

    width: 50%;

    position: absolute;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

  }

  .shop-jewellery-section .block .image-description h2 {

    display: inline-block;

    font-family: 'Playball';

    font-size: 60px;

    margin-top: 0;

    width: 100%;

  }

  .shop-jewellery-section .block .image-description h2 a {

    color: #fff;

  }

  .shop-jewellery-section .block.necklaces-info .image-description {

    left: 0;

    padding-left: 40px;

    padding-right: 0;

    right: auto;

  }

  .shop-jewellery-section .block.rings-info .image-description {

    left: 0;

    padding-left: 40px;

    padding-right: 0;

    right: auto;

  }

  .shop-jewellery-section .block.rings-info .image-description h2 a {

    color: #484f5e;

  }

  .shop-jewellery-section .block.rings-info .image-description h4 {

    color: #000;

  }

  .shop-jewellery-section .block.bracelets-info .image-description h2 a {

    color: #484f5e;

  }

  .shop-jewellery-section .block.bracelets-info .image-description h4 {

    color: #000;

  }

  .shop-jewellery-section > .container > .ves-inner {

    position: relative;

    z-index: 1;

  }

  .shop-jewellery-section > .container > .ves-inner:before {

    background-color: #fff4f2;

    content: '';

    height: 220px;

    left: -145px;

    position: absolute;

    top: -50px;

    width: 275px;

    z-index: -1;

  }

  .shop-jewellery-section > .container > .ves-inner:after {

    background-color: #fff4f2;

    bottom: -35px;

    content: '';

    height: 436px;

    position: absolute;

    right: -100px;

    width: 275px;

    z-index: -1;

  }

  .shop-jewellery-section > .container > .ves-inner > .row {

    margin-left: -20px;

    margin-right: -20px;

  }

  .shop-jewellery-section > .container > .ves-inner > .row .col-lg-6 {

    margin-bottom: 20px;

    padding: 0 20px;

  }

  .top-brands-section {

    padding-top: 30px;

  }

  .top-brands-section .block-title strong {

    color: #484f5e;

    font-size: 34px;

    font-weight: 600;

    text-transform: capitalize;

  }

  .top-brands-section .block-content .owl-carousel {

    padding-left: 0;

  }

  .top-brands-section .block-content .brand-image {

    padding: 10px 0;

  }

  .top-brands-section .block-content .brand-image a {

    box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.16);

    display: inline-block;

    vertical-align: bottom;

    width: 100%;

  }

  .top-brands-section .block-content .brand-image a img:first-child {

    background: #fff;

    height: 70px;

    object-fit: contain;

    object-position: center;

    width: 100%;

  }

  .top-brands-section .block-content .brand-image a img:last-child {

    background: #fff;

    height: 235px;

    object-fit: cover;

    object-position: center;

    width: 100%;

  }

  .owl-carousel .owl-nav {

    margin: 0;

  }

  .owl-carousel .owl-nav > div {

    background-color: #cfcfcf;

    border-radius: 50%;

    border: none;

    font-size: 0;

    height: 34px;

    line-height: 34px;

    margin: -17px 0 0 0;

    outline: none;

    padding: 0;

    position: absolute;

    text-align: center;

    top: 50%;

    width: 34px;

  }

  .owl-carousel .owl-nav > div.owl-prev {

    left: -40px;

  }

  .owl-carousel .owl-nav > div.owl-prev:after {

    color: #000;

    content: 'â€¹';

    font-size: 26px;

    line-height: 28px;

  }

  .owl-carousel .owl-nav > div.owl-next {

    right: -40px;

  }

  .owl-carousel .owl-nav > div.owl-next:after {

    color: #000;

    content: 'â€º';

    font-size: 26px;

    line-height: 28px;

  }

  .owl-carousel .owl-nav > button {

    background-color: #cfcfcf;

    border-radius: 50%;

    border: none;

    font-size: 0;

    height: 34px;

    line-height: 34px;

    margin: -17px 0 0 0;

    outline: none;

    padding: 0;

    position: absolute;

    text-align: center;

    top: 50%;

    width: 34px;

  }

  .owl-carousel .owl-nav > button.owl-prev {

    left: -40px;

  }

  .owl-carousel .owl-nav > button.owl-prev:after {

    color: #000;

    content: 'â€¹';

    font-size: 26px;

    line-height: 28px;

  }

  .owl-carousel .owl-nav > button.owl-next {

    right: -40px;

  }

  .owl-carousel .owl-nav > button.owl-next:after {

    color: #000;

    content: 'â€º';

    font-size: 26px;

    line-height: 28px;

  }

  .inspiration-content-section {

    background-image: url(../../frontend/Dotsquares/custom_child/en_GB/images/wave-bg.png);

    background-position: center top;

    background-repeat: no-repeat;

    margin-top: 40px !important;

    padding-bottom: 65px;

    padding-top: 250px;

    position: relative;

  }

  .inspiration-content-section .inspiration-text {

    padding-left: 15px;

    padding-right: 15px;

    position: absolute;

    right: 0;

    top: -160px;

  }

  .inspiration-content-section .inspiration-text .widget-contenthtml {

    padding: 0;

    text-align: right;

  }

  .inspiration-content-section .inspiration-text h4 {

    color: #000;

    font-size: 40px;

    font-weight: 600;

    text-transform: capitalize;

  }

  .inspiration-content-section .inspiration-text h5 {

    color: #000;

    font-size: 40px;

    font-weight: 600;

    text-transform: capitalize;

  }

  .inspiration-content-section .col-inner > .inspiration-heading {

    bottom: 244px;

    left: -360px;

    opacity: 0.2;

    position: absolute;

    transform: rotate(-90deg);

  }

  .inspiration-content-section .inspiration-heading .widget-contenthtml {

    padding: 0;

  }

  .inspiration-content-section .inspiration-heading .inspiration-heading {

    -webkit-text-fill-color: white;

    -webkit-text-stroke-color: black;

    -webkit-text-stroke-width: 1px;

    color: #000;

    font-size: 96px;

    font-weight: 600;

    text-transform: uppercase;

  }

  .inspiration-content-section > .container > .ves-inner {

    position: relative;

    z-index: 1;

  }

  .inspiration-content-section > .container > .ves-inner:after {

    background-color: #fff4f2;

    content: '';

    height: 436px;

    position: absolute;

    right: -100px;

    top: -35px;

    width: 275px;

    z-index: -1;

  }

  .feature-product-section {

    margin-bottom: 0 !important;

    padding: 45px 0;

  }

  .feature-product-section .block-title {

    margin-bottom: 30px;

    text-align: center;

  }

  .feature-product-section .block-title strong {

    color: #484f5e;

    font-size: 34px;

    font-weight: 600;

    text-transform: capitalize;

  }

  .feature-product-section .cms-title {

    margin-bottom: 30px;

    text-align: center;

  }

  .feature-product-section .cms-title .title {

    color: #000;

    font-size: 30px;

    font-weight: 600;

    text-transform: capitalize;

  }

  .feature-product-section .block-products-list .block-content {

    position: relative;

    z-index: 1;

  }

  .feature-product-section .block-products-list .block-content:before {

    background-color: #fff4f2;

    content: '';

    height: 220px;

    left: -145px;

    position: absolute;

    top: -50px;

    width: 275px;

    z-index: -1;

  }

  .products-grid .product-item {

    text-align: center;

  }

  .products-grid .product-item .product-item-photo {

    background-color: #fff;

    border: 1px solid #f4f4f4;

    display: inline-block;

    margin-bottom: 15px;

    vertical-align: bottom;

    width: 100%;

  }

  .products-grid .product-item .product-item-name {

    font-size: 16px;

    font-weight: 600;

    min-height: 44px;

  }

  .products-grid .product-item .product-item-name a {

    line-height: 24px;

  }

  .products-grid .product-item .product-item-name a:hover {

    text-decoration: none;

    color: #333;

  }

  .products-grid .product-item .price-container .price-label {

    font-size: 16px;

    font-weight: normal;

  }

  .products-grid .product-item .price-container .price {

    font-size: 22px;

    font-weight: 600;

  }

  .products-grid .product-item .product-item-actions {

    display: none;

  }

  .products-grid .product-item .price-box {

    margin-bottom: 0;

  }

  .products-grid .slick-slider .product-item {

    margin-bottom: 0;

  }

  .desiger-blog-section {

    padding-bottom: 60px;

  }

  .desiger-blog-section .container {

    width: 100%;

  }

  .desiger-blog-section .ves-container .row .col-lg-2 {

    padding: 0;

  }

  .desiger-blog-section .ves-container .row .col-lg-2 > .col-inner > div {

    margin: 0 !important;

  }

  .desiger-blog-section .effect-banner .block-content .image-item {

    overflow: hidden;

    position: relative;

  }

  .desiger-blog-section .effect-banner .block-content .image-item .image-description {

    height: 100%;

    margin-top: -100px;

    padding: 35px 10px;

    position: absolute;

    top: 100%;

    left: 50%;

    transform: translateX(-50%);

    transition: 0.4s;

    width: 100%;

    max-width: 195px;

    z-index: 1;

  }

  .desiger-blog-section .effect-banner .block-content .image-item .image-description h4 {

    color: #000;

    font-size: 22px;

    font-style: italic;

    font-weight: 600;

    margin: 0;

  }

  .desiger-blog-section .effect-banner .block-content .image-item .image-description h4 a {

    color: #000;

  }

  .desiger-blog-section .effect-banner .block-content .image-item .image-description h2 {

    color: #000;

    font-size: 26px;

    font-weight: 600;

    margin: 0;

    margin-bottom: 20px;

  }

  .desiger-blog-section .effect-banner .block-content .image-item .image-description ul {

    list-style: none;

    margin: 0;

    padding: 0;

  }

  .desiger-blog-section .effect-banner .block-content .image-item .image-description ul li {

    font-size: 16px;

    position: relative;

    left: 0;

    transition: 0.4s;

  }

  .desiger-blog-section .effect-banner .block-content .image-item .image-description ul li:hover {

    left: 10px;

  }

  .desiger-blog-section .effect-banner .block-content .image-item .image-description ul li a {

    color: #000;

  }

  .desiger-blog-section .effect-banner .block-content:hover .image-item .image-description {

    margin-top: 0;

    top: 0;

  }

  .desiger-blog-section .effect-banner .block-content:hover .content-image:before {

    background: #ffffff;

    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.74553571) 0%, rgba(255, 255, 255, 0.93881303) 100%);

    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.74553571) 0%, rgba(255, 255, 255, 0.93881303) 100%);

    background: linear-gradient(0deg, rgba(255, 255, 255, 0.74553571) 0%, rgba(255, 255, 255, 0.93881303) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);

    opacity: 1;

  }

  .desiger-blog-section .effect-banner .block-content .content-image {

    position: relative;

  }

  .desiger-blog-section .effect-banner .block-content .content-image img {

    width: 100%;

  }

  .desiger-blog-section .effect-banner .block-content .content-image:before {

    background: #ffffff;

    background: -moz-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);

    background: -webkit-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);

    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);

    bottom: 0;

    content: '';

    left: 0;

    opacity: 0.8;

    position: absolute;

    right: 0;

    top: 0;

    transition: 0.4s;

  }

  .style-tip-section {

    padding-top: 0;

  }

  .style-tip-section .ves-inner {

    max-width: 1200px;

    padding-left: 15px;

    padding-right: 15px;

    margin-left: auto;

    margin-right: auto;

  }

  .style-tip-section .block-title {

    margin-bottom: 30px;

    text-align: center;

    line-height: 46px;

  }

  .style-tip-section .block-title strong {

    color: #484f5e;

    font-size: 34px;

    font-weight: 600;

    text-transform: capitalize;

  }

  .style-tip-section .block-content {

    display: none;

  }

  .style-tip-section .find-online-image {

    float: left;

    width: 50%;

    padding-right: 40px;

    padding-bottom: 40px;

  }

  .style-tip-section .find-online-image img {

    width: 100%;

  }

  .style-tip-section .value.more h1 {

    padding-left: 0;

    margin: 15px 0 10px;

  }

  .style-tip-section .value.more h2 {

    padding-left: 0;

    margin: 10px 0;

  }

  .style-tip-section .value.more p {

    padding-left: 0;

  }

  .style-tip-section .value.more .readless {

    padding-left: 0;

  }

  .style-tip-section .value.more .readmore {

    padding-left: 0;

  }

  .style-content-section {

    padding-bottom: 65px;

  }

  .style-content-section .ves-inner {

    position: relative;

    z-index: 1;

  }

  .style-content-section .ves-inner:before {

    background-color: #fff4f2;

    content: '';

    height: 220px;

    left: -145px;

    position: absolute;

    top: -50px;

    width: 275px;

    z-index: -1;

  }

  .style-content-section .widget-contenthtml {

    padding: 0;

  }

  .style-content-section .widget-contenthtml .post-image {

    overflow: hidden;

    padding-bottom: 64%;

    position: relative;

  }

  .style-content-section .widget-contenthtml .post-image img {

    bottom: 0;

    left: 0;

    object-fit: cover;

    object-position: center;

    position: absolute;

    top: 0;

    width: 100%;

  }

  .style-content-section .widget-contenthtml .post-date {

    color: #b0b0b0;

    font-size: 15px;

    margin-top: 15px;

  }

  .style-content-section .widget-contenthtml .post-list-item h4 {

    font-size: 20px;

    font-weight: 600;

  }

  .style-content-section .widget-contenthtml .post-list-item h4 a {

    color: #484f5e;

  }

  .style-content-section .widget-contenthtml .post-excerpt {

    color: #484f5e;

    font-size: 15px;

    line-height: 24px;

  }

  .findonline-section {

    background-color: #f4f4f4;

    background-image: url(../../frontend/Dotsquares/custom_child/en_GB/images/find-bg.jpg);

    background-position: top left;

    background-repeat: no-repeat;

    background-size: 90%;

    margin-top: 35px;

    padding: 65px 0;

    position: relative;

    z-index: 1;

  }

  .findonline-section:after {

    background-color: #fff4f2;

    bottom: -100px;

    content: '';

    height: 190px;

    position: absolute;

    right: 0;

    width: 245px;

    z-index: -1;

  }

  .findonline-section .block-title {

    margin-bottom: 30px;

    text-align: center;

  }

  .findonline-section .block-title strong {

    color: #484f5e;

    font-size: 34px;

    font-weight: 600;

    text-transform: capitalize;

  }

  .findonline-section .find-online-image {

    text-align: center;

  }

  .findonline-section .find-online-image img {

    mix-blend-mode: multiply;

  }

  .findonline-section .value.more h1 {

    color: #484f5e;

    font-size: 28px;

    line-height: 1.5;

    margin: 0 0 25px;

    padding: 0;

  }

  .findonline-section .value.more p {

    color: #484f5e;

    font-size: 15px;

    line-height: 24px;

    margin: 0;

    padding: 0;

  }

  .findonline-section .value.more p a {

    color: #000;

  }

  .findonline-section .value.more h2 {

    color: #484f5e;

    font-size: 22px;

    line-height: 1.5;

    margin: 25px 0 15px;

    padding: 0;

  }

  .findonline-section .value.more h2 a {

    color: #000;

  }

  .findonline-section .value.more .less {

    float: left;

    width: 100%;

  }

  .findonline-section .value.more .readless {

    background: #000;

    border-radius: 5px;

    color: #fff;

    float: left;

    font-size: 16px;

    margin-top: 30px;

    padding: 10px 25px;

  }

  .findonline-section .value.more .readmore {

    background: #000;

    border-radius: 5px;

    color: #fff;

    float: left;

    font-size: 16px;

    margin-top: 30px;

    padding: 10px 25px;

  }

  .findonline-section .value.more .readmore:hover {

    background-color: #444a58;

  }

  .about-section-footer {

    padding-left: 15px;

    padding-right: 15px;

    padding-top: 0;

  }

  .about-section-footer .custom-abs {

    align-items: center;

    display: flex;

    flex-wrap: wrap;

    max-width: 1200px;

    margin-left: auto;

    margin-right: auto;

  }

  .about-section-footer .custom-abs .block {

    color: #484f5e;

    font-size: 15px;

    line-height: 24px;

    margin-bottom: 0;

  }

  .about-section-footer .custom-abs .block a {

    color: #000;

  }

  .about-section-footer .custom-abs .block .block-content p {

    margin-bottom: 25px;

  }

  .about-section-footer .custom-abs .block .block-content p:last-child {

    margin-bottom: 0;

  }

  .about-section-footer .custom-abs .col-lg-8 .block .block-content {

    border-left: 2px solid #000;

    padding-left: 60px;

  }

  .about-section-footer a {

    color: #444a58;

  }

  .about-niche-heading {

    padding-top: 35px;

  }

  .about-niche-heading .block-title {

    margin-bottom: 30px;

    text-align: center;

  }

  .about-niche-heading .block-title strong {

    color: #484f5e;

    font-size: 34px;

    font-weight: 600;

    text-transform: capitalize;

  }

  .instafeed-heading {

    background-image: url(../../frontend/Dotsquares/custom_child/en_GB/images/pattern.jpg);

    background-repeat: repeat-x;

    margin-top: 50px;

    padding: 40px 0;

  }

  .instafeed-heading .block {

    margin-bottom: 0;

  }

  .instafeed-heading .block-title strong {

    color: #484f5e;

    font-size: 34px;

    font-weight: 600;

    text-transform: capitalize;

  }

  .instafeed-heading .block-title strong a {

    color: #484f5e;

  }

  .page-footer .footer-top .instafeed-heading .block-title {

    margin-bottom: 0;

    text-align: center;

  }

  .intagram-sction .col-lg-2 {

    padding: 0;

  }

  .intagram-sction .block {

    margin-bottom: 0;

  }

  .intagram-sction .block .image-item img {

    width: 100%;

  }

  .shipping-block ul {

    margin-bottom: 0;

  }

  .google-map {

    margin-bottom: 30px;

  }

  .contact-info a {

    color: #000;

  }

  .contact-customhtml a {

    color: #000;

  }

  .contact-index-index .block-title {

    margin-bottom: 15px;

  }

  .contact-index-index .action.primary {

    background: #000;

    border-radius: 30px;

  }

  .cms-page-view .columns .column.main a {

    color: #000;

    text-decoration: underline;

  }

  .cms-page-view .columns .column.main ul {

    list-style: none;

  }

  .cms-page-view .columns .column.main h2 a {

    text-decoration: none;

  }

  .cms-page-view .columns .column.main h4 a {

    text-decoration: none;

  }

  .cms-page-view .columns .column.main .block-title {

    margin-bottom: 15px;

  }

  .feature-product-home {

    padding-bottom: 60px;

    padding-top: 60px;

  }

  .feature-product-home .block-title {

    margin-bottom: 30px;

    text-align: center;

  }

  .feature-product-home .block-title strong {

    color: #484f5e;

    font-size: 34px;

    font-weight: 600;

    text-transform: capitalize;

  }

  .feature-product-home .products-grid .product-item {

    float: left;

    width: 25%;

    margin-left: 0;

  }

  .feature-product-home .row-inner > .col-lg-12 {

    width: 100%;

  }

  .inspiration-content-section .row-inner .col-lg-6 {

    position: initial;

  }

  .inspiration-content-section .col-inner > .inspiration-heading {

    top: -120px;

    left: auto !important;

    bottom: auto !important;

    right: 0;

    transform: rotate(0) !important;

  }

  .inspiration-content-section .inspiration-heading .inspiration-heading {

    display: block !important;

  }

  .sidebar .block-blog a {

    color: #333333;

  }

  .sidebar .block-blog a:hover {

    color: #444a58;

    text-decoration: underline;

  }

  .is-blog .page-wrapper {

    overflow: initial;

  }

  .is-blog .columns {

    padding-top: 40px;

  }

  .is-blog .columns .column.main {

    padding-left: 2% !important;

  }

  .is-blog .post-list-description {

    font-size: 18px;

    margin-bottom: 20px;

  }

  .post-list.grid {

    display: flex;

    flex-wrap: wrap;

    width: 100%;

  }

  .post-list.grid li {

    margin-bottom: 30px;

    margin-right: 0 !important;

  }

  .post-list.grid li:nth-child(even) {

    margin-left: auto;

  }

  .post-list .post-list-item {

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);

    height: 100%;

  }

  .post-list .post-list-item h2 {

    font-size: 24px;

    margin: 0;

    min-height: 82px;

    padding: 15px;

  }

  .post-list .post-list-item h2 a {

    color: #333333;

  }

  .post-list .post-list-item h2 a:hover {

    color: #444a58;

  }

  .post-list .post-list-item .post-image {

    margin-bottom: 0;

    max-height: initial;

  }

  .post-list .post-list-item .post-image a {

    display: inline-block;

    height: 0;

    overflow: hidden;

    padding-top: 50%;

    position: relative;

    text-align: center;

    vertical-align: bottom;

    width: 100%;

  }

  .post-list .post-list-item .post-image a:hover {

    color: #444a58;

  }

  .post-list .post-list-item .post-image a img {

    height: 100%;

    left: 0;

    object-fit: cover;

    object-position: center;

    position: absolute;

    top: 0;

    transition: 0.4s;

    width: 100%;

  }

  .post-list .post-list-item .post-image a img:hover {

    transform: scale(1.1);

  }

  .post-list .post-list-item .post-excerpt {

    padding: 15px;

  }

  .post-list .post-list-item .post-excerpt a {

    color: #444a58;

  }

  .post-list .post-list-item .post-meta {

    display: inline-block;

    margin: 0;

    padding: 15px;

    vertical-align: bottom;

    width: 100%;

  }

  .post-list .post-list-item .post-meta a {

    color: #333333;

  }

  .post-list .post-list-item .post-meta .post-categories {

    margin-bottom: 10px;

  }

  .post-list .post-list-item .post-tags {

    margin-bottom: 10px;

  }

  .post-list-wrapper .pager {

    text-align: left;

  }

  .post-list-wrapper .pager li > a {

    border: none;

  }

  .post-list-wrapper .pager li > span {

    border: none;

  }

  .post-list-wrapper .pages-items .item {

    margin-right: 5px;

  }

  .post-list-wrapper .pages-items .item .page {

    background-color: transparent !important;

    border-radius: 40px;

    border: none;

    line-height: 40px;

    padding: 0;

    width: auto;

  }

  .post-list-wrapper .pages-items .item .page:hover {

    background-color: transparent !important;

    border: none;

    color: #444a58 !important;

    text-decoration: underline;

  }

  .post-list-wrapper .pages-items .item.current .page {

    background-color: transparent !important;

    border: none;

    color: #444a58 !important;

    text-decoration: underline;

  }

  .post-list-wrapper .pages .action.next {

    background: none;

    padding: 0;

    width: auto;

  }

  .post-list-wrapper .pages .action.prev {

    background: none;

    padding: 0;

    width: auto;

  }

  .post-list-wrapper .pages .action.previous {

    width: auto;

  }

  .post-list-wrapper .pages .action.previous:before {

    font-size: 16px;

  }

  .wp-sidebar .block.block-blog.block-blog-archives {

    display: none;

  }

  .post-view a {

    color: #444a58;

  }

  .post-view a:hover {

    text-decoration: underline;

  }

  .post-view .comments-wrapper .submit {

    background: #444a58;

    border: 1px solid #444a58;

  }

  .post-view .comments-wrapper .submit:hover {

    background: #ffffff;

    color: #444a58;

  }

  .fieldset > legend.legend {

    font-weight: 700;

  }

  .ie11 .page-wrapper,

  .ie10 .page-wrapper {

    overflow: visible;

  }

  .ie11 .bluefoot-driver a,

  .ie10 .bluefoot-driver a {

    max-width: 100%;

  }

  .ie11 [data-content-type='products'] .products-grid,

  .ie10 [data-content-type='products'] .products-grid {

    height: 810px;

    overflow: hidden;

  }

  .ie11 .page-bottom,

  .ie10 .page-bottom {

    margin-top: 175px;

  }

  .ie11 .page-footer,

  .ie10 .page-footer {

    padding-bottom: 100px;

  }

}

@media all and (min-width: 768px) and screen, print and screen, all and (min-width: 768px) and print, print and print {

  .sales-order-print .sitewide-usp {

    display: none;

  }

  .sales-order-print .order-details-items .actions-toolbar {

    display: none !important;

  }

  .sales-order-print .block-order-details-view .block-content {

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    -ms-flex-wrap: wrap;

    -webkit-flex-wrap: wrap;

    flex-wrap: wrap;

    width: 100%;

  }

  .sales-order-print .block-order-details-view .block-content .box {

    float: none;

  }

  .sales-order-print .block-order-details-view .block-content .box:nth-child(even) {

    margin-left: auto;

  }

}

@media all and (min-width: 769px), print {

  .pagebuilder-mobile-only {

    display: none !important;

  }

}

@media all and (min-width: 1024px), print {

  .amslider .slide {

    flex-basis: auto;

    margin: 0 20px 20px 0;

    max-width: 32%;

  }

  .filter-options-content .am-filter-price {

    width: 43%;

  }

  .amslider-container.am-swiper-slider {

    width: 85%;

  }

  .ambrands-letters-filter .ambrands-letter {

    margin: 0 7px 7px 0;

  }

  .ambrands-letters-list .ambrands-letter {

    padding-right: 30px;

    width: inherit;

  }

  .ambrands-list-popup {

    position: absolute;

    width: 600px;

    height: 415px;

    border-radius: 3px;

    background: #fff;

    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);

    opacity: 0;

    transition: all .5s ease;

    pointer-events: none;

  }

  .ambrands-menu-item:hover .ambrands-list-popup,

  .ammenu-item:hover .ambrands-list-popup {

    display: block;

    opacity: 1;

    pointer-events: auto;

  }

  .ambrands-list-container {

    display: flex;

    height: 100%;

    font-size: 0;

  }

  .ambrands-list-popup .ambrands-letters-filter {

    display: block;

    overflow: auto;

    box-sizing: border-box;

    padding: 20px 14px 0;

    min-width: calc(((34px + 12px) * 4) + (14px * 2));

    width: calc(((34px + 12px) * 4) + (14px * 2));

    height: 100%;

    background: #fbfbfb;

    font-size: 0;

  }

  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {

    display: inline-flex;

    margin: 0 6px 12px;

  }

  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {

    margin-bottom: 30px;

    width: calc(100% - 12px);

  }

  .ambrands-popup-items {

    display: inline-block;

    overflow: auto;

    box-sizing: border-box;

    padding: 20px;

    width: 100%;

    height: 100%;

    font-size: 14px;

  }

  .ambrands-popup-items .ambrands-letters-list {

    width: 100%;

  }

  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {

    margin-bottom: 30px;

    padding-right: 0;

  }

  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {

    margin-bottom: 0;

  }

  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {

    min-width: 100px;

  }

  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {

    min-width: 100px;

  }

  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {

    max-width: 130px;

  }

  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {

    max-width: 102px;

  }

  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {

    font-weight: 400;

    font-size: 40px;

  }

  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {

    width: 50%;

  }

  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {

    min-width: 300px;

  }

  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {

    -webkit-box-flex: inherit;

    -ms-flex: inherit;

    flex: inherit;

    width: calc(50% - 7px);

  }

  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,

  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {

    width: 50%;

  }

  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {

    padding-right: 10px;

  }

  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {

    padding-left: 10px;

  }

  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {

    background: #eee;

    color: #363636;

  }

  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {

    background: none;

  }

  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {

    width: 15%;

  }

  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {

    margin-left: auto;

    width: 40%;

  }

  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,

  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {

    display: inline-block;

    vertical-align: top;

  }

  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {

    box-sizing: border-box;

    padding-right: 10px;

    width: 35%;

  }

  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {

    width: 65%;

  }

  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {

    border: none;

  }

  .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {

    max-width: 20%;

  }

  .amcheckout-main-container.-modern.-layout-2columns {

    position: relative;

  }

  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {

    margin: 0;

  }

  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {

    float: left;

    width: calc(100% - (380px + 60px));

  }

  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {

    float: right;

    width: 380px;

    transition: all .3s ease;

  }

  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {

    overflow: auto;

    max-height: 100vh;

  }

  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,

  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {

    border: 1px solid #d4d4d4;

    background: #fff;

  }

  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,

  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {

    margin-bottom: 20px;

    text-align: center;

  }

  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,

  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {

    float: none;

    width: 70%;

  }

  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,

  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,

  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,

  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {

    background: #f9f9f9;

    cursor: default;

  }

  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,

  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name {

    width: 100%;

  }

  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,

  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal {

    width: auto;

  }

  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,

  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals {

    margin-left: 0;

    width: 100%;

  }

  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options,

  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options {

    background: #fff;

  }

  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,

  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment,

  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,

  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {

    display: block;

    width: 100%;

  }

  .amcheckout-sticky-stopper {

    display: block;

    visibility: hidden;

    margin: 0;

    padding: 0;

    width: 100%;

    height: 0;

  }

  .amcheckout-main-container.-modern.-layout-3columns {

    display: flex;

    justify-content: space-between;

  }

  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {

    width: 32%;

  }

  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {

    cursor: default;

  }

  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,

  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {

    flex: auto;

    width: inherit;

  }

  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,

  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {

    width: 100%;

  }

  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,

  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {

    width: 100%;

  }

  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),

  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {

    margin-bottom: 10px;

  }

  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {

    min-width: inherit;

  }

  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {

    width: 100%;

  }

  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {

    margin-bottom: 10px;

  }

  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {

    width: 100%;

  }

  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {

    margin-bottom: 10px;

  }

  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {

    position: relative;

  }

  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {

    width: 100%;

  }

  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {

    position: absolute;

    top: 7px;

    right: 7px;

    margin: 0;

  }

  .checkout-index-index .modal-popup .modal-inner-wrap {

    margin-left: -400px;

    width: 800px;

    left: 50%;

  }

  .opc-wrapper .shipping-address-item {

    width: 33.33333333%;

  }

  .opc-wrapper .shipping-address-item:before {

    background: #c2c2c2;

    height: calc(100% - 20px);

    content: '';

    left: 0;

    position: absolute;

    top: 0;

    width: 1px;

  }

  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {

    display: none;

  }

  .opc-wrapper .shipping-address-item.selected-item:before {

    display: none;

  }

  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {

    display: none;

  }

  .table-checkout-shipping-method {

    min-width: 500px;

  }

  .wishlist-index-index .products-grid .product-items {

    margin: 0;

  }

  .wishlist-index-index .products-grid .product-item {

    margin-left: calc((100% - 4 * 24.439%) / 3);

    padding: 0;

    width: 24.439%;

  }

  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {

    margin-left: 0;

  }

  .contact-index-index form.form.contact {

    max-width: 605px;

  }

}

@media all and (min-width: 1440px), print {

  .amslider .wrapper {

    justify-content: center;

  }

  .sidebar .product-items .product-item-info .product-item-photo {

    float: none;

    margin: 0;

    position: absolute;

    left: 0;

    top: 0;

  }

  .sidebar .product-items .product-item-details {

    margin-left: 85px;

  }

}

@media all and (min-width: 1200px) {

  .cart.table-wrapper .col.qty .input-text {

    line-height: 24px;

    padding: 3px 10px;

  }

  .cart.table-wrapper .item .col.item {

    padding: 20px 8px 10px;

  }

  .cart.table-wrapper .item .col.item a {

    color: #333333;

  }

  .cart.table-wrapper .col {

    border: none;

  }

  .cart.table-wrapper .actions-toolbar > .action {

    border-color: #444a58;

    color: #444a58;

    font-size: 14px;

  }

  .cart.table-wrapper .actions-toolbar > .action:hover {

    background: #444a58;

    border-color: #444a58;

    color: #ffffff;

  }

  .cart.table-wrapper .actions-toolbar > .action span {

    display: none;

  }

  .cart.table-wrapper .actions-toolbar > .action.action-delete:before {

    content: '\e920';

    font-family: 'smc';

  }

  .cart.table-wrapper .actions-toolbar > .action.action-towishlist:before {

    content: '\e911';

  }

  .cart.table-wrapper .item-actions td {

    border-top: none;

    padding: 0 0 8px;

  }

  .cart.table-wrapper .item-actions .actions-toolbar {

    text-align: right;

  }

  .action-gift {

    border-color: #444a58;

    color: #444a58;

    font-size: 14px;

  }

  .action-gift:after {

    font-size: 8px;

  }

  .action-gift:hover {

    background: #444a58;

    border-color: #444a58;

    color: #ffffff;

  }

  .abs-shopping-cart-items .action.continue {

    border-color: #444a58;

    color: #444a58;

    font-size: 14px;

    line-height: 30px;

    padding: 5px 15px;

  }

  .abs-shopping-cart-items .action.continue:before {

    font-size: 14px;

    line-height: 30px;

  }

  .abs-shopping-cart-items .action.continue:hover {

    background: #444a58;

    border-color: #444a58;

    color: #ffffff;

  }

  .abs-shopping-cart-items .action.continue:after {

    font-size: 14px;

  }

  .abs-shopping-cart-items .action.update {

    background: #444a58;

    border-color: #444a58;

    color: #ffffff;

    font-size: 14px;

    line-height: 30px;

    margin-bottom: 0;

    padding: 5px 15px;

  }

  .abs-shopping-cart-items .action.update:before {

    font-size: 14px;

    line-height: 30px;

  }

  .block-cart-failed .action.continue {

    border-color: #444a58;

    color: #444a58;

    font-size: 14px;

    line-height: 30px;

    padding: 5px 15px;

  }

  .block-cart-failed .action.continue:before {

    font-size: 14px;

    line-height: 30px;

  }

  .block-cart-failed .action.continue:hover {

    background: #444a58;

    border-color: #444a58;

    color: #ffffff;

  }

  .block-cart-failed .action.continue:after {

    font-size: 14px;

  }

  .block-cart-failed .action.update {

    background: #444a58;

    border-color: #444a58;

    color: #ffffff;

    font-size: 14px;

    line-height: 30px;

    margin-bottom: 0;

    padding: 5px 15px;

  }

  .block-cart-failed .action.update:before {

    font-size: 14px;

    line-height: 30px;

  }

  .cart-container .form-cart .action.continue {

    border-color: #444a58;

    color: #444a58;

    font-size: 14px;

    line-height: 30px;

    padding: 5px 15px;

  }

  .cart-container .form-cart .action.continue:before {

    font-size: 14px;

    line-height: 30px;

  }

  .cart-container .form-cart .action.continue:hover {

    background: #444a58;

    border-color: #444a58;

    color: #ffffff;

  }

  .cart-container .form-cart .action.continue:after {

    font-size: 14px;

  }

  .cart-container .form-cart .action.update {

    background: #444a58;

    border-color: #444a58;

    color: #ffffff;

    font-size: 14px;

    line-height: 30px;

    margin-bottom: 0;

    padding: 5px 15px;

  }

  .cart-container .form-cart .action.update:before {

    font-size: 14px;

    line-height: 30px;

  }

  .cart-summary > .title {

    font-size: 24px;

    font-weight: 700;

  }

  .column.main .cart-summary .block > .title strong {

    font-size: 16px;

  }

  .cart-summary {

    width: 25%;

  }

  .cart-summary .block .title:after {

    font-size: 7px;

    right: 0;

    top: 12px;

  }

  .cart-summary .block .fieldset .field:not(.choice) > .control select {

    -moz-appearance: none;

    -webkit-appearance: none;

    appearance: none;

    border: 1px solid #c2c2c2;

    line-height: 30px;

    padding: 5px 10px;

  }

  .cart-summary .block .fieldset .field:not(.choice) > .control select:focus {

    border-color: #000000;

  }

  .cart-summary .block .fieldset .field.choice {

    padding-left: 15px;

  }

  .cart-summary .block .fieldset .field.choice .radio {

    float: left;

    margin-left: -15px;

  }

  .cart-totals {

    border-top: none;

  }

  .cart-totals .mark {

    background-color: transparent;

  }

  .cart-discount {

    float: left;

    margin-top: 30px;

    width: 73%;

  }

  .cart-discount .block.discount .title {

    border-bottom: 1px solid #c2c2c2;

    cursor: pointer;

    padding-bottom: 15px;

  }

  .cart-discount .block.discount .title strong {

    display: inline-block;

    font-size: 20px;

    font-weight: 500;

    line-height: 30px;

    margin: 0;

    vertical-align: bottom;

  }

  .cart-discount .block.discount .title:after {

    content: '\e903';

    float: right;

    font-family: 'smc';

    font-size: 10px;

    line-height: 30px;

  }

  .cart-discount .block.discount .title[aria-expanded="false"]:after {

    content: '\e904';

  }

  .cart-discount .block.discount .content {

    margin-top: 15px;

  }

  .cart-discount .block.discount .action.apply.primary {

    background: #444a58;

    border-color: #444a58;

    color: #ffffff;

  }

  .cart-discount .block.aw-giftcard .title {

    border-bottom: 1px solid #c2c2c2;

    cursor: pointer;

    padding-bottom: 15px;

  }

  .cart-discount .block.aw-giftcard .title strong {

    display: inline-block;

    font-size: 20px;

    font-weight: 500;

    line-height: 30px;

    margin: 0;

    vertical-align: bottom;

  }

  .cart-discount .block.aw-giftcard .title:after {

    content: '\e904';

    float: right;

    font-family: 'smc';

    font-size: 10px;

    line-height: 30px;

  }

  .cart-discount .block.aw-giftcard .title[aria-expanded="true"]:after {

    content: '\e903';

  }

  .cart-discount .block.aw-giftcard .action.apply-aw-giftcard {

    background: #444a58;

    border-color: #444a58;

    color: #ffffff;

    line-height: 30px;

    padding: 5px 15px;

  }

  .cart-discount .block.aw-giftcard .action.check-aw-giftcard {

    background: #444a58;

    border-color: #444a58;

    color: #ffffff;

    line-height: 30px;

    padding: 5px 15px;

  }

  .action.primary.checkout {

    background: #008000;

    border: 1px solid #008000;

    color: #ffffff;

    display: inline-block;

    font-size: 16px;

    line-height: 30px;

    padding: 5px 15px;

    text-transform: capitalize;

    width: 100%;

  }

  .fieldset > .field:not(.choice) > .label {

    color: #333333;

    margin-bottom: 10px;

    padding-top: 0;

    text-align: left;

    width: 100%;

  }

  .fieldset > .field:not(.choice) > .control {

    width: 100%;

  }

  .abs-margin-for-forms-desktop,

  .fieldset .legend,

  .column:not(.sidebar-main) form .actions-toolbar,

  .column:not(.sidebar-additional) form .actions-toolbar,

  .login-container .fieldset:after {

    margin-left: 0;

  }

  .cart-empty {

    padding-top: 60px;

    text-align: center;

  }

  .cart-empty a {

    color: #444a58;

    text-decoration: underline;

  }

  .gift-message .gift-options-title {

    font-size: 20px;

    font-weight: 500;

  }

  .gift-options-content .fieldset > .field {

    margin-bottom: 15px;

  }

  .gift-options .actions-toolbar .secondary .action-update {

    background: #444a58;

    border-color: #444a58;

    color: #ffffff;

  }

  .gift-options .actions-toolbar .secondary .action-cancel {

    border: 1px solid #444a58;

    color: #444a58;

    margin: 0;

    padding: 7px 15px;

  }

}

/* stylelint-enable */

/* 

 *  Core Owl Carousel CSS File

 *  v1.3.3

 */

/* clearfix */

.owl-carousel .owl-wrapper:after {

  content: ".";

  display: block;

  clear: both;

  visibility: hidden;

  line-height: 0;

  height: 0;

}

/* display none until init */

.owl-carousel {

  display: none;

  position: relative;

  width: 100%;

  -ms-touch-action: pan-y;

}

.owl-carousel .owl-wrapper {

  display: none;

  position: relative;

  -webkit-transform: translate3d(0px, 0px, 0px);

}

.owl-carousel .owl-wrapper-outer {

  overflow: hidden;

  position: relative;

  width: 100%;

}

.owl-carousel .owl-wrapper-outer.autoHeight {

  -webkit-transition: height 500ms ease-in-out;

  -moz-transition: height 500ms ease-in-out;

  -ms-transition: height 500ms ease-in-out;

  -o-transition: height 500ms ease-in-out;

  transition: height 500ms ease-in-out;

}

.owl-carousel .owl-item {

  float: left;

}

.owl-controls .owl-page,

.owl-controls .owl-buttons div {

  cursor: pointer;

}

.owl-controls {

  -webkit-user-select: none;

  -khtml-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

/* mouse grab icon */

.grabbing {

  cursor: url(../../frontend/Dotsquares/custom_child/en_GB/css/grabbing.png) 8 8, move;

}

/* fix */

.owl-carousel .owl-wrapper,

.owl-carousel .owl-item {

  -webkit-backface-visibility: hidden;

  -moz-backface-visibility: hidden;

  -ms-backface-visibility: hidden;

  -webkit-transform: translate3d(0, 0, 0);

  -moz-transform: translate3d(0, 0, 0);

  -ms-transform: translate3d(0, 0, 0);

}

/*

*   Owl Carousel Owl Demo Theme 

*   v1.3.3

*/

.owl-theme .owl-controls {

  margin-top: 10px;

  text-align: center;

}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {

  color: #FFF;

  display: inline-block;

  zoom: 1;

  *display: inline;

  /*IE7 life-saver */

  margin: 5px;

  padding: 3px 10px;

  font-size: 12px;

  -webkit-border-radius: 30px;

  -moz-border-radius: 30px;

  border-radius: 30px;

  background: #869791;

  filter: alpha(opacity=50);

  /*IE7 fix*/

  opacity: 0.5;

}

/* Clickable class fix problem with hover on touch devices */

/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {

  filter: alpha(opacity=100);

  /*IE7 fix*/

  opacity: 1;

  text-decoration: none;

}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {

  display: inline-block;

  zoom: 1;

  *display: inline;

  /*IE7 life-saver */

}

.owl-theme .owl-controls .owl-page span {

  display: block;

  width: 12px;

  height: 12px;

  margin: 5px 7px;

  filter: alpha(opacity=50);

  /*IE7 fix*/

  opacity: 0.5;

  -webkit-border-radius: 20px;

  -moz-border-radius: 20px;

  border-radius: 20px;

  background: #869791;

}

.owl-theme .owl-controls .owl-page.active span,

.owl-theme .owl-controls.clickable .owl-page:hover span {

  filter: alpha(opacity=100);

  /*IE7 fix*/

  opacity: 1;

}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {

  height: auto;

  width: auto;

  color: #FFF;

  padding: 2px 10px;

  font-size: 12px;

  -webkit-border-radius: 30px;

  -moz-border-radius: 30px;

  border-radius: 30px;

}

/* preloading images */

.owl-item.loading {

  min-height: 150px;

  background: url(../../frontend/Dotsquares/custom_child/en_GB/css/AjaxLoader.gif) no-repeat center center;

}

/* 

 *  Owl Carousel CSS3 Transitions 

 *  v1.3.2

 */

.owl-origin {

  -webkit-perspective: 1200px;

  -webkit-perspective-origin-x: 50%;

  -webkit-perspective-origin-y: 50%;

  -moz-perspective: 1200px;

  -moz-perspective-origin-x: 50%;

  -moz-perspective-origin-y: 50%;

  perspective: 1200px;

}

/* fade */

.owl-fade-out {

  z-index: 10;

  -webkit-animation: fadeOut .7s both ease;

  -moz-animation: fadeOut .7s both ease;

  animation: fadeOut .7s both ease;

}

.owl-fade-in {

  -webkit-animation: fadeIn .7s both ease;

  -moz-animation: fadeIn .7s both ease;

  animation: fadeIn .7s both ease;

}

/* backSlide */

.owl-backSlide-out {

  -webkit-animation: backSlideOut 1s both ease;

  -moz-animation: backSlideOut 1s both ease;

  animation: backSlideOut 1s both ease;

}

.owl-backSlide-in {

  -webkit-animation: backSlideIn 1s both ease;

  -moz-animation: backSlideIn 1s both ease;

  animation: backSlideIn 1s both ease;

}

/* goDown */

.owl-goDown-out {

  -webkit-animation: scaleToFade .7s ease both;

  -moz-animation: scaleToFade .7s ease both;

  animation: scaleToFade .7s ease both;

}

.owl-goDown-in {

  -webkit-animation: goDown .6s ease both;

  -moz-animation: goDown .6s ease both;

  animation: goDown .6s ease both;

}

/* scaleUp */

.owl-fadeUp-in {

  -webkit-animation: scaleUpFrom .5s ease both;

  -moz-animation: scaleUpFrom .5s ease both;

  animation: scaleUpFrom .5s ease both;

}

.owl-fadeUp-out {

  -webkit-animation: scaleUpTo .5s ease both;

  -moz-animation: scaleUpTo .5s ease both;

  animation: scaleUpTo .5s ease both;

}

/* Keyframes */

/*empty*/

@-webkit-keyframes empty {

  0% {

    opacity: 1;

  }

}

@-moz-keyframes empty {

  0% {

    opacity: 1;

  }

}

@keyframes empty {

  0% {

    opacity: 1;

  }

}

@-webkit-keyframes fadeIn {

  0% {

    opacity: 0;

  }

  100% {

    opacity: 1;

  }

}

@-moz-keyframes fadeIn {

  0% {

    opacity: 0;

  }

  100% {

    opacity: 1;

  }

}

@keyframes fadeIn {

  0% {

    opacity: 0;

  }

  100% {

    opacity: 1;

  }

}

@-webkit-keyframes fadeOut {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

  }

}

@-moz-keyframes fadeOut {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

  }

}

@keyframes fadeOut {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

  }

}

@-webkit-keyframes backSlideOut {

  25% {

    opacity: .5;

    -webkit-transform: translateZ(-500px);

  }

  75% {

    opacity: .5;

    -webkit-transform: translateZ(-500px) translateX(-200%);

  }

  100% {

    opacity: .5;

    -webkit-transform: translateZ(-500px) translateX(-200%);

  }

}

@-moz-keyframes backSlideOut {

  25% {

    opacity: .5;

    -moz-transform: translateZ(-500px);

  }

  75% {

    opacity: .5;

    -moz-transform: translateZ(-500px) translateX(-200%);

  }

  100% {

    opacity: .5;

    -moz-transform: translateZ(-500px) translateX(-200%);

  }

}

@keyframes backSlideOut {

  25% {

    opacity: .5;

    transform: translateZ(-500px);

  }

  75% {

    opacity: .5;

    transform: translateZ(-500px) translateX(-200%);

  }

  100% {

    opacity: .5;

    transform: translateZ(-500px) translateX(-200%);

  }

}

@-webkit-keyframes backSlideIn {

  0%,

  25% {

    opacity: .5;

    -webkit-transform: translateZ(-500px) translateX(200%);

  }

  75% {

    opacity: .5;

    -webkit-transform: translateZ(-500px);

  }

  100% {

    opacity: 1;

    -webkit-transform: translateZ(0) translateX(0);

  }

}

@-moz-keyframes backSlideIn {

  0%,

  25% {

    opacity: .5;

    -moz-transform: translateZ(-500px) translateX(200%);

  }

  75% {

    opacity: .5;

    -moz-transform: translateZ(-500px);

  }

  100% {

    opacity: 1;

    -moz-transform: translateZ(0) translateX(0);

  }

}

@keyframes backSlideIn {

  0%,

  25% {

    opacity: .5;

    transform: translateZ(-500px) translateX(200%);

  }

  75% {

    opacity: .5;

    transform: translateZ(-500px);

  }

  100% {

    opacity: 1;

    transform: translateZ(0) translateX(0);

  }

}

@-webkit-keyframes scaleToFade {

  to {

    opacity: 0;

    -webkit-transform: scale(0.8);

  }

}

@-moz-keyframes scaleToFade {

  to {

    opacity: 0;

    -moz-transform: scale(0.8);

  }

}

@keyframes scaleToFade {

  to {

    opacity: 0;

    transform: scale(0.8);

  }

}

@-webkit-keyframes goDown {

  from {

    -webkit-transform: translateY(-100%);

  }

}

@-moz-keyframes goDown {

  from {

    -moz-transform: translateY(-100%);

  }

}

@keyframes goDown {

  from {

    transform: translateY(-100%);

  }

}

@-webkit-keyframes scaleUpFrom {

  from {

    opacity: 0;

    -webkit-transform: scale(1.5);

  }

}

@-moz-keyframes scaleUpFrom {

  from {

    opacity: 0;

    -moz-transform: scale(1.5);

  }

}

@keyframes scaleUpFrom {

  from {

    opacity: 0;

    transform: scale(1.5);

  }

}

@-webkit-keyframes scaleUpTo {

  to {

    opacity: 0;

    -webkit-transform: scale(1.5);

  }

}

@-moz-keyframes scaleUpTo {

  to {

    opacity: 0;

    -moz-transform: scale(1.5);

  }

}

@keyframes scaleUpTo {

  to {

    opacity: 0;

    transform: scale(1.5);

  }

}

/* stylelint-disable */

/* stylelint-enable */

/* stylelint-disable */

/* stylelint-enable */

.required-captcha.checkbox {

  position: relative;

}

/* Mixins */

h1,

h2,

h3 {

  color: #000000;

}

@media (min-width: 766px) and (max-width: 860px) {

  .explore-section .mobile-large .bluefoot-driver-text {

    font-size: 16px;

  }

  .explore-section .mobile-small .bluefoot-driver-text {

    font-size: 16px;

  }

}

.font-icon-class {

  -webkit-font-smoothing: antialiased;

  line-height: 30px;

  font-family: 'smc';

  margin: 0 10px 0 0;

  vertical-align: middle;

  display: inline-block;

  font-weight: normal;

  overflow: hidden;

  speak: none;

  text-align: center;

  visibility: visible;

}

.smc-icon {

  font-family: 'smc';

}

@media (min-width: 766px) and (max-width: 860px) {

  .page-bottom .bluefoot-column-3 {

    width: 50%;

  }

}

@media (max-width: 1025px) and (min-width: 768px) {

  .product.data.items > .item.title > a {

    line-height: 115% !important;

    vertical-align: middle;

    text-align: center;

    display: table-cell !important;

    max-width: 150px;

  }

}

/*******

// Add styles to customise a UI component.  LESS files in this directory should be

// named after the parent CSS class name of the element which they are customizing.

//

// *******/

/*******

// Add styles to customise a UI component.  LESS files in this directory should be

// named after the parent CSS class name of the element which they are customizing.

//

// *******/

.checkout-payment-method .payment-option-title .action-toggle {

  color: #363636;

  font-size: 20px;

  font-weight: 600;

  line-height: 30px;

  width: 100%;

}

.checkout-payment-method .payment-option-title .action-toggle:after {

  float: right;

  font-size: 8px;

  line-height: 30px;

  text-align: center;

  width: 24px;

}

.opc-block-summary .items-in-cart > .title:after {

  font-size: 10px;

  line-height: 24px;

  margin: 0;

}

.column.main .block .title strong {

  font-size: 16px;

}

.minicart-items .product-item-details .details-qty .label {

  padding-left: 0;

}

.table-totals .mark {

  background-color: transparent;

}

.table-totals .mark .label {

  padding-left: 0;

}

.payment-option .payment-option-content {

  padding-top: 15px;

}

.payment-option .payment-option-content .form {

  display: flex;

  flex-wrap: wrap;

}

.payment-option .payment-option-content .form .payment-option-inner {

  width: 70%;

}

.payment-option .payment-option-content .form .actions-toolbar {

  padding-right: 0;

  width: 30%;

}

.payment-option .payment-option-content .form .actions-toolbar .primary {

  width: 100%;

}

.payment-option .payment-option-content .form .actions-toolbar .action-apply {

  background: #444a58;

  border: 1px solid #444a58;

  line-height: 30px;

  margin-right: 0;

  padding: 5px 15px;

  width: 100%;

}

.payment-option .payment-option-content .form .input-text {

  height: auto;

}

/*******

// Add styles to customise a UI component.  LESS files in this directory should be

// named after the parent CSS class name of the element which they are customizing.

//

// *******/

@media all and (min-width: 768px), print {

  .abs-product-options-list-desktop dt,

  .block-giftregistry-shared .item-options dt {

    clear: left;

    float: left;

    margin: 0 10px 5px 0;

  }

  .abs-product-options-list-desktop dt:after,

  .block-giftregistry-shared .item-options dt:after {

    content: ': ';

  }

  .abs-product-options-list-desktop dd,

  .block-giftregistry-shared .item-options dd {

    display: inline-block;

    float: left;

    margin: 0 0 5px;

    word-break: break-all;

  }

  .abs-button-desktop {

    width: auto;

  }

  .abs-blocks-2columns,

  .amazon-addresses .amazon-address,

  .column .block-addbysku .block-content .box,

  .login-container .block,

  .account .column.main .block:not(.widget) .block-content .box,

  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,

  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,

  .sales-guest-view .column.main .block:not(.widget) .block-content .box {

    width: 48.8%;

  }

  .abs-blocks-2columns:nth-child(odd),

  .amazon-addresses .amazon-address:nth-child(odd),

  .column .block-addbysku .block-content .box:nth-child(odd),

  .login-container .block:nth-child(odd),

  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),

  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),

  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),

  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {

    clear: left;

    float: left;

  }

  .abs-blocks-2columns:nth-child(even),

  .amazon-addresses .amazon-address:nth-child(even),

  .column .block-addbysku .block-content .box:nth-child(even),

  .login-container .block:nth-child(even),

  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),

  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),

  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),

  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {

    float: right;

  }

  .abs-reset-left-margin-desktop,

  .bundle-options-container .legend.title,

  .column.main .cart-summary .actions-toolbar,

  .cart.table-wrapper .item-actions .actions-toolbar,

  .gift-summary .actions-toolbar,

  .cart.table-wrapper .gift-summary .actions-toolbar,

  .column.main .block-giftregistry-shared-items .actions-toolbar,

  .form-new-agreement .fieldset .legend,

  .form-new-agreement .actions-toolbar,

  .column.main .paypal-review .actions-toolbar,

  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {

    margin-left: 0;

  }

  .abs-action-remove-desktop,

  .abs-add-fields-desktop .fieldset .additional .action.remove,

  .form-giftregistry-share .fieldset .additional .action.remove,

  .form-giftregistry-edit .fieldset .additional .action.remove,

  .form-add-invitations .fieldset .additional .action.remove,

  .form-create-return .fieldset .additional .action.remove,

  .form.send.friend .fieldset .additional .action.remove {

    margin-left: 75.8%;

    top: 6px;

  }

  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,

  .form-giftregistry-share .fieldset .field:not(.choice) .control,

  .form-giftregistry-edit .fieldset .field:not(.choice) .control,

  .form-add-invitations .fieldset .field:not(.choice) .control,

  .form-create-return .fieldset .field:not(.choice) .control,

  .form.send.friend .fieldset .field:not(.choice) .control {

    width: 50%;

  }

  .abs-margin-for-forms-desktop,

  .fieldset .legend,

  .column:not(.sidebar-main) form .actions-toolbar,

  .column:not(.sidebar-additional) form .actions-toolbar,

  .login-container .fieldset:after {

    margin-left: 25.8%;

  }

  .abs-visually-hidden-desktop,

  .dashboard-welcome-toggler,

  .block-collapsible-nav .title,

  .block-search .label {

    border: 0;

    clip: rect(0, 0, 0, 0);

    height: 1px;

    margin: -1px;

    overflow: hidden;

    padding: 0;

    position: absolute;

    width: 1px;

  }

  .abs-add-clearfix-desktop:before,

  .abs-add-clearfix-desktop:after,

  .abs-pager-toolbar:before,

  .abs-pager-toolbar:after,

  .amazon-addresses:before,

  .amazon-addresses:after,

  .block-cart-failed .block-content:before,

  .block-cart-failed .block-content:after,

  .column .block-addbysku .block-content:before,

  .column .block-addbysku .block-content:after,

  .cart-container:before,

  .cart-container:after,

  .login-container:before,

  .login-container:after,

  .account .column.main .block:not(.widget) .block-content:before,

  .account .column.main .block:not(.widget) .block-content:after,

  .block-addresses-list .items.addresses:before,

  .block-addresses-list .items.addresses:after,

  .block-giftregistry-shared .item-options:before,

  .block-giftregistry-shared .item-options:after,

  .gift-wrapping .nested:before,

  .gift-wrapping .nested:after,

  .table .gift-wrapping .content:before,

  .table .gift-wrapping .content:after,

  .block-wishlist-management:before,

  .block-wishlist-management:after,

  .paypal-review .block-content:before,

  .paypal-review .block-content:after,

  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,

  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,

  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,

  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,

  .sales-guest-view .column.main .block:not(.widget) .block-content:before,

  .sales-guest-view .column.main .block:not(.widget) .block-content:after,

  .header.content:before,

  .header.content:after,

  .page-header .header.panel:before,

  .page-header .header.panel:after,

  .account .toolbar:before,

  .account .toolbar:after,

  .toolbar-giftregistry-results:before,

  .toolbar-giftregistry-results:after,

  .toolbar-wishlist-results:before,

  .toolbar-wishlist-results:after {

    content: '';

    display: table;

  }

  .abs-add-clearfix-desktop:after,

  .abs-pager-toolbar:after,

  .amazon-addresses:after,

  .block-cart-failed .block-content:after,

  .column .block-addbysku .block-content:after,

  .cart-container:after,

  .login-container:after,

  .account .column.main .block:not(.widget) .block-content:after,

  .block-addresses-list .items.addresses:after,

  .block-giftregistry-shared .item-options:after,

  .gift-wrapping .nested:after,

  .table .gift-wrapping .content:after,

  .block-wishlist-management:after,

  .paypal-review .block-content:after,

  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,

  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,

  .sales-guest-view .column.main .block:not(.widget) .block-content:after,

  .header.content:after,

  .page-header .header.panel:after,

  .account .toolbar:after,

  .toolbar-giftregistry-results:after,

  .toolbar-wishlist-results:after {

    clear: both;

  }

  .abs-add-box-sizing-desktop,

  .column.main,

  .sidebar-main,

  .sidebar-additional {

    box-sizing: border-box;

  }

  .abs-add-box-sizing-desktop-m,

  .opc-wrapper {

    box-sizing: border-box;

  }

  .abs-revert-field-type-desktop .fieldset > .field,

  .abs-revert-field-type-desktop .fieldset .fields > .field,

  .product-add-form .fieldset > .field,

  .product-add-form .fieldset .fields > .field {

    margin: 0 0 20px;

  }

  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,

  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,

  .product-add-form .fieldset > .field:not(.choice) > .label,

  .product-add-form .fieldset .fields > .field:not(.choice) > .label {

    box-sizing: content-box;

    float: none;

    width: auto;

    text-align: left;

    padding: 0;

  }

  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,

  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,

  .product-add-form .fieldset > .field:not(.choice) > .control,

  .product-add-form .fieldset .fields > .field:not(.choice) > .control {

    float: none;

    width: auto;

  }

  .abs-revert-field-type-desktop .fieldset > .field > .label,

  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,

  .product-add-form .fieldset > .field > .label,

  .product-add-form .fieldset .fields > .field > .label {

    margin: 0 0 5px;

    display: inline-block;

  }

  .abs-revert-field-type-desktop .fieldset > .field.choice:before,

  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,

  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,

  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,

  .product-add-form .fieldset > .field.choice:before,

  .product-add-form .fieldset .fields > .field.choice:before,

  .product-add-form .fieldset > .field.no-label:before,

  .product-add-form .fieldset .fields > .field.no-label:before {

    display: none;

  }

  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,

  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,

  .product-add-form .fieldset > .field:not(:first-child):last-of-type,

  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {

    margin-bottom: 0;

  }

  .abs-no-display-desktop,

  .opc-estimated-wrapper,

  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {

    display: none;

  }

  .abs-pager-toolbar,

  .account .toolbar,

  .toolbar-giftregistry-results,

  .toolbar-wishlist-results {

    margin-bottom: 20px;

    position: relative;

  }

  .abs-pager-toolbar .limiter,

  .account .toolbar .limiter,

  .toolbar-giftregistry-results .limiter,

  .toolbar-wishlist-results .limiter {

    float: right;

    position: relative;

    z-index: 1;

  }

  .abs-pager-toolbar .toolbar-amount,

  .account .toolbar .toolbar-amount,

  .toolbar-giftregistry-results .toolbar-amount,

  .toolbar-wishlist-results .toolbar-amount {

    float: left;

    line-height: normal;

    padding: 7px 0 0;

    position: relative;

    z-index: 1;

  }

  .abs-pager-toolbar .pages,

  .account .toolbar .pages,

  .toolbar-giftregistry-results .pages,

  .toolbar-wishlist-results .pages {

    position: absolute;

    width: 100%;

    z-index: 0;

  }

  .abs-shopping-cart-items-desktop,

  .block-cart-failed,

  .cart-container .form-cart,

  .cart-container .cart-gift-item {

    float: left;

    position: relative;

    width: 73%;

  }

  .abs-shopping-cart-items-desktop .actions,

  .block-cart-failed .actions,

  .cart-container .form-cart .actions,

  .cart-container .cart-gift-item .actions {

    text-align: right;

  }

  .abs-shopping-cart-items-desktop .action.clear,

  .abs-shopping-cart-items-desktop .action.update,

  .block-cart-failed .action.clear,

  .block-cart-failed .action.update,

  .cart-container .form-cart .action.clear,

  .cart-container .form-cart .action.update,

  .cart-container .cart-gift-item .action.clear,

  .cart-container .cart-gift-item .action.update {

    margin-left: 10px;

  }

  .abs-shopping-cart-items-desktop .action.continue,

  .block-cart-failed .action.continue,

  .cart-container .form-cart .action.continue,

  .cart-container .cart-gift-item .action.continue {

    float: left;

  }

  .navigation,

  .breadcrumbs,

  .page-header .header.panel,

  .header.content,

  .footer.content,

  .page-wrapper > .widget,

  .page-wrapper > .page-bottom,

  .block.category.event,

  .top-container,

  .page-main {

    box-sizing: border-box;

    margin-left: auto;

    margin-right: auto;

    max-width: 1280px;

    padding-left: 20px;

    padding-right: 20px;

    width: auto;

  }

  .page-main {

    width: 100%;

  }

  .columns {

    display: block;

  }

  .column.main {

    min-height: 300px;

  }

  .page-layout-1column .column.main {

    width: 100%;

    -ms-flex-order: 2;

    -webkit-order: 2;

    order: 2;

  }

  .page-layout-3columns .column.main {

    width: 66.66666667%;

    display: inline-block;

    -ms-flex-order: 2;

    -webkit-order: 2;

    order: 2;

  }

  .page-layout-2columns-left .column.main {

    width: 83.33333333%;

    float: right;

    -ms-flex-order: 2;

    -webkit-order: 2;

    order: 2;

  }

  .page-layout-2columns-right .column.main {

    width: 83.33333333%;

    float: left;

    -ms-flex-order: 1;

    -webkit-order: 1;

    order: 1;

  }

  .sidebar-main {

    padding-right: 2%;

  }

  .page-layout-3columns .sidebar-main {

    width: 16.66666667%;

    float: left;

    -ms-flex-order: 1;

    -webkit-order: 1;

    order: 1;

  }

  .page-layout-2columns-left .sidebar-main {

    width: 16.66666667%;

    float: left;

    -ms-flex-order: 1;

    -webkit-order: 1;

    order: 1;

  }

  .page-layout-2columns-right .sidebar-main {

    width: 16.66666667%;

    float: left;

    -ms-flex-order: 1;

    -webkit-order: 1;

    order: 1;

  }

  .page-layout-2columns-right .sidebar-main {

    padding-left: 2%;

    padding-right: 0;

  }

  .sidebar-additional {

    clear: right;

    padding-left: 2%;

  }

  .page-layout-3columns .sidebar-additional {

    width: 16.66666667%;

    float: right;

    -ms-flex-order: 3;

    -webkit-order: 3;

    order: 3;

  }

  .page-layout-2columns-left .sidebar-additional {

    width: 16.66666667%;

    float: right;

    -ms-flex-order: 2;

    -webkit-order: 2;

    order: 2;

  }

  .page-layout-2columns-right .sidebar-additional {

    width: 16.66666667%;

    float: right;

    -ms-flex-order: 2;

    -webkit-order: 2;

    order: 2;

  }

  .page-layout-2columns-left .main {

    padding-left: 2%;

  }

  .page-layout-2columns-left .sidebar-additional {

    clear: left;

    float: left;

    padding-left: 0;

  }

  .panel.header {

    padding: 10px 20px;

  }

  .nav-toggle {

    display: none;

  }

  .nav-sections {

    -webkit-flex-shrink: 0;

    flex-shrink: 0;

    -webkit-flex-basis: auto;

    flex-basis: auto;

    margin-bottom: 25px;

  }

  .nav-sections-item-title {

    display: none;

  }

  .nav-sections-item-content > * {

    display: none;

  }

  .nav-sections-item-content > .navigation {

    display: block;

  }

  .navigation {

    background: #d9c756;

    font-weight: 500;

    height: inherit;

    left: auto;

    overflow: inherit;

    padding: 0;

    position: relative;

    top: 0;

    width: 100%;

    z-index: 3;

  }

  .navigation:empty {

    display: none;

  }

  .navigation ul {

    margin-top: 0;

    margin-bottom: 0;

    padding: 0;

    position: relative;

  }

  .navigation li.level0 {

    border-top: none;

  }

  .navigation li.level1 {

    position: relative;

  }

  .navigation .level0 {

    margin: 0 10px 0 0;

    display: inline-block;

    position: relative;

  }

  .navigation .level0:last-child {

    margin-right: 0;

    padding-right: 0;

  }

  .navigation .level0:hover:after {

    content: '';

    display: block;

    position: absolute;

    top: 0;

    left: 100%;

    width: 10px;

    height: calc(100% + 3px);

    z-index: 1;

  }

  .navigation .level0 > .level-top {

    color: #575757;

    line-height: 53px;

    padding: 0 12px;

    text-decoration: none;

    box-sizing: border-box;

    position: relative;

    display: inline-block;

  }

  .navigation .level0 > .level-top:hover,

  .navigation .level0 > .level-top.ui-state-focus {

    color: #10838c;

    text-decoration: none;

  }

  .navigation .level0.active > .level-top,

  .navigation .level0.has-active > .level-top {

    border-color: #10838c;

    border-style: solid;

    border-width: 0 0 3px;

    color: #10838c;

    text-decoration: none;

    display: inline-block;

  }

  .navigation .level0.parent:hover > .submenu {

    overflow: visible !important;

  }

  .navigation .level0.parent > .level-top {

    padding-right: 20px;

  }

  .navigation .level0.parent > .level-top > .ui-menu-icon {

    position: absolute;

    right: 0;

    display: inline-block;

    text-decoration: none;

  }

  .navigation .level0.parent > .level-top > .ui-menu-icon > span {

    border: 0;

    clip: rect(0, 0, 0, 0);

    height: 1px;

    margin: -1px;

    overflow: hidden;

    padding: 0;

    position: absolute;

    width: 1px;

  }

  .navigation .level0.parent > .level-top > .ui-menu-icon:after {

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    font-size: 12px;

    line-height: 20px;

    color: inherit;

    content: '\e904';

    font-family: 'smc';

    vertical-align: middle;

    display: inline-block;

    font-weight: normal;

    overflow: hidden;

    speak: none;

    text-align: center;

  }

  .navigation .level0 .submenu {

    background: #ffffff;

    border: 1px solid #d1d1d1;

    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);

    font-weight: 500;

    min-width: 230px;

    padding: 0;

    display: none;

    left: 0;

    margin: 0 !important;

    position: absolute;

    z-index: 1;

    margin-top: 11px;

  }

  .navigation .level0 .submenu > ul {

    margin-top: 11px;

  }

  .navigation .level0 .submenu > ul:before,

  .navigation .level0 .submenu > ul:after {

    content: '';

    display: block;

    overflow: hidden;

    position: absolute;

  }

  .navigation .level0 .submenu > ul:before {

    color: #ffffff;

    left: 20px;

    top: -20px;

    border: 10px solid transparent;

    height: 0;

    width: 0;

    border-bottom-color: #ffffff;

    z-index: 4;

  }

  .navigation .level0 .submenu > ul:after {

    border: 11px solid transparent;

    height: 0;

    width: 0;

    border-bottom-color: #d1d1d1;

    color: #d1d1d1;

    left: 19px;

    top: -22px;

    z-index: 3;

  }

  .navigation .level0 .submenu:before {

    content: '';

    display: block;

    position: absolute;

    width: 100%;

    height: 4px;

    left: 0;

    top: -4px;

    z-index: 1;

  }

  .navigation .level0 .submenu a {

    display: block;

    line-height: inherit;

    color: #575757;

    padding: 8px 20px;

  }

  .navigation .level0 .submenu a:hover,

  .navigation .level0 .submenu a.ui-state-focus {

    background: #fde035;

    color: #10838c;

    text-decoration: none;

  }

  .navigation .level0 .submenu .active > a {

    border-color: #10838c;

    border-style: solid;

    border-width: 0 0 0 3px;

  }

  .navigation .level0 .submenu .submenu {

    top: -1px !important;

    left: 100% !important;

  }

  .navigation .level0 .submenu .submenu-reverse {

    left: auto !important;

    right: 100%;

  }

  .navigation .level0 .submenu li {

    margin: 0;

    position: relative;

  }

  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {

    position: absolute;

    right: 3px;

    display: inline-block;

    text-decoration: none;

  }

  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {

    border: 0;

    clip: rect(0, 0, 0, 0);

    height: 1px;

    margin: -1px;

    overflow: hidden;

    padding: 0;

    position: absolute;

    width: 1px;

  }

  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    font-size: 12px;

    line-height: 20px;

    color: inherit;

    content: '\e608';

    font-family: 'smc';

    vertical-align: middle;

    display: inline-block;

    font-weight: normal;

    overflow: hidden;

    speak: none;

    text-align: center;

  }

  .navigation .level0.more {

    position: relative;

    display: inline-block;

    text-decoration: none;

  }

  .navigation .level0.more:after {

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    font-size: 26px;

    line-height: inherit;

    color: inherit;

    content: '\e607';

    font-family: 'smc';

    vertical-align: middle;

    display: inline-block;

    font-weight: normal;

    overflow: hidden;

    speak: none;

    text-align: center;

  }

  .navigation .level0.more:before {

    display: none;

  }

  .navigation .level0.more:after {

    cursor: pointer;

    padding: 8px 12px;

    position: relative;

    z-index: 1;

  }

  .navigation .level0.more:hover > .submenu {

    overflow: visible !important;

  }

  .navigation .level0.more li {

    display: block;

  }

  .panel.header .links,

  .panel.header .switcher {

    display: inline-block;

  }

  .fieldset > .field {

    margin: 0 0 20px;

    box-sizing: border-box;

    margin: 0 0 29px;

  }

  .fieldset > .field > .label {

    margin: 0;

  }

  .fieldset > .field:before,

  .fieldset > .field:after {

    content: '';

    display: table;

  }

  .fieldset > .field:after {

    clear: both;

  }

  .fieldset > .field.choice:before,

  .fieldset > .field.no-label:before {

    padding: 6px 15px 0 0;

    width: 25.8%;

    box-sizing: border-box;

    content: ' ';

    float: left;

    height: 1px;

  }

  .fieldset > .field .description {

    padding: 6px 15px 0 0;

    text-align: right;

    width: 25.8%;

    box-sizing: border-box;

    float: left;

  }

  .fieldset > .field:not(.choice) > .label {

    padding: 6px 15px 0 0;

    text-align: right;

    width: 25.8%;

    box-sizing: border-box;

    float: left;

  }

  .fieldset > .field:not(.choice) > .control {

    width: 74.2%;

    float: left;

  }

  .product.data.items {

    position: relative;

    z-index: 1;

  }

  .product.data.items:before,

  .product.data.items:after {

    content: '';

    display: table;

  }

  .product.data.items:after {

    clear: both;

  }

  .product.data.items > .item.title {

    float: left;

    width: auto;

  }

  .product.data.items > .item.title > .switch {

    height: 44px;

    display: block;

    position: relative;

    z-index: 2;

  }

  .product.data.items > .item.content {

    margin-top: 44px;

    box-sizing: border-box;

    float: right;

    margin-left: -100%;

    width: 100%;

  }

  .product.data.items > .item.content:before,

  .product.data.items > .item.content:after {

    content: '';

    display: table;

  }

  .product.data.items > .item.content:after {

    clear: both;

  }

  .product.data.items > .item.content.active {

    display: block;

  }

  .product.data.items > .item.title {

    margin: 0 1px 0 0;

  }

  .product.data.items > .item.title > .switch {

    font-weight: 400;

    line-height: 44px;

    font-size: 1.4rem;

    color: #575757;

    text-decoration: none;

    background: #f0f0f0;

    border: 1px solid #d1d1d1;

    border-bottom: none;

    height: 44px;

    padding: 5px 20px 5px 20px;

  }

  .product.data.items > .item.title > .switch:visited {

    color: #575757;

    text-decoration: none;

  }

  .product.data.items > .item.title > .switch:hover {

    color: #575757;

    text-decoration: none;

  }

  .product.data.items > .item.title > .switch:active {

    color: #575757;

    text-decoration: none;

  }

  .product.data.items > .item.title:not(.disabled) > .switch:focus,

  .product.data.items > .item.title:not(.disabled) > .switch:hover {

    background: #fcfcfc;

  }

  .product.data.items > .item.title:not(.disabled) > .switch:active,

  .product.data.items > .item.title.active > .switch,

  .product.data.items > .item.title.active > .switch:focus,

  .product.data.items > .item.title.active > .switch:hover {

    background: #ffffff;

    color: #575757;

    text-decoration: none;

  }

  .product.data.items > .item.title.active > .switch,

  .product.data.items > .item.title.active > .switch:focus,

  .product.data.items > .item.title.active > .switch:hover {

    padding-bottom: 6px;

  }

  .product.data.items > .item.content {

    background: #ffffff;

    margin-top: 55px;

    padding: 20px 20px 20px 20px;

    border: 1px solid #d1d1d1;

  }

  .actions-toolbar:before,

  .actions-toolbar:after {

    content: '';

    display: table;

  }

  .actions-toolbar:after {

    clear: both;

  }

  .actions-toolbar .primary {

    float: left;

  }

  .actions-toolbar .secondary {

    float: right;

  }

  .actions-toolbar .primary,

  .actions-toolbar .secondary {

    display: inline-block;

  }

  .actions-toolbar .primary a.action,

  .actions-toolbar .secondary a.action {

    display: inline-block;

  }

  .actions-toolbar .primary .action {

    margin: 0 5px 0 0;

  }

  .actions-toolbar .secondary a.action {

    margin-top: 6px;

  }

  .actions-toolbar > .primary,

  .actions-toolbar > .secondary {

    margin-bottom: 0;

  }

  .actions-toolbar > .primary .action,

  .actions-toolbar > .secondary .action {

    margin-bottom: 0;

    width: auto;

  }

  .modal-popup.modal-slide .modal-footer {

    border-top: 1px solid #c2c2c2;

    text-align: right;

  }

  /**

     * @codingStandardsIgnoreStart

     */

  #store-selector .form-continue .actions-toolbar > .primary {

    float: right;

  }

  #store-selector .form-continue .actions-toolbar .action.primary {

    margin: 0;

  }

  .am-brands-fullwidth {

    width: 100% !important;

  }

  .ui-tooltip.ui-widget {

    max-width: 450px;

  }

  .filter-options-content a:hover {

    text-decoration: none;

  }

  .catalog-topnav {

    display: block;

  }

  .page-layout-1column .toolbar-products {

    position: inherit !important;

  }

  .filter-options-content .am-filter-price {

    width: 40%;

  }

  .sidebar > .block-category-list {

    margin-bottom: 14px;

  }

  .amasty-catalog-topnav {

    margin-top: 3px;

  }

  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {

    z-index: 1001;

    min-width: 200px;

  }

  .amasty-catalog-topnav .filter-options {

    margin-bottom: 20px;

    padding: 3px 0;

  }

  .amasty-catalog-topnav .filter-subtitle {

    display: none;

  }

  .amasty-catalog-topnav .amshopby-category-dropdown {

    min-width: 200px;

  }

  .amasty-catalog-topnav .filter-options-item {

    margin-bottom: 0;

  }

  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {

    padding-left: 0;

  }

  .amasty-catalog-topnav .filter-options-title {

    padding-right: 5px;

  }

  .amasty-catalog-topnav .filter-options-title:after {

    position: static;

    display: inline-block;

    margin: 0 0 0 15px;

    transform: translateY(-2px);

  }

  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {

    margin: -11px;

    box-shadow: none;

  }

  .filter-options input[type='checkbox'] {

    overflow: hidden;

    clip: rect(0, 0, 0, 0);

    margin: 0;

    padding: 0;

    width: 0;

    height: 0;

    border: 0;

    opacity: 0;

    position: absolute;

  }

  .filter-options input[type='checkbox'] + .amshopby-choice {

    word-wrap: break-word;

    word-break: break-word;

    position: absolute;

    top: 5px;

    left: 0;

    display: block;

    margin: 0;

    padding: 0 0 0 22px;

    min-height: 12px;

    line-height: 1.2;

    cursor: pointer;

  }

  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {

    word-break: break-all;

  }

  .filter-options input[type='checkbox'] + .amshopby-choice:before,

  .filter-options input[type='checkbox'] + .amshopby-choice:after {

    position: absolute;

    top: 0;

    left: 0;

    display: inline-block;

    box-sizing: border-box;

    width: 12px;

    height: 12px;

    border-radius: 2px;

    content: '';

  }

  .filter-options input[type='checkbox'] + .amshopby-choice:before {

    border: 1px solid #e3e3e3;

    background: #ffffff;

  }

  .filter-options input[type='checkbox'] + .amshopby-choice:after {

    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;

    content: none;

  }

  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,

  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {

    border-color: #1979c3;

  }

  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {

    content: '';

  }

  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,

  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,

  .filter-options input[type='checkbox']:active + .amshopby-choice:before,

  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {

    border-color: #1979c3;

  }

  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {

    border-color: #f23b3b;

  }

  .am_shopby_apply_filters {

    position: absolute;

    bottom: inherit;

    z-index: 212;

    display: none;

    visibility: hidden;

    padding: 0;

    width: inherit;

  }

  .am_shopby_apply_filters.visible {

    bottom: inherit;

    visibility: visible;

  }

  .am_shopby_apply_filters.-fixed {

    position: fixed;

  }

  .am_shopby_apply_filters.-fixed .am-show-button:before {

    display: none;

  }

  .am-show-button {

    position: relative;

    justify-content: space-between;

    margin: 0 0 10px;

    padding: 12px 10px;

    min-width: 180px;

    width: inherit;

    border: none;

    border-radius: 6px;

    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);

  }

  .am-show-button > .am-items {

    margin: 0 auto;

  }

  .am-show-button:before {

    position: absolute;

    width: 10px;

    height: 10px;

    background: #ffffff;

    content: '';

    transform: rotate(45deg);

  }

  .am-show-button.-vertical:before {

    top: calc(50% - (10px / 2));

    right: calc(100% - (10px / 2));

  }

  .am-show-button.-horizontal:before {

    top: calc(100% - (10px / 2));

    left: calc(50% - (10px / 2));

  }

  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {

    top: 30%;

    transform: translate(-50%, -30%);

  }

  .ambrands-letters-list {

    display: flex;

  }

  .ambrands-letters-list .ambrands-letter .ambrands-content {

    margin: 0 -10px;

  }

  .ambrands-letters-list .ambrands-brand-item {

    margin: 0 10px 20px;

  }

  .ambrands-letters-list .ambrands-brand-item.-no-logo {

    max-width: 156px;

  }

  .ambrands-letters-list .ambrands-letter {

    padding-right: 10px;

    width: inherit;

  }

  .login-container .block-amazon-login {

    clear: none;

    float: right;

  }

  .login-container .block-amazon-login .actions-toolbar {

    margin-top: 25px;

  }

  .login-container .block:nth-child(2) + .block-amazon-login {

    clear: none;

  }

  .amazon-validate-container {

    margin: 40px auto 0 auto;

    width: 500px;

  }

  .amazon-validate-container .primary {

    width: 190px;

  }

  .amazon-validate-container .continue-as-guest {

    width: 130px;

  }

  .amazon-validate-container .forgot-password {

    text-align: right;

    width: 175px;

  }

  .amazon-addresses .amazon-address {

    margin-bottom: 0;

  }

  /* 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: 11.5px 0;

  }

  .block-cart-failed .actions {

    text-align: left;

  }

  .block-cart-failed .actions.primary {

    float: right;

  }

  .bundle-options-container .bundle-options-wrapper,

  .bundle-options-container .product-options-wrapper {

    float: left;

    width: 57%;

  }

  .bundle-options-container .block-bundle-summary {

    float: right;

    position: relative;

    width: 40%;

  }

  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,

  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,

  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,

  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,

  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,

  .page-layout-3columns .bundle-options-container .block-bundle-summary {

    width: 48%;

  }

  .block-category-event.block:last-child {

    margin-bottom: 30px;

    padding: 10px 0 30px;

  }

  .block-category-event .block-title {

    margin: 0;

  }

  .block-category-event .block-title strong {

    font-size: 2.4rem;

  }

  .block-category-event .ticker li {

    display: none;

    margin: 0 50px;

  }

  .block-category-event .ticker .value {

    font-size: 6rem;

  }

  .block-category-event .ticker .label {

    font-size: 1.4rem;

    text-transform: none;

  }

  .block-category-event .dates .date {

    font-size: 5rem;

  }

  .block-category-event .dates .start {

    padding-right: 50px;

  }

  .block-category-event .dates .start:after {

    font-size: 5rem;

    right: 10px;

  }

  .cart-container .widget {

    float: left;

  }

  .cart-container .widget.block {

    margin-bottom: 20px;

  }

  .cart-summary {

    float: right;

    position: relative;

    width: 23%;

  }

  .column.main .cart-summary .actions-toolbar > .secondary {

    float: none;

  }

  .cart-summary .block .fieldset .field {

    margin: 0 0 20px;

    margin: 0 0 10px;

  }

  .cart-summary .block .fieldset .field:not(.choice) > .label {

    box-sizing: content-box;

    float: none;

    width: auto;

    text-align: left;

    padding: 0;

  }

  .cart-summary .block .fieldset .field:not(.choice) > .control {

    float: none;

    width: auto;

  }

  .cart-summary .block .fieldset .field > .label {

    margin: 0 0 5px;

    display: inline-block;

  }

  .cart-summary .block .fieldset .field.choice:before,

  .cart-summary .block .fieldset .field.no-label:before {

    display: none;

  }

  .cart.table-wrapper .items {

    min-width: 100%;

    width: auto;

  }

  .cart.table-wrapper .item .col.item {

    padding: 27px 8px 10px;

  }

  .cart.table-wrapper .item-actions td {

    text-align: right;

  }

  .cart.table-wrapper .product-item-photo {

    display: table-cell;

    max-width: 100%;

    padding-right: 20px;

    position: static;

    vertical-align: top;

    width: 1%;

  }

  .cart.table-wrapper .product-item-details {

    display: table-cell;

    vertical-align: top;

    white-space: normal;

    width: 99%;

  }

  .cart.table-wrapper .item-actions .actions-toolbar {

    text-align: left;

  }

  .cart .action {

    margin-bottom: 10px;

  }

  .cart-products-toolbar .toolbar-amount {

    line-height: 30px;

    margin: 0;

  }

  .cart-products-toolbar .pages {

    float: right;

    margin: 0 0 1px;

  }

  .cart-products-toolbar .pages .item:last-child {

    margin-right: 0;

  }

  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {

    padding-bottom: 7px;

    padding-top: 8px;

  }

  .cart.table-wrapper .cart + .cart-products-toolbar {

    margin-top: 25px;

  }

  .minicart-wrapper {

    margin-left: 13px;

  }

  .minicart-wrapper .block-minicart {

    right: -15px;

    width: 390px;

  }

  .opc-wrapper {

    width: 66.66666667%;

    float: left;

    -ms-flex-order: 1;

    -webkit-order: 1;

    order: 1;

    padding-right: 30px;

  }

  .checkout-onepage-success .print {

    display: block;

    float: right;

    margin: 22px 0 0;

  }

  .opc-progress-bar-item {

    width: 185px;

  }

  .checkout-index-index .modal-popup .form-shipping-address {

    max-width: 600px;

  }

  .checkout-index-index .modal-popup .modal-footer .action-save-address {

    float: right;

    margin: 0 0 0 10px;

  }

  .checkout-shipping-method .actions-toolbar > .primary {

    float: right;

  }

  .checkout-shipping-method .actions-toolbar .action.primary {

    margin: 0;

  }

  .opc-wrapper .form-login,

  .opc-wrapper .form-shipping-address {

    max-width: 600px;

  }

  .table-checkout-shipping-method {

    width: auto;

  }

  .opc-sidebar {

    margin: 46px 0 20px;

    width: 33.33333333%;

    float: right;

    -ms-flex-order: 2;

    -webkit-order: 2;

    order: 2;

  }

  .opc-summary-wrapper .modal-header .action-close {

    display: none;

  }

  .authentication-dropdown {

    background-color: #ffffff;

    border: 1px solid #575757;

    -webkit-transform: scale(1, 0);

    -webkit-transform-origin: 0 0;

    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;

    position: absolute;

    text-align: left;

    top: 100%;

    transform: scale(1, 0);

    transform-origin: 0 0;

    transition: transform linear .1s, visibility 0s linear .1s;

    visibility: hidden;

    width: 100%;

  }

  .authentication-dropdown._show {

    z-index: 100;

    -webkit-transform: scale(1, 1);

    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;

    transform: scale(1, 1);

    transition: transform linear .1s, visibility 0s linear 0s;

    visibility: visible;

  }

  .authentication-wrapper {

    width: 33.33333333%;

    text-align: right;

  }

  .block-authentication .block-title {

    font-size: 2.6rem;

    border-bottom: 0;

    margin-bottom: 25px;

  }

  .block-authentication .actions-toolbar > .primary {

    display: inline;

    float: right;

    margin-right: 0;

  }

  .block-authentication .actions-toolbar > .primary .action {

    margin-right: 0;

  }

  .block-authentication .actions-toolbar > .secondary {

    float: left;

    margin-right: 2rem;

    padding-top: 1rem;

  }

  .popup-authentication .modal-inner-wrap {

    min-width: 768px;

    width: 60%;

  }

  .popup-authentication .block-authentication {

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-flex-direction: row;

    -ms-flex-direction: row;

    flex-direction: row;

    border-top: 1px solid #c2c2c2;

  }

  .popup-authentication .block[class],

  .popup-authentication .form-login,

  .popup-authentication .fieldset,

  .popup-authentication .block-content {

    display: -webkit-flex;

    display: -ms-flexbox;

    display: flex;

    -webkit-flex-direction: column;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-flex-grow: 1;

    flex-grow: 1;

  }

  .popup-authentication .block[class] {

    box-sizing: border-box;

    float: left;

    padding: 10px 30px 0 0;

    width: 50%;

  }

  .popup-authentication .block[class] + .block {

    border-left: 1px solid #c2c2c2;

    border-top: 0;

    margin: 0;

    padding: 10px 0 0 40px;

  }

  .popup-authentication .block[class] + .block:before {

    left: 0;

    top: 50%;

  }

  .popup-authentication .actions-toolbar {

    margin-bottom: 0;

    margin-top: auto;

  }

  .checkout-payment-method .actions-toolbar .primary {

    float: right;

    margin: 0;

  }

  .checkout-payment-method .fieldset > .field-select-billing > .control {

    float: none;

    width: 100%;

  }

  .checkout-payment-method .payment-method-content .fieldset > .field {

    margin: 0 0 20px;

  }

  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {

    padding: 0;

    width: 0;

  }

  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {

    margin-left: 25.8%;

  }

  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {

    margin-left: 0;

  }

  .checkout-billing-address .action-update {

    float: right;

  }

  .checkout-billing-address .actions-toolbar .action-cancel {

    margin: 6px 20px 0 0;

  }

  .checkout-payment-method .payment-option-title {

    padding-left: 22px;

  }

  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {

    margin-left: 0;

  }

  .contact-index-index .column:not(.sidebar-additional) .form.contact {

    min-width: 600px;

  }

  .login-container .block .login .actions-toolbar > .primary {

    margin-bottom: 0;

    margin-right: 30px;

  }

  .login-container .block .login .actions-toolbar > .secondary {

    float: left;

  }

  .fieldset .fullname .field .label {

    padding: 6px 15px 0 0;

    text-align: right;

    width: 25.8%;

    box-sizing: border-box;

    float: left;

  }

  .fieldset .fullname .field .control {

    width: 74.2%;

    float: left;

  }

  .form.password.reset,

  .form.send.confirmation,

  .form.password.forget,

  .form.create.account,

  .form.search.advanced,

  .form.form-orders-search {

    min-width: 600px;

    width: 50%;

  }

  .account.page-layout-2columns-left .sidebar-main,

  .account.page-layout-2columns-left .sidebar-additional {

    width: 22.3%;

  }

  .account.page-layout-2columns-left .column.main {

    width: 77.7%;

  }

  .block-addresses-list .items.addresses {

    font-size: 0;

  }

  .block-addresses-list .items.addresses > .item {

    display: inline-block;

    font-size: 14px;

    margin-bottom: 20px;

    vertical-align: top;

    width: 48.8%;

  }

  .block-addresses-list .items.addresses > .item:nth-last-child(1),

  .block-addresses-list .items.addresses > .item:nth-last-child(2) {

    margin-bottom: 0;

  }

  .block-addresses-list .items.addresses > .item:nth-child(even) {

    margin-left: 2.4%;

  }

  .control.captcha-image .captcha-img {

    margin: 0 10px 10px 0;

  }

  .page-product-downloadable .product-options-wrapper {

    float: left;

    width: 55%;

  }

  .page-product-downloadable .product-options-bottom {

    float: right;

    width: 40%;

  }

  .page-product-downloadable .product-options-bottom .field.qty + .actions {

    padding-top: 0;

  }

  .gift-message .field {

    margin-bottom: 20px;

  }

  .gift-options {

    position: relative;

    z-index: 1;

  }

  .gift-options .actions-toolbar {

    clear: both;

    float: right;

    position: static;

  }

  .gift-options .actions-toolbar .secondary {

    float: right;

  }

  .gift-options .actions-toolbar .secondary .action {

    float: right;

    margin-left: 20px;

  }

  .gift-options .actions-toolbar .secondary .action-cancel {

    display: block;

    float: left;

    margin-top: 6px;

  }

  .gift-options .actions-toolbar:nth-child(3):before {

    border-left: 1px solid #c2c2c2;

    bottom: 5rem;

    content: '';

    display: block;

    left: 50%;

    overflow: hidden;

    position: absolute;

    top: 0;

    width: 0;

  }

  .gift-options-title {

    font-weight: 300;

    font-size: 1.8rem;

  }

  .cart.table-wrapper .action-gift {

    float: left;

  }

  .order-options .gift-wrapping,

  .table-order-review .gift-wrapping {

    max-width: 50%;

  }

  .form-giftregistry-search .fieldset {

    margin-bottom: 29px;

  }

  .form-giftregistry-search .fieldset > .fields-specific-options > .field {

    margin: 0 0 20px;

    box-sizing: border-box;

  }

  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {

    margin: 0;

  }

  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,

  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {

    content: '';

    display: table;

  }

  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {

    clear: both;

  }

  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,

  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {

    padding: 6px 15px 0 0;

    width: 25.8%;

    box-sizing: border-box;

    content: ' ';

    float: left;

    height: 1px;

  }

  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {

    padding: 6px 15px 0 0;

    text-align: right;

    width: 25.8%;

    box-sizing: border-box;

    float: left;

  }

  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {

    padding: 6px 15px 0 0;

    text-align: right;

    width: 25.8%;

    box-sizing: border-box;

    float: left;

  }

  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {

    width: 74.2%;

    float: left;

  }

  .block-giftregistry-shared-items .product-item-photo {

    display: table-cell;

    max-width: 100%;

    padding: 0 20px 0 0;

    vertical-align: top;

    width: 1%;

  }

  .block-giftregistry-shared-items .product-item-details {

    display: table-cell;

    vertical-align: top;

    width: 99%;

    word-break: normal;

  }

  .block-giftregistry-shared-items .col.product {

    width: 48%;

  }

  .block-giftregistry-shared-items .col:not(.product) {

    text-align: center;

  }

  .block-giftregistry-shared-items .col.price {

    padding-top: 17px;

  }

  .block-giftregistry-shared-items .input-text.qty {

    margin-top: -4px;

  }

  .gift-options-cart-item .gift-wrapping,

  .cart-gift-item .gift-wrapping {

    box-sizing: border-box;

    float: left;

    padding-right: 20px;

    width: 50%;

  }

  .gift-options-cart-item .gift-wrapping + .gift-message,

  .cart-gift-item .gift-wrapping + .gift-message {

    border-left: 1px solid #c2c2c2;

    box-sizing: border-box;

    float: left;

    padding-left: 4.5rem;

    width: 50%;

  }

  .form-add-invitations .additional,

  .form-add-invitations .field.text {

    margin-top: 29px;

  }

  .table-invitations .col {

    width: 50%;

  }

  .wishlist.window.popup {

    bottom: auto;

    top: 20%;

    left: 50%;

    margin-left: -226px;

    width: 380px;

    right: auto;

  }

  .wishlist.window.popup .field {

    margin: 0 0 20px;

  }

  .wishlist.window.popup .field:not(.choice) > .label {

    box-sizing: content-box;

    float: none;

    width: auto;

    text-align: left;

    padding: 0;

  }

  .wishlist.window.popup .field:not(.choice) > .control {

    float: none;

    width: auto;

  }

  .wishlist.window.popup .field > .label {

    margin: 0 0 5px;

    display: inline-block;

  }

  .wishlist.window.popup .field.choice:before,

  .wishlist.window.popup .field.no-label:before {

    display: none;

  }

  .block-wishlist-management {

    margin-bottom: 20px;

  }

  .block-wishlist-management .wishlist-select {

    border-bottom: 1px solid #fde035;

    display: table;

    margin-bottom: 15px;

    width: 100%;

  }

  .block-wishlist-management .wishlist-select .wishlist-name {

    display: table-cell;

    margin-right: 10px;

    padding: 5px 10px 10px;

    vertical-align: top;

    white-space: nowrap;

    width: 5%;

  }

  .block-wishlist-management .wishlist-select-items {

    display: table-cell;

    padding-right: 160px;

    vertical-align: top;

  }

  .block-wishlist-management .wishlist-select-items .item {

    display: inline-block;

    margin-right: 10px;

    padding: 5px 10px 10px;

  }

  .block-wishlist-management .wishlist-select-items .item:last-child {

    margin-right: 0;

  }

  .block-wishlist-management .wishlist-select-items .current {

    border-bottom: 3px solid #10838c;

    font-weight: 600;

  }

  .block-wishlist-management .wishlist-select .wishlist-name-current {

    display: none;

  }

  .block-wishlist-management .wishlist-add.item {

    position: absolute;

    right: 0;

    top: 0;

  }

  .block-wishlist-management .wishlist-title strong {

    font-size: 4rem;

  }

  .block-wishlist-management .wishlist-info {

    float: left;

  }

  .block-wishlist-management .wishlist-toolbar {

    float: right;

  }

  .block-wishlist-info-items .product-item-photo {

    margin-left: 0;

  }

  .products-grid.wishlist .product-item-checkbox {

    float: left;

  }

  .products-grid.wishlist .product-item-checkbox + .product-item-name {

    margin-left: 25px;

  }

  .paypal-review .paypal-review-title {

    border-bottom: 1px solid #d1d1d1;

  }

  .paypal-review .block-content .box-order-shipping-address,

  .paypal-review .block-content .box-order-shipping-method,

  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {

    box-sizing: border-box;

    float: left;

    width: 33%;

  }

  .paypal-review .block-content .box-order-shipping-address {

    padding: 0 5%;

    width: 34%;

  }

  .paypal-review .col.subtotal,

  .paypal-review .mark,

  .paypal-review .amount {

    text-align: right;

  }

  .products.wrapper.list .product-reviews-summary {

    margin: 0;

  }

  .reward-settings + .actions-toolbar {

    margin-top: -32px;

  }

  .form-create-return .additional .field:last-child {

    margin-top: 29px;

  }

  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {

    margin-bottom: 20px;

  }

  .block-returns-tracking .block-title .action {

    margin: 0 0 0 30px;

  }

  .block-returns-tracking .block-title .actions-track {

    float: right;

    margin-top: 12px;

  }

  .table-order-items .subtotal,

  .table-order-items .amount {

    text-align: right;

  }

  .table-order-items.creditmemo .col.qty,

  .table-order-items.creditmemo .col.discount,

  .table-order-items.creditmemo .col.subtotal {

    text-align: center;

  }

  .table-order-items.creditmemo .col.total {

    text-align: right;

  }

  .order-pager-wrapper .order-pager-wrapper-top {

    padding-left: 0;

    padding-right: 0;

  }

  .order-pager-wrapper .pages {

    float: right;

  }

  .order-actions-toolbar .action.print {

    display: block;

    float: right;

  }

  .page-title-wrapper .order-date {

    margin-top: -20px;

  }

  [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;

  }

  .page-wrapper > .breadcrumbs,

  .page-wrapper > .top-container,

  .page-wrapper > .widget {

    box-sizing: border-box;

    width: 100%;

  }

  .navigation ul {

    padding: 0 8px;

  }

  .header.panel > .header.links {

    float: right;

    font-size: 0;

    margin: 0;

    padding: 0;

    list-style: none none;

    margin-left: auto;

  }

  .header.panel > .header.links > li {

    display: inline-block;

    vertical-align: top;

  }

  .header.panel > .header.links > li {

    font-size: 14px;

    margin: 0 0 0 15px;

  }

  .header.panel > .header.links > li.welcome,

  .header.panel > .header.links > li a {

    line-height: 1.4;

  }

  .header.panel > .header.links > li.welcome a {

    padding-left: 5px;

  }

  .header.content {

    padding: 30px 20px 0;

  }

  .page-header {

    border: 0;

    margin-bottom: 0;

  }

  .page-header .panel.wrapper {

    border-bottom: 1px solid #fde035;

  }

  .page-header .header.panel {

    padding-bottom: 10px;

    padding-top: 10px;

  }

  .page-header .switcher {

    display: inline-block;

  }

  .page-main > .page-title-wrapper .page-title {

    display: inline-block;

  }

  .page-main > .page-title-wrapper .page-title + .action {

    float: right;

    margin-top: 20px;

  }

  .logo {

    margin: 0 auto 25px 0;

  }

  .logo img {

    max-height: inherit;

  }

  .footer.content .block {

    float: right;

  }

  .footer.content .links {

    display: inline-block;

    margin-bottom: 20px;

    padding: 0 50px 0 0;

    vertical-align: top;

  }

  .footer.content .switcher.store {

    display: inline-block;

    padding-right: 50px;

    vertical-align: top;

  }

  .my-credit-cards .card-type img {

    display: block;

  }

  .products-grid.wishlist .product-item-tooltip {

    display: inline-block;

  }

  .products-grid.wishlist .product-item-actions {

    margin: 10px 0 0;

  }

  .products-grid.wishlist .product-item .fieldset .field.qty {

    margin-bottom: 10px;

    padding-right: 10px;

  }

  .products-grid.wishlist .product-item .fieldset .field.qty .label {

    width: auto;

  }

  .products-grid.wishlist .product-item .box-tocart .actions-primary {

    margin: 0;

  }

  .products-grid.wishlist .product-item .box-tocart .stock {

    margin: 20px 0 0;

  }

  .wishlist-index-index .product-item-info {

    width: 240px;

  }

  .product-info-main .box-tocart,

  .product-options-bottom .box-tocart {

    display: table;

  }

  .product-info-main .box-tocart .field.qty,

  .product-options-bottom .box-tocart .field.qty {

    display: table-cell;

  }

  .product-info-main .box-tocart .actions,

  .product-options-bottom .box-tocart .actions {

    display: table-cell;

    text-align: center;

    vertical-align: bottom;

  }

  .product-info-main .page-title-wrapper .page-title {

    margin-top: -10px;

  }

  .sidebar .product-items .product-item-info .product-item-photo {

    position: relative;

    left: auto;

    top: auto;

    float: left;

    margin: 0 10px 10px 0;

  }

  .sidebar .product-items .product-item-details {

    margin: 0;

  }

  .sidebar .product-items .product-item-actions {

    clear: left;

  }

  .product-add-form {

    border-top: 1px solid #c2c2c2;

    border-bottom: 1px solid #c2c2c2;

    margin-top: 10px;

  }

  .product-info-main {

    float: right;

  }

  .page-layout-1column .product-info-main {

    width: 47%;

  }

  .page-layout-1column .product.media {

    width: 50%;

  }

  .page-layout-2columns-left .product-info-main,

  .page-layout-2columns-right .product-info-main,

  .page-layout-3columns .product-info-main {

    width: 48%;

  }

  .page-layout-2columns-left .product.media,

  .page-layout-2columns-right .product.media,

  .page-layout-3columns .product.media {

    width: 50%;

  }

  .block-search {

    padding-top: 10px;

    position: relative;

    float: right;

    width: 250px;

    z-index: 4;

  }

  .block-search .control {

    border-top: 0;

    margin: 0;

    padding: 0;

  }

  .block-search input {

    position: static;

    padding-right: 35px;

    margin: 0;

  }

  .block-search input::-webkit-input-placeholder {

    color: #c2c2c2;

  }

  .block-search input:-moz-placeholder {

    color: #c2c2c2;

  }

  .block-search input::-moz-placeholder {

    color: #c2c2c2;

  }

  .block-search input:-ms-input-placeholder {

    color: #c2c2c2;

  }

  .block-search .action.search {

    position: absolute;

    right: 10px;

    top: 25px;

    z-index: 1;

    display: inline-block;

    background-image: none;

    background: none;

    -moz-box-sizing: content-box;

    border: 0;

    box-shadow: none;

    line-height: inherit;

    margin: 0;

    padding: 0;

    text-decoration: none;

    text-shadow: none;

    font-weight: 400;

  }

  .block-search .action.search > span {

    border: 0;

    clip: rect(0, 0, 0, 0);

    height: 1px;

    margin: -1px;

    overflow: hidden;

    padding: 0;

    position: absolute;

    width: 1px;

  }

  .block-search .action.search:before {

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    font-size: 16px;

    line-height: 32px;

    color: #575757;

    content: '\e91a';

    font-family: 'smc';

    margin: 0;

    vertical-align: top;

    display: inline-block;

    font-weight: normal;

    overflow: hidden;

    speak: none;

    text-align: center;

  }

  .block-search .action.search:hover:before {

    color: #575757;

  }

  .block-search .action.search:active:before {

    color: inherit;

  }

  .block-search .action.search:focus,

  .block-search .action.search:active {

    background: none;

    border: none;

  }

  .block-search .action.search:hover {

    background: none;

    border: none;

  }

  .block-search .action.search.disabled,

  .block-search .action.search[disabled],

  fieldset[disabled] .block-search .action.search {

    pointer-events: none;

    opacity: 0.5;

  }

  .block-search .action.search:focus:before {

    color: #575757;

  }

  .search-autocomplete {

    margin-top: 0;

  }

  .sidebar .block.widget .pager .pages-item-next {

    padding: 0;

  }

  .sidebar .block.widget .pager .pages-item-next .action {

    margin: 0;

  }

  .latest-article {

    margin-left: -15px !important;

    margin-right: -15px !important;

  }

  .explore-section .pagebuilder-column-4 img,

  .explore-section .pagebuilder-column-3 img {

    width: 100%;

    object-fit: cover;

    max-height: 360px;

    height: 28vw;

  }

  .explore-section .horizontal-large {

    width: 56.60%;

  }

  .explore-section .horizontal-large .bluefoot-driver-text {

    font-size: 24px;

  }

  .explore-section .vertical-large {

    width: 21.7%;

  }

  .explore-section .vertical-large .bluefoot-driver-text {

    font-size: 24px;

  }

  .explore-section .horizontal-large-bottom {

    width: 40.5%;

  }

  .explore-section .horizontal-large-bottom .bluefoot-driver-text {

    font-size: 24px;

  }

  .explore-section .vertical-large-bottom {

    width: 19.83%;

  }

  .explore-section .vertical-large-bottom .bluefoot-driver-text {

    font-size: 16px;

  }

  [data-content-type='products'] .products-grid .item .actions {

    display: none;

  }

  [data-content-type='products'] img.photo.image {

    width: 224px;

    height: 224px;

  }

  div[data-content-type='row'].home-slider {

    margin-left: 0;

    margin-right: 0;

  }

  .box-tocart .action.tocart {

    max-width: 290px;

    width: 100%;

  }

  .box-tocart .action.tocart span {

    letter-spacing: 1px;

  }

  .after-footer {

    box-sizing: border-box;

    margin-left: auto;

    margin-right: auto;

    max-width: 1280px;

    padding-left: 20px;

    padding-right: 20px;

    width: 100%;

  }

  .page-wrapper > .page-bottom {

    width: 100% !important;

  }

  .page-wrapper > .page-bottom .before-footer-content [data-content-type='button-item'] [data-element='link'] {

    max-width: 250px;

  }

  .page-wrapper > .page-bottom .before-footer-content .diamond[data-content-type='button-item']::before,

  .page-wrapper > .page-bottom .before-footer-content .gift[data-content-type='button-item']::before,

  .page-wrapper > .page-bottom .before-footer-content .magazine[data-content-type='button-item']::before,

  .page-wrapper > .page-bottom .before-footer-content .locator[data-content-type='button-item']::before {

    display: none;

  }

  .page-wrapper > .page-bottom [data-content-type='button-item'] [data-element='link']::before {

    content: none;

  }

  .message.global.noscript .content,

  .message.global.cookie .content {

    padding: 4px 20px;

  }

  .product.data.items > .item.title > .switch:visited,

  .product.data.items > .item.title > a.switch {

    font-size: 14px;

    letter-spacing: .5px;

    color: #c2c2c2;

    text-transform: uppercase;

    background: #f0f0f0;

  }

  .product.data.items > .item.title:last-child > a.switch {

    border-right: 1px solid #c2c2c2;

  }

  .product.data.items > .item.title > a.switch {

    border: 1px solid #f0f0f0;

    border-bottom: none;

  }

  .product.data.items > .item.title.active > .switch,

  .product.data.items > .item.title.active > .switch:focus,

  .product.data.items > .item.title.active > .switch:hover {

    font-size: 14px;

    letter-spacing: .5px;

    color: #000000;

    text-transform: uppercase;

    border: 1px solid #c2c2c2;

    border-bottom: none;

  }

  .swatch-attribute-options {

    max-width: 540px;

  }

  .page-footer {

    background: none;

  }

  .page-footer .footer-top .ves-container.newsletter-sction {

    background: #cdcdcd;

    padding: 45px 0;

  }

  .page-footer .footer-top .ves-container.newsletter-sction .ves-widget {

    margin-bottom: 0;

  }

  .page-footer .footer-top .ves-container.newsletter-sction .block.newsletter {

    margin-bottom: 0;

  }

  .page-footer .footer-top .ves-container.newsletter-sction .block.newsletter .block-title {

    display: none;

  }

  .page-footer .footer-top .ves-container.newsletter-sction .block.newsletter .block-content form.form.subscribe {

    position: relative;

  }

  .page-footer .footer-top .ves-container.newsletter-sction .block.newsletter form.form.subscribe .field.newsletter {

    align-items: center;

    display: flex;

    width: 100%;

  }

  .page-footer .footer-top form.form.subscribe .newsletter-merge {

    padding: 0 10px 0 15px;

    width: 50%;

  }

  .page-footer .footer-top form.form.subscribe .newsletter-merge .text {

    font-size: 18px;

    line-height: 36px;

    margin-top: 10px;

  }

  .page-footer .footer-top form.form.subscribe .control {

    padding: 0 15px 0 0;

    position: relative;

    width: 50%;

  }

  .page-footer .footer-top form.form.subscribe .label {

    color: #484f5e;

    font-size: 34px;

    font-weight: 600;

    line-height: 50px;

    padding: 0;

    white-space: normal;

  }

  .page-footer .footer-top .ves-container .container {

    max-width: 1400px;

    width: 100%;

  }

  .page-footer .footer-top .block-title {

    color: #000;

    font-size: 22px;

    font-weight: 600;

    margin-bottom: 30px;

  }

  .page-footer .footer-top .panel-group {

    margin-bottom: 0;

  }

  .page-footer .footer-top ul {

    list-style: none;

    margin-bottom: 0;

    padding: 0;

  }

  .page-footer .footer-top ul li {

    margin-bottom: 20px;

  }

  .page-footer .footer-top ul li:last-child {

    margin-bottom: 0;

  }

  .page-footer .footer-top ul li a {

    color: #000;

    font-size: 14px;

  }

  .page-footer .footer-top ul.nav-links li i {

    display: none;

  }

  .page-footer .footer-top .location-footer .block-content {

    font-size: 14px;

    line-height: 24px;

    padding-left: 25px;

  }

  .page-footer .footer-top .location-footer .block-content a {

    color: #000;

    font-weight: normal;

  }

  .page-footer .footer-top .location-footer .block-content i {

    margin-left: -25px;

    width: 25px;

  }

  .page-footer .footer-top .location-footer .block-content p {

    margin-bottom: 0;

  }

  .page-footer .footer-top .location-footer .block-content .ct-p {

    margin-top: 15px;

  }

  .page-footer .footer-top .time {

    font-size: 14px;

    line-height: 24px;

    margin-bottom: 40px;

    padding-left: 25px;

    position: relative;

  }

  .page-footer .footer-top .time span {

    display: inline-block;

    width: 100%;

  }

  .page-footer .footer-top .time i {

    margin-left: -25px;

    width: 25px;

  }

  .page-footer .footer-top ul.social-links {

    list-style: none;

    margin: 0;

    padding: 0;

  }

  .page-footer .footer-top ul.social-links li {

    color: #333;

    display: inline-block;

    line-height: 30px;

    margin-bottom: 0;

    margin: 0 10px 0 0;

  }

  .page-footer .footer-top ul.social-links li a {

    background: #000;

    color: #fff;

    display: inline-block;

    height: 32px;

    text-align: center;

    width: 32px;

  }

  .page-footer .footer-section {

    background: #f4f4f4;

    padding: 65px 0;

  }

  .page-footer .footer-section .block {

    margin-bottom: 0;

  }

  .page-footer .footer-section .row-inner > div {

    width: 20%;

  }

  .page-footer .payment-icon-footer .block-title {

    display: none;

  }

  .page-footer .payment-icon-footer .block-content {

    align-items: center;

    display: flex;

    justify-content: center;

  }

  .page-footer .payment-icon-footer .block-content strong {

    color: #000;

    font-size: 22px;

    font-weight: 600;

    margin-bottom: 30px;

  }

  .page-footer .payment-icon-footer .block-content ul {

    margin-left: 40px;

  }

  .page-footer .payment-icon-footer .block-content ul img {

    height: auto;

    width: auto;

  }

  .page-footer .accept-payment-section-footer {

    background: #f4f4f4;

  }

  .page-footer .copyright-footer {

    background: #f4f4f4;

    border-top: 1px solid #dcdcdc;

    line-height: 30px;

    padding: 10px 0;

  }

  .page-footer .copyright-footer .block.copyright {

    margin-bottom: 0;

  }

  .block.newsletter .field .control:before {

    content: none;

  }

  .block.newsletter input {

    background: #fff;

    border-radius: 30px;

    border: 1px solid #fff !important;

    color: #333 !important;

    line-height: 32px !important;

    padding: 7px 180px 7px 25px !important;

    font-style: normal;

  }

  .block.newsletter .actions {

    margin: 0;

  }

  .block.newsletter .action.subscribe {

    background: #000;

    border-radius: 30px;

    border: none;

    font-size: 16px;

    font-weight: 300;

    line-height: 28px;

    min-width: 160px;

    padding: 8px 25px;

    position: absolute;

    right: 17px;

    top: 2px;

  }

  .newsletter-sction .form.subscribe input {

    border: 1px solid #fff !important;

    color: #333 !important;

    line-height: 32px !important;

    padding: 7px 180px 7px 25px !important;

  }

  #top {

    bottom: 20px;

    position: fixed;

    right: 20px;

    z-index: 9;

  }

  #top a {

    background: #000;

    border-radius: 5px;

    color: #fff;

    display: inline-block;

    font-size: 20px;

    height: 34px;

    line-height: 32px;

    text-align: center;

    width: 34px;

  }

  #top a span {

    display: none;

  }

  .block.newsletter input {

    padding: 8px 15px !important;

  }

  .block.newsletter .form.subscribe button.action.subscribe {

    background: #000;

    border-radius: 30px;

    padding: 8px 25px;

  }

  .form.subscribe input {

    background: #ffffff !important;

    border-radius: 30px !important;

    border: 1px solid #000 !important;

    height: auto !important;

    padding: 8px 15px !important;

  }

  .form.subscribe button.action.subscribe {

    background: none;

    border-radius: 0;

    height: auto !important;

    padding: 12px 20px;

  }

  .form.subscribe button.action.subscribe img {

    filter: grayscale(1) invert(1);

    opacity: 0.8;

  }

  .mppopup-text {

    color: #000 !important;

  }

  .tmp3-title {

    color: #000 !important;

  }

  .shipping-block ul {

    margin-bottom: 0;

  }

  .google-map {

    margin-bottom: 30px;

  }

  .contact-info a {

    color: #000;

  }

  .contact-customhtml a {

    color: #000;

  }

  .contact-index-index .block-title {

    margin-bottom: 15px;

  }

  .contact-index-index .action.primary {

    background: #000;

    border-radius: 30px;

  }

  .cms-page-view .columns .column.main a {

    color: #000;

    text-decoration: underline;

  }

  .cms-page-view .columns .column.main ul {

    list-style: none;

  }

  .cms-page-view .columns .column.main h2 a {

    text-decoration: none;

  }

  .cms-page-view .columns .column.main h4 a {

    text-decoration: none;

  }

  .cms-page-view .columns .column.main .block-title {

    margin-bottom: 15px;

  }

  .form.subscribe button.action.subscribe.tmp6-button {

    min-width: 220px;

  }

  body {

    font-family: 'Open Sans', sans-serif;

  }

  a:hover {

    text-decoration: none;

  }

  .navigation,

  .breadcrumbs,

  .page-header .header.panel,

  .header.content,

  .footer.content,

  .page-wrapper > .widget,

  .page-wrapper > .page-bottom,

  .block.category.event,

  .top-container,

  .page-main {

    max-width: 1400px;

  }

  .container {

    width: 1200px;

  }

  .block-static-block.widget {

    margin-bottom: 0;

  }

  .customnotice {

    background: #444a58;

    color: #ffffff;

    padding: 10px 15px;

  }

  .page-header {

    margin: 0;

    padding-bottom: 0;

  }

  .page-header .panel.wrapper {

    border-bottom-color: #eaeaea;

  }

  .page-header #ves-header .panel.wrapper {

    border: none;

  }

  .panel.header {

    padding-left: 15px;

    padding-right: 15px;

  }

  .social-links {

    float: left;

  }

  .social-links ul {

    list-style: none;

    margin: 0;

    padding: 0;

  }

  .social-links ul li {

    color: #333;

    display: inline-block;

    line-height: 30px;

    margin: 0 10px 0 0;

  }

  .social-links ul li:last-child {

    margin-left: 15px;

    margin-right: 0;

  }

  .social-links ul li:last-child a i {

    margin-right: 10px;

  }

  .social-links ul li a {

    color: #333;

  }

  .social-links ul li.instagram {

    margin-right: 20px;

  }

  .header.panel > .header.links li {

    line-height: 30px;

  }

  .header.panel > .header.links li a {

    color: #333;

  }

  .header.panel > .header.links li.wishlist:before {

    content: '|';

    margin-right: 15px;

  }

  .minicart-wrapper {

    margin-left: 25px;

  }

  .minicart-wrapper .action.showcart:before {

    content: none !important;

  }

  .minicart-wrapper .action.showcart .fa {

    display: inline-block !important;

    background: #000;

    color: #fff;

    padding: 6px;

    margin-right: 6px;

    font-size: 12px;

  }

  .minicart-wrapper .action.showcart .text {

    clip: auto;

    color: #333;

    display: inline-block;

    font-size: 14px;

    height: auto;

    line-height: 30px;

    margin: 0;

    padding: 0 0 0 5px;

    position: relative;

    width: auto;

  }

  .minicart-wrapper .action.showcart .counter.qty {

    background: none;

    border-radius: 0;

    color: #333;

    font-size: 14px;

    height: auto;

    line-height: 30px;

    margin: 0;

    min-width: 0;

  }

  .minicart-wrapper .action.showcart .counter.qty:before {

    content: '|';

  }

  .header.content {

    align-items: center;

    display: flex;

    padding: 18px 15px;

  }

  .header.content .logo {

    flex: 1 1 auto;

    margin-bottom: 0;

    max-width: 180px;

    width: 100%;

  }

  .header.content .nav-menu {

    margin-left: auto;

    padding: 0 15px;

  }

  .header.content .nav-menu a {

    color: #505863;

    font-weight: normal;

  }

  .header.content .nav-menu a:hover {

    background: none;

    color: #000;

  }

  .header.content .nav-menu .ves-megamenu.menu-hover .caret {

    right: 0;

  }

  .header.content .nav-menu .ves-megamenu {

    margin-bottom: 0;

  }

  .header.content .nav-menu .level0 > .dropdown-menu {

    border-radius: 0;

    width: 100% !important;

  }

  .header.content .nav-menu .level0 > .dropdown-menu a {

    line-height: 30px;

    font-size: 14px;

  }

  .header.content .block-search {

    flex: 1 1 auto;

    max-width: 280px;

    padding-left: 0;

    width: 100%;

  }

  .ves-megamenu li.level0 > a {

    padding: 0 15px 0 0 !important;

    font-size: 14px;

    margin-right: 14px;

  }

  .ves-megamenu li.level0:hover > a {

    background: none;

    color: #000;

  }

  .ves-megamenu li.level0.active > a {

    background: none;

    color: #505863;

  }

  .ves-megamenu li.level0 a:hover {

    text-decoration: none;

  }

  .block-search {

    padding-top: 0;

  }

  .block-search .nested {

    display: none;

  }

  .block-search input {

    line-height: 30px;

    padding: 3px 15px;

  }

  .block-search .control {

    padding-bottom: 0;

  }

  .block-search .action.search {

    opacity: 1 !important;

    top: 2px;

    right: 30px;

  }

  .block-search .action.search:before {

    color: #333;

    line-height: 38px;

  }

  .navbar-fixed-top {

    background: #fff;

    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);

  }

  .header-links-wrapper {

    position: absolute;

    right: 15px;

    top: -40px;

  }

  .header-links-wrapper ul {

    align-items: center;

    display: flex;

    line-height: 30px;

    margin: 0;

    padding: 0;

  }

  .header-links-wrapper ul li {

    list-style: none;

    margin-bottom: 0;

  }

  .header-links-wrapper ul li.wishlist:before {

    content: '|';

    margin-left: 15px;

    margin-right: 15px;

  }

  .header-links-wrapper .minicart-wrapper .cart-title {

    display: none;

  }

  .header-links-wrapper .minicart-wrapper .label {

    color: #333;

    font-size: 14px;

    font-weight: normal;

    padding: 0;

  }

  .header-links-wrapper a {

    color: #333;

  }

  .minicart-wrapper .action.showcart.active {

    opacity: 1;

  }

  .minicart-wrapper .action.close {

    height: 30px;

    opacity: 1;

    width: 30px;

  }

  .minicart-wrapper .action.close:before {

    font-size: 15px;

  }

  .minicart-wrapper .block-minicart {

    max-height: 500px;

    overflow-y: auto;

  }

  .minicart-wrapper .product .actions {

    margin: -33px 0 0;

  }

  .minicart-wrapper .product .actions > .secondary {

    margin-left: 10px;

  }

  .block-minicart .block-content > .actions > .primary {

    margin-left: 0;

    margin-right: 0;

  }

  .block-minicart .block-content > .actions > .primary .action.primary {

    background: #444a58;

    background: #008000;

    border-color: #008000;

    border: 1px solid #444a58;

    color: #ffffff;

    display: inline-block;

    font-size: 16px;

    line-height: 30px;

    padding: 5px 15px;

    text-transform: capitalize;

    width: 100%;

  }

  .block-minicart .block-content > .actions .viewcart {

    background: #444a58;

    border: 1px solid #444a58;

    color: #ffffff;

    display: inline-block;

    font-size: 16px;

    line-height: 30px;

    padding: 5px 15px;

    text-transform: capitalize;

    width: 100%;

  }

  .block-minicart .items-total {

    margin-left: 0;

  }

  .block-minicart .subtotal {

    margin-right: 0;

  }

  .block-minicart .minicart-widgets {

    margin: 0;

  }

  .minicart-items .product-item-name {

    line-height: 1;

    margin: 0 0 5px;

  }

  .minicart-items .product-item-name a {

    color: #333333;

    font-size: 14px;

    line-height: 20px;

  }

  .minicart-items .item-qty {

    padding: 0 10px;

  }

  .minicart-items .product-item-details .details-qty .label {

    font-size: 12px;

  }

  .minicart-items .product-item-details .price {

    color: #444a58;

    font-weight: 700;

  }

  .minicart-items .product-item-details .product.options {

    font-size: 12px;

    line-height: 1.3;

  }

  .minicart-items .action.edit:before {

    font-size: 14px;

  }

  .minicart-items .action.delete:before {

    font-size: 14px;

  }

  .minicart-items .product .toggle:after {

    font-size: 7px;

    margin-left: 5px;

  }

  .header-links-wrapper .minicart-wrapper .product.options .label {

    font-size: 12px;

  }

  .desktopMic {

    right: 2px !important;

    top: 12px !important;

  }

  .block-search input::-webkit-input-placeholder {

    font-style: normal;

    text-indent: 0 !important;

  }

  .block-search input::-moz-placeholder {

    font-style: normal;

    text-indent: 0 !important;

  }

  .block-search input:-ms-input-placeholder {

    font-style: normal;

    text-indent: 0 !important;

  }

  .block-search input:-moz-placeholder {

    font-style: normal;

    text-indent: 0 !important;

  }

  .catalog-category-view .page-wrapper {

    overflow: initial;

  }

  .page-layout-2columns-left .sidebar-main {

    width: 25%;

  }

  .page-layout-2columns-left .sidebar-additional {

    display: none;

    width: 25%;

  }

  .page-layout-2columns-left .column.main {

    width: 75%;

  }

  .page-layout-2columns-left .main {

    padding-left: 0 !important;

  }

  .sidebar .filter .block-title {

    background-image: url(../../frontend/Dotsquares/custom_child/en_GB/images/filter-icon.png);

    background-position: center right;

    background-repeat: no-repeat;

    border-bottom: 1px solid #dddddd;

    display: inline-block;

    line-height: 30px;

    margin-bottom: 15px;

    width: 100%;

  }

  .sidebar .filter .filter-content .filter-subtitle {

    display: none;

  }

  .sidebar .filter-options .filter-options-title {

    font-weight: 400;

  }

  .sidebar .filter-options .filter-options-title[aria-expanded="true"] {

    background-image: url(../../frontend/Dotsquares/custom_child/en_GB/images/arrow_left_filter.png);

    background-position: right 8px;

    background-repeat: no-repeat;

    border-bottom: 1px solid #d1d1d1;

    cursor: pointer;

    line-height: 30px;

    margin-bottom: 0;

    margin-bottom: 10px;

  }

  .sidebar .filter-options .filter-options-title[aria-expanded="false"] {

    background-image: url(../../frontend/Dotsquares/custom_child/en_GB/images/arrow_left_filter.png);

    background-position: right -28px;

    background-repeat: no-repeat;

    border-bottom: 1px solid #d1d1d1;

    cursor: pointer;

    line-height: 30px;

    margin-bottom: 0;

    margin-bottom: 10px;

  }

  .sidebar .block {

    margin-bottom: 20px;

  }

  .sidebar .block.filter {

    margin-bottom: 20px;

  }

  .sidebar .ves-vertical li.level0:last-child {

    border-bottom: none;

  }

  .sidebar .ves-megamenu .dropdown-menu {

    opacity: 1;

    visibility: visible;

  }

  .sidebar .ves-megamenu .dropdown-menu .subgroup.level1 > a {

    font-size: 14px;

    font-weight: normal;

    line-height: 30px;

    text-transform: capitalize;

  }

  .sidebar .ves-megamenu .dropdown-menu .subgroup a {

    color: #333333;

    line-height: 30px;

  }

  .sidebar .ves-megamenu .dropdown-menu .subgroup a:hover {

    text-decoration: none;

  }

  .sidebar .ves-megamenu .dropdown-menu .subgroup.level1 > .dropdown-mega {

    display: none;

  }

  .sidebar .ves-megamenu .dropdown-menu .subgroup.level1 > .submenu > .content-wrap > .megamenu-content {

    padding-left: 20px;

  }

  .sidebar .ves-megamenu li.level0 > a {

    font-weight: normal;

    padding: 0;

  }

  .sidebar .ves-megamenu.menu-click {

    min-width: 0;

    width: 100%;

  }

  .sidebar .ves-megamenu.menu-click .nav-item .dropdown-menu {

    min-width: 0;

    padding: 0;

    width: 100%;

  }

  .sidebar .ves-megamenu.menu-click .nav-item .dropdown-menu .mega-col {

    padding-right: 0;

  }

  .sidebar .ves-megamenu.menu-click .dropdown:hover > .dropdown-menu {

    display: none;

  }

  .sidebar .ves-megamenu.menu-click .dropdown > .dropdown-menu {

    display: none;

  }

  .sidebar .ves-megamenu.menu-click li .opener {

    height: 15px;

    padding: 0;

    top: 15px;

    width: 15px;

  }

  .sidebar .ves-megamenu.menu-click li .dropdown-submenu .opener {

    padding: 0;

    top: 5px;

  }

  .sidebar .ves-megamenu.menu-click li .dropdown-menu a {

    line-height: 30px;

  }

  .sidebar .ves-megamenu.menu-click li:hover .dropdown-menu a {

    color: #333333;

  }

  .sidebar .ves-megamenu.nav-mobile .nav-item .dropdown-menu {

    min-width: 0;

    padding: 0;

    width: 100%;

  }

  .sidebar .nav-mobile .opener {

    height: 15px;

    padding: 0;

    top: 15px;

    width: 15px;

  }

  .sidebar .product-items .product-item {

    box-shadow: 0 0 0 #dddddd;

  }

  .sidebar .product-items .product-item-details {

    margin-left: 50px;

  }

  .sidebar .product-items .product-item-info .product-item-photo {

    float: none;

    left: 0;

    margin: 0;

    position: absolute;

    top: 50%;

    transform: translate(0%, -50%);

  }

  .filter-options .filter-options-content {

    margin-bottom: 15px;

    padding: 0;

  }

  .filter-options a {

    text-transform: capitalize;

  }

  .filter-options input[type='checkbox'] + .amshopby-choice:before {

    border-color: #e3e3e3 !important;

  }

  .ves-megamenu li.level0 > a {

    text-transform: capitalize;

  }

  .amshopby-slider-container.-default .ui-slider-range {

    background: #f4f4f4;

  }

  .amshopby-slider-container.-default .am-slider .ui-slider-handle {

    background: #ffffff;

    border: 5px solid #444a58;

  }

  .filter-options-content .am-ranges .items {

    margin: 0 !important;

  }

  .filter-actions .filter-clear {

    color: #444a58;

  }

  .filter-actions .filter-clear:hover {

    color: #333333;

  }

  .items > .item {

    line-height: 24px;

  }

  .items > .item > a {

    color: #333333;

    font-size: 14px;

    font-weight: normal;

  }

  .items > .item > a .label {

    color: #333333;

    font-size: 14px;

    font-weight: normal;

    padding: 0;

  }

  .items {

    margin: 0 !important;

  }

  .filter-options-item .filter-options-content .item .count {

    font-weight: normal;

  }

  .filter-options-item .filter-options-content .item:hover .count {

    color: #333333;

  }

  .ves-megamenu.menu-click li .opener {

    background-image: url(../../frontend/Dotsquares/custom_child/en_GB/images/arrow_left_filter.png);

    background-position: bottom center;

    background-repeat: no-repeat;

  }

  .ves-megamenu.menu-click li .opener:before {

    content: none;

  }

  .ves-megamenu.menu-click li .opener.item-active {

    background-position: top center;

  }

  .ves-megamenu.menu-click li .opener.item-active:before {

    content: none;

  }

  .ves-megamenu.nav-mobile .opener {

    background-image: url(../../frontend/Dotsquares/custom_child/en_GB/images/arrow_left_filter.png);

    background-position: bottom center;

    background-repeat: no-repeat;

  }

  .ves-megamenu.nav-mobile .opener:before {

    content: none;

  }

  .ves-megamenu.nav-mobile .opener.item-active {

    background-position: top center;

  }

  .ves-megamenu.nav-mobile .opener.item-active:before {

    content: none;

  }

  .toolbar-amount {

    float: right;

    line-height: 40px;

    padding-top: 0;

  }

  .modes {

    padding-top: 0;

  }

  .toolbar-products {

    margin-top: 0;

  }

  .toolbar-products .modes-mode {

    background-color: #eeeeee;

    border-radius: 5px;

    height: 40px;

    line-height: 36px;

    width: 40px;

  }

  .toolbar-products .modes-mode:before {

    color: #333333;

  }

  .toolbar-products .modes-mode.active {

    background: #444a58;

  }

  .toolbar-products .modes-mode.active:before {

    color: #ffffff;

  }

  .toolbar-products .sorter {

    float: left;

    margin-left: 10px;

    padding-top: 0;

  }

  .toolbar-products .sorter .sorter-options {

    background: #eeeeee;

    border: none;

  }

  .toolbar-products .sorter .sorter-options option {

    background: #ffffff;

  }

  .toolbar-products .sorter label {

    font-weight: normal;

  }

  .toolbar-products .pages .pages-items .item a {

    background-color: #eeeeee;

    border-radius: 5px;

  }

  .toolbar-products .pages .pages-items .item strong {

    background-color: #eeeeee;

    border-radius: 5px;

  }

  .toolbar-products .sorter-action {

    line-height: 40px;

  }

  .toolbar .limiter select {

    background: #f4f4f4;

    border: none;

    min-width: 0;

    width: 70px;

  }

  .product-items .product-block .product-item-details .heading-title {

    font-size: 14px;

    min-height: 60px;

    margin: 0;

  }

  .product-items .product-block .product-item-details .heading-title a {

    color: #333333;

  }

  .page-products .product-items .product-item {

    width: 33.33%;

  }

  .page-products .product-items .product-block .product-item-info {

    width: 100%;

  }

  .page-products .category-cms {

    margin-bottom: 20px;

  }

  .products-grid .product-item .product-item-photo {

    border: none;

    outline: none;

  }

  .products-grid .product-item .price-container .price-label {

    display: none;

    font-size: 12px;

  }

  .products-grid .product-item .price-container .price {

    font-size: 18px !important;

  }

  .products-grid .product-item .product-item-actions {

    display: block;

  }

  .pages-items .item {

    font-size: 14px;

    line-height: 1;

    padding: 0;

    vertical-align: middle;

  }

  .pages-items .item .page {

    background-color: #f4f4f4 !important;

    color: #333333 !important;

    line-height: 20px;

    padding: 10px 15px;

    text-align: center;

    width: 40px;

  }

  .pages-items .item .page:hover {

    background-color: #444a58 !important;

    color: #ffffff !important;

  }

  .pages-items .item.current .page {

    background-color: #444a58 !important;

    color: #ffffff !important;

  }

  .pages .action.prev {

    background: #f4f4f4;

    border-radius: 0;

    border: none;

    color: #333333;

    line-height: 20px;

    padding: 10px 15px;

    text-align: center;

    width: 40px;

  }

  .pages .action.prev:before {

    font-size: 16px;

    margin: 0;

  }

  .pages .action.next {

    background: #f4f4f4;

    border-radius: 0;

    border: none;

    color: #333333;

    line-height: 20px;

    padding: 10px 15px;

    text-align: center;

    width: 40px;

  }

  .pages .action.next:before {

    font-size: 16px;

    margin: 0;

  }

  .product-block .product-image {

    position: relative;

  }

  .product-block .product-image .product-item-actions {

    -o-transition: all 0.3s ease-out 0s;

    -webkit-transition: all 0.3s ease-out 0s;

    background: #ffffff;

    border-bottom: 1px solid #e4e4e4;

    bottom: -20px;

    filter: alpha(opacity=0);

    left: 0;

    margin: 0;

    margin: 0 auto;

    opacity: 0;

    position: absolute;

    right: 0;

    text-align: right;

    transition: all 0.3s ease-out 0s;

    transition: all 0.3s ease-out 0ss all ease-in;

    visibility: hidden;

    z-index: 11;

    display: block !important;

  }

  .product-block .product-image .product-item-actions .actions-primary {

    display: inline-block;

    float: left;

    vertical-align: top;

    width: 40%;

    zoom: 1;

  }

  .product-block .product-image .product-item-actions .actions-primary .add-to-cart {

    background-color: #ffffff !important;

    border-radius: 0;

    border: 0;

    color: #000000;

    font-size: 12px;

    font-weight: 400;

    height: 50px;

    line-height: 50px;

    padding: 0;

    width: 100%;

  }

  .product-block .product-image .product-item-actions .actions-primary .add-to-cart:hover {

    background-color: #444a58 !important;

    color: #ffffff !important;

  }

  .product-block .product-image .product-item-actions .actions-secondary {

    float: left;

    width: 60%;

  }

  .product-block .product-image .product-item-actions .actions-secondary .add-to-wishlist {

    background: #ffffff;

    border-left: 1px solid #e4e4e4;

    color: #333333;

    display: inline-block;

    float: left;

    height: 50px;

    line-height: 50px;

    text-align: center;

    width: 33.33%;

  }

  .product-block .product-image .product-item-actions .actions-secondary .add-to-wishlist:hover {

    background-color: #444a58;

    color: #ffffff;

  }

  .product-block .product-image .product-item-actions .actions-secondary .add-to-compare {

    background: #ffffff;

    border-left: 1px solid #e4e4e4;

    color: #333333;

    display: inline-block;

    float: left;

    height: 50px;

    line-height: 50px;

    text-align: center;

    width: 33.33%;

  }

  .product-block .product-image .product-item-actions .actions-secondary .add-to-compare:hover {

    background-color: #444a58;

    color: #ffffff;

  }

  .product-block .product-image .product-item-actions .actions-secondary .quick-view {

    background: #ffffff;

    border-left: 1px solid #e4e4e4;

    color: #333333;

    display: inline-block;

    float: left;

    height: 50px;

    line-height: 50px;

    text-align: center;

    width: 33.33%;

  }

  .product-block .product-image .product-item-actions .actions-secondary .quick-view:hover {

    background-color: #444a58;

    color: #ffffff;

  }

  .product-block .product-item-info:hover .product-item-actions {

    -o-transition: all 0.3s ease-out 0s;

    -webkit-transition: all 0.3s ease-out 0s;

    bottom: 0;

    filter: alpha(opacity=100);

    opacity: 1;

    transition: all 0.3s ease-out 0s;

    transition: all 0.3s ease-out 0ss all ease-in;

    visibility: visible;

  }

  .product-block .product-item-info:focus .product-item-actions {

    -o-transition: all 0.3s ease-out 0s;

    -webkit-transition: all 0.3s ease-out 0s;

    bottom: 0;

    filter: alpha(opacity=100);

    opacity: 1;

    transition: all 0.3s ease-out 0s;

    transition: all 0.3s ease-out 0ss all ease-in;

    visibility: visible;

  }

  .action-skip-wrapper {

    display: none;

  }

  iframe .customnotice {

    display: none;

  }

  .products-grid .product-item .product-item-photo {

    margin-bottom: 0;

  }

  .product-block .product-image .product-item-actions {

    border: 1px solid #f4f4f4;

  }

  .product-block .product-image .product-item-actions .actions-primary {

    width: 33.33%;

  }

  .product-block .product-image .product-item-actions .actions-secondary {

    width: 66.66%;

  }

  .product-block .product-image .product-item-actions .actions-secondary .add-to-wishlist,

  .product-block .product-image .product-item-actions .actions-secondary .quick-view {

    border-left-color: #f4f4f4;

    width: 50%;

  }

  .product-block .product-image .product-item-actions .actions-secondary .add-to-compare {

    display: none;

  }

  .catalog-product-view .breadcrumbs {

    padding: 0 15px;

  }

  .catalog-product-view .breadcrumbs ul {

    margin: 0 auto !important;

    max-width: 100%;

    padding: 0;

  }

  .product-info-main .page-title-wrapper .page-title {

    color: #000000;

    display: block !important;

    font-family: 'Open Sans', sans-serif;

    font-weight: normal;

  }

  .product-info-main .brand-image {

    display: inline-block;

    margin-bottom: 15px;

    vertical-align: bottom;

    width: 100%;

  }

  .product-info-main .brand-image img {

    width: 200px;

  }

  .product-info-main .stock.available {

    color: green;

  }

  .product-info-main .stock.unavailable {

    color: red;

  }

  .product-info-main .product.attribute.sku .type:after {

    content: ':';

  }

  .product-info-main .product.attribute.sku .value {

    display: inline-block;

  }

  .product-info-main .price-box .price-wrapper .price {

    color: #444a58;

    display: inline-block;

    font-family: 'Open Sans', sans-serif;

    font-weight: 500 !important;

    line-height: 1;

  }

  .product-info-main .box-tocart {

    width: 100%;

  }

  .product-info-main .box-tocart .field.qty {

    display: block;

    width: 100%;

  }

  .product-info-main .box-tocart .field.qty label {

    line-height: 30px;

    margin-bottom: 0;

  }

  .product-info-main .box-tocart .actions {

    display: block;

    max-width: 290px;

    width: 100%;

  }

  .product-info-main .box-tocart .quantity-adder {

    display: inline-block;

    position: relative;

    text-align: center;

  }

  .product-info-main .box-tocart .input-text.qty {

    height: auto;

    line-height: 1.2;

    padding: 10px 30px;

    width: 120px;

  }

  .product-info-main .box-tocart .add-up {

    cursor: pointer;

    line-height: 38px;

    position: absolute;

    right: 0;

    top: 0;

    width: 30px;

  }

  .product-info-main .box-tocart .add-down {

    cursor: pointer;

    left: 0;

    line-height: 38px;

    position: absolute;

    top: 0;

    width: 30px;

  }

  .product-info-main .box-tocart .action.tocart {

    background: #444a58 !important;

    color: #ffffff !important;

    padding: 15px 30px;

  }

  .product-info-main .price-container .price-label {

    display: none;

  }

  .product-info-main .old-price .price-container .price {

    text-decoration: line-through;

  }

  .product-options-bottom .price-box .price-wrapper .price {

    color: #444a58;

    display: inline-block;

    font-family: 'Open Sans', sans-serif;

    font-weight: 500 !important;

    line-height: 1;

  }

  .product-options-bottom .box-tocart .field.qty label {

    line-height: 30px;

    margin-bottom: 0;

  }

  .product-options-bottom .box-tocart .input-text.qty {

    height: auto;

    line-height: 1.2;

    padding: 10px 30px;

    width: 120px;

  }

  .product-options-bottom .box-tocart .action.tocart {

    background: #444a58 !important;

    color: #ffffff !important;

    padding: 15px 30px;

  }

  .product-social-links {

    text-align: left;

  }

  .product-social-links a {

    color: #333333;

  }

  .product-social-links a:hover {

    color: #444a58 !important;

  }

  .product.info.detailed {

    display: inline-block;

    margin-top: 30px;

    width: 100%;

  }

  .product.info.detailed .data .title:first-child {

    margin-left: 0;

  }

  .product.info.detailed .data > .item.content {

    background-color: #ffffff;

    border-top: 1px solid #d1d1d1;

    border: none;

    padding: 30px 0;

  }

  .product.info.detailed .data > .item.content a {

    color: #444a58;

  }

  .product.data.items > .item.title > a {

    max-width: 100%;

  }

  .product.data.items > .item.title > .switch {

    height: auto;

    line-height: 29px !important;

    outline: none;

    padding: 5px 20px;

  }

  .product.data.items > .item.title.active > .switch {

    background-color: #444a58 !important;

    color: #ffffff !important;

    height: auto;

    line-height: 29px !important;

    padding: 5px 20px;

  }

  .swatch-option.text {

    border: 1px solid #444a58;

    height: auto;

  }

  .swatch-option.selected {

    background: #444a58;

    color: #ffffff;

    outline: none;

  }

  .swatch-option.text.selected {

    background: #444a58;

    color: #ffffff;

    outline: none;

  }

  .swatch-option:focus {

    box-shadow: none;

  }

  .swatch-option:not(.disabled) hover {

    border: 1px solid #444a58;

    outline: none;

  }

  .message.success > *:first-child before {

    line-height: 45px;

  }

  .block.related {

    display: inline-block;

    width: 100%;

  }

  .block.related .block-title {

    text-align: center;

  }

  .block.related .block-actions {

    display: none;

  }

  .block.related .field.choice.related {

    display: none;

  }

  .column.main .block.related .block-title strong {

    color: #000000;

    font-size: 30px;

    font-weight: 400;

    text-transform: inherit;

  }

  .catalog-product-view.page-layout-1column .column.main {

    padding-bottom: 0;

  }

  .popup_avaiable {

    text-align: center;

  }

  .popup_avaiable a {

    color: #444a58;

  }

  .popup_avaiable .ajax-product-image {

    margin-top: 30px;

    text-align: center;

    width: 100%;

  }

  .popup_avaiable .action_button {

    margin-top: 30px;

    width: 100%;

  }

  .popup_avaiable .action_button ul {

    align-items: center;

    display: flex;

    flex-wrap: wrap;

    list-style: none;

    margin: 0;

    padding: 0;

  }

  .popup_avaiable .action_button ul li {

    padding: 0 10px;

    width: 50%;

  }

  .popup_avaiable .action_button ul li .button {

    background: #444a58;

    border: 1px solid #444a58;

    color: #ffffff;

    line-height: 30px;

    padding: 5px 15px;

    text-align: center;

    text-transform: capitalize;

    width: 100%;

  }

  .popup_avaiable .action_button ul li .button:hover {

    background: #ffffff;

    color: #444a58;

  }

  .block.upsell {

    display: inline-block;

    width: 100%;

  }

  .block.upsell .block-title {

    text-align: center;

  }

  .block.upsell .block-actions {

    display: none;

  }

  .block.upsell .field.choice.related {

    display: none;

  }

  .block.upsell .product-block .product-item-details {

    text-align: center;

  }

  .column.main .block.upsell .block-title strong {

    color: #000000;

    font-size: 30px;

    font-weight: 400;

    text-transform: inherit;

  }

  .product-block .product-image .product-item-actions .actions-secondary .add-to-wishlist span {

    display: none;

  }

  .product-block .product-image .product-item-actions .actions-secondary .add-to-compare span {

    display: none;

  }

  .product-block .product-image .product-item-actions .actions-secondary .quick-view span {

    display: none;

  }

  .product-block .product-image .product-item-actions .actions-primary .add-to-cart i {

    margin-right: 5px;

  }

  .product-item-name a.product-item-link {

    color: #333333;

  }

  .product-item-name a.product-item-link:hover {

    color: #444a58;

    text-decoration: none;

  }

  .page-products .products-list.list .product-items .product-item {

    width: 100% !important;

  }

  .effect-banner .image-item a {

    vertical-align: bottom;

  }

  .page-title-wrapper .category-cms .effect-banner {

    margin-bottom: 0;

  }

  .page-title-wrapper .category-cms .col-lg-3 .col-inner > div {

    display: inline-block;

    width: 100%;

    vertical-align: bottom;

  }

  .product-info-main .product-options-wrapper {

    text-align: left;

  }

  .product-info-main .product-options-wrapper .swatch-attribute-options {

    max-width: 100%;

  }

  .product-info-main .product-options-wrapper .swatch-option {

    float: none;

    display: inline-block;

    margin: 0 5px 5px 5px;

  }

  .product-info-main .box-tocart .field.qty {

    text-align: center;

    padding-right: 0;

  }

  .product-info-main .box-tocart .field.qty .label {

    float: none !important;

    display: inline-block;

    vertical-align: middle;

  }

  .product-info-main .box-tocart .field.qty .control {

    display: inline-block;

    vertical-align: middle;

  }

  .product-info-main .box-tocart .actions {

    max-width: 100% !important;

  }

  .product-info-main .product-add-form .box-tocart .action.tocart {

    max-width: 100% !important;

    background: #ff3990 !important;

  }

  .product-social-links {

    text-align: center !important;

  }

  .faq_tab_prdct .faq_tab_prdct_data {

    display: inline-block;

    width: 100%;

    font-size: 18px;

    font-weight: 500;

    border-bottom: 1px solid #ddd;

    padding-bottom: 10px;

    margin-bottom: 15px;

    cursor: pointer;

    position: relative;

    padding-right: 25px;

  }

  .faq_tab_prdct .faq_tab_prdct_data:after {

    content: '';

    position: absolute;

    top: 7px;

    right: 7px;

    width: 10px;

    height: 10px;

    border-right: 2px solid #ddd;

    border-bottom: 2px solid #ddd;

    transform: rotate(45deg);

  }

  .faq_tab_prdct .faq_tab_prdct_data[aria-expanded="true"] {

    border-bottom-color: transparent;

    margin-bottom: 0;

  }

  .faq_tab_prdct .faq_tab_prdct_data[aria-expanded="true"]:after {

    transform: rotate(-135deg);

    top: 10px;

  }

  .faq_tab_prdct div[data-role="content"] {

    margin-bottom: 15px;

    padding-bottom: 15px;

    border-bottom: 1px solid #ddd;

  }

  .form .fieldset > .field.choice {

    padding-left: 20px;

  }

  .form .fieldset > .field.choice > input {

    margin: 1px 0 0 -20px;

    float: left;

  }

  .form .fieldset > .field.choice > .label {

    padding: 0;

  }

  .action.primary,

  .action-primary,

  .amshopby-button,

  .am-filter-go {

    font-family: 'Open Sans', sans-serif;

    text-transform: none;

  }

  .form .fieldset > .field.choice .label,

  .form .fieldset > .fields > .field.choice .label {

    font-weight: normal !important;

  }

  /*Login Page*/

  .customer-account-login .page-title-wrapper .page-title {

    border-bottom: none;

    padding-bottom: 0;

    padding-top: 10px;

    margin-bottom: 30px;

    font-weight: 700;

    display: block !important;

    padding-left: 1%;

    padding-right: 1%;

  }

  .customer-account-login .page-title-wrapper .page-title:after {

    content: '';

    display: block;

    width: 100px;

    margin: 10px 0 0;

    border-bottom: 2px solid #444a58;

  }

  .login-container .block {

    width: 48% !important;

    margin: 0 1%;

  }

  .login-container .block .block-title {

    padding-bottom: 7px;

    border-bottom: 1px solid #e5e5e5;

    margin-bottom: 15px;

  }

  .login-container .block .block-title strong {

    font-size: 30px;

    line-height: 1.2px;

    font-weight: 600;

  }

  .login-container .field.note {

    margin-bottom: 20px;

  }

  .login-container .block .actions-toolbar {

    margin-top: 10px;

    padding-top: 10px;

    border-top: 1px solid #e5e5e5;

    display: inline-block;

    width: 100%;

    vertical-align: bottom;

  }

  .login-container .block .login .actions-toolbar {

    margin-top: 30px;

  }

  .login-container .block .block-content p {

    margin-bottom: 20px;

  }

  .login-container .block-new-customer .actions-toolbar > .primary {

    width: 100%;

    margin-right: 0;

  }

  .login-container .actions-toolbar > .primary {

    margin-right: 0 !important;

  }

  .login-container .action.primary {

    background-color: #444a58;

    color: #fff;

    border-radius: 0;

    padding: 0 10%;

    line-height: 45px;

    border: none;

    font-size: 16px;

    font-weight: normal;

    white-space: nowrap;

    min-width: 180px;

    margin-right: 0 !important;

  }

  .login-container .action.primary:hover,

  .login-container .action.primary:focus {

    background-color: #444a58;

    color: #fff !important;

  }

  .login-container .block .form-login .login .actions-toolbar > .secondary {

    float: right;

  }

  .login-container .block a {

    color: #333;

  }

  .login-container .block a:hover {

    color: #444a58;

  }

  .form .fieldset > .field.choice .label,

  .form .fieldset > .fields > .field.choice .label {

    font-weight: normal;

  }

  .form .fieldset > .field:not(.choice) > .label {

    width: 100%;

    text-align: left;

    padding-right: 0;

    line-height: 23px;

    font-weight: normal;

    margin-bottom: 2px;

    padding-top: 0;

  }

  .form .fieldset > .field:not(.choice) > .control {

    width: 100%;

    max-width: 540px;

  }

  .form .fieldset > .field.choice:before,

  .form .fieldset > .field.no-label:before {

    content: none;

  }

  .form .fieldset > .field.choice .label,

  .form .fieldset > .fields > .field.choice .label {

    font-weight: 700;

  }

  .form input[type="text"],

  .form input[type="password"],

  .form input[type="url"],

  .form input[type="tel"],

  .form input[type="search"],

  .form input[type="number"],

  .form input[type*="date"],

  .form input[type="email"],

  .form select {

    font-family: 'Open Sans', sans-serif;

    height: auto;

    padding: 5px 15px;

    font-weight: normal;

    line-height: 30px;

    border: 1px solid #c2c2c2;

    color: #333;

    transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;

    -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;

    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;

    -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;

  }

  .form input[type="text"]:hover,

  .form input[type="password"]:hover,

  .form input[type="url"]:hover,

  .form input[type="tel"]:hover,

  .form input[type="search"]:hover,

  .form input[type="number"]:hover,

  .form input[type*="date"]:hover,

  .form input[type="email"]:hover,

  .form select:hover,

  .form input[type="text"]:focus,

  .form input[type="password"]:focus,

  .form input[type="url"]:focus,

  .form input[type="tel"]:focus,

  .form input[type="search"]:focus,

  .form input[type="number"]:focus,

  .form input[type*="date"]:focus,

  .form input[type="email"]:focus,

  .form select:focus {

    border-color: #444a58;

    color: #333;

    box-shadow: none;

    outline: none;

  }

  .form- select {

    height: 36px;

    width: 262px;

    max-width: 100%;

    text-overflow: ellipsis;

  }

  .form .fieldset > .field {

    margin-bottom: 8px;

  }

  .form .fieldset > .field .input-text {

    width: 100%;

    max-width: 100%;

  }

  .abs-margin-for-forms-desktop,

  .fieldset .legend,

  .column:not(.sidebar-main) form .actions-toolbar,

  .column:not(.sidebar-additional) form .actions-toolbar,

  .login-container .fieldset:after,

  .fieldset .legend,

  .column:not(.sidebar-main) form .actions-toolbar,

  .column:not(.sidebar-additional) form .actions-toolbar,

  .login-container .fieldset:after {

    margin-left: 0 !important;

    width: 100%;

  }

  .login-container .fieldset {

    position: relative;

    margin-bottom: 0;

  }

  .login-container .fieldset:after {

    margin-top: 0;

    position: absolute;

    bottom: 60px;

    left: 0;

    text-align: right;

    font-size: 13px;

    line-height: 19px;

    color: #ee001c;

  }

  div.mage-error[generated] {

    margin-top: 5px;

    margin-bottom: 5px;

    font-size: 16px;

    color: #ee001c;

    font-size: 15px;

    line-height: 15px;

  }

  /*Register page*/

  .customer-account-create .page-title-wrapper .page-title {

    border-bottom: none;

    padding-bottom: 0;

    padding-top: 30px;

    margin-bottom: 30px;

    display: block !important;

    font-weight: 700;

  }

  .customer-account-create .page-title-wrapper .page-title:after {

    content: '';

    display: block;

    width: 100px;

    margin: 10px 0 0;

    border-bottom: 2px solid #444a58;

  }

  .form.create.account {

    width: 100% !important;

  }

  .form.create.account .fieldset {

    margin-bottom: 22px;

  }

  .form.create.account .fieldset.create.account {

    margin-bottom: 0;

  }

  .form.create.account .fieldset.additional_info {

    margin-bottom: 0;

  }

  .form.create.account legend.legend {

    padding-bottom: 7px;

    border-bottom: 1px solid #e5e5e5;

    margin-bottom: 15px;

  }

  .form.create.account legend.legend span {

    font-size: 30px;

    line-height: 1.2;

    font-weight: 600;

    text-transform: capitalize;

  }

  .form.create.account .field {

    float: left;

    width: 100%;

  }

  .form.create.account .field.newsletter + .choice {

    display: none;

  }

  .form.create.account .field.field-name-firstname {

    width: 262px;

    margin-right: 16px;

  }

  .form.create.account .field.field-name-lastname {

    width: 262px;

  }

  .form.create.account .field.password {

    width: 262px;

    margin-right: 16px;

  }

  .form.create.account .field.confirmation {

    width: 262px;

  }

  .form.create.account .password-strength-meter {

    background: none;

    padding: 0;

  }

  .form.create.account .action.primary {

    background-color: #444a58;

    color: #fff;

    border-radius: 0;

    padding: 0 10%;

    line-height: 45px;

    border: none;

    font-size: 16px;

    font-weight: normal;

    white-space: nowrap;

    min-width: 180px;

  }

  .form.create.account .action.primary:hover,

  .form.create.account .action.primary:focus {

    background-color: #444a58;

    color: #fff !important;

  }

  .form.create.account .action.primary {

    margin-right: 0;

    float: right;

  }

  .form.create.account .actions-toolbar {

    display: inline-block;

    width: 100%;

    vertical-align: bottom;

    margin-top: 10px;

    padding-top: 10px;

    border-top: 1px solid #e5e5e5;

  }

  .form.create.account .actions-toolbar > .primary {

    float: right;

    width: 70%;

  }

  .form.create.account .actions-toolbar > .secondary {

    float: left;

  }

  .actions-toolbar > .secondary .action.back {

    color: #333;

    display: block;

  }

  .actions-toolbar > .secondary .action.back:hover {

    color: #444a58;

  }

  .actions-toolbar > .secondary .action.back:before {

    content: "\f060";

    font-family: 'FontAwesome';

    margin-right: 7px;

  }

  .form.create.account .fieldset.create.account:after {

    content: attr(data-hasrequired);

    margin-top: 0;

    text-align: right;

    font-size: 13px;

    line-height: 19px;

    color: #ee001c;

    display: block;

    float: left;

    width: 100%;

    letter-spacing: 0;

  }

  /*Forgot Password*/

  .customer-account-forgotpassword .page-title-wrapper .page-title {

    border-bottom: none;

    padding-bottom: 0;

    padding-top: 30px;

    margin-bottom: 30px;

    display: block !important;

  }

  .customer-account-forgotpassword .page-title-wrapper .page-title:after {

    content: '';

    display: block;

    width: 100px;

    margin: 10px 0 0;

    border-bottom: 2px solid #444a58;

  }

  .form.password.forget {

    width: 100% !important;

  }

  .form.password.forget legend.legend {

    padding-bottom: 7px;

    border-bottom: 1px solid #e5e5e5;

    margin-bottom: 15px;

  }

  .form.password.forget legend.legend span {

    font-size: 24px;

    line-height: 29px;

    text-transform: uppercase;

    font-weight: normal;

  }

  .form.password.forget .action.primary {

    background-color: #444a58;

    color: #fff;

    border-radius: 0;

    padding: 0 10%;

    line-height: 45px;

    border: none;

    font-size: 16px;

    font-weight: normal;

    white-space: nowrap;

    min-width: 180px;

  }

  .form.password.forget .action.primary:hover,

  .form.password.forget .action.primary:focus {

    background-color: #444a58;

    color: #fff !important;

  }

  .form.password.forget .action.primary {

    margin-right: 0;

    float: right;

  }

  .form.password.forget .actions-toolbar {

    display: inline-block;

    width: 100%;

    vertical-align: bottom;

    margin-top: 10px;

    padding-top: 10px;

    border-top: 1px solid #e5e5e5;

  }

  .form.password.forget .actions-toolbar > .primary {

    float: right;

    width: 70%;

  }

  .form.password.forget .actions-toolbar > .secondary {

    float: left;

  }

  .form.password.forget .fieldset {

    margin-bottom: 0;

  }

  .form.password.forget .fieldset:after {

    content: attr(data-hasrequired);

    margin-top: 0;

    text-align: right;

    font-size: 13px;

    line-height: 19px;

    color: #ee001c;

    display: block;

    float: left;

    width: 100%;

    letter-spacing: 0;

  }

  /*My Account*/

  .account.page-layout-2columns-left .columns {

    padding-top: 40px;

  }

  .account.page-layout-2columns-left .sidebar-main,

  .account.page-layout-2columns-left .sidebar-additional {

    width: 23% !important;

    padding-right: 0;

    margin-right: 2%;

  }

  .account.page-layout-2columns-left .sidebar-main {

    background: #f2f2f2;

    padding: 15px;

  }

  .account.page-layout-2columns-left .column.main {

    width: 75% !important;

  }

  .account.page-layout-2columns-left .page-title-wrapper .page-title {

    display: block !important;

    margin-top: 0;

  }

  /*My account menu*/

  .account .sidebar .block-collapsible-nav .block-collapsible-nav-title {

    width: 100%;

    height: auto;

    margin: 0;

    position: relative;

    clip: auto;

    padding: 7px 0 7px 30px;

    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAhFBMVEX///9oaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGiK5Ni/AAAAK3RSTlMAAwYJDA8VHiQqMzk/QktOVFpjbHV7hIeNlpm3ur3Mz9LV3uTn6vDz9vn8iUtAKAAAALJJREFUKM+d09kSgjAMBVBQEBXcUYsbmwIl//9/trRRRxN0vK9nuiWp4/ycMIPT2uc0qEAnn9EswKQZk5xahoRkiVxQOkSFllz9YPiDB/3stqiS3DxDzkmOkQ8k+ze794Su6sq8esH0xNz9yna0K2vdzxAwOjVXi5lxsB2VS2KQtudnUUsx917M2xTwllqMUKMP1KnsGXtg0hU3BDaR4oTnneILz0fFJc96ZBuepfvl290BL/8+NtpfogEAAAAASUVORK5CYII=) no-repeat;

    background-position: left center;

    background-size: 20px;

    border-bottom: 1px solid #e5e5e5;

  }

  .account .sidebar .block-collapsible-nav .block-collapsible-nav-title strong {

    font-weight: 600;

  }

  .account .sidebar .block-collapsible-nav .content {

    background: none;

    padding: 10px 0 0;

  }

  .account .sidebar .block-collapsible-nav .item.current a,

  .account .sidebar .block-collapsible-nav .item.current > strong {

    border-left: none;

    padding: 2px;

    font-weight: 700;

  }

  .account .sidebar .block-collapsible-nav ul.nav {

    padding-left: 10px;

  }

  .account .sidebar-main .items {

    padding: 0;

    margin: 0;

  }

  .account .sidebar .block-collapsible-nav .item {

    margin: 0;

    list-style: none;

  }

  .account .sidebar .block-collapsible-nav .item:nth-child(3),

  .account .sidebar .block-collapsible-nav .item:nth-child(4),

  .account .sidebar .block-collapsible-nav .item:nth-child(5),

  .account .sidebar .block-collapsible-nav .item:nth-child(9) {

    display: none;

  }

  .account .sidebar .block-collapsible-nav .item a,

  .account .sidebar .block-collapsible-nav .item > strong {

    border-left: none;

  }

  .account .sidebar .block-collapsible-nav .item a {

    padding: 2px 0;

  }

  .account .sidebar .block-collapsible-nav .item a:hover {

    background-color: transparent;

    color: #444a58;

  }

  .account .sidebar .block-collapsible-nav .item .delimiter {

    display: none;

  }

  /*My account Content*/

  .account .page-title {

    margin-bottom: 15px;

    margin-right: 0 !important;

  }

  .account .box-billing-address .box-content,

  .account .box-shipping-address .box-content,

  .account .box-information .box-content,

  .account .box-newsletter .box-content {

    line-height: 23px;

  }

  .account .column.main .block {

    margin-bottom: 0;

  }

  .account .column.main .block .block-title {

    padding-bottom: 5px;

    margin-bottom: 10px;

    border-bottom: 1px solid #e5e5e5;

    display: inline-block;

    width: 100%;

    vertical-align: bottom;

  }

  .account .column.main .block .block-title strong {

    font-size: 30px !important;

    line-height: 33px !important;

    font-weight: normal !important;

    text-transform: capitalize;

  }

  .account .column.main .block.block-dashboard-info {

    margin-bottom: 30px;

  }

  .account .column.main .block.block-dashboard-info .block-title strong {

    font-size: 30px !important;

    line-height: 40px !important;

    font-weight: normal !important;

    text-transform: capitalize;

  }

  .account .column.main .block .block-title a {

    color: #333;

    float: right;

    line-height: 33px;

  }

  .account .column.main .block .block-title a:hover {

    color: #444a58;

  }

  .account .column.main .block .block-title a:before {

    margin-right: 3px;

  }

  .account .column.main .block .block-content .box {

    position: relative;

    line-height: 23px;

    width: 49% !important;

    float: left;

  }

  .account .column.main .block .block-content .box:nth-child(odd) {

    padding-right: 10px;

    border-right: 1px solid #e5e5e5;

    clear: left;

  }

  .account .column.main .block .block-content .box:nth-child(even) {

    float: right;

  }

  .account .column.main .block .block-content .box-title {

    width: 100%;

  }

  .account .column.main .block .block-content .box-title span {

    font-size: 20px;

    line-height: 33px;

    text-transform: capitalize;

    padding: 0 0 2px;

    border-bottom: 1px solid #e5e5e5;

    font-weight: normal;

    display: inline-block;

    width: 100%;

    vertical-align: bottom;

    margin: 0 0 10px;

  }

  .account .column.main .block .block-content .box .box-actions {

    margin-top: 0;

  }

  .account .column.main .block .block-content .box a {

    color: #444a58;

  }

  .account .column.main .block .block-content .box a:hover {

    color: #333;

  }

  .account .column.main .block .block-content a:before {

    margin-right: 3px;

  }

  .account .column.main .block.block-dashboard-info .block-content .box .action.edit {

    position: absolute;

    top: 0;

    right: 10px;

  }

  .account .column.main .block.block-dashboard-addresses .block-content .box-title span {

    border-bottom: none;

    padding-bottom: 0;

    margin-bottom: 0;

  }

  .account .column.main .form .fieldset {

    letter-spacing: 0;

    margin-bottom: 0;

  }

  .account .column.main .form .fieldset + .fieldset {

    margin-top: 30px;

  }

  .account .column.main .form .fieldset legend.legend {

    font-size: 24px;

    line-height: 29px;

    text-transform: uppercase;

    padding-bottom: 7px;

    border-bottom: 1px solid #e5e5e5;

    font-weight: normal;

    margin-bottom: 15px;

  }

  .account .column.main .form .fieldset > .field {

    float: left;

    width: 100%;

  }

  .account .column.main .form .fieldset > .field.field-name-firstname {

    width: 271px;

    padding-right: 16px;

  }

  .account .column.main .form .fieldset > .field.field-name-firstname input {

    width: 100%;

  }

  .account .column.main .form .fieldset > .field.field-name-lastname {

    width: 271px;

  }

  .account .column.main .form .fieldset .field.new.password {

    width: 271px;

    padding-right: 13px;

  }

  .account .column.main .form .fieldset .field.confirmation {

    width: 271px;

  }

  .account .column.main .form .fieldset .password-strength-meter {

    background: none;

    padding: 0;

  }

  .account .column.main .actions-toolbar {

    border-top: 1px solid #e5e5e5;

    padding-top: 10px;

    display: inline-block;

    width: 100%;

    vertical-align: bottom;

  }

  .account .column.main .actions-toolbar > .secondary {

    float: left;

  }

  .account .column.main .actions-toolbar > .primary {

    float: right;

    width: 70%;

  }

  .account .column.main .actions-toolbar > .primary .action.primary {

    padding: 0 10%;

    line-height: 45px;

    color: #fff;

    background: #444a58;

    margin-right: 0;

    border-radius: 0;

    width: auto;

    font-size: 16px;

    font-weight: normal;

    border: none;

    float: right;

  }

  .account .column.main .actions-toolbar > .primary .action.primary:hover {

    background: #444a58;

  }

  .account.customer-address-index .column.main {

    position: relative;

  }

  .account.customer-address-index .column.main .block {

    width: 49%;

    float: left;

  }

  .account.customer-address-index .column.main .block.block-addresses-list {

    float: right;

    margin-top: 30px;

  }

  .account.customer-address-index .column.main .block .block-content .box {

    margin-bottom: 10px;

    background-color: #f5f5f5;

    padding: 15px;

  }

  .account.customer-address-index .column.main .block .block-content .box:nth-child(odd) {

    border-right: none;

  }

  .account.customer-address-index .column.main .actions-toolbar > .primary .action.primary.add {

    position: absolute;

    top: 0;

    right: 0;

    padding: 0 15px;

    line-height: 36px;

  }

  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items {

    display: block;

    width: 100%;

  }

  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items thead {

    display: none;

  }

  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items tbody {

    display: block;

  }

  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items tr {

    display: block;

    padding: 15px;

    margin: 0 0 10px;

    border: 1px solid #e5e5e5;

  }

  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items td {

    display: inline-block;

    width: 100%;

    padding: 0;

    line-height: 23px;

  }

  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items td.firstname,

  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items td.lastname {

    width: auto;

    margin-right: 3px;

  }

  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items .actions {

    margin-top: 5px;

  }

  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items a {

    color: #333;

    margin-right: 0;

  }

  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items a:hover {

    color: #444a58;

  }

  .account.customer-address-index .column.main .additional-addresses table.table-additional-addresses-items .actions a + a:before {

    content: '|';

    margin: 0 5px 0 3px;

  }

  .account.customer-address-index .column.main .block-addresses-list .customer-addresses-toolbar {

    display: none;

  }

  .account .column.main table a {

    color: #333;

    margin-right: 5px;

    margin-left: 5px;

  }

  .account .column.main table a:hover {

    color: #444a58;

  }

  .form-address-edit .fieldset {

    margin-bottom: 0;

  }

  .form-address-edit .fieldset + .fieldset {

    margin-top: 30px;

  }

  .form-address-edit .fieldset legend.legend {

    font-size: 24px;

    line-height: 29px;

    text-transform: uppercase;

    padding-bottom: 7px;

    border-bottom: 1px solid #e5e5e5;

    font-weight: normal;

    margin-bottom: 15px;

  }

  .form-address-edit .fieldset > .field:not(.choice) > .label {

    width: 100%;

    text-align: left;

    padding-right: 0;

    line-height: 23px;

    font-weight: normal;

    margin-bottom: 2px;

    padding-top: 0;

  }

  .form-address-edit .fieldset > .field:not(.choice) > .control {

    width: 100%;

  }

  .form-address-edit .fieldset > .field.choice:before,

  .form-address-edit .fieldset > .field.no-label:before {

    content: none;

  }

  .form-address-edit .fieldset > .field.choice .label,

  .form-address-edit .fieldset > .fields > .field.choice .label {

    font-weight: normal;

  }

  .form-address-edit input[type="text"],

  .form-address-edit input[type="password"],

  .form-address-edit input[type="url"],

  .form-address-edit input[type="tel"],

  .form-address-edit input[type="search"],

  .form-address-edit input[type="number"],

  .form-address-edit input[type*="date"],

  .form-address-edit input[type="email"],

  .form-address-edit select {

    font-family: 'Lato';

    height: auto;

    padding: 8px;

    line-height: 18px;

    border: 1px solid #ddd;

    color: #888;

    transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;

    -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;

    -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;

    -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;

  }

  .form-address-edit input[type="text"]:hover,

  .form-address-edit input[type="password"]:hover,

  .form-address-edit input[type="url"]:hover,

  .form-address-edit input[type="tel"]:hover,

  .form-address-edit input[type="search"]:hover,

  .form-address-edit input[type="number"]:hover,

  .form-address-edit input[type*="date"]:hover,

  .form-address-edit input[type="email"]:hover,

  .form-address-edit select:hover,

  .form-address-edit input[type="text"]:focus,

  .form-address-edit input[type="password"]:focus,

  .form-address-edit input[type="url"]:focus,

  .form-address-edit input[type="tel"]:focus,

  .form-address-edit input[type="search"]:focus,

  .form-address-edit input[type="number"]:focus,

  .form-address-edit input[type*="date"]:focus,

  .form-address-edit input[type="email"]:focus,

  .form-address-edit select:focus {

    border-color: #aaa;

    color: #333;

    box-shadow: none;

    outline: none;

  }

  .form-address-edit select {

    height: 36px;

    width: 544px;

    max-width: 100%;

    text-overflow: ellipsis;

  }

  .form-address-edit .fieldset > .field {

    margin-bottom: 8px;

  }

  .form-address-edit .fieldset > .field .input-text {

    width: 544px;

    max-width: 100%;

  }

  .form-address-edit .fieldset > .field {

    float: left;

    width: 100%;

  }

  .form-address-edit .fieldset > .field.field-name-firstname {

    width: 271px;

    padding-right: 16px;

  }

  .form-address-edit .fieldset > .field.field-name-firstname input {

    width: 100%;

  }

  .form-address-edit .fieldset > .field.field-name-lastname {

    width: 271px;

  }

  .form-address-edit .fieldset > .field.choice {

    padding-left: 20px;

  }

  .form-address-edit .fieldset > .field.choice input {

    margin: 0 0 0 -20px;

    float: left;

  }

  .account .order-actions-toolbar .actions a.action {

    color: #333;

  }

  .account .order-actions-toolbar .actions a.action:hover {

    color: #444a58;

  }

  .account .order-title {

    font-size: 24px;

    line-height: 30px;

    text-transform: capitalize;

    padding-bottom: 7px;

    border-bottom: 1px solid #e5e5e5;

    font-weight: normal;

    margin-bottom: 15px;

    margin-top: 25px;

  }

  .account .order-title strong {

    margin: 0;

  }

  .account .block-order-details-view {

    margin-top: 30px;

  }

  .account .mark,

  .account mark {

    background-color: transparent;

  }

  .aw-rma__actions .action.primary {

    background: #444a58;

    color: #fff;

    border: 1px solid #444a58;

    line-height: 30px;

    padding: 5px 15px;

    font-weight: normal;

  }

  .aw-rma__actions .action.primary:hover {

    background: #fff;

    color: #444a58;

  }

  .pager {

    margin: 10px 0 !important;

  }

  .products-grid.wishlist .product-item {

    position: relative;

  }

  .products-grid.wishlist .product-item .fieldset .field.qty {

    padding-right: 0;

    text-align: center;

  }

  .products-grid.wishlist .product-item .fieldset .field.qty .label {

    display: inline-block;

    float: none;

  }

  .products-grid.wishlist .product-item .fieldset .field.qty .control {

    display: inline-block;

    width: auto;

    float: none;

  }

  .products-grid.wishlist .product-item .actions-primary {

    width: 100%;

  }

  .products-grid.wishlist .box-tocart .action.tocart {

    max-width: 100%;

    padding: 5px 15px;

    line-height: 30px;

    background-color: #444a58 !important;

    color: #fff !important;

    border: 1px solid #444a58;

    text-transform: capitalize;

  }

  .products-grid.wishlist .product-item-comment {

    resize: none;

  }

  .products-grid.wishlist .product-item .product-item-inner > .product-item-actions {

    position: absolute;

    top: 0;

    right: 0;

    z-index: 1;

  }

  .products-grid.wishlist .product-item .product-item-inner > .product-item-actions a {

    color: #333;

    width: 30px;

    height: 30px;

    background-color: rgba(0, 0, 0, 0.1);

    border-radius: 50%;

    display: inline-block;

  }

  .products-grid.wishlist .product-item .product-item-inner > .product-item-actions a span {

    display: none;

  }

  .products-grid.wishlist .product-item .product-item-inner > .product-item-actions a.delete:before {

    content: '\e920';

  }

  .products-grid.wishlist .product-item .product-item-inner > .product-item-actions a:before {

    line-height: 30px;

    font-size: 12px;

  }

  .form-wishlist-items > .actions-toolbar > .primary {

    text-align: right;

  }

  .form-wishlist-items > .actions-toolbar > .primary .action {

    border: 1px solid #444a58;

  }

  .form-wishlist-items > .actions-toolbar > .primary .action.tocart {

    background-color: #444a58 !important;

    color: #fff !important;

    text-transform: capitalize;

  }

  .confirm._show .modal-header {

    border-bottom: none;

  }

  .confirm._show .modal-footer {

    border-top: none;

    text-align: center;

  }

  .confirm._show .modal-content {

    box-shadow: none;

    border: none;

  }

  .confirm._show .modal-inner-wrap .action-close {

    margin: 0;

  }

  .confirm._show .modal-inner-wrap .action-close:before {

    font-size: 18px;

  }

  .confirm._show .modal-footer .action-dismiss {

    padding: 5px 15px !important;

    line-height: 30px;

    border: 1px solid #444a58 !important;

    color: #444a58 !important;

    display: inline-block !important;

  }

  .confirm._show .modal-footer .action-accept {

    padding: 5px 15px !important;

    line-height: 30px;

    border: 1px solid #444a58 !important;

    color: #fff !important;

    display: inline-block !important;

    background-color: #444a58 !important;

  }

  .account .column.main table a.action.view,

  .account .column.main table a.action.order {

    padding: 3px 10px;

    background: #f2f2f2;

    border: none;

    line-height: 20px;

  }

  .account .column.main .message.info {

    display: inline-block;

    width: 100%;

  }

  .account .column.main table a.action.view:hover,

  .account .column.main table a.action.order:hover {

    background: #444a58;

    color: #fff;

  }

  .account .column.main .toolbar {

    border-bottom: none;

  }

  .page-title-wrapper .order-date .label {

    padding-left: 0;

  }

  .account.customer-address-index .column.main .block {

    width: 100%;

  }

  .shop-jewellery-section .block .image-description {

    z-index: 1;

  }

  .shop-jewellery-section .block .image-item {

    overflow: hidden;

  }

  .shop-jewellery-section .block .image-item img {

    transition: 0.4s;

  }

  .shop-jewellery-section .block .image-item:hover img {

    transform: scale(1.1);

  }

  .owl-nav [class*=owl-]:hover,

  .owl-theme .owl-nav [class*='owl-']:hover {

    background: #444a58 !important;

  }

  .owl-carousel .owl-nav > button.owl-next:hover:after,

  .owl-carousel .owl-nav > div.owl-next:hover:after {

    color: #fff;

  }

  .owl-carousel .owl-nav > button.owl-prev:hover:after,

  .owl-carousel .owl-nav > div.prev:hover:after {

    color: #fff;

  }

  .style-content-section .widget-contenthtml .post-image img {

    transition: 0.4s;

  }

  .style-content-section .widget-contenthtml .post-image:hover img {

    transform: scale(1.1);

  }

  .effect-banner .image-item {

    overflow: hidden;

  }

  .effect-banner .image-item img {

    transition: 0.4s;

  }

  .effect-banner .image-item img:hover {

    transform: scale(1.1);

  }

  .intagram-sction .block {

    transition: 0.4s;

  }

  .intagram-sction .block:hover {

    opacity: 0.8;

  }

  .page-footer .footer-top ul.social-links li a {

    transition: 0.4s;

  }

  .page-footer .footer-top ul.social-links li a:hover {

    background: #444a58;

  }

  #top a {

    transition: 0.4s;

  }

  #top a:hover {

    background: #444a58;

  }

  .product-item-name a.product-item-link {

    transition: 0.4s;

  }

  .product-item-name a.product-item-link:hover {

    color: #444a58 !important;

    opacity: 0.95;

  }

  .products-grid .product-item .product-item-info .product-image-photo {

    transition: 0.4s;

  }

  .products-grid .product-item .product-item-info:hover .product-image-photo {

    transform: scale(1.1);

  }

  .inspiration-content-section .col-inner > .inspiration-heading {

    left: -320px;

    bottom: 288px;

  }

  .inspiration-content-section .inspiration-heading .inspiration-heading {

    line-height: 0;

  }
  .contact-index-index .ves-contact p {

    font-size: 16px;

    max-width: 1030px;

  }
  .social-links ul li.instagram {

    margin-right: 0 !important;
    margin-left: 0 !important;

  }
  .customnotice p {
    max-width: 100% !important;
    font-size: 14px !important;
}
.popup_avaiable .action_button ul li .button{display: inline-block !important;}

  .contact-index-index h2 {

    font-size: 26px;

  }

  .contact-index-index .fieldset > legend.legend span {

    font-size: 26px;

  }

  .contact-index-index textarea {

    min-height: 176px;

  }

  .contact-index-index form.form.contact .actions-toolbar .primary {

    display: inline-block;

    float: right;

  }

  .contact-index-index form.form.contact p.required {

    line-height: 38px;

  }

  .mp-banner-slider .owl-carousel .owl-nav {

    line-height: 0;

    margin: 0;

  }

  .mp-banner-slider .owl-carousel .owl-nav button {

    margin: -25px 0 0 0 !important;

    width: 50px;

    height: 50px;

    border-radius: 50px;

    background-color: rgba(255, 255, 255, 0.7);

  }

  .mp-banner-slider .owl-carousel .owl-nav button span {

    display: none;

  }

  .mp-banner-slider .owl-carousel .owl-nav button.owl-prev {

    left: 40px;

  }

  .mp-banner-slider .owl-carousel .owl-nav button.owl-prev:after {

    position: relative;

    top: -4px;

    line-height: 1;

    font-family: 'Open Sans';

    font-size: 36px;

  }

  .mp-banner-slider .owl-carousel .owl-nav button.owl-next {

    right: 40px;

  }

  .mp-banner-slider .owl-carousel .owl-nav button.owl-next:after {

    position: relative;

    top: -4px;

    line-height: 1;

    font-family: 'Open Sans';

    font-size: 36px;

  }

  .our-services-section {

    margin-bottom: 0 !important;

    padding: 45px 0;

  }

  .our-services-section .ourservice-block .media {

    align-items: center;

    display: flex;

    flex-wrap: wrap;

    margin: 0 auto;

    max-width: 290px;

  }

  .our-services-section .ourservice-block .media .ourservice-content {

    padding-left: 20px;

    text-align: left;

    width: 230px;

  }

  .our-services-section .ourservice-block .media .ourservice-content p {

    color: #484f5e;

    font-size: 18px;

    margin-bottom: 0;

    text-align: left !important;

  }

  .our-services-section .ourservice-block .media .ourservice-content .title-media {

    display: inline-block;

    font-size: 24px;

    font-weight: 600;

    margin-bottom: 5px;

    vertical-align: bottom;

    width: 100%;

  }

  .our-services-section .ourservice-block .media .ourservice-content a {

    color: #484f5e;

  }

  .our-services-section .ourservice-block .media > div {

    width: 60px;

  }

  .our-services-section .col-lg-4:not(:last-child) .block {

    border-right: 1px solid #cacaca;

  }

  .shop-jewellery-section {

    padding-top: 30px;

  }

  .shop-jewellery-section .block {

    position: relative;

  }

  .shop-jewellery-section .block .image-item {

    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.16);

  }

  .shop-jewellery-section .block .image-description {

    color: #fff;

    padding-right: 40px;

    width: 50%;

    position: absolute;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

  }

  .shop-jewellery-section .block .image-description h2 {

    display: inline-block;

    font-family: 'Playball';

    font-size: 60px;

    margin-top: 0;

    width: 100%;

  }

  .shop-jewellery-section .block .image-description h2 a {

    color: #fff;

  }

  .shop-jewellery-section .block.necklaces-info .image-description {

    left: 0;

    padding-left: 40px;

    padding-right: 0;

    right: auto;

  }

  .shop-jewellery-section .block.rings-info .image-description {

    left: 0;

    padding-left: 40px;

    padding-right: 0;

    right: auto;

  }

  .shop-jewellery-section .block.rings-info .image-description h2 a {

    color: #484f5e;

  }

  .shop-jewellery-section .block.rings-info .image-description h4 {

    color: #000;

  }

  .shop-jewellery-section .block.bracelets-info .image-description h2 a {

    color: #484f5e;

  }

  .shop-jewellery-section .block.bracelets-info .image-description h4 {

    color: #000;

  }

  .shop-jewellery-section > .container > .ves-inner {

    position: relative;

    z-index: 1;

  }

  .shop-jewellery-section > .container > .ves-inner:before {

    background-color: #fff4f2;

    content: '';

    height: 220px;

    left: -145px;

    position: absolute;

    top: -50px;

    width: 275px;

    z-index: -1;

  }

  .shop-jewellery-section > .container > .ves-inner:after {

    background-color: #fff4f2;

    bottom: -35px;

    content: '';

    height: 436px;

    position: absolute;

    right: -100px;

    width: 275px;

    z-index: -1;

  }

  .shop-jewellery-section > .container > .ves-inner > .row {

    margin-left: -20px;

    margin-right: -20px;

  }

  .shop-jewellery-section > .container > .ves-inner > .row .col-lg-6 {

    margin-bottom: 20px;

    padding: 0 20px;

  }

  .top-brands-section {

    padding-top: 30px;

  }

  .top-brands-section .block-title strong {

    color: #484f5e;

    font-size: 34px;

    font-weight: 600;

    text-transform: capitalize;

  }

  .top-brands-section .block-content .owl-carousel {

    padding-left: 0;

  }

  .top-brands-section .block-content .brand-image {

    padding: 10px 0;

  }

  .top-brands-section .block-content .brand-image a {

    box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.16);

    display: inline-block;

    vertical-align: bottom;

    width: 100%;

  }

  .top-brands-section .block-content .brand-image a img:first-child {

    background: #fff;

    height: 70px;

    object-fit: contain;

    object-position: center;

    width: 100%;

  }

  .top-brands-section .block-content .brand-image a img:last-child {

    background: #fff;

    height: 235px;

    object-fit: cover;

    object-position: center;

    width: 100%;

  }

  .owl-carousel .owl-nav {

    margin: 0;

  }

  .owl-carousel .owl-nav > div {

    background-color: #cfcfcf;

    border-radius: 50%;

    border: none;

    font-size: 0;

    height: 34px;

    line-height: 34px;

    margin: -17px 0 0 0;

    outline: none;

    padding: 0;

    position: absolute;

    text-align: center;

    top: 50%;

    width: 34px;

  }

  .owl-carousel .owl-nav > div.owl-prev {

    left: -40px;

  }

  .owl-carousel .owl-nav > div.owl-prev:after {

    color: #000;

    content: 'â€¹';

    font-size: 26px;

    line-height: 28px;

  }

  .owl-carousel .owl-nav > div.owl-next {

    right: -40px;

  }

  .owl-carousel .owl-nav > div.owl-next:after {

    color: #000;

    content: 'â€º';

    font-size: 26px;

    line-height: 28px;

  }

  .owl-carousel .owl-nav > button {

    background-color: #cfcfcf;

    border-radius: 50%;

    border: none;

    font-size: 0;

    height: 34px;

    line-height: 34px;

    margin: -17px 0 0 0;

    outline: none;

    padding: 0;

    position: absolute;

    text-align: center;

    top: 50%;

    width: 34px;

  }

  .owl-carousel .owl-nav > button.owl-prev {

    left: -40px;

  }

  .owl-carousel .owl-nav > button.owl-prev:after {

    color: #000;

    content: 'â€¹';

    font-size: 26px;

    line-height: 28px;

  }

  .owl-carousel .owl-nav > button.owl-next {

    right: -40px;

  }

  .owl-carousel .owl-nav > button.owl-next:after {

    color: #000;

    content: 'â€º';

    font-size: 26px;

    line-height: 28px;

  }

  .inspiration-content-section {

    background-image: url(../../frontend/Dotsquares/custom_child/en_GB/images/wave-bg.png);

    background-position: center top;

    background-repeat: no-repeat;

    margin-top: 40px !important;

    padding-bottom: 65px;

    padding-top: 250px;

    position: relative;

  }

  .inspiration-content-section .inspiration-text {

    padding-left: 15px;

    padding-right: 15px;

    position: absolute;

    right: 0;

    top: -160px;

  }

  .inspiration-content-section .inspiration-text .widget-contenthtml {

    padding: 0;

    text-align: right;

  }

  .inspiration-content-section .inspiration-text h4 {

    color: #000;

    font-size: 40px;

    font-weight: 600;

    text-transform: capitalize;

  }

  .inspiration-content-section .inspiration-text h5 {

    color: #000;

    font-size: 40px;

    font-weight: 600;

    text-transform: capitalize;

  }

  .inspiration-content-section .col-inner > .inspiration-heading {

    bottom: 244px;

    left: -360px;

    opacity: 0.2;

    position: absolute;

    transform: rotate(-90deg);

  }

  .inspiration-content-section .inspiration-heading .widget-contenthtml {

    padding: 0;

  }

  .inspiration-content-section .inspiration-heading .inspiration-heading {

    -webkit-text-fill-color: white;

    -webkit-text-stroke-color: black;

    -webkit-text-stroke-width: 1px;

    color: #000;

    font-size: 96px;

    font-weight: 600;

    text-transform: uppercase;

  }

  .inspiration-content-section > .container > .ves-inner {

    position: relative;

    z-index: 1;

  }

  .inspiration-content-section > .container > .ves-inner:after {

    background-color: #fff4f2;

    content: '';

    height: 436px;

    position: absolute;

    right: -100px;

    top: -35px;

    width: 275px;

    z-index: -1;

  }

  .feature-product-section {

    margin-bottom: 0 !important;

    padding: 45px 0;

  }

  .feature-product-section .block-title {

    margin-bottom: 30px;

    text-align: center;

  }

  .feature-product-section .block-title strong {

    color: #484f5e;

    font-size: 34px;

    font-weight: 600;

    text-transform: capitalize;

  }

  .feature-product-section .cms-title {

    margin-bottom: 30px;

    text-align: center;

  }

  .feature-product-section .cms-title .title {

    color: #000;

    font-size: 30px;

    font-weight: 600;

    text-transform: capitalize;

  }

  .feature-product-section .block-products-list .block-content {

    position: relative;

    z-index: 1;

  }

  .feature-product-section .block-products-list .block-content:before {

    background-color: #fff4f2;

    content: '';

    height: 220px;

    left: -145px;

    position: absolute;

    top: -50px;

    width: 275px;

    z-index: -1;

  }

  .products-grid .product-item {

    text-align: center;

  }

  .products-grid .product-item .product-item-photo {

    background-color: #fff;

    border: 1px solid #f4f4f4;

    display: inline-block;

    margin-bottom: 15px;

    vertical-align: bottom;

    width: 100%;

  }

  .products-grid .product-item .product-item-name {

    font-size: 16px;

    font-weight: 600;

    min-height: 44px;

  }

  .products-grid .product-item .product-item-name a {

    line-height: 24px;

  }

  .products-grid .product-item .product-item-name a:hover {

    text-decoration: none;

    color: #333;

  }

  .products-grid .product-item .price-container .price-label {

    font-size: 16px;

    font-weight: normal;

  }

  .products-grid .product-item .price-container .price {

    font-size: 22px;

    font-weight: 600;

  }

  .products-grid .product-item .product-item-actions {

    display: none;

  }

  .products-grid .product-item .price-box {

    margin-bottom: 0;

  }

  .products-grid .slick-slider .product-item {

    margin-bottom: 0;

  }

  .desiger-blog-section {

    padding-bottom: 60px;

  }

  .desiger-blog-section .container {

    width: 100%;

  }

  .desiger-blog-section .ves-container .row .col-lg-2 {

    padding: 0;

  }

  .desiger-blog-section .ves-container .row .col-lg-2 > .col-inner > div {

    margin: 0 !important;

  }

  .desiger-blog-section .effect-banner .block-content .image-item {

    overflow: hidden;

    position: relative;

  }

  .desiger-blog-section .effect-banner .block-content .image-item .image-description {

    height: 100%;

    margin-top: -100px;

    padding: 35px 10px;

    position: absolute;

    top: 100%;

    left: 50%;

    transform: translateX(-50%);

    transition: 0.4s;

    width: 100%;

    max-width: 195px;

    z-index: 1;

  }

  .desiger-blog-section .effect-banner .block-content .image-item .image-description h4 {

    color: #000;

    font-size: 22px;

    font-style: italic;

    font-weight: 600;

    margin: 0;

  }

  .desiger-blog-section .effect-banner .block-content .image-item .image-description h4 a {

    color: #000;

  }

  .desiger-blog-section .effect-banner .block-content .image-item .image-description h2 {

    color: #000;

    font-size: 26px;

    font-weight: 600;

    margin: 0;

    margin-bottom: 20px;

  }

  .desiger-blog-section .effect-banner .block-content .image-item .image-description ul {

    list-style: none;

    margin: 0;

    padding: 0;

  }

  .desiger-blog-section .effect-banner .block-content .image-item .image-description ul li {

    font-size: 16px;

    position: relative;

    left: 0;

    transition: 0.4s;

  }

  .desiger-blog-section .effect-banner .block-content .image-item .image-description ul li:hover {

    left: 10px;

  }

  .desiger-blog-section .effect-banner .block-content .image-item .image-description ul li a {

    color: #000;

  }

  .desiger-blog-section .effect-banner .block-content:hover .image-item .image-description {

    margin-top: 0;

    top: 0;

  }

  .desiger-blog-section .effect-banner .block-content:hover .content-image:before {

    background: #ffffff;

    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.74553571) 0%, rgba(255, 255, 255, 0.93881303) 100%);

    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.74553571) 0%, rgba(255, 255, 255, 0.93881303) 100%);

    background: linear-gradient(0deg, rgba(255, 255, 255, 0.74553571) 0%, rgba(255, 255, 255, 0.93881303) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);

    opacity: 1;

  }

  .desiger-blog-section .effect-banner .block-content .content-image {

    position: relative;

  }

  .desiger-blog-section .effect-banner .block-content .content-image img {

    width: 100%;

  }

  .desiger-blog-section .effect-banner .block-content .content-image:before {

    background: #ffffff;

    background: -moz-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);

    background: -webkit-linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);

    background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);

    bottom: 0;

    content: '';

    left: 0;

    opacity: 0.8;

    position: absolute;

    right: 0;

    top: 0;

    transition: 0.4s;

  }

  .style-tip-section {

    padding-top: 0;

  }

  .style-tip-section .ves-inner {

    max-width: 1200px;

    padding-left: 15px;

    padding-right: 15px;

    margin-left: auto;

    margin-right: auto;

  }

  .style-tip-section .block-title {

    margin-bottom: 30px;

    text-align: center;

    line-height: 46px;

  }

  .style-tip-section .block-title strong {

    color: #484f5e;

    font-size: 34px;

    font-weight: 600;

    text-transform: capitalize;

  }

  .style-tip-section .block-content {

    display: none;

  }

  .style-tip-section .find-online-image {

    float: left;

    width: 50%;

    padding-right: 40px;

    padding-bottom: 40px;

  }

  .style-tip-section .find-online-image img {

    width: 100%;

  }

  .style-tip-section .value.more h1 {

    padding-left: 0;

    margin: 15px 0 10px;

  }

  .style-tip-section .value.more h2 {

    padding-left: 0;

    margin: 10px 0;

  }

  .style-tip-section .value.more p {

    padding-left: 0;

  }

  .style-tip-section .value.more .readless {

    padding-left: 0;

  }

  .style-tip-section .value.more .readmore {

    padding-left: 0;

  }

  .style-content-section {

    padding-bottom: 65px;

  }

  .style-content-section .ves-inner {

    position: relative;

    z-index: 1;

  }

  .style-content-section .ves-inner:before {

    background-color: #fff4f2;

    content: '';

    height: 220px;

    left: -145px;

    position: absolute;

    top: -50px;

    width: 275px;

    z-index: -1;

  }

  .style-content-section .widget-contenthtml {

    padding: 0;

  }

  .style-content-section .widget-contenthtml .post-image {

    overflow: hidden;

    padding-bottom: 64%;

    position: relative;

  }

  .style-content-section .widget-contenthtml .post-image img {

    bottom: 0;

    left: 0;

    object-fit: cover;

    object-position: center;

    position: absolute;

    top: 0;

    width: 100%;

  }

  .style-content-section .widget-contenthtml .post-date {

    color: #b0b0b0;

    font-size: 15px;

    margin-top: 15px;

  }

  .style-content-section .widget-contenthtml .post-list-item h4 {

    font-size: 20px;

    font-weight: 600;

  }

  .style-content-section .widget-contenthtml .post-list-item h4 a {

    color: #484f5e;

  }

  .style-content-section .widget-contenthtml .post-excerpt {

    color: #484f5e;

    font-size: 15px;

    line-height: 24px;

  }

  .findonline-section {

    background-color: #f4f4f4;

    background-image: url(../../frontend/Dotsquares/custom_child/en_GB/images/find-bg.jpg);

    background-position: top left;

    background-repeat: no-repeat;

    background-size: 90%;

    margin-top: 35px;

    padding: 65px 0;

    position: relative;

    z-index: 1;

  }

  .findonline-section:after {

    background-color: #fff4f2;

    bottom: -100px;

    content: '';

    height: 190px;

    position: absolute;

    right: 0;

    width: 245px;

    z-index: -1;

  }

  .findonline-section .block-title {

    margin-bottom: 30px;

    text-align: center;

  }

  .findonline-section .block-title strong {

    color: #484f5e;

    font-size: 34px;

    font-weight: 600;

    text-transform: capitalize;

  }

  .findonline-section .find-online-image {

    text-align: center;

  }

  .findonline-section .find-online-image img {

    mix-blend-mode: multiply;

  }

  .findonline-section .value.more h1 {

    color: #484f5e;

    font-size: 28px;

    line-height: 1.5;

    margin: 0 0 25px;

    padding: 0;

  }

  .findonline-section .value.more p {

    color: #484f5e;

    font-size: 15px;

    line-height: 24px;

    margin: 0;

    padding: 0;

  }

  .findonline-section .value.more p a {

    color: #000;

  }

  .findonline-section .value.more h2 {

    color: #484f5e;

    font-size: 22px;

    line-height: 1.5;

    margin: 25px 0 15px;

    padding: 0;

  }

  .findonline-section .value.more h2 a {

    color: #000;

  }

  .findonline-section .value.more .less {

    float: left;

    width: 100%;

  }

  .findonline-section .value.more .readless {

    background: #000;

    border-radius: 5px;

    color: #fff;

    float: left;

    font-size: 16px;

    margin-top: 30px;

    padding: 10px 25px;

  }

  .findonline-section .value.more .readmore {

    background: #000;

    border-radius: 5px;

    color: #fff;

    float: left;

    font-size: 16px;

    margin-top: 30px;

    padding: 10px 25px;

  }

  .findonline-section .value.more .readmore:hover {

    background-color: #444a58;

  }

  .about-section-footer {

    padding-left: 15px;

    padding-right: 15px;

    padding-top: 0;

  }

  .about-section-footer .custom-abs {

    align-items: center;

    display: flex;

    flex-wrap: wrap;

    max-width: 1200px;

    margin-left: auto;

    margin-right: auto;

  }

  .about-section-footer .custom-abs .block {

    color: #484f5e;

    font-size: 15px;

    line-height: 24px;

    margin-bottom: 0;

  }

  .about-section-footer .custom-abs .block a {

    color: #000;

  }

  .about-section-footer .custom-abs .block .block-content p {

    margin-bottom: 25px;

  }

  .about-section-footer .custom-abs .block .block-content p:last-child {

    margin-bottom: 0;

  }

  .about-section-footer .custom-abs .col-lg-8 .block .block-content {

    border-left: 2px solid #000;

    padding-left: 60px;

  }

  .about-section-footer a {

    color: #444a58;

  }

  .about-niche-heading {

    padding-top: 35px;

  }

  .about-niche-heading .block-title {

    margin-bottom: 30px;

    text-align: center;

  }

  .about-niche-heading .block-title strong {

    color: #484f5e;

    font-size: 34px;

    font-weight: 600;

    text-transform: capitalize;

  }

  .instafeed-heading {

    background-image: url(../../frontend/Dotsquares/custom_child/en_GB/images/pattern.jpg);

    background-repeat: repeat-x;

    margin-top: 50px;

    padding: 40px 0;

  }

  .instafeed-heading .block {

    margin-bottom: 0;

  }

  .instafeed-heading .block-title strong {

    color: #484f5e;

    font-size: 34px;

    font-weight: 600;

    text-transform: capitalize;

  }

  .instafeed-heading .block-title strong a {

    color: #484f5e;

  }

  .page-footer .footer-top .instafeed-heading .block-title {

    margin-bottom: 0;

    text-align: center;

  }

  .intagram-sction .col-lg-2 {

    padding: 0;

  }

  .intagram-sction .block {

    margin-bottom: 0;

  }

  .intagram-sction .block .image-item img {

    width: 100%;

  }

  .shipping-block ul {

    margin-bottom: 0;

  }

  .google-map {

    margin-bottom: 30px;

  }

  .contact-info a {

    color: #000;

  }

  .contact-customhtml a {

    color: #000;

  }

  .contact-index-index .block-title {

    margin-bottom: 15px;

  }

  .contact-index-index .action.primary {

    background: #000;

    border-radius: 30px;

  }

  .cms-page-view .columns .column.main a {

    color: #000;

    text-decoration: underline;

  }

  .cms-page-view .columns .column.main ul {

    list-style: none;

  }

  .cms-page-view .columns .column.main h2 a {

    text-decoration: none;

  }

  .cms-page-view .columns .column.main h4 a {

    text-decoration: none;

  }

  .cms-page-view .columns .column.main .block-title {

    margin-bottom: 15px;

  }

  .feature-product-home {

    padding-bottom: 60px;

    padding-top: 60px;

  }

  .feature-product-home .block-title {

    margin-bottom: 30px;

    text-align: center;

  }

  .feature-product-home .block-title strong {

    color: #484f5e;

    font-size: 34px;

    font-weight: 600;

    text-transform: capitalize;

  }

  .feature-product-home .products-grid .product-item {

    float: left;

    width: 25%;

    margin-left: 0;

  }

  .feature-product-home .row-inner > .col-lg-12 {

    width: 100%;

  }

  .inspiration-content-section .row-inner .col-lg-6 {

    position: initial;

  }

  .inspiration-content-section .col-inner > .inspiration-heading {

    top: -120px;

    left: auto !important;

    bottom: auto !important;

    right: 0;

    transform: rotate(0) !important;

  }

  .inspiration-content-section .inspiration-heading .inspiration-heading {

    display: block !important;

  }

  .sidebar .block-blog a {

    color: #333333;

  }

  .sidebar .block-blog a:hover {

    color: #444a58;

    text-decoration: underline;

  }

  .is-blog .page-wrapper {

    overflow: initial;

  }

  .is-blog .columns {

    padding-top: 40px;

  }

  .is-blog .columns .column.main {

    padding-left: 2% !important;

  }

  .is-blog .post-list-description {

    font-size: 18px;

    margin-bottom: 20px;

  }

  .post-list.grid {

    display: flex;

    flex-wrap: wrap;

    width: 100%;

  }

  .post-list.grid li {

    margin-bottom: 30px;

    margin-right: 0 !important;

  }

  .post-list.grid li:nth-child(even) {

    margin-left: auto;

  }

  .post-list .post-list-item {

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);

    height: 100%;

  }

  .post-list .post-list-item h2 {

    font-size: 24px;

    margin: 0;

    min-height: 82px;

    padding: 15px;

  }

  .post-list .post-list-item h2 a {

    color: #333333;

  }

  .post-list .post-list-item h2 a:hover {

    color: #444a58;

  }

  .post-list .post-list-item .post-image {

    margin-bottom: 0;

    max-height: initial;

  }

  .post-list .post-list-item .post-image a {

    display: inline-block;

    height: 0;

    overflow: hidden;

    padding-top: 50%;

    position: relative;

    text-align: center;

    vertical-align: bottom;

    width: 100%;

  }

  .post-list .post-list-item .post-image a:hover {

    color: #444a58;

  }

  .post-list .post-list-item .post-image a img {

    height: 100%;

    left: 0;

    object-fit: cover;

    object-position: center;

    position: absolute;

    top: 0;

    transition: 0.4s;

    width: 100%;

  }

  .post-list .post-list-item .post-image a img:hover {

    transform: scale(1.1);

  }

  .post-list .post-list-item .post-excerpt {

    padding: 15px;

  }

  .post-list .post-list-item .post-excerpt a {

    color: #444a58;

  }

  .post-list .post-list-item .post-meta {

    display: inline-block;

    margin: 0;

    padding: 15px;

    vertical-align: bottom;

    width: 100%;

  }

  .post-list .post-list-item .post-meta a {

    color: #333333;

  }

  .post-list .post-list-item .post-meta .post-categories {

    margin-bottom: 10px;

  }

  .post-list .post-list-item .post-tags {

    margin-bottom: 10px;

  }

  .post-list-wrapper .pager {

    text-align: left;

  }

  .post-list-wrapper .pager li > a {

    border: none;

  }

  .post-list-wrapper .pager li > span {

    border: none;

  }

  .post-list-wrapper .pages-items .item {

    margin-right: 5px;

  }

  .post-list-wrapper .pages-items .item .page {

    background-color: transparent !important;

    border-radius: 40px;

    border: none;

    line-height: 40px;

    padding: 0;

    width: auto;

  }

  .post-list-wrapper .pages-items .item .page:hover {

    background-color: transparent !important;

    border: none;

    color: #444a58 !important;

    text-decoration: underline;

  }

  .post-list-wrapper .pages-items .item.current .page {

    background-color: transparent !important;

    border: none;

    color: #444a58 !important;

    text-decoration: underline;

  }

  .post-list-wrapper .pages .action.next {

    background: none;

    padding: 0;

    width: auto;

  }

  .post-list-wrapper .pages .action.prev {

    background: none;

    padding: 0;

    width: auto;

  }

  .post-list-wrapper .pages .action.previous {

    width: auto;

  }

  .post-list-wrapper .pages .action.previous:before {

    font-size: 16px;

  }

  .wp-sidebar .block.block-blog.block-blog-archives {

    display: none;

  }

  .post-view a {

    color: #444a58;

  }

  .post-view a:hover {

    text-decoration: underline;

  }

  .post-view .comments-wrapper .submit {

    background: #444a58;

    border: 1px solid #444a58;

  }

  .post-view .comments-wrapper .submit:hover {

    background: #ffffff;

    color: #444a58;

  }

  .fieldset > legend.legend {

    font-weight: 700;

  }

  .ie11 .page-wrapper,

  .ie10 .page-wrapper {

    overflow: visible;

  }

  .ie11 .bluefoot-driver a,

  .ie10 .bluefoot-driver a {

    max-width: 100%;

  }

  .ie11 [data-content-type='products'] .products-grid,

  .ie10 [data-content-type='products'] .products-grid {

    height: 810px;

    overflow: hidden;

  }

  .ie11 .page-bottom,

  .ie10 .page-bottom {

    margin-top: 175px;

  }

  .ie11 .page-footer,

  .ie10 .page-footer {

    padding-bottom: 100px;

  }

}

@media all and (min-width: 768px) and screen, print and screen, all and (min-width: 768px) and print, print and print {

  .sales-order-print .sitewide-usp {

    display: none;

  }

  .sales-order-print .order-details-items .actions-toolbar {

    display: none !important;

  }

  .sales-order-print .block-order-details-view .block-content {

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    -ms-flex-wrap: wrap;

    -webkit-flex-wrap: wrap;

    flex-wrap: wrap;

    width: 100%;

  }

  .sales-order-print .block-order-details-view .block-content .box {

    float: none;

  }

  .sales-order-print .block-order-details-view .block-content .box:nth-child(even) {

    margin-left: auto;

  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .page-footer .footer-top .ves-container.newsletter-sction .block.newsletter form.form.subscribe .field.newsletter {

    flex-wrap: wrap;

  }

  .page-footer .footer-top .ves-container.newsletter-sction .block.newsletter form.form.subscribe .field.newsletter .newsletter-merge {

    width: 100%;

    padding-left: 0;

    margin-bottom: 20px;

    text-align: center;

  }

  .page-footer .footer-top .ves-container.newsletter-sction .block.newsletter form.form.subscribe .field.newsletter .control {

    width: 100%;

  }

  .page-footer .footer-section .row-inner > div {

    width: 50%;

  }

  .page-footer .footer-section .row-inner > div.col-sm-4 {

    width: 33.33%;

  }

  .page-footer .footer-section .row-inner > div.col-sm-6 {

    margin-top: 30px;

  }

  .container {

    width: 750px;

  }

  .header.content .nav-toggle {

    display: block;

    position: relative;

    top: 0;

    left: 0;

    margin-right: 15px;

  }

  .header.content .nav-toggle:before {

    color: #333;

    font-size: 18px;

  }

  .header.content .nav-menu {

    position: absolute;

    top: 100%;

    left: 0;

    width: 100%;

    z-index: 9;

    display: none !important;

    background: #fff;

  }

  .nav-open .header.content .nav-menu {

    display: block !important;

  }

  .header.content .block-search {

    max-width: 360px;

  }

  canvas#screen {

    display: none !important;

  }

  .owl-carousel .owl-nav > div.owl-prev {

    left: -5px;

  }

  .owl-carousel .owl-nav > div.owl-next {

    right: -5px;

  }

  .owl-carousel .owl-nav > button.owl-prev {

    left: -5px;

  }

  .owl-carousel .owl-nav > button.owl-next {

    right: -5px;

  }

  .mp-banner-slider .owl-carousel .owl-nav button.owl-next {

    right: 20px;

  }

  .mp-banner-slider .owl-carousel .owl-nav button.owl-prev {

    left: 20px;

  }

  .our-services-section .ourservice-block .media {

    max-width: 260px;

  }

  .our-services-section .ourservice-block .media > div {

    width: 30px;

  }

  .our-services-section .ourservice-block .media .ourservice-content {

    width: 180px;

  }

  .our-services-section .ourservice-block .media .ourservice-content .title-media {

    font-size: 18px;

  }

  .shop-jewellery-section > .container > .ves-inner > .row {

    margin-left: -15px;

    margin-right: -15px;

  }

  .shop-jewellery-section > .container > .ves-inner > .row .col-lg-6 {

    padding: 0 15px;

  }

  .shop-jewellery-section .block .image-description h2 {

    font-size: 34px;

  }

  .inspiration-content-section .inspiration-text h4 {

    font-size: 32px;

  }

  .inspiration-content-section .inspiration-text h5 {

    font-size: 32px;

  }

  .inspiration-content-section .inspiration-heading .inspiration-heading {

    display: none;

  }

  .findonline-section {

    background-size: 90%;

  }

  .findonline-section:after {

    height: 150px;

    width: 175px;

  }

  .style-tip-section .value.more h1 {

    margin: 0 0 10px;

  }

  .about-niche-heading .col-lg-12.col-md-4 {

    width: 100%;

  }

  .nofoundpage-main-page .nofoundpage-main-content {

    padding: 51px 54px 50px;

    width: 56%;

  }

  .nofoundpage-main-page .nofoundpage-main-content h2 {

    font-size: 33px;

  }

  .nofoundpage-main-page .nofoundpage-main-content h1 {

    font-size: 110px;

  }

  .nofoundpagerow {

    background-size: 398px !important;

  }

  .post-list .post-list-item h2 {

    font-size: 18px;

    line-height: 1.3;

  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .page-footer .footer-top ul.social-links li {

    margin: 0 5px 0 0;

  }

  .page-footer .footer-top .block-title {

    font-size: 18px;

  }

  .container {

    width: 970px;

  }

  .owl-carousel .owl-nav > div.owl-prev {

    left: -5px;

  }

  .owl-carousel .owl-nav > div.owl-next {

    right: -5px;

  }

  .owl-carousel .owl-nav > button.owl-prev {

    left: -5px;

  }

  .owl-carousel .owl-nav > button.owl-next {

    right: -5px;

  }

  .mp-banner-slider .owl-carousel .owl-nav button.owl-next {

    right: 20px;

  }

  .mp-banner-slider .owl-carousel .owl-nav button.owl-prev {

    left: 20px;

  }

  .our-services-section .ourservice-block .media {

    max-width: 260px;

  }

  .our-services-section .ourservice-block .media .ourservice-content {

    width: 200px;

  }

  .our-services-section .ourservice-block .media .ourservice-content .title-media {

    font-size: 20px;

  }

  .findonline-section {

    background-size: 90%;

  }

  .inspiration-content-section .inspiration-heading .inspiration-heading {

    display: none;

  }

  .style-tip-section .value.more h1 {

    margin: -10px 0 10px;

  }

  .style-tip-section .ves-inner {

    max-width: 970px;

  }

  .about-section-footer .custom-abs {

    max-width: 970px;

  }

  .about-section-footer .custom-abs .col-lg-8.col-md-4 {

    width: 66.66666667%;

  }

  .about-niche-heading .col-lg-12.col-md-4 {

    width: 100%;

  }

  .nofoundpage-main-page .nofoundpage-main-content h2 {

    font-size: 46px;

  }

  .nofoundpage-main-page .nofoundpage-main-content h1 {

    font-size: 131px;

  }

  .post-list .post-list-item h2 {

    font-size: 20px;

  }

}

@media only screen and (min-width: 1200px) and (max-width: 1279px) {

  .page-footer .footer-top .block-title {

    font-size: 20px;

  }

  .header.content .logo {

    width: 150px;

  }

  .ves-megamenu li.level0 > a {

    font-size: 13px;

  }

  .ves-megamenu.ves-megamenu.menu-hover .caret {

    top: 20px;

  }

  .owl-carousel .owl-nav > div.owl-prev {

    left: -5px;

  }

  .owl-carousel .owl-nav > div.owl-next {

    right: -5px;

  }

  .owl-carousel .owl-nav > button.owl-prev {

    left: -5px;

  }

  .owl-carousel .owl-nav > button.owl-next {

    right: -5px;

  }

  .desiger-blog-section .effect-banner .block-content .image-item .image-description ul li {

    font-size: 14px;

  }

  .inspiration-content-section .inspiration-heading .inspiration-heading {

    display: none;

  }

}



/*20 - 06 -22 admin css */
div#___ratingbadge_1 {
    display: none !important;
}
.widget-images.cat-info .image-description .v-center h4 a {
    color: #fff !important;
}
.middle-content .col-xs-12 {
    width: 50%;
}

.ves-megamenu li.level0 > a {
    margin-right: 11px !important;
}
.shop-jewellery-section .block.rings-info .image-description h4 a {color: #fff !important; }
.cms-page-view .columns .column.main h2 a {
    color: #fff !important; }
.widget.block.block-static-block p.buying-options {
    display: none;
}
 .message.error {background: #f7d6e6 !important; color: #d80a0a !important;}
.categorypath-brand a.btn.btn-primary.btn-info.buttonblue {color: #fff;border: none;background: #e8408f;}
.categorypath-brand a.btn.btn-primary.btn-primary.buttonread {color: #fff; background: #4a5360; border: none;}
.categorypath-brand .buttonscolumn { margin: 20px 0px;}


.cms-page-view .effect-banner .image-description.content-top{background: none;}
.cms-page-view .inspiration-content-section .effect-banner .image-item .image-description h2 a:before{content: none;}
.cms-page-view .effect-banner .image-description.content-top:after{content: '';
    position: absolute;    top: 0;    left: 0;    right: 0;    bottom: 0;    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.4s;    z-index: -1;}
.cms-page-view .effect-banner .image-description.content-top:hover:after{transform: scale(0.9)}
.cms-page-view  .column.main .feature-product-home .products-grid .product-items {gap: 0;}
.cms-page-view .ourservice-block.center .media > div.ourservice-content {
    width: calc(100% - 45px);
    text-align: left;
}
/*p a:visited {   color: #666 !important;}*/

.categorypath-brand  .categorypath-brand .buttonscolumn {text-align: center;}

.cms-page-view .columns .column.main a.page {  border-radius: 0;     border: none;}
.cms-page-view .columns .column.main a.page:hover {    color: #fff!important;}
.cms-page-view .columns .column.main a.action.previous { padding: 10px 10px;  line-height: 20px;  padding: 9px 15px; text-align: center;  width: 40px;  margin-right: 2px;  border-radius: inherit;}


.cms-page-view .columns .column.main a.action.previous:before{ font-size:20px!important; }
.cms-page-view .img-section-cms img {display: inline-block;}
.cms-page-view .pages .item { margin: 0 5px 0 0!important;}
.cms-page-view .columns .column.main a.action.next{  margin-left: 2px!important;  }
.cms-page-view .img-section-cms {   text-align: center;}
.cms-thomas-sabo-about div#my-slider-brand1 img {   display: inline-block;}

/*.cms-fashion-homepage-2 .shop-jewellery-section .block.bracelets-info .image-description h4 a {color: #484f5e!important;}
.cms-fashion-homepage-2 .shop-jewellery-section .block.rings-info .image-description h4 a { color: #484f5e !important;}*/

.ves-megamenu .nav-item.active>a{
  color: #505863;
}
a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary, .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary, .action-gift.pagebuilder-button-secondary{
  border-color: #ff3990;
}
#bss-cookie-notice .btn-cookie{
  vertical-align: middle;
}


@media screen and (max-width: 1199px){
  .ves-megamenu li.level0.active > a{background-color: transparent !important; color: #333 !important;}
  .ves-megamenu .nav-item.active>a{background-color: transparent !important; color: #333 !important;}
  
}
@media screen and (max-width: 991px){
  .ves-megamenu li.level0.active > a{background-color: transparent !important; color: #333 !important;}
  .ves-megamenu .nav-item.active>a{background-color: transparent !important; color: #333 !important;}
  .ves-megamenu .level0 .submenu .nav-item>a{    line-height: 36px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important; font-weight: normal;}
  .nav-mobile li .opener{top: 6px;}
  .ves-megamenu.menu-click li .opener, .ves-megamenu.nav-mobile .opener{background-position: center -32px;}
  .ves-megamenu.menu-click li .opener.item-active, .ves-megamenu.nav-mobile .opener.item-active{background-position: center 6px;}  

  .header.content .nav-menu .level0 > .dropdown-menu{width: 100%;}
}klarna-express-button {
    display: block !important;
    margin: auto;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../../frontend/Dotsquares/custom_child/en_GB/Mageplaza_Core/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;-webkit-transform-origin:center bottom;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-name:headShake;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-animation-name:swing;-webkit-transform-origin:top center;animation-name:swing;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;-webkit-transform-origin:center;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-duration:1.3s;-webkit-animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;-webkit-animation-name:bounceIn;animation-duration:.75s;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;-webkit-animation-name:bounceOut;animation-duration:.75s;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{-webkit-animation-name:flip;-webkit-backface-visibility:visible;animation-name:flip;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-animation-name:flipInX;-webkit-backface-visibility:visible!important;animation-name:flipInX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-animation-name:flipInY;-webkit-backface-visibility:visible!important;animation-name:flipInY;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutY;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-name:lightSpeedIn;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-name:lightSpeedOut;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}@keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}.hinge{-webkit-animation-duration:2s;-webkit-animation-name:hinge;animation-duration:2s;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;animation-duration:1s;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;-webkit-transition:none!important;animation:unset!important;transition:none!important}}/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BannerSlider
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.mp-banner-slider .owl-nav button span{
    position: absolute;
    top: 40%;
    font-size: 80px;
    color: #869791;
}
.mp-banner-slider .owl-nav .owl-prev span{
    left: 1%;
}
.mp-banner-slider .owl-nav .owl-next span{
    right: 1%;
}
.mp-banner-slider .owl-dots{
    position: absolute;
    top: 88%;
    left: 49%;
}
.mp-banner-slider .owl-dots .owl-dot{
    box-shadow: none;
}
.sidebar .mp-banner-slider .owl-nav button span{
    font-size: 30px;
    top: 30%;
}
.sidebar .mp-banner-slider .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
}
.sidebar .mp-banner-slider .owl-dots{
    top: 70%;
    left: 42.5%;
}

@media only screen and (max-width: 764px) {
    .mp-banner-slider .owl-nav button span{
        top: 20%;
        font-size: 45px;
    }
    .mp-banner-slider .owl-dots{
        top: 62%;
        left: 47%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .mp-banner-slider .owl-nav button span{
        top: 30%;
        font-size: 80px;
    }
    .mp-banner-slider .owl-dots{
        top: 75%;
        left: 49%;
    }
}

/* Apple Pay */
.stripe-payments-apple-pay-section {
    text-align: center;
    margin-bottom: 25px;
}
.stripe-payments-apple-pay-section label {
    font-weight: bold;
    margin: 10px 0;
    float: none;
    display: block;
}

/* Authorized Apple Pay Result */
.stripe-payments-apple-pay-result label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 18px;
}
.stripe-payments-apple-pay-result {
    text-align: center;
    padding: 10px 0 15px;
    font-size: 1.1em;
}
.stripe-payments-apple-pay-result > div {
    margin-bottom: 18px;
}

.indent {
    margin-right: 20px;
}

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

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

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

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

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

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

.payment-request-button.disabled::after {
    position: relative;
    height: 1em;
    width: 1em;
    display: block;
    left: 50%;
    margin-left: -.5em;
    margin-top: -1.2em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../../frontend/Dotsquares/custom_child/en_GB/StripeIntegration_Payments/svg/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

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

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

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

.cart-summary .stripe-payments-express-minicart {
    margin-top: 0;
    margin-bottom: 25px;
}
.shake-and-hide-element{-moz-animation:hide-element 0s ease-in 5s forwards,shake-element 1s;-webkit-animation:hide-element 0s ease-in 5s forwards,shake-element 1s;-o-animation:hide-element 0s ease-in 5s forwards,shake-element 1s;animation:hide-element 0s ease-in 5s forwards,shake-element 1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@keyframes shake-element{0%,100%{transform:translateX(0)}
10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}@-webkit-keyframes shake-element{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}@keyframes hide-element{to{width:0;height:0;padding:0;margin:0;overflow:hidden}}@-webkit-keyframes hide-element{to{width:0;height:0;padding:0;margin:0;visibility:hidden}}.warning-icon{width:20%;max-width:30px;font-size:21px;display:inline-block;vertical-align:middle}
.trustbox-message-text{width:80%;display:inline-block;vertical-align:middle}.trustbox-message-box{background-color:#fcf8e3;color:#8a6d3b;padding:15px;margin-bottom:20px;border-radius:4px;border:1px solid;border-color:#faebcc}@charset "UTF-8";/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-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
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/Dotsquares/custom_child/en_GB/Ves_All/lib/owl.carousel/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.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); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
@charset "UTF-8";
/*!
 * Bootstrap v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

.vesbuilder {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

.vesbuilder hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

.vesbuilder hr:not([size]) {
  height: 1px;
}

.vesbuilder h6, .vesbuilder .h6, .vesbuilder h5, .vesbuilder .h5, .vesbuilder h4, .vesbuilder .h4, .vesbuilder h3, .vesbuilder .h3, .vesbuilder h2, .vesbuilder .h2, .vesbuilder h1, .vesbuilder .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.vesbuilder h1, .vesbuilder .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .vesbuilder h1,.vesbuilder  .h1 {
    font-size: 2.5rem;
  }
}

.vesbuilder h2, .vesbuilder .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .vesbuilder h2, .vesbuilder .h2 {
    font-size: 2rem;
  }
}

.vesbuilder h3, .vesbuilder .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .vesbuilder h3, .vesbuilder .h3 {
    font-size: 1.75rem;
  }
}

.vesbuilder h4, .vesbuilder .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .vesbuilder  h4, .vesbuilder .h4 {
    font-size: 1.5rem;
  }
}

.vesbuilder h5, .vesbuilder .h5 {
  font-size: 1.25rem;
}

.vesbuilder h6, .vesbuilder .h6 {
  font-size: 1rem;
}

.vesbuilder p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.vesbuilder abbr[title],
.vesbuilder abbr[data-bs-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.vesbuilder address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

.vesbuilder ol,
.vesbuilder ul {
  padding-left: 2rem;
}

.vesbuilder ol,
.vesbuilder ul,
.vesbuilder dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

.vesbuilder ol ol,
.vesbuilder ul ul,
.vesbuilder ol ul,
.vesbuilder ul ol {
  margin-bottom: 0;
}

.vesbuilder dt {
  font-weight: 700;
}

.vesbuilder dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

.vesbuilder blockquote {
  margin: 0 0 1rem;
}

.vesbuilder b,
.vesbuilder strong {
  font-weight: bolder;
}

.vesbuilder small, .vesbuilder .small {
  font-size: 0.875em;
}

.vesbuilder mark, .vesbuilder .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.vesbuilder sub,
.vesbuilder sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

.vesbuilder sub {
  bottom: -0.25em;
}

.vesbuilder sup {
  top: -0.5em;
}

.vesbuilder a {
  color: #0d6efd;
  text-decoration: underline;
}
.vesbuilder a:hover {
  color: #0a58ca;
}

.vesbuilder a:not([href]):not([class]), .vesbuilder a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

.vesbuilder pre,
.vesbuilder code,
.vesbuilder kbd,
.vesbuilder samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

.vesbuilder pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
.vesbuilder pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.vesbuilder code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
.vesbuilder a > code {
  color: inherit;
}

.vesbuilder kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
.vesbuilder kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

.vesbuilder figure {
  margin: 0 0 1rem;
}

.vesbuilder img,
.vesbuilder svg {
  vertical-align: middle;
}

.vesbuilder table {
  caption-side: bottom;
  border-collapse: collapse;
}

.vesbuilder caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

.vesbuilder th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

.vesbuilder thead,
.vesbuilder tbody,
.vesbuilder tfoot,
.vesbuilder tr,
.vesbuilder td,
.vesbuilder th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.vesbuilder label {
  display: inline-block;
}

.vesbuilder button {
  border-radius: 0;
}

.vesbuilder button:focus:not(:focus-visible) {
  outline: 0;
}

.vesbuilder input,
.vesbuilder button,
.vesbuilder select,
.vesbuilder optgroup,
.vesbuilder textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.vesbuilder button,
.vesbuilder select {
  text-transform: none;
}

.vesbuilder [role=button] {
  cursor: pointer;
}

.vesbuilder select {
  word-wrap: normal;
}

.vesbuilder [list]::-webkit-calendar-picker-indicator {
  display: none;
}

.vesbuilder button,
.vesbuilder [type=button],
.vesbuilder [type=reset],
.vesbuilder [type=submit] {
  -webkit-appearance: button;
}
.vesbuilder button:not(:disabled),
.vesbuilder [type=button]:not(:disabled),
.vesbuilder [type=reset]:not(:disabled),
.vesbuilder [type=submit]:not(:disabled) {
  cursor: pointer;
}

.vesbuilder ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.vesbuilder textarea {
  resize: vertical;
}

.vesbuilder fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.vesbuilder legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  .vesbuilder legend {
    font-size: 1.5rem;
  }
}
.vesbuilder legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

.vesbuilder [type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.vesbuilder output {
  display: inline-block;
}

.vesbuilder iframe {
  border: 0;
}

.vesbuilder summary {
  display: list-item;
  cursor: pointer;
}

.vesbuilder progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.vesbuilder .lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.vesbuilder .display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .vesbuilder .display-1 {
    font-size: 5rem;
  }
}

.vesbuilder .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .vesbuilder .display-2 {
    font-size: 4.5rem;
  }
}

.vesbuilder .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .vesbuilder .display-3 {
    font-size: 4rem;
  }
}

.vesbuilder .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .vesbuilder .display-4 {
    font-size: 3.5rem;
  }
}

.vesbuilder .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .vesbuilder .display-5 {
    font-size: 3rem;
  }
}

.vesbuilder .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .vesbuilder .display-6 {
    font-size: 2.5rem;
  }
}

.vesbuilder .list-unstyled {
  padding-left: 0;
  list-style: none;
}

.vesbuilder .list-inline {
  padding-left: 0;
  list-style: none;
}

.vesbuilder .list-inline-item {
  display: inline-block;
}
.vesbuilder .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.vesbuilder .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.vesbuilder .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.vesbuilder .blockquote > :last-child {
  margin-bottom: 0;
}

.vesbuilder .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.vesbuilder .blockquote-footer::before {
  content: "— ";
}

.vesbuilder .img-fluid {
  max-width: 100%;
  height: auto;
}

.vesbuilder .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.vesbuilder .figure {
  display: inline-block;
}

.vesbuilder .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.vesbuilder .figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.vesbuilder .container,
.vesbuilder .container-fluid,
.vesbuilder .container-xxl,
.vesbuilder .container-xl,
.vesbuilder .container-lg,
.vesbuilder .container-md,
.vesbuilder .container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .vesbuilder .container-sm, .vesbuilder .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .vesbuilder  .container-md, .vesbuilder .container-sm,.vesbuilder  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .vesbuilder .container-lg,.vesbuilder  .container-md, .vesbuilder .container-sm, .vesbuilder .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .vesbuilder .container-xl, .vesbuilder .container-lg, .vesbuilder .container-md, .vesbuilder .container-sm,.vesbuilder  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .vesbuilder  .container-xxl,.vesbuilder  .container-xl, .vesbuilder .container-lg,.vesbuilder  .container-md, .vesbuilder .container-sm,.vesbuilder  .container {
    max-width: 1320px;
  }
}
.vesbuilder .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.vesbuilder .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.vesbuilder .col {
  flex: 1 0 0%;
}

.vesbuilder .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.vesbuilder .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.vesbuilder .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.vesbuilder .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.vesbuilder .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.vesbuilder .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.vesbuilder .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.vesbuilder .col-auto {
  flex: 0 0 auto;
  width: auto;
}

.vesbuilder .col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.vesbuilder .col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.vesbuilder .col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.vesbuilder .col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.vesbuilder .col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.vesbuilder .col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.vesbuilder .col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.vesbuilder .col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.vesbuilder .col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.vesbuilder .col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.vesbuilder .col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.vesbuilder .col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.vesbuilder .offset-1 {
  margin-left: 8.3333333333%;
}

.vesbuilder .offset-2 {
  margin-left: 16.6666666667%;
}

.vesbuilder .offset-3 {
  margin-left: 25%;
}

.vesbuilder .offset-4 {
  margin-left: 33.3333333333%;
}

.vesbuilder .offset-5 {
  margin-left: 41.6666666667%;
}

.vesbuilder .offset-6 {
  margin-left: 50%;
}

.vesbuilder .offset-7 {
  margin-left: 58.3333333333%;
}

.vesbuilder .offset-8 {
  margin-left: 66.6666666667%;
}

.vesbuilder .offset-9 {
  margin-left: 75%;
}

.vesbuilder .offset-10 {
  margin-left: 83.3333333333%;
}

.vesbuilder .offset-11 {
  margin-left: 91.6666666667%;
}

.vesbuilder .g-0,
.vesbuilder .gx-0 {
  --bs-gutter-x: 0;
}

.vesbuilder .g-0,
.vesbuilder .gy-0 {
  --bs-gutter-y: 0;
}

.vesbuilder .g-1,
.vesbuilder .gx-1 {
  --bs-gutter-x: 0.25rem;
}

.vesbuilder .g-1,
.vesbuilder .gy-1 {
  --bs-gutter-y: 0.25rem;
}

.vesbuilder .g-2,
.vesbuilder .gx-2 {
  --bs-gutter-x: 0.5rem;
}

.vesbuilder .g-2,
.vesbuilder .gy-2 {
  --bs-gutter-y: 0.5rem;
}

.vesbuilder .g-3,
.vesbuilder .gx-3 {
  --bs-gutter-x: 1rem;
}

.vesbuilder .g-3,
.vesbuilder .gy-3 {
  --bs-gutter-y: 1rem;
}

.vesbuilder .g-4,
.vesbuilder .gx-4 {
  --bs-gutter-x: 1.5rem;
}

.vesbuilder .g-4,
.vesbuilder .gy-4 {
  --bs-gutter-y: 1.5rem;
}

.vesbuilder .g-5,
.vesbuilder .gx-5 {
  --bs-gutter-x: 3rem;
}

.vesbuilder .g-5,
.vesbuilder .gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .vesbuilder .col-sm {
    flex: 1 0 0%;
  }

  .vesbuilder .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .vesbuilder .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .vesbuilder .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .vesbuilder .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .vesbuilder .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .vesbuilder .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .vesbuilder .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .vesbuilder .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .vesbuilder .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .vesbuilder .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .vesbuilder .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .vesbuilder .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .vesbuilder .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .vesbuilder .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .vesbuilder .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .vesbuilder .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .vesbuilder .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .vesbuilder .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .vesbuilder .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .vesbuilder .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .vesbuilder .offset-sm-0 {
    margin-left: 0;
  }

  .vesbuilder .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .vesbuilder .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .vesbuilder .offset-sm-3 {
    margin-left: 25%;
  }

  .vesbuilder .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .vesbuilder .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .vesbuilder .offset-sm-6 {
    margin-left: 50%;
  }

  .vesbuilder .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .vesbuilder .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .vesbuilder .offset-sm-9 {
    margin-left: 75%;
  }

  .vesbuilder .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .vesbuilder .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .vesbuilder .g-sm-0,
  .vesbuilder .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .vesbuilder .g-sm-0,
  .vesbuilder .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .vesbuilder .g-sm-1,
  .vesbuilder .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .vesbuilder .g-sm-1,
  .vesbuilder .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .vesbuilder .g-sm-2,
  .vesbuilder .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .vesbuilder .g-sm-2,
  .vesbuilder .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .vesbuilder .g-sm-3,
  .vesbuilder .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .vesbuilder .g-sm-3,
  .vesbuilder .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .vesbuilder .g-sm-4,
  .vesbuilder .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .vesbuilder .g-sm-4,
  .vesbuilder .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .vesbuilder .g-sm-5,
  .vesbuilder .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .vesbuilder .g-sm-5,
  .vesbuilder .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .vesbuilder  .col-md {
    flex: 1 0 0%;
  }

  .vesbuilder .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.vesbuilder .form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.vesbuilder .form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.vesbuilder .form-select[multiple], .vesbuilder .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.vesbuilder .form-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.vesbuilder .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.vesbuilder .form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.vesbuilder .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.vesbuilder .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.vesbuilder .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.vesbuilder .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.vesbuilder .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.vesbuilder .form-check-input[type=radio] {
  border-radius: 50%;
}
.vesbuilder .form-check-input:active {
  filter: brightness(90%);
}
.vesbuilder .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.vesbuilder .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.vesbuilder .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.vesbuilder .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.vesbuilder .form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.vesbuilder .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.vesbuilder .form-check-input[disabled] ~ .form-check-label, .vesbuilder .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.vesbuilder .form-switch {
  padding-left: 2.5em;
}
.vesbuilder .form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .vesbuilder .form-switch .form-check-input {
    transition: none;
  }
}
.vesbuilder .form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.vesbuilder .form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.vesbuilder .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.vesbuilder .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.vesbuilder .btn-check[disabled] + .btn, .vesbuilder .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.vesbuilder .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.vesbuilder .form-range:focus {
  outline: 0;
}
.vesbuilder .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.vesbuilder .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.vesbuilder .form-range::-moz-focus-outer {
  border: 0;
}
.vesbuilder .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .vesbuilder .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.vesbuilder .form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.vesbuilder .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.vesbuilder .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .vesbuilder .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.vesbuilder .form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.vesbuilder .form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.vesbuilder .form-range:disabled {
  pointer-events: none;
}
.vesbuilder .form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.vesbuilder .form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.vesbuilder .form-floating {
  position: relative;
}
.vesbuilder .form-floating > .form-control,
.vesbuilder .form-floating > .vesbuilder .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.vesbuilder .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .vesbuilder .form-floating > label {
    transition: none;
  }
}
.vesbuilder .form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}
.vesbuilder .form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.vesbuilder .form-floating > .form-control::placeholder {
  color: transparent;
}
.vesbuilder .form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.vesbuilder .form-floating > .form-control:focus, .vesbuilder .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.vesbuilder .form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.vesbuilder .form-floating > .vesbuilder .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.vesbuilder .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.vesbuilder .form-floating > .form-control:focus ~ label,
.vesbuilder .form-floating > .form-control:not(:placeholder-shown) ~ label,
.vesbuilder .form-floating > .vesbuilder .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.vesbuilder .form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.vesbuilder .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.vesbuilder .input-group > .form-control,
.vesbuilder .input-group > .vesbuilder .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.vesbuilder .input-group > .form-control:focus,
.vesbuilder .input-group > .vesbuilder .form-select:focus {
  z-index: 3;
}
.vesbuilder .input-group .btn {
  position: relative;
  z-index: 2;
}
.vesbuilder .input-group .btn:focus {
  z-index: 3;
}

.vesbuilder .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.vesbuilder .input-group-lg > .form-control,
.vesbuilder .input-group-lg > .vesbuilder .form-select,
.vesbuilder .input-group-lg > .input-group-text,
.vesbuilder .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.vesbuilder .input-group-sm > .form-control,
.vesbuilder .input-group-sm > .vesbuilder .form-select,
.vesbuilder .input-group-sm > .input-group-text,
.vesbuilder .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.vesbuilder .input-group-lg > .vesbuilder .form-select,
.vesbuilder .input-group-sm > .vesbuilder .form-select {
  padding-right: 3rem;
}

.vesbuilder .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.vesbuilder .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.vesbuilder .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.vesbuilder .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.vesbuilder .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.vesbuilder .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.vesbuilder .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.vesbuilder .was-validated :valid ~ .valid-feedback,
.vesbuilder .was-validated :valid ~ .valid-tooltip,
.vesbuilder .is-valid ~ .valid-feedback,
.vesbuilder .is-valid ~ .valid-tooltip {
  display: block;
}

.vesbuilder .was-validated .form-control:valid, .vesbuilder .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.vesbuilder .was-validated .form-control:valid:focus, .vesbuilder .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.vesbuilder .was-validated textarea.form-control:valid, .vesbuilder textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.vesbuilder .was-validated .form-select:valid, .vesbuilder .form-select.is-valid {
  border-color: #198754;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.vesbuilder .was-validated .form-select:valid:focus, .vesbuilder .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.vesbuilder .was-validated .form-check-input:valid, .vesbuilder .form-check-input.is-valid {
  border-color: #198754;
}
.vesbuilder .was-validated .form-check-input:valid:checked, .vesbuilder .form-check-input.is-valid:checked {
  background-color: #198754;
}
.vesbuilder .was-validated .form-check-input:valid:focus, .vesbuilder .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.vesbuilder .was-validated .form-check-input:valid ~ .form-check-label,.vesbuilder  .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.vesbuilder .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.vesbuilder .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.vesbuilder .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.vesbuilder .was-validated :invalid ~ .invalid-feedback,
.vesbuilder .was-validated :invalid ~ .invalid-tooltip,
.vesbuilder .is-invalid ~ .invalid-feedback,
.vesbuilder .is-invalid ~ .invalid-tooltip {
  display: block;
}

.vesbuilder .was-validated .form-control:invalid, .vesbuilder .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.vesbuilder .was-validated .form-control:invalid:focus, .vesbuilder .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.vesbuilder .was-validated textarea.form-control:invalid, .vesbuilder textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.vesbuilder .was-validated .form-select:invalid, .vesbuilder .form-select.is-invalid {
  border-color: #dc3545;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.vesbuilder .was-validated .form-select:invalid:focus, .vesbuilder .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.vesbuilder .was-validated .form-check-input:invalid, .vesbuilder .form-check-input.is-invalid {
  border-color: #dc3545;
}
.vesbuilder .was-validated .form-check-input:invalid:checked, .vesbuilder .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.vesbuilder .was-validated .form-check-input:invalid:focus, .vesbuilder .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.vesbuilder .was-validated .form-check-input:invalid ~ .form-check-label, .vesbuilder .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.vesbuilder .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.vesbuilder .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .vesbuilder .btn {
    transition: none;
  }
}
.vesbuilder .btn:hover {
  color: #212529;
}
.vesbuilder .btn-check:focus + .btn, .vesbuilder .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.vesbuilder .btn:disabled, .vesbuilder .btn.disabled,.vesbuilder  fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.vesbuilder .btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.vesbuilder .btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.vesbuilder .btn-check:focus + .btn-primary, .vesbuilder .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.vesbuilder .btn-check:checked + .btn-primary, .vesbuilder .btn-check:active + .btn-primary, .vesbuilder .btn-primary:active, .vesbuilder .btn-primary.active,.vesbuilder  .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.vesbuilder .btn-check:checked + .btn-primary:focus, .vesbuilder .btn-check:active + .btn-primary:focus,.vesbuilder  .btn-primary:active:focus,.vesbuilder  .btn-primary.active:focus, .vesbuilder .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.vesbuilder .btn-primary:disabled, .vesbuilder .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.vesbuilder .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.vesbuilder .btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.vesbuilder .btn-check:focus + .btn-secondary,.vesbuilder  .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.vesbuilder .btn-check:checked + .btn-secondary,.vesbuilder  .btn-check:active + .btn-secondary,.vesbuilder  .btn-secondary:active,.vesbuilder  .btn-secondary.active,.vesbuilder  .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.vesbuilder .btn-check:checked + .btn-secondary:focus, .vesbuilder .btn-check:active + .btn-secondary:focus,.vesbuilder  .btn-secondary:active:focus, .vesbuilder .btn-secondary.active:focus, .vesbuilder .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.vesbuilder .btn-secondary:disabled, .vesbuilder .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.vesbuilder .btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.vesbuilder .btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.vesbuilder .btn-check:focus + .btn-success, .vesbuilder .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.vesbuilder .btn-check:checked + .btn-success,.vesbuilder  .btn-check:active + .btn-success,.vesbuilder .btn-success:active,.vesbuilder .btn-success.active,.vesbuilder  .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.vesbuilder .btn-check:checked + .btn-success:focus, .vesbuilder .btn-check:active + .btn-success:focus,.vesbuilder  .btn-success:active:focus, .vesbuilder .btn-success.active:focus,.vesbuilder  .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.vesbuilder .btn-success:disabled, .vesbuilder .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.vesbuilder .btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.vesbuilder .btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.vesbuilder .btn-check:focus + .btn-info,.vesbuilder .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.vesbuilder .btn-check:checked + .btn-info,.vesbuilder  .btn-check:active + .btn-info,.vesbuilder  .btn-info:active,.vesbuilder  .btn-info.active,.vesbuilder  .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.vesbuilder .btn-check:checked + .btn-info:focus,.vesbuilder  .btn-check:active + .btn-info:focus, .vesbuilder .btn-info:active:focus, .vesbuilder .btn-info.active:focus, .vesbuilder .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.vesbuilder .btn-info:disabled,.vesbuilder  .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.vesbuilder .btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.vesbuilder .btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.vesbuilder .btn-check:focus + .btn-warning,.vesbuilder  .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.vesbuilder .btn-check:checked + .btn-warning, .vesbuilder .btn-check:active + .btn-warning, .vesbuilder .btn-warning:active, .vesbuilder .btn-warning.active, .vesbuilder .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.vesbuilder .btn-check:checked + .btn-warning:focus, .vesbuilder .btn-check:active + .btn-warning:focus, .vesbuilder .btn-warning:active:focus, .vesbuilder .btn-warning.active:focus,.vesbuilder  .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.vesbuilder .btn-warning:disabled, .vesbuilder .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.vesbuilder .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.vesbuilder .btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.vesbuilder .btn-check:focus + .btn-danger,.vesbuilder  .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.vesbuilder .btn-check:checked + .btn-danger,.vesbuilder  .btn-check:active + .btn-danger,.vesbuilder  .btn-danger:active, .vesbuilder .btn-danger.active,.vesbuilder  .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.vesbuilder .btn-check:checked + .btn-danger:focus,.vesbuilder  .btn-check:active + .btn-danger:focus,.vesbuilder  .btn-danger:active:focus,.vesbuilder  .btn-danger.active:focus,.vesbuilder  .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.vesbuilder .btn-danger:disabled, .vesbuilder .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.vesbuilder .btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.vesbuilder .btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.vesbuilder .btn-check:focus + .btn-light, .vesbuilder .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.vesbuilder .btn-check:checked + .btn-light,.vesbuilder  .btn-check:active + .btn-light,.vesbuilder  .btn-light:active,.vesbuilder  .btn-light.active,.vesbuilder  .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.vesbuilder .btn-check:checked + .btn-light:focus, .vesbuilder .btn-check:active + .btn-light:focus,.vesbuilder  .btn-light:active:focus,.vesbuilder  .btn-light.active:focus, .vesbuilder .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.vesbuilder .btn-light:disabled, .vesbuilder .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.vesbuilder .btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.vesbuilder .btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.vesbuilder .btn-check:focus + .btn-dark,.vesbuilder  .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.vesbuilder .btn-check:checked + .btn-dark, .vesbuilder .btn-check:active + .btn-dark, .vesbuilder .btn-dark:active,.vesbuilder  .btn-dark.active, .vesbuilder .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.vesbuilder .btn-check:checked + .btn-dark:focus, .vesbuilder .btn-check:active + .btn-dark:focus, .vesbuilder .btn-dark:active:focus,.vesbuilder  .btn-dark.active:focus, .vesbuilder .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.vesbuilder .btn-dark:disabled, .vesbuilder .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.vesbuilder .btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.vesbuilder .btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.vesbuilder .btn-check:focus + .btn-outline-primary, .vesbuilder .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.vesbuilder .btn-check:checked + .btn-outline-primary, .vesbuilder .btn-check:active + .btn-outline-primary,.vesbuilder  .btn-outline-primary:active,.vesbuilder  .btn-outline-primary.active,.vesbuilder  .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.vesbuilder .btn-check:checked + .btn-outline-primary:focus,.vesbuilder  .btn-check:active + .btn-outline-primary:focus,.vesbuilder  .btn-outline-primary:active:focus,.vesbuilder  .btn-outline-primary.active:focus, .vesbuilder .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.vesbuilder .btn-outline-primary:disabled, .vesbuilder .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.vesbuilder .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.vesbuilder .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.vesbuilder .btn-check:focus + .btn-outline-secondary,.vesbuilder  .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.vesbuilder .btn-check:checked + .btn-outline-secondary, .vesbuilder .btn-check:active + .btn-outline-secondary, .vesbuilder .btn-outline-secondary:active,.vesbuilder  .btn-outline-secondary.active, .vesbuilder .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.vesbuilder .btn-check:checked + .btn-outline-secondary:focus,.vesbuilder  .btn-check:active + .btn-outline-secondary:focus,.vesbuilder  .btn-outline-secondary:active:focus, .vesbuilder .btn-outline-secondary.active:focus, .vesbuilder .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.vesbuilder .btn-outline-secondary:disabled, .vesbuilder .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.vesbuilder .btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.vesbuilder .btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.vesbuilder .btn-check:focus + .btn-outline-success,.vesbuilder  .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.vesbuilder .btn-check:checked + .btn-outline-success, .vesbuilder .btn-check:active + .btn-outline-success, .vesbuilder .btn-outline-success:active, .vesbuilder .btn-outline-success.active,.vesbuilder  .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.vesbuilder .btn-check:checked + .btn-outline-success:focus, .vesbuilder .btn-check:active + .btn-outline-success:focus, .vesbuilder .btn-outline-success:active:focus, .vesbuilder .btn-outline-success.active:focus, .vesbuilder .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.vesbuilder .btn-outline-success:disabled, .vesbuilder .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.vesbuilder .btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.vesbuilder .btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.vesbuilder .btn-check:focus + .btn-outline-info,.vesbuilder  .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.vesbuilder .btn-check:checked + .btn-outline-info,.vesbuilder  .btn-check:active + .btn-outline-info,.vesbuilder  .btn-outline-info:active,.vesbuilder  .btn-outline-info.active, .vesbuilder .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.vesbuilder .btn-check:checked + .btn-outline-info:focus, .vesbuilder .btn-check:active + .btn-outline-info:focus, .vesbuilder .btn-outline-info:active:focus,.vesbuilder  .btn-outline-info.active:focus,.vesbuilder  .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.vesbuilder .btn-outline-info:disabled, .vesbuilder .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.vesbuilder .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.vesbuilder .btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.vesbuilder .btn-check:focus + .btn-outline-warning,.vesbuilder  .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.vesbuilder .btn-check:checked + .btn-outline-warning,.vesbuilder  .btn-check:active + .btn-outline-warning, .vesbuilder .btn-outline-warning:active, .vesbuilder .btn-outline-warning.active, .vesbuilder .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.vesbuilder .btn-check:checked + .btn-outline-warning:focus,.vesbuilder  .btn-check:active + .btn-outline-warning:focus, .vesbuilder .btn-outline-warning:active:focus, .vesbuilder .btn-outline-warning.active:focus,.vesbuilder  .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.vesbuilder .btn-outline-warning:disabled, .vesbuilder .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.vesbuilder .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.vesbuilder .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.vesbuilder .btn-check:focus + .btn-outline-danger,.vesbuilder  .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.vesbuilder .btn-check:checked + .btn-outline-danger, .vesbuilder .btn-check:active + .btn-outline-danger, .vesbuilder .btn-outline-danger:active,.vesbuilder  .btn-outline-danger.active, .vesbuilder .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.vesbuilder .btn-check:checked + .btn-outline-danger:focus, .vesbuilder .btn-check:active + .btn-outline-danger:focus, .vesbuilder .btn-outline-danger:active:focus, .vesbuilder .btn-outline-danger.active:focus, .vesbuilder .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.vesbuilder .btn-outline-danger:disabled, .vesbuilder .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.vesbuilder .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.vesbuilder .btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.vesbuilder .btn-check:focus + .btn-outline-light, .vesbuilder .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.vesbuilder .btn-check:checked + .btn-outline-light,.vesbuilder  .btn-check:active + .btn-outline-light, .vesbuilder .btn-outline-light:active,.vesbuilder  .btn-outline-light.active,.vesbuilder  .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.vesbuilder .btn-check:checked + .btn-outline-light:focus,.vesbuilder  .btn-check:active + .btn-outline-light:focus,.vesbuilder  .btn-outline-light:active:focus,.vesbuilder  .btn-outline-light.active:focus, .vesbuilder .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.vesbuilder .btn-outline-light:disabled, .vesbuilder .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.vesbuilder .btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.vesbuilder .btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.vesbuilder .btn-check:focus + .btn-outline-dark, .vesbuilder .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.vesbuilder .btn-check:checked + .btn-outline-dark,.vesbuilder  .btn-check:active + .btn-outline-dark, .vesbuilder .btn-outline-dark:active, .vesbuilder .btn-outline-dark.active,.vesbuilder  .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.vesbuilder .btn-check:checked + .btn-outline-dark:focus, .vesbuilder .btn-check:active + .btn-outline-dark:focus, .vesbuilder .btn-outline-dark:active:focus,.vesbuilder  .btn-outline-dark.active:focus,.vesbuilder  .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.vesbuilder .btn-outline-dark:disabled, .vesbuilder .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.vesbuilder .btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.vesbuilder .btn-link:hover {
  color: #0a58ca;
}
.vesbuilder .btn-link:disabled, .vesbuilder .btn-link.disabled {
  color: #6c757d;
}

.vesbuilder .btn-lg,.vesbuilder  .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.vesbuilder .btn-sm, .vesbuilder .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.vesbuilder .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .vesbuilder .fade {
    transition: none;
  }
}
.vesbuilder .fade:not(.show) {
  opacity: 0;
}

.vesbuilder .collapse:not(.show) {
  display: none;
}

.vesbuilder .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .vesbuilder  .collapsing {
    transition: none;
  }
}

.vesbuilder .dropup,
.vesbuilder .dropend,
.vesbuilder .dropdown,
.vesbuilder .dropstart {
  position: relative;
}

.vesbuilder .dropdown-toggle {
  white-space: nowrap;
}
.vesbuilder .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.vesbuilder .dropdown-toggle:empty::after {
  margin-left: 0;
}

.vesbuilder .dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.vesbuilder .dropdown-menu[data-bs-popper] {
  left: 0;
  margin-top: 0.125rem;
}

.vesbuilder .dropdown-menu-start {
  --bs-position: start;
}
.vesbuilder .dropdown-menu-start[data-bs-popper] {
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}

.vesbuilder .dropdown-menu-end {
  --bs-position: end;
}
.vesbuilder .dropdown-menu-end[data-bs-popper] {
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}

@media (min-width: 576px) {
  .vesbuilder .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .vesbuilder .dropdown-menu-sm-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .vesbuilder .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .vesbuilder .dropdown-menu-sm-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 768px) {
  .vesbuilder .dropdown-menu-md-start {
    --bs-position: start;
  }
  .vesbuilder .dropdown-menu-md-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .vesbuilder .dropdown-menu-md-end {
    --bs-position: end;
  }
  .vesbuilder .dropdown-menu-md-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 992px) {
  .vesbuilder .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .vesbuilder .dropdown-menu-lg-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .vesbuilder .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .vesbuilder .dropdown-menu-lg-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1200px) {
  .vesbuilder .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .vesbuilder .dropdown-menu-xl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .vesbuilder .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .vesbuilder .dropdown-menu-xl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1400px) {
  .vesbuilder .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .vesbuilder .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .vesbuilder .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .vesbuilder .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.vesbuilder .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.vesbuilder .dropup .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.vesbuilder .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.vesbuilder .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.vesbuilder .dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
}
.vesbuilder .dropend .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-left: 0.125rem;
}
.vesbuilder .dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.vesbuilder .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.vesbuilder .dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.vesbuilder .dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
}
.vesbuilder .dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-right: 0.125rem;
}
.vesbuilder .dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.vesbuilder .dropstart .dropdown-toggle::after {
  display: none;
}
.vesbuilder .dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.vesbuilder .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.vesbuilder .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.vesbuilder .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.vesbuilder .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.vesbuilder .dropdown-item:hover,.vesbuilder  .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.vesbuilder .dropdown-item.active, .vesbuilder .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.vesbuilder .dropdown-item.disabled, .vesbuilder .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.vesbuilder .dropdown-menu.show {
  display: block;
}

.vesbuilder .dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.vesbuilder .dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.vesbuilder .dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.vesbuilder .dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.vesbuilder .dropdown-menu-dark .dropdown-item:hover, .vesbuilder .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.vesbuilder .dropdown-menu-dark .dropdown-item.active, .vesbuilder .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.vesbuilder .dropdown-menu-dark .dropdown-item.disabled, .vesbuilder .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.vesbuilder .dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.vesbuilder .dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.vesbuilder .dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.vesbuilder .btn-group,
.vesbuilder .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.vesbuilder .btn-group > .btn,
.vesbuilder .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.vesbuilder .btn-group > .btn-check:checked + .btn,
.vesbuilder .btn-group > .btn-check:focus + .btn,
.vesbuilder .btn-group > .btn:hover,
.vesbuilder .btn-group > .btn:focus,
.vesbuilder .btn-group > .btn:active,
.vesbuilder .btn-group > .btn.active,
.vesbuilder .btn-group-vertical > .btn-check:checked + .btn,
.vesbuilder .btn-group-vertical > .btn-check:focus + .btn,
.vesbuilder .btn-group-vertical > .btn:hover,
.vesbuilder .btn-group-vertical > .btn:focus,
.vesbuilder .btn-group-vertical > .btn:active,
.vesbuilder .btn-group-vertical > .btn.active {
  z-index: 1;
}

.vesbuilder .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.vesbuilder .btn-toolbar .input-group {
  width: auto;
}

.vesbuilder .btn-group > .btn:not(:first-child),
.vesbuilder .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.vesbuilder .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.vesbuilder .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.vesbuilder .btn-group > .btn:nth-child(n+3),
.vesbuilder .btn-group > :not(.btn-check) + .btn,
.vesbuilder .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.vesbuilder .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.vesbuilder .dropdown-toggle-split::after, .vesbuilder .dropup .dropdown-toggle-split::after, .vesbuilder .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.vesbuilder .dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.vesbuilder .btn-sm + .dropdown-toggle-split,.vesbuilder  .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.vesbuilder .btn-lg + .dropdown-toggle-split, .vesbuilder .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.vesbuilder .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.vesbuilder .btn-group-vertical > .btn,
.vesbuilder .btn-group-vertical > .btn-group {
  width: 100%;
}
.vesbuilder .btn-group-vertical > .btn:not(:first-child),
.vesbuilder .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.vesbuilder .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.vesbuilder .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.vesbuilder .btn-group-vertical > .btn ~ .btn,
.vesbuilder .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.vesbuilder .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.vesbuilder .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .vesbuilder .nav-link {
    transition: none;
  }
}
.vesbuilder .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.vesbuilder .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.vesbuilder .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.vesbuilder .nav-tabs .nav-link:hover, .vesbuilder .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.vesbuilder .nav-tabs .nav-link.active,
.vesbuilder .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.vesbuilder .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.vesbuilder .nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.vesbuilder .nav-pills .nav-link.active,
.vesbuilder .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.vesbuilder .nav-fill > .nav-link,
.vesbuilder .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.vesbuilder .nav-justified > .nav-link,
.vesbuilder .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.vesbuilder .tab-content > .tab-pane {
  display: none;
}
.vesbuilder .tab-content > .active {
  display: block;
}

.vesbuilder .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.vesbuilder .navbar > .container,
.vesbuilder .navbar > .container-fluid,
.vesbuilder .navbar > .container-sm,
.vesbuilder .navbar > .container-md,
.vesbuilder .navbar > .container-lg,
.vesbuilder .navbar > .container-xl,
.vesbuilder .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.vesbuilder .navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.vesbuilder .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.vesbuilder .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.vesbuilder .navbar-nav .dropdown-menu {
  position: static;
}

.vesbuilder .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.vesbuilder .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.vesbuilder .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .vesbuilder  .navbar-toggler {
    transition: none;
  }
}
.vesbuilder .navbar-toggler:hover {
  text-decoration: none;
}
.vesbuilder .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.vesbuilder .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.vesbuilder .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .vesbuilder .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .vesbuilder .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .vesbuilder .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .vesbuilder .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .vesbuilder .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .vesbuilder .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .vesbuilder .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .vesbuilder .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .vesbuilder .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .vesbuilder .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .vesbuilder .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .vesbuilder .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .vesbuilder  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .vesbuilder .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .vesbuilder .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .vesbuilder .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .vesbuilder .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .vesbuilder .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .vesbuilder .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .vesbuilder .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .vesbuilder .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .vesbuilder .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .vesbuilder .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .vesbuilder .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .vesbuilder .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .vesbuilder .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .vesbuilder .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .vesbuilder .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .vesbuilder .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .vesbuilder .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .vesbuilder .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .vesbuilder .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .vesbuilder .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .vesbuilder .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .vesbuilder .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.vesbuilder .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.vesbuilder .navbar-expand .navbar-nav {
  flex-direction: row;
}
.vesbuilder .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.vesbuilder .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.vesbuilder .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.vesbuilder .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.vesbuilder .navbar-expand .navbar-toggler {
  display: none;
}

.vesbuilder .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.vesbuilder .navbar-light .navbar-brand:hover, .vesbuilder .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.vesbuilder .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.vesbuilder .navbar-light .navbar-nav .nav-link:hover, .vesbuilder .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.vesbuilder .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.vesbuilder .navbar-light .navbar-nav .show > .nav-link,
.vesbuilder .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.vesbuilder .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.vesbuilder .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.vesbuilder .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.vesbuilder .navbar-light .navbar-text a,
.vesbuilder .navbar-light .navbar-text a:hover,
.vesbuilder .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.vesbuilder .navbar-dark .navbar-brand {
  color: #fff;
}
.vesbuilder .navbar-dark .navbar-brand:hover, .vesbuilder .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.vesbuilder .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.vesbuilder .navbar-dark .navbar-nav .nav-link:hover,.vesbuilder  .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.vesbuilder .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.vesbuilder .navbar-dark .navbar-nav .show > .nav-link,
.vesbuilder .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.vesbuilder .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.vesbuilder .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.vesbuilder .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.vesbuilder .navbar-dark .navbar-text a,
.vesbuilder .navbar-dark .navbar-text a:hover,
.vesbuilder .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.vesbuilder .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.vesbuilder .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.vesbuilder .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.vesbuilder .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.vesbuilder .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.vesbuilder .card > .card-header + .list-group,
.vesbuilder .card > .list-group + .card-footer {
  border-top: 0;
}

.vesbuilder .card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.vesbuilder .card-title {
  margin-bottom: 0.5rem;
}

.vesbuilder .card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.vesbuilder .card-text:last-child {
  margin-bottom: 0;
}

.vesbuilder .card-link:hover {
  text-decoration: none;
}
.vesbuilder .card-link + .card-link {
  margin-left: 1rem /* rtl:ignore */;
}

.vesbuilder .card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.vesbuilder .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.vesbuilder .card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.vesbuilder .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.vesbuilder .card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.vesbuilder .card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.vesbuilder .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.vesbuilder .card-img,
.vesbuilder .card-img-top,
.vesbuilder .card-img-bottom {
  width: 100%;
}

.vesbuilder .card-img,
.vesbuilder .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.vesbuilder .card-img,
.vesbuilder .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.vesbuilder .card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .vesbuilder .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .vesbuilder .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .vesbuilder .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .vesbuilder .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .vesbuilder card-group > .card:not(:last-child) .card-img-top,
  .vesbuilder .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .vesbuilder .card-group > .card:not(:last-child) .card-img-bottom,
  .vesbuilder .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .vesbuilder .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .vesbuilder .card-group > .card:not(:first-child) .card-img-top,
  .vesbuilder .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .vesbuilder .card-group > .card:not(:first-child) .card-img-bottom,
  .vesbuilder .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.vesbuilder .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button.collapsed {
  border-bottom-width: 0;
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-collapse {
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 1px;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  display: none;
}
.modal-backdrop.fade {
  opacity: 0;
  display: block;
}
.modal-backdrop.show {
  opacity: 0.5;
  display: block;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-0 {
  border-width: 0 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.vesbuilder .gap-0 {
  gap: 0 !important;
}

.vesbuilder .gap-1 {
  gap: 0.25rem !important;
}

.vesbuilder .gap-2 {
  gap: 0.5rem !important;
}

.vesbuilder .gap-3 {
  gap: 1rem !important;
}

.vesbuilder .gap-4 {
  gap: 1.5rem !important;
}

.vesbuilder .gap-5 {
  gap: 3rem !important;
}

.vesbuilder .justify-content-start {
  justify-content: flex-start !important;
}

.vesbuilder .justify-content-end {
  justify-content: flex-end !important;
}

.vesbuilder .justify-content-center {
  justify-content: center !important;
}

.vesbuilder .justify-content-between {
  justify-content: space-between !important;
}

.vesbuilder .justify-content-around {
  justify-content: space-around !important;
}

.vesbuilder .justify-content-evenly {
  justify-content: space-evenly !important;
}

.vesbuilder .align-items-start {
  align-items: flex-start !important;
}

.vesbuilder .align-items-end {
  align-items: flex-end !important;
}

.vesbuilder .align-items-center {
  align-items: center !important;
}

.vesbuilder .align-items-baseline {
  align-items: baseline !important;
}

.vesbuilder .align-items-stretch {
  align-items: stretch !important;
}

.vesbuilder .align-content-start {
  align-content: flex-start !important;
}

.vesbuilder .align-content-end {
  align-content: flex-end !important;
}

.vesbuilder .align-content-center {
  align-content: center !important;
}

.vesbuilder .align-content-between {
  align-content: space-between !important;
}

.vesbuilder .align-content-around {
  align-content: space-around !important;
}

.vesbuilder .align-content-stretch {
  align-content: stretch !important;
}

.vesbuilder .align-self-auto {
  align-self: auto !important;
}

.vesbuilder .align-self-start {
  align-self: flex-start !important;
}

.vesbuilder .align-self-end {
  align-self: flex-end !important;
}

.vesbuilder .align-self-center {
  align-self: center !important;
}

.vesbuilder .align-self-baseline {
  align-self: baseline !important;
}

.vesbuilder .align-self-stretch {
  align-self: stretch !important;
}

.vesbuilder .order-first {
  order: -1 !important;
}

.vesbuilder .order-0 {
  order: 0 !important;
}

.vesbuilder .order-1 {
  order: 1 !important;
}

.vesbuilder .order-2 {
  order: 2 !important;
}

.vesbuilder .order-3 {
  order: 3 !important;
}

.vesbuilder .order-4 {
  order: 4 !important;
}

.vesbuilder .order-5 {
  order: 5 !important;
}

.vesbuilder .order-last {
  order: 6 !important;
}

.vesbuilder .m-0 {
  margin: 0 !important;
}

.vesbuilder .m-1 {
  margin: 0.25rem !important;
}

.vesbuilder .m-2 {
  margin: 0.5rem !important;
}

.vesbuilder .m-3 {
  margin: 1rem !important;
}

.vesbuilder .m-4 {
  margin: 1.5rem !important;
}

.vesbuilder .m-5 {
  margin: 3rem !important;
}

.vesbuilder .m-auto {
  margin: auto !important;
}

.vesbuilder .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.vesbuilder .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.vesbuilder .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.vesbuilder .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.vesbuilder .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.vesbuilder .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.vesbuilder .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.vesbuilder .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.vesbuilder .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.vesbuilder .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.vesbuilder .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.vesbuilder .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.vesbuilder .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.vesbuilder .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.vesbuilder .mt-0 {
  margin-top: 0 !important;
}

.vesbuilder .mt-1 {
  margin-top: 0.25rem !important;
}

.vesbuilder .mt-2 {
  margin-top: 0.5rem !important;
}

.vesbuilder .mt-3 {
  margin-top: 1rem !important;
}

.vesbuilder .mt-4 {
  margin-top: 1.5rem !important;
}

.vesbuilder .mt-5 {
  margin-top: 3rem !important;
}

.vesbuilder .mt-auto {
  margin-top: auto !important;
}

.vesbuilder .me-0 {
  margin-right: 0 !important;
}

.vesbuilder .me-1 {
  margin-right: 0.25rem !important;
}

.vesbuilder .me-2 {
  margin-right: 0.5rem !important;
}

.vesbuilder .me-3 {
  margin-right: 1rem !important;
}

.vesbuilder .me-4 {
  margin-right: 1.5rem !important;
}

.vesbuilder .me-5 {
  margin-right: 3rem !important;
}

.vesbuilder .me-auto {
  margin-right: auto !important;
}

.vesbuilder .mb-0 {
  margin-bottom: 0 !important;
}

.vesbuilder .mb-1 {
  margin-bottom: 0.25rem !important;
}

.vesbuilder .mb-2 {
  margin-bottom: 0.5rem !important;
}

.vesbuilder .mb-3 {
  margin-bottom: 1rem !important;
}

.vesbuilder .mb-4 {
  margin-bottom: 1.5rem !important;
}

.vesbuilder .mb-5 {
  margin-bottom: 3rem !important;
}

.vesbuilder .mb-auto {
  margin-bottom: auto !important;
}

.vesbuilder .ms-0 {
  margin-left: 0 !important;
}

.vesbuilder .ms-1 {
  margin-left: 0.25rem !important;
}

.vesbuilder .ms-2 {
  margin-left: 0.5rem !important;
}

.vesbuilder .ms-3 {
  margin-left: 1rem !important;
}

.vesbuilder .ms-4 {
  margin-left: 1.5rem !important;
}

.vesbuilder .ms-5 {
  margin-left: 3rem !important;
}

.vesbuilder .ms-auto {
  margin-left: auto !important;
}

.vesbuilder .p-0 {
  padding: 0 !important;
}

.vesbuilder .p-1 {
  padding: 0.25rem !important;
}

.vesbuilder .p-2 {
  padding: 0.5rem !important;
}

.vesbuilder .p-3 {
  padding: 1rem !important;
}

.vesbuilder .p-4 {
  padding: 1.5rem !important;
}

.vesbuilder .p-5 {
  padding: 3rem !important;
}

.vesbuilder .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.vesbuilder .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.vesbuilder .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.vesbuilder .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.vesbuilder .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.vesbuilder .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.vesbuilder .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.vesbuilder .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.vesbuilder .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.vesbuilder .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.vesbuilder .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.vesbuilder .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.vesbuilder .pt-0 {
  padding-top: 0 !important;
}

.vesbuilder .pt-1 {
  padding-top: 0.25rem !important;
}

.vesbuilder .pt-2 {
  padding-top: 0.5rem !important;
}

.vesbuilder .pt-3 {
  padding-top: 1rem !important;
}

.vesbuilder .pt-4 {
  padding-top: 1.5rem !important;
}

.vesbuilder .pt-5 {
  padding-top: 3rem !important;
}

.vesbuilder .pe-0 {
  padding-right: 0 !important;
}

.vesbuilder .pe-1 {
  padding-right: 0.25rem !important;
}

.vesbuilder .pe-2 {
  padding-right: 0.5rem !important;
}

.vesbuilder .pe-3 {
  padding-right: 1rem !important;
}

.vesbuilder .pe-4 {
  padding-right: 1.5rem !important;
}

.vesbuilder .pe-5 {
  padding-right: 3rem !important;
}

.vesbuilder .pb-0 {
  padding-bottom: 0 !important;
}

.vesbuilder .pb-1 {
  padding-bottom: 0.25rem !important;
}

.vesbuilder .pb-2 {
  padding-bottom: 0.5rem !important;
}

.vesbuilder .pb-3 {
  padding-bottom: 1rem !important;
}

.vesbuilder .pb-4 {
  padding-bottom: 1.5rem !important;
}

.vesbuilder .pb-5 {
  padding-bottom: 3rem !important;
}

.vesbuilder .ps-0 {
  padding-left: 0 !important;
}

.vesbuilder .ps-1 {
  padding-left: 0.25rem !important;
}

.vesbuilder .ps-2 {
  padding-left: 0.5rem !important;
}

.vesbuilder .ps-3 {
  padding-left: 1rem !important;
}

.vesbuilder .ps-4 {
  padding-left: 1.5rem !important;
}

.vesbuilder .ps-5 {
  padding-left: 3rem !important;
}

.vesbuilder .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.vesbuilder .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.vesbuilder .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.vesbuilder .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.vesbuilder .fs-5 {
  font-size: 1.25rem !important;
}

.vesbuilder .fs-6 {
  font-size: 1rem !important;
}

.vesbuilder .fst-italic {
  font-style: italic !important;
}

.vesbuilder .fst-normal {
  font-style: normal !important;
}

.vesbuilder .fw-light {
  font-weight: 300 !important;
}

.vesbuilder .fw-lighter {
  font-weight: lighter !important;
}

.vesbuilder .fw-normal {
  font-weight: 400 !important;
}

.vesbuilder .fw-bold {
  font-weight: 700 !important;
}

.vesbuilder .fw-bolder {
  font-weight: bolder !important;
}

.vesbuilder .text-lowercase {
  text-transform: lowercase !important;
}

.vesbuilder .text-uppercase {
  text-transform: uppercase !important;
}

.vesbuilder .text-capitalize {
  text-transform: capitalize !important;
}

.vesbuilder .text-start {
  text-align: left !important;
}

.vesbuilder .text-end {
  text-align: right !important;
}

.vesbuilder .text-center {
  text-align: center !important;
}

.vesbuilder .text-primary {
  color: #0d6efd !important;
}

.vesbuilder .text-secondary {
  color: #6c757d !important;
}

.vesbuilder .text-success {
  color: #198754 !important;
}

.vesbuilder .text-info {
  color: #0dcaf0 !important;
}

.vesbuilder .text-warning {
  color: #ffc107 !important;
}

.vesbuilder .text-danger {
  color: #dc3545 !important;
}

.vesbuilder .text-light {
  color: #f8f9fa !important;
}

.vesbuilder .text-dark {
  color: #212529 !important;
}

.vesbuilder .text-white {
  color: #fff !important;
}

.vesbuilder .text-body {
  color: #212529 !important;
}

.vesbuilder .text-muted {
  color: #6c757d !important;
}

.vesbuilder .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.vesbuilder .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.vesbuilder .text-reset {
  color: inherit !important;
}

.vesbuilder .lh-1 {
  line-height: 1 !important;
}

.vesbuilder .lh-sm {
  line-height: 1.25 !important;
}

.vesbuilder .lh-base {
  line-height: 1.5 !important;
}

.vesbuilder .lh-lg {
  line-height: 2 !important;
}

.vesbuilder .bg-primary {
  background-color: #0d6efd !important;
}

.vesbuilder .bg-secondary {
  background-color: #6c757d !important;
}

.vesbuilder .bg-success {
  background-color: #198754 !important;
}

.vesbuilder .bg-info {
  background-color: #0dcaf0 !important;
}

.vesbuilder .bg-warning {
  background-color: #ffc107 !important;
}

.vesbuilder .bg-danger {
  background-color: #dc3545 !important;
}

.vesbuilder .bg-light {
  background-color: #f8f9fa !important;
}

.vesbuilder .bg-dark {
  background-color: #212529 !important;
}

.vesbuilder .bg-body {
  background-color: #fff !important;
}

.vesbuilder .bg-white {
  background-color: #fff !important;
}

.vesbuilder .bg-transparent {
  background-color: transparent !important;
}

.vesbuilder .bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.vesbuilder .text-wrap {
  white-space: normal !important;
}

.vesbuilder .text-nowrap {
  white-space: nowrap !important;
}

.vesbuilder .text-decoration-none {
  text-decoration: none !important;
}

.vesbuilder .text-decoration-underline {
  text-decoration: underline !important;
}

.vesbuilder .text-decoration-line-through {
  text-decoration: line-through !important;
}

/* rtl:begin:remove */
.vesbuilder .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.vesbuilder .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.vesbuilder .user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.vesbuilder .user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.vesbuilder .user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.vesbuilder .pe-none {
  pointer-events: none !important;
}

.vesbuilder .pe-auto {
  pointer-events: auto !important;
}

.vesbuilder .rounded {
  border-radius: 0.25rem !important;
}

.vesbuilder .rounded-0 {
  border-radius: 0 !important;
}

.vesbuilder .rounded-1 {
  border-radius: 0.2rem !important;
}

.vesbuilder .rounded-2 {
  border-radius: 0.25rem !important;
}

.vesbuilder .rounded-3 {
  border-radius: 0.3rem !important;
}

.vesbuilder .rounded-circle {
  border-radius: 50% !important;
}

.vesbuilder .rounded-pill {
  border-radius: 50rem !important;
}

.vesbuilder .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.vesbuilder .rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.vesbuilder .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.vesbuilder .rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.vesbuilder .visible {
  visibility: visible !important;
}

.vesbuilder .invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .vesbuilder .float-sm-start {
    float: left !important;
  }

  .vesbuilder .float-sm-end {
    float: right !important;
  }

  .vesbuilder .float-sm-none {
    float: none !important;
  }

  .vesbuilder .d-sm-inline {
    display: inline !important;
  }

  .vesbuilder .d-sm-inline-block {
    display: inline-block !important;
  }

  .vesbuilder .d-sm-block {
    display: block !important;
  }

  .vesbuilder .d-sm-grid {
    display: grid !important;
  }

  .vesbuilder .d-sm-table {
    display: table !important;
  }

  .vesbuilder .d-sm-table-row {
    display: table-row !important;
  }

  .vesbuilder .d-sm-table-cell {
    display: table-cell !important;
  }

  .vesbuilder .d-sm-flex {
    display: flex !important;
  }

  .vesbuilder .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .vesbuilder .d-sm-none {
    display: none !important;
  }

  .vesbuilder .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .vesbuilder .flex-sm-row {
    flex-direction: row !important;
  }

  .vesbuilder .flex-sm-column {
    flex-direction: column !important;
  }

  .vesbuilder .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .vesbuilder .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .vesbuilder .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .vesbuilder .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .vesbuilder .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .vesbuilder .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .vesbuilder .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .vesbuilder .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .vesbuilder .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .vesbuilder .gap-sm-0 {
    gap: 0 !important;
  }

  .vesbuilder .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .vesbuilder .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .vesbuilder .gap-sm-3 {
    gap: 1rem !important;
  }

  .vesbuilder .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .vesbuilder .gap-sm-5 {
    gap: 3rem !important;
  }

  .vesbuilder .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .vesbuilder .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .vesbuilder .justify-content-sm-center {
    justify-content: center !important;
  }

  .vesbuilder .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .vesbuilder .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .vesbuilder .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .vesbuilder .align-items-sm-start {
    align-items: flex-start !important;
  }

  .vesbuilder .align-items-sm-end {
    align-items: flex-end !important;
  }

  .vesbuilder .align-items-sm-center {
    align-items: center !important;
  }

  .vesbuilder .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .vesbuilder .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .vesbuilder .align-content-sm-start {
    align-content: flex-start !important;
  }

  .vesbuilder .align-content-sm-end {
    align-content: flex-end !important;
  }

  .vesbuilder .align-content-sm-center {
    align-content: center !important;
  }

  .vesbuilder .align-content-sm-between {
    align-content: space-between !important;
  }

  .vesbuilder .align-content-sm-around {
    align-content: space-around !important;
  }

  .vesbuilder .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .vesbuilder .align-self-sm-auto {
    align-self: auto !important;
  }

  .vesbuilder .align-self-sm-start {
    align-self: flex-start !important;
  }

  .vesbuilder .align-self-sm-end {
    align-self: flex-end !important;
  }

  .vesbuilder .align-self-sm-center {
    align-self: center !important;
  }

  .vesbuilder .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .vesbuilder .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .vesbuilder .order-sm-first {
    order: -1 !important;
  }

  .vesbuilder .order-sm-0 {
    order: 0 !important;
  }

  .vesbuilder .order-sm-1 {
    order: 1 !important;
  }

  .vesbuilder .order-sm-2 {
    order: 2 !important;
  }

  .vesbuilder .order-sm-3 {
    order: 3 !important;
  }

  .vesbuilder .order-sm-4 {
    order: 4 !important;
  }

  .vesbuilder .order-sm-5 {
    order: 5 !important;
  }

  .vesbuilder .order-sm-last {
    order: 6 !important;
  }

  .vesbuilder .m-sm-0 {
    margin: 0 !important;
  }

  .vesbuilder .m-sm-1 {
    margin: 0.25rem !important;
  }

  .vesbuilder .m-sm-2 {
    margin: 0.5rem !important;
  }

  .vesbuilder .m-sm-3 {
    margin: 1rem !important;
  }

  .vesbuilder .m-sm-4 {
    margin: 1.5rem !important;
  }

  .vesbuilder .m-sm-5 {
    margin: 3rem !important;
  }

  .vesbuilder .m-sm-auto {
    margin: auto !important;
  }

  .vesbuilder .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .vesbuilder .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .vesbuilder .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .vesbuilder .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .vesbuilder .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .vesbuilder .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .vesbuilder .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .vesbuilder .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .vesbuilder .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .vesbuilder .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .vesbuilder .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .vesbuilder .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .vesbuilder .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .vesbuilder .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .vesbuilder .mt-sm-0 {
    margin-top: 0 !important;
  }

  .vesbuilder .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .vesbuilder .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .vesbuilder .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .vesbuilder .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .vesbuilder .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .vesbuilder .mt-sm-auto {
    margin-top: auto !important;
  }

  .vesbuilder .me-sm-0 {
    margin-right: 0 !important;
  }

  .vesbuilder .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .vesbuilder .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .vesbuilder .me-sm-3 {
    margin-right: 1rem !important;
  }

  .vesbuilder .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .vesbuilder .me-sm-5 {
    margin-right: 3rem !important;
  }

  .vesbuilder .me-sm-auto {
    margin-right: auto !important;
  }

  .vesbuilder .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .vesbuilder .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .vesbuilder .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .vesbuilder .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .vesbuilder .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .vesbuilder .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .vesbuilder .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .vesbuilder .ms-sm-0 {
    margin-left: 0 !important;
  }

  .vesbuilder .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .vesbuilder .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .vesbuilder .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .vesbuilder .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .vesbuilder .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .vesbuilder .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .vesbuilder .gap-md-0 {
    gap: 0 !important;
  }

  .vesbuilder .gap-md-1 {
    gap: 0.25rem !important;
  }

  .vesbuilder .gap-md-2 {
    gap: 0.5rem !important;
  }

  .vesbuilder .gap-md-3 {
    gap: 1rem !important;
  }

  .vesbuilder .gap-md-4 {
    gap: 1.5rem !important;
  }

  .vesbuilder .gap-md-5 {
    gap: 3rem !important;
  }

  .vesbuilder .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .vesbuilder .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .vesbuilder .justify-content-md-center {
    justify-content: center !important;
  }

  .vesbuilder .justify-content-md-between {
    justify-content: space-between !important;
  }

  .vesbuilder .justify-content-md-around {
    justify-content: space-around !important;
  }

  .vesbuilder .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .vesbuilder .align-items-md-start {
    align-items: flex-start !important;
  }

  .vesbuilder .align-items-md-end {
    align-items: flex-end !important;
  }

  .vesbuilder .align-items-md-center {
    align-items: center !important;
  }

  .vesbuilder .align-items-md-baseline {
    align-items: baseline !important;
  }

  .vesbuilder .align-items-md-stretch {
    align-items: stretch !important;
  }

  .vesbuilder .align-content-md-start {
    align-content: flex-start !important;
  }

  .vesbuilder .align-content-md-end {
    align-content: flex-end !important;
  }

  .vesbuilder .align-content-md-center {
    align-content: center !important;
  }

  .vesbuilder .align-content-md-between {
    align-content: space-between !important;
  }

  .vesbuilder .align-content-md-around {
    align-content: space-around !important;
  }

  .vesbuilder .align-content-md-stretch {
    align-content: stretch !important;
  }

  .vesbuilder .align-self-md-auto {
    align-self: auto !important;
  }

  .vesbuilder .align-self-md-start {
    align-self: flex-start !important;
  }

  .vesbuilder .align-self-md-end {
    align-self: flex-end !important;
  }

  .vesbuilder .align-self-md-center {
    align-self: center !important;
  }

  .vesbuilder .align-self-md-baseline {
    align-self: baseline !important;
  }

  .vesbuilder .align-self-md-stretch {
    align-self: stretch !important;
  }

  .vesbuilder .order-md-first {
    order: -1 !important;
  }

  .vesbuilder .order-md-0 {
    order: 0 !important;
  }

  .vesbuilder .order-md-1 {
    order: 1 !important;
  }

  .vesbuilder .order-md-2 {
    order: 2 !important;
  }

  .vesbuilder .order-md-3 {
    order: 3 !important;
  }

  .vesbuilder .order-md-4 {
    order: 4 !important;
  }

  .vesbuilder .order-md-5 {
    order: 5 !important;
  }

  .vesbuilder .order-md-last {
    order: 6 !important;
  }

  .vesbuilder .m-md-0 {
    margin: 0 !important;
  }

  .vesbuilder .m-md-1 {
    margin: 0.25rem !important;
  }

  .vesbuilder .m-md-2 {
    margin: 0.5rem !important;
  }

  .vesbuilder .m-md-3 {
    margin: 1rem !important;
  }

  .vesbuilder .m-md-4 {
    margin: 1.5rem !important;
  }

  .vesbuilder .m-md-5 {
    margin: 3rem !important;
  }

  .vesbuilder .m-md-auto {
    margin: auto !important;
  }

  .vesbuilder .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .vesbuilder .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .vesbuilder .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .vesbuilder .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .vesbuilder .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .vesbuilder .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .vesbuilder .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .vesbuilder .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .vesbuilder .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .vesbuilder .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .vesbuilder .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .vesbuilder .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .vesbuilder .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .vesbuilder .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .vesbuilder .mt-md-0 {
    margin-top: 0 !important;
  }

  .vesbuilder .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .vesbuilder .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .vesbuilder .mt-md-3 {
    margin-top: 1rem !important;
  }

  .vesbuilder .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .vesbuilder .mt-md-5 {
    margin-top: 3rem !important;
  }

  .vesbuilder .mt-md-auto {
    margin-top: auto !important;
  }

  .vesbuilder .me-md-0 {
    margin-right: 0 !important;
  }

  .vesbuilder .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .vesbuilder .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .vesbuilder .me-md-3 {
    margin-right: 1rem !important;
  }

  .vesbuilder .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .vesbuilder .me-md-5 {
    margin-right: 3rem !important;
  }

  .vesbuilder .me-md-auto {
    margin-right: auto !important;
  }

  .vesbuilder .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .vesbuilder .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .vesbuilder .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .vesbuilder .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .vesbuilder .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .vesbuilder .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .vesbuilder .mb-md-auto {
    margin-bottom: auto !important;
  }

  .vesbuilder .ms-md-0 {
    margin-left: 0 !important;
  }

  .vesbuilder .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .vesbuilder .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .vesbuilder .ms-md-3 {
    margin-left: 1rem !important;
  }

  .vesbuilder .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .vesbuilder .ms-md-5 {
    margin-left: 3rem !important;
  }

  .vesbuilder .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .vesbuilder .gap-lg-0 {
    gap: 0 !important;
  }

  .vesbuilder .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .vesbuilder .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .vesbuilder .gap-lg-3 {
    gap: 1rem !important;
  }

  .vesbuilder .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .vesbuilder .gap-lg-5 {
    gap: 3rem !important;
  }

  .vesbuilder .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .vesbuilder .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .vesbuilder .justify-content-lg-center {
    justify-content: center !important;
  }

  .vesbuilder .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .vesbuilder .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .vesbuilder .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .vesbuilder .align-items-lg-start {
    align-items: flex-start !important;
  }

  .vesbuilder .align-items-lg-end {
    align-items: flex-end !important;
  }

  .vesbuilder .align-items-lg-center {
    align-items: center !important;
  }

  .vesbuilder .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .vesbuilder .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .vesbuilder .align-content-lg-start {
    align-content: flex-start !important;
  }

  .vesbuilder .align-content-lg-end {
    align-content: flex-end !important;
  }

  .vesbuilder .align-content-lg-center {
    align-content: center !important;
  }

  .vesbuilder .align-content-lg-between {
    align-content: space-between !important;
  }

  .vesbuilder .align-content-lg-around {
    align-content: space-around !important;
  }

  .vesbuilder .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .vesbuilder .align-self-lg-auto {
    align-self: auto !important;
  }

  .vesbuilder .align-self-lg-start {
    align-self: flex-start !important;
  }

  .vesbuilder .align-self-lg-end {
    align-self: flex-end !important;
  }

  .vesbuilder .align-self-lg-center {
    align-self: center !important;
  }

  .vesbuilder .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .vesbuilder .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .vesbuilder .order-lg-first {
    order: -1 !important;
  }

  .vesbuilder .order-lg-0 {
    order: 0 !important;
  }

  .vesbuilder .order-lg-1 {
    order: 1 !important;
  }

  .vesbuilder .order-lg-2 {
    order: 2 !important;
  }

  .vesbuilder .order-lg-3 {
    order: 3 !important;
  }

  .vesbuilder .order-lg-4 {
    order: 4 !important;
  }

  .vesbuilder .order-lg-5 {
    order: 5 !important;
  }

  .vesbuilder .order-lg-last {
    order: 6 !important;
  }

  .vesbuilder .m-lg-0 {
    margin: 0 !important;
  }

  .vesbuilder .m-lg-1 {
    margin: 0.25rem !important;
  }

  .vesbuilder .m-lg-2 {
    margin: 0.5rem !important;
  }

  .vesbuilder .m-lg-3 {
    margin: 1rem !important;
  }

  .vesbuilder .m-lg-4 {
    margin: 1.5rem !important;
  }

  .vesbuilder .m-lg-5 {
    margin: 3rem !important;
  }

  .vesbuilder .m-lg-auto {
    margin: auto !important;
  }

  .vesbuilder .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .vesbuilder .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .vesbuilder .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .vesbuilder .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .vesbuilder .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .vesbuilder .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .vesbuilder .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .vesbuilder .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .vesbuilder .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .vesbuilder .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .vesbuilder .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .vesbuilder .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .vesbuilder .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .vesbuilder .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .vesbuilder .mt-lg-0 {
    margin-top: 0 !important;
  }

  .vesbuilder .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .vesbuilder .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .vesbuilder .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .vesbuilder .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .vesbuilder .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .vesbuilder .mt-lg-auto {
    margin-top: auto !important;
  }

  .vesbuilder .me-lg-0 {
    margin-right: 0 !important;
  }

  .vesbuilder .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .vesbuilder .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .vesbuilder .me-lg-3 {
    margin-right: 1rem !important;
  }

  .vesbuilder .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .vesbuilder .me-lg-5 {
    margin-right: 3rem !important;
  }

  .vesbuilder .me-lg-auto {
    margin-right: auto !important;
  }

  .vesbuilder .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .vesbuilder .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .vesbuilder .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .vesbuilder .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .vesbuilder .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .vesbuilder .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .vesbuilder .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .vesbuilder .ms-lg-0 {
    margin-left: 0 !important;
  }

  .vesbuilder .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .vesbuilder .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .vesbuilder .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .vesbuilder .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .vesbuilder .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .vesbuilder .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .vesbuilder .gap-xl-0 {
    gap: 0 !important;
  }

  .vesbuilder .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .vesbuilder .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .vesbuilder .gap-xl-3 {
    gap: 1rem !important;
  }

  .vesbuilder .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .vesbuilder .gap-xl-5 {
    gap: 3rem !important;
  }

  .vesbuilder .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .vesbuilder .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .vesbuilder .justify-content-xl-center {
    justify-content: center !important;
  }

  .vesbuilder .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .vesbuilder .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .vesbuilder .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .vesbuilder .align-items-xl-start {
    align-items: flex-start !important;
  }

  .vesbuilder .align-items-xl-end {
    align-items: flex-end !important;
  }

  .vesbuilder .align-items-xl-center {
    align-items: center !important;
  }

  .vesbuilder .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .vesbuilder .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .vesbuilder .align-content-xl-start {
    align-content: flex-start !important;
  }

  .vesbuilder .align-content-xl-end {
    align-content: flex-end !important;
  }

  .vesbuilder .align-content-xl-center {
    align-content: center !important;
  }

  .vesbuilder .align-content-xl-between {
    align-content: space-between !important;
  }

  .vesbuilder .align-content-xl-around {
    align-content: space-around !important;
  }

  .vesbuilder .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .vesbuilder .align-self-xl-auto {
    align-self: auto !important;
  }

  .vesbuilder .align-self-xl-start {
    align-self: flex-start !important;
  }

  .vesbuilder .align-self-xl-end {
    align-self: flex-end !important;
  }

  .vesbuilder .align-self-xl-center {
    align-self: center !important;
  }

  .vesbuilder .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .vesbuilder .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .vesbuilder .order-xl-first {
    order: -1 !important;
  }

  .vesbuilder .order-xl-0 {
    order: 0 !important;
  }

  .vesbuilder .order-xl-1 {
    order: 1 !important;
  }

  .vesbuilder .order-xl-2 {
    order: 2 !important;
  }

  .vesbuilder .order-xl-3 {
    order: 3 !important;
  }

  .vesbuilder .order-xl-4 {
    order: 4 !important;
  }

  .vesbuilder .order-xl-5 {
    order: 5 !important;
  }

  .vesbuilder .order-xl-last {
    order: 6 !important;
  }

  .vesbuilder .m-xl-0 {
    margin: 0 !important;
  }

  .vesbuilder .m-xl-1 {
    margin: 0.25rem !important;
  }

  .vesbuilder .m-xl-2 {
    margin: 0.5rem !important;
  }

  .vesbuilder .m-xl-3 {
    margin: 1rem !important;
  }

  .vesbuilder .m-xl-4 {
    margin: 1.5rem !important;
  }

  .vesbuilder .m-xl-5 {
    margin: 3rem !important;
  }

  .vesbuilder .m-xl-auto {
    margin: auto !important;
  }

  .vesbuilder .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .vesbuilder .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .vesbuilder .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .vesbuilder .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .vesbuilder .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .vesbuilder .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .vesbuilder .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .vesbuilder .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .vesbuilder .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .vesbuilder .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .vesbuilder .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .vesbuilder .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .vesbuilder .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .vesbuilder .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .vesbuilder .mt-xl-0 {
    margin-top: 0 !important;
  }

  .vesbuilder .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .vesbuilder .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .vesbuilder .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .vesbuilder .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .vesbuilder .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .vesbuilder .mt-xl-auto {
    margin-top: auto !important;
  }

  .vesbuilder .me-xl-0 {
    margin-right: 0 !important;
  }

  .vesbuilder .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .vesbuilder .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .vesbuilder .me-xl-3 {
    margin-right: 1rem !important;
  }

  .vesbuilder .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .vesbuilder .me-xl-5 {
    margin-right: 3rem !important;
  }

  .vesbuilder .me-xl-auto {
    margin-right: auto !important;
  }

  .vesbuilder .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .vesbuilder .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .vesbuilder .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .vesbuilder .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .vesbuilder .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .vesbuilder .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .vesbuilder .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .vesbuilder .ms-xl-0 {
    margin-left: 0 !important;
  }

  .vesbuilder .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .vesbuilder .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .vesbuilder .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .vesbuilder .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .vesbuilder .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .vesbuilder .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .vesbuilder .gap-xxl-0 {
    gap: 0 !important;
  }

  .vesbuilder .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .vesbuilder .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .vesbuilder .gap-xxl-3 {
    gap: 1rem !important;
  }

  .vesbuilder .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .vesbuilder .gap-xxl-5 {
    gap: 3rem !important;
  }

  .vesbuilder .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .vesbuilder .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .vesbuilder .justify-content-xxl-center {
    justify-content: center !important;
  }

  .vesbuilder .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .vesbuilder .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .vesbuilder .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .vesbuilder .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .vesbuilder .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .vesbuilder .align-items-xxl-center {
    align-items: center !important;
  }

  .vesbuilder .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .vesbuilder .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .vesbuilder .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .vesbuilder .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .vesbuilder .align-content-xxl-center {
    align-content: center !important;
  }

  .vesbuilder .align-content-xxl-between {
    align-content: space-between !important;
  }

  .vesbuilder .align-content-xxl-around {
    align-content: space-around !important;
  }

  .vesbuilder .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .vesbuilder .align-self-xxl-auto {
    align-self: auto !important;
  }

  .vesbuilder .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .vesbuilder .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .vesbuilder .align-self-xxl-center {
    align-self: center !important;
  }

  .vesbuilder .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .vesbuilder .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .vesbuilder .order-xxl-first {
    order: -1 !important;
  }

  .vesbuilder .order-xxl-0 {
    order: 0 !important;
  }

  .vesbuilder .order-xxl-1 {
    order: 1 !important;
  }

  .vesbuilder .order-xxl-2 {
    order: 2 !important;
  }

  .vesbuilder .order-xxl-3 {
    order: 3 !important;
  }

  .vesbuilder .order-xxl-4 {
    order: 4 !important;
  }

  .vesbuilder .order-xxl-5 {
    order: 5 !important;
  }

  .vesbuilder .order-xxl-last {
    order: 6 !important;
  }

  .vesbuilder .vesbuilder .m-xxl-0 {
    margin: 0 !important;
  }

  .vesbuilder .vesbuilder .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .vesbuilder .vesbuilder .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .vesbuilder .vesbuilder .m-xxl-3 {
    margin: 1rem !important;
  }

  .vesbuilder .vesbuilder .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .vesbuilder .vesbuilder .m-xxl-5 {
    margin: 3rem !important;
  }

  .vesbuilder .vesbuilder .m-xxl-auto {
    margin: auto !important;
  }

  .vesbuilder .vesbuilder .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .vesbuilder .vesbuilder .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .vesbuilder .vesbuilder .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .vesbuilder .vesbuilder .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .vesbuilder .vesbuilder .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .vesbuilder .vesbuilder .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .vesbuilder .vesbuilder .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .vesbuilder .vesbuilder .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .vesbuilder .vesbuilder .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .vesbuilder .vesbuilder .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .vesbuilder .vesbuilder .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .vesbuilder .vesbuilder .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .vesbuilder .vesbuilder .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .vesbuilder .vesbuilder .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .vesbuilder .vesbuilder .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .vesbuilder .vesbuilder .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .vesbuilder .vesbuilder .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .vesbuilder .vesbuilder .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .vesbuilder .vesbuilder .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .vesbuilder .vesbuilder .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .vesbuilder .vesbuilder .mt-xxl-auto {
    margin-top: auto !important;
  }

  .vesbuilder .vesbuilder .me-xxl-0 {
    margin-right: 0 !important;
  }

  .vesbuilder .vesbuilder .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .vesbuilder .vesbuilder .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .vesbuilder .vesbuilder .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .vesbuilder .vesbuilder .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .vesbuilder .vesbuilder .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .vesbuilder .vesbuilder .me-xxl-auto {
    margin-right: auto !important;
  }

  .vesbuilder .vesbuilder .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .vesbuilder .vesbuilder .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .vesbuilder .vesbuilder .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .vesbuilder .vesbuilder .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .vesbuilder .vesbuilder .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .vesbuilder .vesbuilder .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .vesbuilder .vesbuilder .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .vesbuilder .vesbuilder .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .vesbuilder .vesbuilder .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .vesbuilder .vesbuilder .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .vesbuilder .vesbuilder .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .vesbuilder .vesbuilder .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .vesbuilder .vesbuilder .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .vesbuilder .vesbuilder .ms-xxl-auto {
    margin-left: auto !important;
  }

  .vesbuilder .p-xxl-0 {
    padding: 0 !important;
  }

  .vesbuilder .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .vesbuilder .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .vesbuilder .p-xxl-3 {
    padding: 1rem !important;
  }

  .vesbuilder .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .vesbuilder .p-xxl-5 {
    padding: 3rem !important;
  }

  .vesbuilder .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .vesbuilder .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .vesbuilder .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .vesbuilder .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .vesbuilder .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .vesbuilder .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .vesbuilder .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .vesbuilder .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .vesbuilder .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .vesbuilder .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .vesbuilder .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .vesbuilder .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .vesbuilder .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .vesbuilder .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .vesbuilder .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .vesbuilder .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .vesbuilder .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .vesbuilder .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .vesbuilder .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .vesbuilder .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .vesbuilder .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .vesbuilder .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .vesbuilder .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .vesbuilder .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .vesbuilder .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .vesbuilder .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .vesbuilder .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .vesbuilder .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .vesbuilder .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .vesbuilder .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .vesbuilder .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .vesbuilder .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .vesbuilder .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .vesbuilder .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .vesbuilder .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .vesbuilder .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .vesbuilder .text-xxl-start {
    text-align: left !important;
  }

  .vesbuilder .text-xxl-end {
    text-align: right !important;
  }

  .vesbuilder .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .vesbuilder .fs-1 {
    font-size: 2.5rem !important;
  }

  .vesbuilder .fs-2 {
    font-size: 2rem !important;
  }

  .vesbuilder .fs-3 {
    font-size: 1.75rem !important;
  }

  .vesbuilder .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .vesbuilder .d-print-inline {
    display: inline !important;
  }

  .vesbuilder .d-print-inline-block {
    display: inline-block !important;
  }

  .vesbuilder .d-print-block {
    display: block !important;
  }

  .vesbuilder .d-print-grid {
    display: grid !important;
  }

  .vesbuilder .d-print-table {
    display: table !important;
  }

  .vesbuilder .d-print-table-row {
    display: table-row !important;
  }

  .vesbuilder .d-print-table-cell {
    display: table-cell !important;
  }

  .vesbuilder .d-print-flex {
    display: flex !important;
  }

  .vesbuilder .d-print-inline-flex {
    display: inline-flex !important;
  }

  .vesbuilder .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap.css.map *//*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.7 filter: alpha(opacity = 70);}
#colorbox{outline:0;}
    #cboxTopLeft{width:25px; height:25px; background:url(../../frontend/Dotsquares/custom_child/en_GB/Ves_All/lib/colorbox/images/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(../../frontend/Dotsquares/custom_child/en_GB/Ves_All/lib/colorbox/images/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(../../frontend/Dotsquares/custom_child/en_GB/Ves_All/lib/colorbox/images/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(../../frontend/Dotsquares/custom_child/en_GB/Ves_All/lib/colorbox/images/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(../../frontend/Dotsquares/custom_child/en_GB/Ves_All/lib/colorbox/images/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(../../frontend/Dotsquares/custom_child/en_GB/Ves_All/lib/colorbox/images/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(../../frontend/Dotsquares/custom_child/en_GB/Ves_All/lib/colorbox/images/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(../../frontend/Dotsquares/custom_child/en_GB/Ves_All/lib/colorbox/images/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#fff; }
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999; /*border-top: 1px solid #ddd; padding-top: 15px; */}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxLoadingOverlay{background:#fff url(../../frontend/Dotsquares/custom_child/en_GB/Ves_All/lib/colorbox/images/loading.gif) no-repeat center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxClose{position:absolute; top:-27px; right:-25px; display:block; color:transparent;background:url(../../frontend/Dotsquares/custom_child/en_GB/Ves_All/lib/colorbox/images/fancy_close.png) no-repeat 0 0; width: 30px; height: 30px; }

.action_button li {
    float: left;
    width: 100%;
    clear: both;
    margin: 10px 0;
}

.action_button li a.button {padding:8px 10px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

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

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

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

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

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

.fancybox-inner {
	overflow: hidden;
}

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

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

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

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../frontend/Dotsquares/custom_child/en_GB/Ves_All/lib/fancybox/fancybox_sprite.png');
}

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

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../frontend/Dotsquares/custom_child/en_GB/Ves_All/lib/fancybox/fancybox_loading.gif') center center no-repeat;
}

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

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

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

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

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

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

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

/* Overlay helper */

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

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

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

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../frontend/Dotsquares/custom_child/en_GB/Ves_All/lib/fancybox/fancybox_overlay.png');
}

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

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

/* Title helper */

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

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

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

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

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

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

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

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

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

	#fancybox-loading div {
		background-image: url('../../frontend/Dotsquares/custom_child/en_GB/Ves_All/lib/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}/*!
Video.js Default Styles (http://videojs.com)
Version 4.12.11
Create your own skin at http://designer.videojs.com
*/
/* SKIN
================================================================================
The main class name for all skin-specific styles. To make your own skin,
replace all occurrences of 'vjs-default-skin' with a new name. Then add your new
skin name to your video tag instead of the default skin.
e.g. <video class="video-js my-skin-name">
*/
.vjs-default-skin {
  color: #cccccc;
}
/* Custom Icon Font
--------------------------------------------------------------------------------
The control icons are from a custom font. Each icon corresponds to a character
(e.g. "\e001"). Font icons allow for easy scaling and coloring of icons.
*/
@font-face {
  font-family: 'VideoJS';
  src: url('../../frontend/Dotsquares/custom_child/en_GB/Ves_BaseWidget/fonts/vjs.eot');
  src: url('../../frontend/Dotsquares/custom_child/en_GB/Ves_BaseWidget/fonts/vjs.eot?#iefix') format('embedded-opentype'), url('../../frontend/Dotsquares/custom_child/en_GB/Ves_BaseWidget/fonts/vjs.woff') format('woff'), url('../../frontend/Dotsquares/custom_child/en_GB/Ves_BaseWidget/fonts/vjs.ttf') format('truetype'), url('../../frontend/Dotsquares/custom_child/en_GB/Ves_BaseWidget/fonts/vjs.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Base UI Component Classes
--------------------------------------------------------------------------------
*/
/* Slider - used for Volume bar and Seek bar */
.vjs-default-skin .vjs-slider {
  /* Replace browser focus highlight with handle highlight */
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  /* background-color-with-alpha */
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.9);
}
.vjs-default-skin .vjs-slider:focus {
  /* box-shadow */
  -webkit-box-shadow: 0 0 2em #ffffff;
  -moz-box-shadow: 0 0 2em #ffffff;
  box-shadow: 0 0 2em #ffffff;
}
.vjs-default-skin .vjs-slider-handle {
  position: absolute;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-slider-handle:before {
  content: "\e009";
  font-family: VideoJS;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  text-shadow: 0em 0em 1em #fff;
  position: absolute;
  top: 0;
  left: 0;
  /* Rotate the square icon to make a diamond */
  /* transform */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Control Bar
--------------------------------------------------------------------------------
The default control bar that is a container for most of the controls.
*/
.vjs-default-skin .vjs-control-bar {
  /* Start hidden */
  display: none;
  position: absolute;
  /* Place control bar at the bottom of the player box/video.
     If you want more margin below the control bar, add more height. */
  bottom: 0;
  /* Use left/right to stretch to 100% width of player div */
  left: 0;
  right: 0;
  /* Height includes any margin you want above or below control items */
  height: 3.0em;
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
}
/* Show the control bar only once the video has started playing */
.vjs-default-skin.vjs-has-started .vjs-control-bar {
  display: block;
  /* Visibility needed to make sure things hide in older browsers too. */

  visibility: visible;
  opacity: 1;
  /* transition */
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}
/* Hide the control bar when the video is playing and the user is inactive  */
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  display: block;
  visibility: hidden;
  opacity: 0;
  /* transition */
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
  display: none;
}
.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
  display: none;
}
/* The control bar shouldn't show after an error */
.vjs-default-skin.vjs-error .vjs-control-bar {
  display: none;
}
/* Don't hide the control bar if it's audio */
.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}
/* IE8 is flakey with fonts, and you have to change the actual content to force
fonts to show/hide properly.
  - "\9" IE8 hack didn't work for this
  - Found in XP IE8 from http://modern.ie. Does not show up in "IE8 mode" in IE9
*/
@media \0screen {
  .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}
/* General styles for individual controls. */
.vjs-default-skin .vjs-control {
  outline: none;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 3.0em;
  width: 4em;
}
/* Font button icons */
.vjs-default-skin .vjs-control:before {
  font-family: VideoJS;
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
  text-shadow: 0em 0em 1em #ffffff;
}
.vjs-default-skin .vjs-control:focus {
  /*  outline: 0; */
  /* keyboard-only users cannot see the focus on several of the UI elements when
  this is set to 0 */

}
/* Hide control text visually, but have it available for screenreaders */
.vjs-default-skin .vjs-control-text {
  /* hide-visually */
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Play/Pause
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-play-control {
  width: 5em;
  cursor: pointer;
}
.vjs-default-skin .vjs-play-control:before {
  content: "\e001";
}
.vjs-default-skin.vjs-playing .vjs-play-control:before {
  content: "\e002";
}
/* Playback toggle
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 4em;
  left: -2em;
  list-style: none;
}
/* Volume/Mute
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
  content: "\e006";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\e003";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\e004";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\e005";
}
.vjs-default-skin .vjs-volume-control {
  width: 5em;
  float: right;
}
.vjs-default-skin .vjs-volume-bar {
  width: 5em;
  height: 0.6em;
  margin: 1.1em auto 0;
}
.vjs-default-skin .vjs-volume-level {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5em;
  /* assuming volume starts at 1.0 */

  width: 100%;
  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
  width: 0.5em;
  height: 0.5em;
  /* Assumes volume starts at 1.0. If you change the size of the
     handle relative to the volume bar, you'll need to update this value
     too. */

  left: 4.5em;
}
.vjs-default-skin .vjs-volume-handle:before {
  font-size: 0.9em;
  top: -0.2em;
  left: -0.2em;
  width: 1em;
  height: 1em;
}
/* The volume menu button is like menu buttons (captions/subtitles) but works
    a little differently. It needs to be possible to tab to the volume slider
    without hitting space bar on the menu button. To do this we're not using
    display:none to hide the slider menu by default, and instead setting the
    width and height to zero. */
.vjs-default-skin .vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  height: 0;
  width: 0;
}
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing {
  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */

}
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 10em;
}
/* Progress
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  font-size: 0.3em;
  height: 1em;
  /* Set above the rest of the controls. */
  top: -1em;
  /* Shrink the bar slower than it grows. */
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/* On hover, make the progress bar grow to something that's more clickable.
    This simply changes the overall font for the progress bar, and this
    updates both the em-based widths and heights, as wells as the icon font */
.vjs-default-skin:hover .vjs-progress-control {
  font-size: .9em;
  /* Even though we're not changing the top/height, we need to include them in
      the transition so they're handled correctly. */

  /* transition */
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* Box containing play and load progresses. Also acts as seek scrubber. */
.vjs-default-skin .vjs-progress-holder {
  height: 100%;
}
/* Progress Bars */
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  /* updated by javascript during playback */

  width: 0;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-play-progress {
  /*
    Using a data URI to create the white diagonal lines with a transparent
      background. Surprisingly works in IE8.
      Created using http://www.patternify.com
    Changing the first color value will change the bar color.
    Also using a paralax effect to make the lines move backwards.
      The -50% left position makes that happen.
  */

  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-load-progress {
  background: #646464 /* IE8- Fallback */;
  background: rgba(255, 255, 255, 0.2);
}
/* there are child elements of the load progress bar that represent the
   specific time ranges that have been buffered */
.vjs-default-skin .vjs-load-progress div {
  background: #787878 /* IE8- Fallback */;
  background: rgba(255, 255, 255, 0.1);
}
.vjs-default-skin .vjs-seek-handle {
  width: 1.5em;
  height: 100%;
}
.vjs-default-skin .vjs-seek-handle:before {
  padding-top: 0.1em /* Minor adjustment */;
}
/* Live Mode
--------------------------------------------------------------------------------
*/
.vjs-default-skin.vjs-live .vjs-time-controls,
.vjs-default-skin.vjs-live .vjs-time-divider,
.vjs-default-skin.vjs-live .vjs-progress-control {
  display: none;
}
.vjs-default-skin.vjs-live .vjs-live-display {
  display: block;
}
/* Live Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-live-display {
  display: none;
  font-size: 1em;
  line-height: 3em;
}
/* Time Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-time-controls {
  font-size: 1em;
  /* Align vertically by making the line height the same as the control bar */
  line-height: 3em;
}
.vjs-default-skin .vjs-current-time {
  float: left;
}
.vjs-default-skin .vjs-duration {
  float: left;
}
/* Remaining time is in the HTML, but not included in default design */
.vjs-default-skin .vjs-remaining-time {
  display: none;
  float: left;
}
.vjs-time-divider {
  float: left;
  line-height: 3em;
}
/* Fullscreen
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-fullscreen-control:before {
  content: "\e000";
}
/* Switch to the exit icon when the player is in fullscreen */
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\e00b";
}
/* Big Play Button (play button at start)
--------------------------------------------------------------------------------
Positioning of the play button in the center or other corners can be done more
easily in the skin designer. http://designer.videojs.com/
*/
.vjs-default-skin .vjs-big-play-button {
  left: 0.5em;
  top: 0.5em;
  font-size: 3em;
  display: block;
  z-index: 2;
  position: absolute;
  width: 4em;
  height: 2.6em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  /* Need a slightly gray bg so it can be seen on black backgrounds */
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  border: 0.1em solid #3b4249;
  /* border-radius */
  -webkit-border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  border-radius: 0.8em;
  /* box-shadow */
  -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/* Optionally center */
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  /* Center it horizontally */
  left: 50%;
  margin-left: -2.1em;
  /* Center it vertically */
  top: 50%;
  margin-top: -1.4000000000000001em;
}
/* Hide if controls are disabled */
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
  display: none;
}
/* Hide when video starts playing */
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
  display: none;
}
/* Hide on mobile devices. Remove when we stop using native controls
    by default on mobile  */
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}
.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  /* IE8 needs a non-glow hover state */
  background-color: #505050;
  background-color: rgba(50, 50, 50, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 3em #ffffff;
  -moz-box-shadow: 0 0 3em #ffffff;
  box-shadow: 0 0 3em #ffffff;
  /* transition */
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.vjs-default-skin .vjs-big-play-button:before {
  content: "\e001";
  font-family: VideoJS;
  /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */

  line-height: 2.6em;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center /* Needed for IE8 */;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-error .vjs-big-play-button {
  display: none;
}
/* Error Display
--------------------------------------------------------------------------------
*/
.vjs-error-display {
  display: none;
}
.vjs-error .vjs-error-display {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.vjs-error .vjs-error-display:before {
  content: 'X';
  font-family: Arial;
  font-size: 4em;
  color: #666666;
  /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */

  line-height: 1;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center /* Needed for IE8 */;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  width: 100%;
}
.vjs-error-display div {
  position: absolute;
  bottom: 1em;
  right: 0;
  left: 0;
  font-size: 1.4em;
  text-align: center;
  padding: 3px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
}
.vjs-error-display a,
.vjs-error-display a:visited {
  color: #F4A460;
}
/* Loading Spinner
--------------------------------------------------------------------------------
*/
.vjs-loading-spinner {
  /* Should be hidden by default */
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0.75;
}
/* Show the spinner when waiting for data and seeking to a new time */
.vjs-waiting .vjs-loading-spinner,
.vjs-seeking .vjs-loading-spinner {
  display: block;
  /* only animate when showing because it can be processor heavy */
  /* animation */
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}
/* Errors are unrecoverable without user interaction so hide the spinner */
.vjs-error .vjs-loading-spinner {
  display: none;
  /* ensure animation doesn't continue while hidden */
  /* animation */
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
.vjs-default-skin .vjs-loading-spinner:before {
  content: "\e01e";
  font-family: VideoJS;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  text-shadow: 0em 0em 0.1em #000;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Menu Buttons (Captions/Subtitles/etc.)
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-menu-button {
  float: right;
  cursor: pointer;
}
.vjs-default-skin .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0em;
  /* (Width of vjs-menu - width of button) / 2 */

  width: 0em;
  height: 0em;
  margin-bottom: 3em;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 1.55em solid #000000;
  /* Same width top as ul bottom */

  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */

}
/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 10em;
  bottom: 1.5em;
  /* Same bottom as vjs-menu border-top */

  max-height: 15em;
  overflow: auto;
  left: -5em;
  /* Width of menu - width of button / 2 */

  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  /* box-shadow */
  -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}
.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu,
.vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing {
  display: block;
}
/* prevent menus from opening while scrubbing (FF, IE) */
.vjs-default-skin.vjs-scrubbing .vjs-menu-button:hover .vjs-control-content .vjs-menu {
  display: none;
}
.vjs-default-skin .vjs-menu-button ul li {
  list-style: none;
  margin: 0;
  padding: 0.3em 0 0.3em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
  background-color: #000;
}
.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
  outline: 0;
  color: #111;
  /* background-color-with-alpha */
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
/* Subtitles Button */
.vjs-default-skin .vjs-subtitles-button:before {
  content: "\e00c";
}
/* Captions Button */
.vjs-default-skin .vjs-captions-button:before {
  content: "\e008";
}
/* Chapters Button */
.vjs-default-skin .vjs-chapters-button:before {
  content: "\e00c";
}
.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 24em;
  left: -12em;
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
/*
REQUIRED STYLES (be careful overriding)
================================================================================
When loading the player, the video tag is replaced with a DIV,
that will hold the video tag or object tag for other playback methods.
The div contains the video playback element (Flash or HTML5) and controls,
and sets the width and height of the video.

** If you want to add some kind of border/padding (e.g. a frame), or special
positioning, use another containing element. Otherwise you risk messing up
control positioning and full window mode. **
*/
.video-js {
  background-color: #000;
  position: relative;
  padding: 0;
  /* Start with 10px for base font size so other dimensions can be em based and
     easily calculable. */

  font-size: 10px;
  /* Allow poster to be vertically aligned. */

  vertical-align: middle;
  /*  display: table-cell; */
  /*This works in Safari but not Firefox.*/

  /* Provide some basic defaults for fonts */

  font-weight: normal;
  font-style: normal;
  /* Avoiding helvetica: issue #376 */

  font-family: Arial, sans-serif;
  /* Turn off user selection (text highlighting) by default.
     The majority of player components will not be text blocks.
     Text areas will need to turn user selection back on. */

  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Playback technology elements expand to the width/height of the containing div
    <video> or <object> */
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
   checking fullScreenEnabled. */
.video-js:-moz-full-screen {
  position: absolute;
}
/* Fullscreen Styles */
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
  overflow-y: auto;
}
.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  /* IE6 full-window (underscore hack) */
  _position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
/* Poster Styles */
.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}
/* Hide the poster after the video has started playing */
.video-js.vjs-has-started .vjs-poster {
  display: none;
}
/* Don't hide the poster if we're playing audio */
.video-js.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}
/* Hide the poster when controls are disabled because it's clickable
    and the native poster can take over */
.video-js.vjs-controls-disabled .vjs-poster {
  display: none;
}
/* Hide the poster when native controls are used otherwise it covers them */
.video-js.vjs-using-native-controls .vjs-poster {
  display: none;
}
/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 3em;
  right: 0;
  pointer-events: none;
}
/* Captions Settings Dialog */
.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #000;
  opacity: 0.75;
  color: #FFF;
  margin: 0 auto;
  padding: 0.5em;
  height: 15em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 40em;
}
.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 2em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto;
}
.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left;
}
.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both;
}
.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
}
.vjs-caption-settings .vjs-tracksetting label {
  display: block;
  width: 100px;
  margin-bottom: 5px;
}
.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
}
.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px;
}
.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
}
.vjs-caption-settings label > input {
  margin-right: 10px;
}
.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px;
}
/* Hide disabled or unsupported controls */
.vjs-hidden {
  display: none !important;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
/*  In IE8 w/ no JavaScript (no HTML5 shim), the video tag doesn't register.
    The .video-js classname on the video tag also isn't considered.
    This optional paragraph inside the video tag can provide a message to users
    about what's required to play video. */
.vjs-no-js {
  padding: 2em;
  color: #ccc;
  background-color: #333;
  font-size: 1.8em;
  font-family: Arial, sans-serif;
  text-align: center;
  width: 30em;
  height: 15em;
  margin: 0 auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #F4A460;
}
/* -----------------------------------------------------------------------------
The original source of this file lives at
https://github.com/videojs/video.js/blob/master/src/css/video-js.less */
/**
 * Swiper 5.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 16, 2019
 */

 @font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.boxed-layout .slider.banners {
    margin: 0 -15px;
}

.slider.banners .swiper-slide .slide-inner {
    overflow: hidden;
    padding-right: 8px;
}

.slider.banners .swiper-slide:last-child .slide-inner {
    padding-right: 0;
}

.slider.banners .swiper-slide {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.slider.banners .swiper-slide-big {
    width: 400px;
}

.slider.banners .swiper-slide-small {
    width: 234px;
}

.slider.banners .swiper-slide-big.swiper-slide:last-child {
    width: 392px;
}

.slider.banners .swiper-slide-small.swiper-slide:last-child {
    width: 224px;
}

.slider.banners .slide-wrapper {
    overflow: hidden;
    position: relative;
}

.slider.banners .swiper-slide-small .slide-wrapper {
    margin: 0 0 6px 0;
}

.slider.banners .swiper-wrapper {
    width: 100%;
}

.slider.banners .swiper-slide-big .slide-wrapper,
.slider.banners .swiper-slide-big .slide-inner {
    height: 100%;
}

.slider.banners .swiper-slide img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

/* HOVER */
.slider.banners img {
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}

.slider.banners .slide-wrapper:hover img {
    -webkit-transform: scale(1.2) rotateZ(-5deg);
    -moz-transform: scale(1.2) rotateZ(-5deg);
    -ms-transform: scale(1.2) rotateZ(-5deg);
    -o-transform: scale(1.2) rotateZ(-5deg);
    transform: scale(1.2) rotateZ(-5deg);
}

/* OVERLAY */
.slider.banners .slide-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*box-shadow: inset 0 0 0 0 rgba(0,0,0, 0.4);*/
    box-shadow: inset 0 0 20px 450px rgba(0,0,0, 0.4);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.slider.banners .slide-wrapper:hover:after {
    visibility: visible;
    opacity: 1;
}

/* NAVIGATION */
.slider.banners .next,
.slider.banners .prev {
    padding: 6px 14px;
    width: 50px;
    height: 50px;
    margin: -26px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid;
    border-color: rgba(255,255,255,0);
    /* border-radius: 50%; */
    text-indent: 100%;
}

.slider.banners .prev {
    left: -51px;
}

.slider.banners .next {
    right: -51px;
}

.slider.banners:hover .prev {
    left: 15px;
    opacity: 0.8;
    color: #ffffff;
    border-color: rgba(255,255,255,0.8);
}

.slider.banners:hover .next {
    right: 15px;
    opacity: 0.8;
    color: #ffffff;
    border-color: rgba(255,255,255,0.8);
}

.slider.banners .next:before,
.slider.banners .prev:before{
    font-family: 'FontAwesome';
    font-size: 30px;
    width: 15px;
    position: absolute;
    top: 2px;
}

.slider.banners .next:before{
    content: "\f105";
    left: 0px;
}

.slider.banners .prev:before{
    content: "\f104";
    left: -3px;
}

.slider.banners .prev:hover,.slider.banners .next:hover {
    opacity: 1;
}

/* SLIDE TEXT */
.slider.banners .slide-text {
    position: absolute;
    display: block;
    left: 36px;
    right: 36px;
    z-index: 1;
    text-align: center;
    padding: 12px 0 4px;
    margin: 32px 0;
}

.slider.banners .slide-wrapper a.slide-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.slider.banners .swiper-slide-small .slide-text {
    left: 18px;
    right: 18px;
}

.slider.banners .slide-text.top {
    top: 0;
}

.slider.banners .slide-text.bottom {
    bottom: 0;
}

.slider.banners .slide-text.center {
    top: 0;
}

.slider.banners .slide-text.border {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.43);
}

.slider.banners .slide-text h3,
.slider.banners .slide-text h4 {
    color: #fff;
    margin: 0 0 5px;
    text-align: center;
    line-height: 0.85em;
}

.slider.banners .slide-text h3 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0px;
}

.slider.banners .slide-text h4 {
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.widget-swiper .slider.banners{
    margin-top: -25px;
}.banner-countdowns .timeleft h3{
    color: #FFFFFF!important;
    padding:0; 
    margin:0; 
    line-height:40px;
    font-family: verdana,arial;
    font-size: 19px;
    font-weight: normal;
}
.banner-countdowns .item-countdown{
    padding: 10px 0;
    direction: ltr;
}
.banner-countdowns .item-countdown ul{
    /*text-align: center;*/
}
.banner-countdowns .item-countdown ul li{
    display: inline-block; 
    margin: 0px 8px 0 0;
    line-height: normal;
    border: 0;
}
.banner-countdowns .item-countdown ul li.first{}
.banner-countdowns .item-countdown ul li.last{ 
    margin: 0px;
}
.banner-countdowns .item-countdown ul li div{
    text-transform: lowercase; 
    clear: both;
    text-align:center;
    width:100%;
    font-size:12px;
}
.banner-countdowns .item-countdown ul li div.countdown_num{}
.banner-countdowns .item-countdown ul li div.countdown_num span.mw_dld_detail_num{}
.banner-countdowns .timeleft{
    background-color: #6B9E1B; 
    background-image: linear-gradient(to bottom, #7aa832, #4b6f13);
}
.banner-countdowns .item-countdown ul li div.countdown_num span{
    display: inline-block; 
    font-size: 14px; 
    font-weight: bold; 
    color: #000;
    border: 1px solid #ebebeb;
    padding: 4px 6px;

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #f8f8f8 51%, #f8f8f8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(51%,#f8f8f8), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f8f8f8 51%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f8f8f8 51%,#f8f8f8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f8f8f8 51%,#f8f8f8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#f8f8f8 51%,#f8f8f8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */

}
.banner-countdowns .item-countdown ul li div.countdown_num span + span{
    border-left: 0;
}

/*Carousel css*/

.banner-countdowns .product-block .group-item {
    display: inline-block;
}

.banner-countdowns .group-action .cart {
    float: none;
}
.banner-countdowns .group-action .cart input {
    background-color: #7eac22;
    display: inline-block;
    height: auto;
    overflow: hidden;
    padding: 0;
    text-indent: 0;
    width: auto;
}
.banner-countdowns .group-action .group-action-inner {
    background-color: #7eac22;
    bottom: 30px;
    height: 33px;
    margin: 0 ;
    position: absolute;
    width: 100%;
    right: -100%;
    opacity:0;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.banner-countdowns .product-block:hover .group-action .group-action-inner {
    right: 0;
    opacity:1;
    transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
}
.banner-countdowns .group-action .wishlist, 
.banner-countdowns .group-action .compare {
    float: left;
    width: 19.5%;
    border-left: 1px solid #8cbc2b;
    border-right: 1px solid #6d951d;
}
.banner-countdowns .group-action .cart {
    float: left;
    border-left: 1px solid #8cbc2b;
    width: 56%;
}
.banner-countdowns .group-action .wishlist:hover, 
.banner-countdowns .group-action .compare:hover, 
.banner-countdowns .group-action .cart:hover {
}
.banner-countdowns .group-action .wishlist a,
.banner-countdowns .group-action .compare a, 
.banner-countdowns .group-action .cart .button {
    background-image: url("../../frontend/Dotsquares/custom_child/en_GB/Ves_BaseWidget/css/image/default/icon-action.png");
    background-repeat: no-repeat;
    height: 32px;
    width: 100%;
}
.banner-countdowns .group-action .wishlist a, 
.banner-countdowns .group-action .compare a {
    overflow: hidden;
    text-indent: -9999em;
    padding: 0;
}
.banner-countdowns .group-action .wishlist a {
    background-position: 55% 12px;
}
.banner-countdowns .group-action .compare a {
    background-position: 58% -52px;
}
.banner-countdowns .group-action .cart .button {
    background-position: 14% -125px;
    color: #FFFFFF;
    font-weight: 400;
    padding-left: 30px;
}
.banner-countdowns .group-action .icon-plus {
    background-color: #F2711F;
    bottom: 0;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30px;
}

.banner-countdowns .product-block:hover .group-action .icon-plus {
    background-color: #7eac22;
}

.banner-countdowns .product-block .rating {
     display: none;
}

.banner-countdowns .carousel-controls {
    position: absolute;
    right: 0;
    top: 10px;
    width: 80px;
}
.banner-countdowns .carousel-control {
    border-radius: 15px;
    font-size: 24px;
    height: 20px;
    line-height: 15px;
    margin-top: 0;
    width: 20px;
    opacity: 0.5;
}


.widget-contenthtml {
    padding: 30px;
    border-radius: 5px;
}

.ajax-loading-img{
    background-image: url(../../frontend/Dotsquares/custom_child/en_GB/Ves_BaseWidget/images/preloader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
}
.ves-container .label{
  color: #333;
}
/*Container size*/
.container-small, .container-large {
    max-width: 100%;
}
@media (min-width: 768px) {
    .container-small {
        width: 300px;
    }
    .container-large {
        width: 970px;
    }
}
@media (min-width: 992px) {
    .container-small {
        width: 500px;
    }
    .container-large {
        width: 1170px;
    }
}
@media (min-width: 1200px) {
    .container-small {
        width: 700px;
    }
    .container-large {
        width: 1500px;
    }
}

/*Container size*/
@media (max-width: 992px) {
  .offcanvas-widget-siderbars .offcanvas-widget-sidebar {
      display: none;
      width: 100%;
  }
  .offcanvas-widget-siderbars.column-left-active .offcanvas-widget-sidebar.canvas-show {
      display: block;
  }
  .offcanvas-widget-siderbars.column-left-active .main-column, .offcanvas-widget-siderbars.column-right-active .main-column {
      display: none;
  }
}

.col-nopadding, .row-nopadding, .widget-nopadding{ padding:0px!important;}
/* no-gutters Class Rules */
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"], 
.row.no-gutters > [class*=" col-"], .row.no-gutters > .row-inner > [class^="col-"],.row.no-gutters > .row-inner > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}
/*Aligment*/

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.left-block {
  display: block;
  margin-left: 0px;
  margin-right: auto;
}

.right-block {
  display: block;
  margin-left: auto;
  margin-right: 0px;
}

/*Collapse opener*/
.block .opener {
  position: absolute;
  right: 0;
  top: 2px;
  display: block;
  cursor: pointer;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* Accordion style*/
.accordian-play .panel-item-content {
  display: none;
  margin: 0 auto;
  max-width: 1080px;
  text-align: center;
  overflow: hidden;
}

.accordian-play .menu-title {
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #141414;
  cursor: pointer;
  text-align: center;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  border-top: solid 1px #d8d8d7; }
  
.accordian-play .menu-title .bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    padding-bottom: 80px;
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    z-index: 0; }
.accordian-play .menu-title h3 {
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;

    /*font-weight: 400;*/
    font-style: normal;
    text-transform: uppercase;
    /*font-size: 4.5em;*/
    letter-spacing: 0.09em;
    line-height: 1em;
    position: relative;
    z-index: 5; }
.accordian-play .menu-title h3 span {
      display: block;

      font-weight: 300;
      font-style: normal;
      font-style: italic;
      font-weight: normal;
      text-transform: none;
      font-size: 24px;
      line-height: 0;
      letter-spacing: 0;
      position: relative;
      top: 15px; }
.accordian-play .menu-title p {
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    font-size: 2em;
    font-style: italic;
    margin: 0.3em 0 0;
    position: relative;
    z-index: 5; }
.accordian-play .menu-title i {
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    color: #ccc;
    display: block;
    height: 38px;
    position: absolute;
    font-size: 38px;
    width: 38px;
    margin-top: -19px;
    top: 50%;
    right: 90px;
    z-index: 5; }
.accordian-play .menu-title.adjust {
    padding: 50px 0; }
.accordian-play.press .menu-title a {
  color: inherit;
  text-decoration: none; }
.accordian-play.press .menu-title p {
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  color: #484747;
  font-size: 1.3em;
  letter-spacing: 0.15em;
  margin: 0 0 0.75em; }
.accordian-play.press .menu-title .bg {
  background-repeat: no-repeat;
  background-size: cover; }
.accordian-play.press .menu-title i {
  border: solid 3px #ccc;
  border-radius: 36px;
  height: 32px;
  width: 32px;
  font-size: 20px; }
.accordian-play.press .menu-title i:before {
    left: 1px;
    top: 6px;
    position: relative; }
.accordian-play.press .menu-title:hover {
  background: #8f2626; }
.accordian-play.press .menu-title:hover p {
    color: #fff; }
.accordian-play.press .menu-title:hover i {
    border: solid 3px #fff; }
.widget-images .image-description p{margin:0;}
.widget-images .image-description br{display:none!important;}

/*widget social share links*/
.social-sharing-links li {
    float: left;
    padding: 0 7px 7px;
}
.social-sharing-links a{
   font-size: 18px;
}
/*widget social share links*/
.lookbook-products {
    overflow: hidden;
    overflow: auto;
    height: 100%;
    width: 100%;
    min-width: 100px;

}

.product-view .ves-container .product-img-box, .product-view .ves-container .product-shop, .product-view .ves-container .add-to-cart-wrapper, .product-view .ves-container .block-related { width: 100%;}

.jcarousel-control {
    display: block;
    text-align: center;
}

/*Product Deals Counting number*/
.ves-widget .item-countdown{
    padding: 10px 0;
}
.ves-widget .item-countdown ul{
    /*text-align: center;*/
}
.ves-widget .item-countdown ul li{
    display: inline-block; 
    margin: 0px 8px 0 0;
    line-height: normal;
    border: 0;
}
.ves-widget .item-countdown ul li.first{}
.ves-widget .item-countdown ul li.last{ 
    margin: 0px;
}
.ves-widget .item-countdown ul li div{
    text-transform: lowercase; 
    font-size:12px;
    display: inline-block; 
}
.ves-widget .item-countdown ul li div.countdown_num{}
.ves-widget .item-countdown ul li div.countdown_num span.mw_dld_detail_num{}
.ves-widget .timeleft{
}
.ves-widget .item-countdown ul li div.countdown_num span{
    display: inline-block; 
    font-size: 14px; 
    font-weight: bold; 
    color: #000;
    padding: 4px 0px;
}
.ves-widget .item-countdown ul li div.countdown_num span + span{
    border-left: 0;
}
/*Product Deals Counting number*/

/*Product builder: Media styles*/
.product-image-gallery .gallery-image {
    display: none;
}
.product-img-box .product-image img {
    max-width: 100%;
    max-height: 750px;
    margin: 0px auto;
}
.product-image-gallery .gallery-image.visible {
    display: block;
}

/*Products list style*/

.ves-base-productlist-widget{
  float: left;
  width: 100%
}
.ves-base-productlist-widget .etabs {
  margin: 0;
  padding: 0;
  text-align: center;
}

.ves-base-productlist-widget .tab {
  display: inline-block;
  zoom: 1;
  background: #fff;
  border: 0;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-right: 5px;
}
.ves-base-productlist-widget .tab-container .panel-container {
  background: #fff;
  border: solid #666 1px;
  padding: 10px;
  -moz-border-radius: 0 4px 4px 4px;
  -webkit-border-radius: 0 4px 4px 4px;
}
.ves-base-productlist-widget .product-item-info .hover-image{
  display: none;
}
.panel-container {
  margin-bottom: 10px;
  float:left; width: 100%
}
.ves-base-productlist-widget{
  width: 100%;
  float: left;
}
.ves-base-productlist-widget .tab a { 
  font-size: 18px;
  line-height: 2em; 
  display: block; 
  padding: 0 15px; 
  color: #3d3d3d;
}

.ves-base-productlist-widget ul.etabs > li a:hover, .ves-base-productlist-widget ul.etabs > li a.active {
    color: #fb477e;
    border-top: 2px solid;
}
.ves-base-productlist-widget .paneltab{
  min-height: 300px;
}
.ves-base-productlist-widget .tab a:hover{
  text-decoration: none
}
.ves-base-productlist-widget .productlist-wait{
  height: 300px;
  background: url('../../frontend/Dotsquares/custom_child/en_GB/Ves_BaseWidget/images/preloader.gif') center no-repeat;
}
.ves-base-productlist-widget .ves-products-grid .product-item-info:hover,
.ves-base-productlist-widget .ves-products-grid .product-item-info.active {
  border: 1px solid #bbb;
  position: relative;
  z-index: 2;
  background: #fff
}
.ves-base-productlist-widget .product-item-info .item-countdown {
  padding: 0px;
}
.ves-base-productlist-widget .product-item-info .item-countdown ul {
  margin: 0px;
  padding: 0px;
}
.ves-base-productlist-widget .product-item-info .item-countdown ul li {
  margin: 0px;
  width: 42px;
  height: 52px;
  text-align: center;
  border-right: 1px solid #CCC;
  font-size: 11px;
  color: #000;
  line-height: 16px;
  padding: 9px 0px;
  float: left;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
}
.ves-base-productlist-widget .product-item-info .item-countdown ul li:first-child{
  border-left: 1px solid #CCC;
}
.ves-base-productlist-widget .product-item-info .item-countdown ul li div.countdown_num span {
  background: none;
  border: none;
  padding: 0px;
  font-weight: 800;
}
.ves-base-productlist-widget .product-item-info .item-countdown ul div {
  text-transform: uppercase;
  font-size: 11px;
}
.ves-base-productlist-widget .product-block .icon {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 12;
}
.ves-base-productlist-widget .product-block .icon span{
  background: transparent;
}
.ves-base-productlist-widget .product-block .icon span span{
    background: #fb477e;
    color: #fff;
    font-size: 10px;
    padding: 0 5px;
    text-transform: uppercase;
}

.ves-base-productlist-widget .product-block .icon span span{
    background: #fb477e;
    color: #fff;
    font-size: 10px;
    padding: 0 5px;
    text-transform: uppercase;
}
.ves-base-productlist-widget .product-block .icon .new-icon span{
    background: #4cb6ac;
}
/*End products list style*/
/*Instagram*/

.item-instagram ,.item-box-title{
  float: left;
}

#ves-instagram .row{
  margin-left: 10px;
}

.ves-instagram .grid {
  list-style: none;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.ves-instagram .grid li {
  display: inline-block;
  margin: 10px 5px 0 5px;
  vertical-align: top;
  height: 250px;
  border-radius: 3px;
  position: relative;
  width: 250px;
  height: 250px;
  overflow: hidden;
}

.ves-instagram .media {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 250px;
  z-index: 1;
}

.instagram-content {
  padding: 20px 8px 8px;
  width: 100%;
  height: 170px;
  z-index: 0;
}

.instagram-comment {
  margin-top: 12px;
  color: #b7c0c7;
  font-size: 14px;
  max-height: 150px;
  overflow: hidden;
}

.instagram-content > p {
  display: inline-block;
  color: #9BA6B0;
  font-weight: 500;
}

.instagram-content > .instagram-avatar {
  background-size: 40px auto;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin-right: 8px;
  vertical-align: middle;
  width: 40px;
}

/**********Css for Hover**********/



.instagram-content-hover {
  padding: 100px 8px 8px;
  position: absolute;
  background: #edeff0;
  width: 150px;
  height: 150px;
  z-index: 0;
}

.instagram-comment-hover {
  margin-top: 12px;
  color: #b7c0c7;
  font-size: 14px;
  max-height: 88px;
  overflow: hidden;
}

.instagram-content-hover > p {
  display: inline-block;
  color: #9BA6B0;
  font-weight: 500;
}

.instagram-avatar-hover {
  background-size: 40px auto;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin-right: 8px;
  vertical-align: middle;
  width: 40px;
}
.carousel-next {
    float: right;
}
.carousel-prev {
  float: left;
}
/*Product item widget*/
.widget-singleproduct .product-item-details .product-item-name,.widget-singleproduct .product-item-details .product-item-name a{ display: block; }

.widget-singleproduct .product-item-info {
  width: auto;
}

/*Deal product widget*/
.dealproduct-widget .product-block .product-item-info {
    float: left;
    text-align: left;
    width: 100%;
    background: transparent;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}
.dealproduct-widget .product-block .product-item-info .product-item-name {
    padding: 0 !important;
    display: inline-block;
    zoom: 1;
    width: 50%;
}
.dealproduct-widget .product-block .product-item-info .product-image {
    width: 50%;
    float: left;
    display: inline-block;
    zoom: 1;
    position: relative;
}
.dealproduct-widget .product-block .product-item-info .product-item-details {
    width: 50%;
    padding: 0 !important;
    float: left;
}

.dealproduct-widget .product-block .product-item-info .product-item-name a {
    font-size: 18px;
    line-height: 25px;
}
.dealproduct-widget .product-block .product-image .product-thumb {
    float: right;
    width: 18%;
}
@media screen and (min-width: 768px) {
    .dealproduct-widget .owl-carousel .owl-item {
        padding-left: 30px !important;
        padding-right: 30px !important;
        border-right: 1px solid #eaeaea;
    }
    .dealproduct-widget .product-thumb .view_scroll_left, .dealproduct-widget .product-thumb .view_scroll_right {
      background: rgba(255,255,255,0.5);
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      text-align: center;
      width: 30px;
      height: 20px;
      line-height: 20px;
      z-index: 1;
      visibility: hidden;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all .3s ease-out 0s;
      -o-transition: all .3s ease-out 0s;
      transition: all .3s ease-out 0s;
    }
    .dealproduct-widget .product-thumb .view_scroll_left {
        top: 10px;
    }
    .dealproduct-widget .product-thumb .view_scroll_right {
      bottom: 10px;
    }
    .dealproduct-widget .product-block .product-item-info .price-box {
      margin: 10px 0;
    }
    .dealproduct-widget .product-block .product-image .product-img {
        display: inline-block;
        zoom: 1;
        float: left;
        width: 79%;
    }
    .dealproduct-widget .product-block .product-image .product-thumb {
        float: right;
        width: 18%;
    }
    .dealproduct-widget .product-block .product-item-info .product-image {
      top: 0;
      margin-bottom: 0;
      left: 0;
      padding-right: 20px;
    }
}
/*General styles*/
.ves-widget .product-block .icon .new-icon{ background: transparent; }
.ves-widget .product-block .icon{
    position: absolute;
    top: 20px;
    z-index: 12;
}
.ves-widget .product-block .icon > span > span,.ves-widget .product-block .icon > .new-icon{
    background: #f05253;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    padding: 2px 10px;
    text-transform: uppercase;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    line-height: 16px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.post-social ul{
	margin: 0;
	padding: 0;
}
.post-social ul li{
	display: inline-block
}
.ves-blog ul li,
.ves-block ul li{
    list-style: none;
}
.blog-icon.twitter {
    background-image: url("../../frontend/Dotsquares/custom_child/en_GB/Ves_Blog/images/twitter.png");
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
}
.ves-blog ul,
.ves-block ul
{
    margin: 0;
    padding: 0
}
.ves-blog .block-title {
    margin: 0 0 20px;
}
.ves-blog .block-title strong {
    font-size: 18px;
    font-weight: 300;
}
.ves-blog .blog-list .post-item{
	float: left;
	padding: 20px 0 40px;
	background: #FFF;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.blog-masonry {
    float: left;
    width: 100%;
}
.ves-blog .blog-masonry .post-item{
	float: left;
	border-radius: 8px;
	background: #D8D6D2;
	margin: 0 1% 20px 1%;
}

.ves-blog .blog-masonry .post-item {
    background: #eee;
    border-radius: 8px;
    display: inline-block;
    left: auto !important;
    margin: 0 1% 30px;
    overflow: hidden;
    float: left;
    position: relative !important;
    top: auto !important;
}
.ves-blog .blog-masonry .post-meta {
    padding: 0 15px 20px;
}

.blog-posts iframe,
.ves-block iframe,
.ves-blog .blog-masonry iframe,
.ves-blog .blog-grid iframe{
	height: auto;
}

.blog-posts iframe,
.ves-block iframe,
.ves-blog iframe,
.ves-blog video{
	max-width: 100%;
}

.tagcloud {
    text-align:center;
    padding: 0;
    margin: 0;
}
.tagcloud li {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.comments-list ul li{
    list-style: none;
    padding: 15px;
    float: left;
    width: 100%
}
.comments-list ul li .avatar{
    float: left;
    margin: 0 15px 10px 0;
}
.comments-list ul li .avatar img{
    border-radius: 50%
}
.comments-list ul{
    padding: 0;
    margin: 0
}
.comments-list ul li span.comment-date {
    color: #aaa;
    font-size: 0.8em;
    font-weight: 400;
}

.comments-list ul li span.comment-author {
    white-space: nowrap;
    font-weight: bold;
    color: #000;
}

.comments-list li.odd {
    background: #F5F5F5;
}
.comments-list .comment-content{
    margin-left: 75px;
}

.blog-comments .pages{
    float: left;
    width: 100%;
    padding: 10px;
    text-align: center;
}
.blog-comments .comment-form{
    float: left;
    width: 100%;
    border-top: 1px solid #CCC;
    margin-top: 20px;
    padding-top: 20px;
}

.blog-comments .comment-notes{
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-comments .comment-form ul{
    padding: 0;
    margin: 0
}
.blog-comments .comment-form ul li{
    list-style: none
}
.blog-comments label{
    font-weight: normal;
}
.blog-comments .required em{
    float: right;
    color: red;
}

.blog-comments .input-text{
    border: 1px solid #CCC;
    border-radius: 2px;
    width: 50%;
    padding: 5px;
}

.blog-comments textarea.input-text{
    width: 100%;
    height: 150px;
}
.blog-comments{
    float: left;
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    width: 100%;
}
.posts-related{
    float: left;
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    width: 100%;
}
.post-content{
    float: left;
    margin-bottom: 20px;
}
.ves-post.post-item {
    margin-bottom: 30px;
}
.blog-toolbar{
    margin-bottom: 10px;
}

.blog-recentcomments .block-content li {
    border-bottom: 1px solid #eee;
    color: #888;
    padding: 15px 0;
}
.blog-recentcomments .block-content a {
    color: #3d3d3d;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../frontend/Dotsquares/custom_child/en_GB/Ves_Blog/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-nav .disabled{opacity:.5;cursor:default}.owl-nav.disabled+.owl-dots{margin-top:10px}.owl-dots .owl-dot.active span,.owl-theme .owl-dots .o
wl-dot:hover span{background:#869791}.owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-dots .owl-dot{display:inline-block;zoom:1}.owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../../frontend/Dotsquares/custom_child/en_GB/Ves_Blog/fonts/glyphicons-halflings-regular.eot);src:url(../../frontend/Dotsquares/custom_child/en_GB/Ves_Blog/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../../frontend/Dotsquares/custom_child/en_GB/Ves_Blog/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../../frontend/Dotsquares/custom_child/en_GB/Ves_Blog/fonts/glyphicons-halflings-regular.woff) format('woff'),url(../../frontend/Dotsquares/custom_child/en_GB/Ves_Blog/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../../frontend/Dotsquares/custom_child/en_GB/Ves_Blog/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.33px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:3;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../frontend/Dotsquares/custom_child/en_GB/Ves_Brand/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-nav .disabled{opacity:.5;cursor:default}.owl-nav.disabled+.owl-dots{margin-top:10px}.owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-dots .owl-dot{display:inline-block;zoom:1}.owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

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

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.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 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}.brand-widget .owl-carousel ul,
.brand-widget .owl-carousel li
{
	list-style: none;
}

.brand-widget .owl-carousel {
	width: auto !important;
	margin-left: -9px;
	margin-right: -9px;
}
.brand-widget .owl-carousel .owl-item {
	padding-left: 9px;
	padding-right: 9px;
	float: left;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.brand-widget .owl-carousel .owl-wrapper {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	float: left;
}

.brand-widget .carousel-controls .carousel-control {
	background: #fff;
	color: #8e8e8e;
	font-size: 13px;
	text-shadow: none;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	top: 50%;
	margin-top: -12px;
}
.brand-widget .carousel-controls .carousel-control{
	color:#1979c3 !important;
}
.brand-widget .carousel-controls .carousel-control.left {
	left: -10px;
	background-image: none;
}
.rtl .carousel-controls .carousel-control.left {
	right: -10px;
	left: auto;
	background-image: none;
}
.brand-widget .carousel-controls .carousel-control.right {
	right: -10px;
	background-image: none;
}
.rtl .carousel-controls .carousel-control.right {
	left: -10px;
	right: auto;
	background-image: none;
}

.brand-description{
	margin-top: 10px;
	margin-bottom: 30px;
}

.brand-widget .carousel-controls a{
	display: none;
}

.brand-widget:hover .carousel-controls a{
	display: block;
}

.brand-widget .block-title{
	text-align: center;
	margin-bottom: 30px;
}

.brand-widget .block-title strong{
	font-size: 25px;
}

.panel {
	margin: 0;
	background: none;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ves-brandlist .brandlist .brand-item{
	height: 70px;
}
.ves-brandlist .brandlist .brand-toolbar{
	margin-top: 30px;
	text-align: right;
}

.brand-sidebar .brand-item {
	height: 50px;
}/*!
 *  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/Dotsquares/custom_child/en_GB/Ves_All/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../frontend/Dotsquares/custom_child/en_GB/Ves_All/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../frontend/Dotsquares/custom_child/en_GB/Ves_All/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../frontend/Dotsquares/custom_child/en_GB/Ves_All/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../frontend/Dotsquares/custom_child/en_GB/Ves_All/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../frontend/Dotsquares/custom_child/en_GB/Ves_All/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}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

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

.ves-megamenu .col-xs-1, .ves-megamenu .col-sm-1, .ves-megamenu .col-md-1, .ves-megamenu .col-lg-1,
.ves-megamenu .col-xs-2, .ves-megamenu .col-sm-2, .ves-megamenu .col-md-2,
.ves-megamenu .col-lg-2, .ves-megamenu .col-xs-3, .ves-megamenu .col-sm-3, .ves-megamenu .col-md-3, .ves-megamenu .col-lg-3, .ves-megamenu .col-xs-4, .ves-megamenu .col-sm-4, .ves-megamenu .col-md-4, .ves-megamenu .col-lg-4, .ves-megamenu .col-xs-5, .ves-megamenu .col-sm-5, .ves-megamenu .col-md-5, .ves-megamenu .col-lg-5, .ves-megamenu .col-xs-6, .ves-megamenu .col-sm-6, .ves-megamenu .col-md-6, .ves-megamenu .col-lg-6, .ves-megamenu .col-xs-7, .ves-megamenu .col-sm-7, .ves-megamenu .col-md-7, .ves-megamenu .col-lg-7, .ves-megamenu .col-xs-8, .ves-megamenu .col-sm-8, .ves-megamenu .col-md-8, .ves-megamenu .col-lg-8, .ves-megamenu .col-xs-9, .ves-megamenu .col-sm-9, .ves-megamenu .col-md-9, .ves-megamenu .col-lg-9, .ves-megamenu .col-xs-10, .ves-megamenu .col-sm-10, .ves-megamenu .col-md-10, .ves-megamenu .col-lg-10, .ves-megamenu .col-xs-11, .ves-megamenu .col-sm-11, .ves-megamenu .col-md-11, .ves-megamenu .col-lg-11, .ves-megamenu .col-xs-12, .ves-megamenu .col-sm-12, .ves-megamenu .col-md-12, .ves-megamenu .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ves-megamenu .col-xs-1, .ves-megamenu .col-xs-2, .ves-megamenu .col-xs-3, .ves-megamenu .col-xs-4, .ves-megamenu .col-xs-5, .ves-megamenu .col-xs-6, .ves-megamenu .col-xs-7, .ves-megamenu .col-xs-8, .ves-megamenu .col-xs-9, .ves-megamenu .col-xs-10, .ves-megamenu .col-xs-11, .ves-megamenu .col-xs-12 {
  float: left;
}
.ves-megamenu .col-xs-12 {
  width: 100%;
}
.ves-megamenu .col-xs-11 {
  width: 91.66666667%;
}
.ves-megamenu .col-xs-10 {
  width: 83.33333333%;
}
.ves-megamenu .col-xs-9 {
  width: 75%;
}
.ves-megamenu .col-xs-8 {
  width: 66.66666667%;
}
.ves-megamenu .col-xs-7 {
  width: 58.33333333%;
}
.ves-megamenu .col-xs-6 {
  width: 50%;
}
.ves-megamenu .col-xs-5 {
  width: 41.66666667%;
}
.ves-megamenu .col-xs-4 {
  width: 33.33333333%;
}
.ves-megamenu .col-xs-3 {
  width: 25%;
}
.ves-megamenu .col-xs-2 {
  width: 16.66666667%;
}
.ves-megamenu .col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .ves-megamenu .col-sm-1, .ves-megamenu .col-sm-2, .ves-megamenu .col-sm-3, .ves-megamenu .col-sm-4, .ves-megamenu .col-sm-5, .ves-megamenu .col-sm-6, .ves-megamenu .col-sm-7, .ves-megamenu .col-sm-8, .ves-megamenu .col-sm-9, .ves-megamenu .col-sm-10, .ves-megamenu .col-sm-11, .ves-megamenu .col-sm-12 {
    float: left;
  }
  .ves-megamenu .col-sm-12 {
    width: 100%;
  }
  .ves-megamenu .col-sm-11 {
    width: 91.66666667%;
  }
  .ves-megamenu .col-sm-10 {
    width: 83.33333333%;
  }
  .ves-megamenu .col-sm-9 {
    width: 75%;
  }
  .ves-megamenu .col-sm-8 {
    width: 66.66666667%;
  }
  .ves-megamenu .col-sm-7 {
    width: 58.33333333%;
  }
  .ves-megamenu .col-sm-6 {
    width: 50%;
  }
  .ves-megamenu .col-sm-5 {
    width: 41.66666667%;
  }
  .ves-megamenu .col-sm-4 {
    width: 33.33333333%;
  }
  .ves-megamenu .col-sm-3 {
    width: 25%;
  }
  .ves-megamenu .col-sm-2 {
    width: 16.66666667%;
  }
  .ves-megamenu .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .ves-megamenu .col-md-1, .ves-megamenu .col-md-2, .ves-megamenu .col-md-3, .ves-megamenu .col-md-4, .ves-megamenu .col-md-5, .ves-megamenu .col-md-6, .ves-megamenu .col-md-7, .ves-megamenu .col-md-8, .ves-megamenu .col-md-9, .ves-megamenu .col-md-10, .ves-megamenu .col-md-11, .ves-megamenu .col-md-12 {
    float: left;
  }
  .ves-megamenu .col-md-12 {
    width: 100%;
  }
  .ves-megamenu .col-md-11 {
    width: 91.66666667%;
  }
  .ves-megamenu .col-md-10 {
    width: 83.33333333%;
  }
  .ves-megamenu .col-md-9 {
    width: 75%;
  }
  .ves-megamenu .col-md-8 {
    width: 66.66666667%;
  }
  .ves-megamenu .col-md-7 {
    width: 58.33333333%;
  }
  .ves-megamenu .col-md-6 {
    width: 50%;
  }
  .ves-megamenu .col-md-5 {
    width: 41.66666667%;
  }
  .ves-megamenu .col-md-4 {
    width: 33.33333333%;
  }
  .ves-megamenu .col-md-3 {
    width: 25%;
  }
  .ves-megamenu .col-md-2 {
    width: 16.66666667%;
  }
  .ves-megamenu .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .ves-megamenu .col-lg-1, .ves-megamenu .col-lg-2, .ves-megamenu .col-lg-3, .ves-megamenu .col-lg-4, .ves-megamenu .col-lg-5, .ves-megamenu .col-lg-6, .ves-megamenu .col-lg-7, .ves-megamenu .col-lg-8, .ves-megamenu .col-lg-9, .ves-megamenu .col-lg-10, .ves-megamenu .col-lg-11, .ves-megamenu .col-lg-12 {
    float: left;
  }
  .ves-megamenu .col-lg-12 {
    width: 100%;
  }
  .ves-megamenu .col-lg-11 {
    width: 91.66666667%;
  }
  .ves-megamenu .col-lg-10 {
    width: 83.33333333%;
  }
  .ves-megamenu .col-lg-9 {
    width: 75%;
  }
  .ves-megamenu .col-lg-8 {
    width: 66.66666667%;
  }
  .ves-megamenu .col-lg-7 {
    width: 58.33333333%;
  }
  .ves-megamenu .col-lg-6 {
    width: 50%;
  }
  .ves-megamenu .col-lg-5 {
    width: 41.66666667%;
  }
  .ves-megamenu .col-lg-4 {
    width: 33.33333333%;
  }
  .ves-megamenu .col-lg-3 {
    width: 25%;
  }
  .ves-megamenu .col-lg-2 {
    width: 16.66666667%;
  }
  .ves-megamenu .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}
	.carousel-inner > .item.next,
	.carousel-inner > .item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.prev,
	.carousel-inner > .item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.next.left,
	.carousel-inner > .item.prev.right,
	.carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
	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 {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
	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 {
	outline: 0;
	color: #ffffff;
	text-decoration: none;
	opacity: 0.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%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	line-height: 1;
	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%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #ffffff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #ffffff;
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	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 .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px;
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px;
	}
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}
	.carousel-indicators {
		bottom: 20px;
	}
}
@font-face {
    font-family: 'luma-icons';
    src: url('../../frontend/Dotsquares/custom_child/en_GB/Ves_Megamenu/fonts/Luma-Icons.woff2') format('woff2'), url('../../frontend/Dotsquares/custom_child/en_GB/Ves_Megamenu/fonts/Luma-Icons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

.no-background .navigation {
    background: none !important
}

.megamenu-preview-index .ves-megamenu {
    margin-top: 30px
}

.megamenu-preview-index .ves-vertical {
    max-width: 300px
}

.ves-megamenu.top-navigation .ves-navbar {
    display: none
}

.ves-megamenu>.block-title {
    margin: 0;
    text-align: center;
    padding: 10px;
    background: #333;
    color: #FFF
}

.ves-megamenu .navigation .drill-opener,
.ves-megamenu .navigation .opener {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    cursor: pointer;
    text-align: center;
    font-family: 'luma-icons';
    z-index: 99;
    width: auto;
    height: auto;
    line-height: 50px;
    width: 50px
}

.ves-megamenu .navigation .mega-col {
    padding: 0
}

.ves-megamenu .navigation .carousel-control {
    top: 40%
}

.ves-megamenu .navigation .carousel-control.left,
.ves-megamenu .navigation .carousel-control.right {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    text-shadow: none;
    top: 45%;
    padding: 12px;
    position: absolute;
    background: #f5f5f5;
    color: #333;
    opacity: 1;
    line-height: 1.5em;
    width: auto;
    bottom: auto
}

.ves-megamenu .navigation .block-content {
    max-width: 100%;
    position: relative
}

.ves-megamenu .navigation .carousel-indicators {
    bottom: 0
}

.ves-megamenu .navigation .carousel-indicators>li {
    border: 1px solid #1979c3
}

.ves-megamenu .navigation .carousel-indicators>li.active {
    background-color: #1979c3
}

.ves-megamenu .navigation .product-items {
    padding: 10px;
    margin: 0
}

.ves-megamenu .navigation .item-before-content,
.ves-megamenu .navigation .item-after-content {
    float: left;
    width: 100%
}

.ves-megamenu .navigation .icon-top {
    line-height: 84px;
    width: 100%;
    height: 84px;
    text-align: center;
    background: #333;
    margin-bottom: 10px
}

.ves-megamenu .navigation .icon-top:hover {
    background-color: #5bd2ec
}

.ves-megamenu.ves-vertical .navigation .level0>a .cat-label {
    position: static;
    padding: 4px 6px
}

.ves-megamenu .feature-box-v3:hover .fbox-icon .icons {
    background: #ef2840;
    color: #fff
}

.ves-megamenu .feature-box-v3 .fbox-icon .icons {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 24px;
    width: 30px;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial
}

.ves-megamenu .feature-box-v3 .fa:before {
    font-size: 30px
}

.ves-megamenu .feature-box-v3 a {
    background: #e8e8e8;
    border-left: 0;
    float: none;
    padding: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px
}

.ves-megamenu ul {
    list-style: none;
    padding: 0
}

.ves-megamenu .dynamic-items {
    padding: 0;
    width: 20%
}
.ves-megamenu .dynamic-items > ul {
    display: block!important;
}

.ves-megamenu .level0 ul {
    margin: 0;
    padding: 0
}

.ves-megamenu .level0 .megamenu-widget>.carousel>.products-grid .product-item {
    width: 100%
}

.ves-megamenu .level0 .megamenu-widget>.carousel .item {
    display: none
}

.ves-megamenu .level0 .megamenu-widget>.carousel .item.active {
    display: block
}

.ves-megamenu .level0 .submenu .nav-item>a {
    padding: 0 20px;
    line-height: 50px
}

.ves-megamenu .level0 .submenu .nav-item>a>.ves-caret {
    line-height: 50px
}

.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a {
    padding: 0
}

.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a:hover {
    background: none
}

.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item .actions-secondary a {
    padding: 0;
    display: inline-block;
    *display: inline;
    zoom: 1
}

.ves-megamenu .submenu-alignright>.submenu {
    right: 0;
    left: auto !important
}

.ves-megamenu .text-center {
    text-align: center
}

.ves-megamenu .pull-right {
    float: right
}

.ves-megamenu .pull-left {
    float: left
}

.ves-megamenu .cat-label {
    -webkit-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
    color: #FFF;
    padding: 2px 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-transform: none;
    text-shadow: none;
    margin-left: 2px
}

.ves-megamenu .cat-label.cat-label-v1 {
    background-color: #5bd2ec
}

.ves-megamenu .cat-label.cat-label-v2 {
    background-color: #d52462
}

.ves-megamenu .cat-label.cat-label-v3 {
    background: #0cc485
}

.ves-megamenu .cat-label.pin-bottom:before {
    position: absolute;
    right: 6px;
    top: 22px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 4px;
    border-color: transparent;
    -webkit-transition: border-color 450ms ease-in-out;
    -o-transition: border-color 450ms ease-in-out;
    transition: border-color 450ms ease-in-out
}

.ves-megamenu .cat-label.cat-label-v1.pin-bottom:before {
    border-top-color: #5bd2ec
}

.ves-megamenu .cat-label.cat-label-v2.pin-bottom:before {
    border-top-color: #d52462
}

.ves-megamenu .cat-label.cat-label-v3.pin-bottom:before {
    border-top-color: #0cc485
}

.ves-megamenu .nav-item {
    position: relative
}

.ves-megamenu .nav-item>a {
    line-height: 50px
}

.ves-megamenu .nav-item.active>a {
    background: #333 !important;
    color: #FFF
}

.ves-megamenu .submenu p>a {
    padding: 0
}

.ves-megamenu iframe,
.ves-megamenu video {
    max-width: 100%
}

.ves-megamenu .level0>a>.item-icon {
    margin-bottom: -5px
}

.ves-megamenu .onsale {
    padding: 3px 10px;
    background: #d52462;
    color: #FFF;
    margin-right: 5px
}

.ves-megamenu .new-icon {
    padding: 3px 10px;
    background: #0cc485;
    color: #FFF
}

.ves-megamenu .owl-carousel .owl-item {
    text-align: center
}

.ves-megamenu #contact-form {
    width: 100% !important
}

.ves-megamenu .drill-opener,
.ves-megamenu .drilldown-back,
.ves-megamenu .ves-navbar {
    display: none
}

.ves-megamenu.ves-daccordion .navigation,
.ves-megamenu.ves-mdrilldown .navigation,
.ves-megamenu.ves-ddrill .navigation {
    border: 1px solid rgba(0, 0, 0, 0.15)
}

.ves-megamenu.ves-daccordion .navigation .level0>a .cat-label,
.ves-megamenu.ves-mdrilldown .navigation .level0>a .cat-label,
.ves-megamenu.ves-ddrill .navigation .level0>a .cat-label {
    position: static;
    padding: 4px 6px
}

.ves-megamenu.ves-daccordion.has-title .navigation,
.ves-megamenu.ves-mdrilldown.has-title .navigation,
.ves-megamenu.ves-ddrill.has-title .navigation {
    border-top: 0
}

.ves-navtoggle {
    display: none
}

#maincontent .cat-label:before {
    display: none
}

@media (min-width:768px) and (max-width:1024px) {
    .ves-megamenu .orgin-items>.mega-col>.dropdown-submenu>.submenu {
        position: static
    }
}

.drilldown {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 100% !important
}

.drilldown .navigation {
    background-color: #FFF
}

.drilldown .navigation.loaded>.dropdown-menu {
    width: 100% !important
}

.drilldown .navigation .subhover>.submenu {
    display: none
}

.drilldown .navigation>.dropdown-menu {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.drilldown .navigation .ves-caret {
    display: none
}

.drilldown .navigation .cat-label {
    position: static;
    margin: 0;
    padding: 4px 6px
}

.drilldown .navigation .nav-item {
    position: relative !important;
    float: left !important;
    width: 100%
}

.drilldown .navigation .nav-item>a {
    line-height: 50px;
    position: static;
    padding: 0 15px
}

.drilldown .navigation .nav-item>a span.drill-opener {
    border: 1px solid #e5e5e5;
    border-right: 0;
    display: none
}

.drilldown .navigation .mega-col {
    padding: 0
}

.drilldown .navigation .level0 {
    border-top-color: #e5e5e5
}

.drilldown .navigation .opener {
    display: none
}

.drilldown .navigation .drill-opener {
    background: #f0f0f0;
    position: absolute
}

.drilldown .navigation .drill-opener:before {
    content: "\e608"
}

.drilldown .navigation .drilldown-back {
    position: relative;
    top: 0;
    left: -1px;
    display: none
}

.drilldown .navigation .drilldown-back a {
    padding: 0;
    background: #f0f0f0;
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: -1px
}

.drilldown .navigation .drilldown-back a .drill-opener {
    position: absolute;
    left: 0;
    right: auto;
    display: block
}

.drilldown .navigation .drilldown-back a .drill-opener:before {
    content: "\e617"
}

.drilldown .navigation .drilldown-back a .drill-opener:after {
    display: none
}

.drilldown .navigation .drilldown-back a .current-cat {
    line-height: 50px;
    position: relative;
    z-index: 99
}

.drilldown .navigation .drilldown-back a .current-cat:before {
    display: none
}

.ves-megamenu .navigation .post-list .post-item a {
    padding: 0
}

.ves-megamenu .navigation .post-list .post-item .post-meta a {
    display: inline-block
}

.ves-megamenu .navigation .ves-post {
    text-align: left
}

.ves-megamenu .navigation .post-list .post-item .post-readmore a {
    background-color: #4db2ec;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 10px 12px;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s
}

.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300b,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300bo,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300m {
    padding: 0 2px
}

@media only screen and (max-width:767px) {
    .ves-megamenu.ves-mdrilldown .navigation .nav-item .submenu
    {
        display: none;
    }
    .navigation{
        padding-left: 15px;
        padding-right: 15px
    }
    .navigation {
        padding: 0
    }
    .navigation .parent .level-top {
        position: relative;
        display: block;
        text-decoration: none
    }
    .navigation .parent .level-top:after {
        -webkit-font-smoothing: antialiased;
        font-size: 42px;
        line-height: inherit;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }
    .navigation .parent .level-top:after {
        position: absolute;
        right: 7px;
        top: -8px
    }
    .navigation .parent .level-top.ui-state-active:after {
        content: '\e621'
    }
    .navigation {
        background: #f0f0f0;
        box-sizing: border-box
    }
    .navigation ul {
        margin: 0;
        padding: 0
    }
    .navigation li {
        margin: 0
    }
    .navigation a {
        display: block;
        padding-top: 10px;
        padding-right: 0;
        padding-bottom: 10px;
        padding-left: 15px
    }
    .navigation a,
    .navigation a:hover {
        color: #575757;
        text-decoration: none
    }
    .navigation .level0 {
        border-top: 1px solid #d1d1d1;
        font-size: 1.6rem
    }
    .navigation .level0>.level-top {
        font-weight: 700;
        padding: 8px 40px 8px 15px;
        text-transform: uppercase;
        word-wrap: break-word
    }
    .navigation .level0.active .all-category .ui-state-focus {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        color: #333;
        padding-left: 7px;
        display: inline-block
    }
    .navigation .level0>.level1 {
        font-weight: 600
    }
    .navigation .level0.active>a:not(.ui-state-active),
    .navigation .level0.has-active>a:not(.ui-state-active) {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        color: #333
    }
    .navigation .level0.active>a:not(.ui-state-active) span:not(.ui-menu-icon),
    .navigation .level0.has-active>a:not(.ui-state-active) span:not(.ui-menu-icon) {
        margin-left: -8px
    }
    .navigation li.level0:last-child {
        border-bottom: 1px solid #d1d1d1
    }
    .navigation .submenu>li {
        word-wrap: break-word
    }
    .navigation .submenu:not(:first-child) {
        font-weight: 400;
        line-height: 1.3;
        left: auto !important;
        overflow-x: hidden;
        padding: 0;
        position: relative;
        top: auto !important;
        transition: left .3s ease-out
    }
    .navigation .submenu:not(:first-child)>li>a {
        padding-left: 15px
    }
    .navigation .submenu:not(:first-child)>li:last-child {
        margin-bottom: 0
    }
    .navigation .submenu:not(:first-child) ul {
        display: block;
        padding-left: 15px
    }
    .navigation .submenu:not(:first-child) ul>li {
        margin: 0
    }
    .navigation .submenu:not(:first-child) ul>li a {
        color: #575757;
        display: block;
        line-height: normal
    }
    .navigation .submenu:not(:first-child).expanded {
        display: block !important;
        padding-right: 0;
        top: 0 !important
    }
    .navigation .submenu:not(:first-child) .active>a {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        color: #333;
        padding-left: 7px
    }
    .navigation .submenu:not(:first-child) .level1.active>a {
        padding-left: 7px
    }
    .scroll-to-fixed-fixed {
        position: static !important;
        left: 0 !important;
        width: 100% !important
    }
    .ves-megamenu.ves-offcanvas .opener,
    .ves-megamenu.ves-maccordion .opener {
        display: block
    }
    .ves-megamenu .ves-navbar {
        display: block
    }
    .ves-megamenu>.navigation {
        background: #f8f8f8;
        float: left;
        width: 100%
    }
    .ves-megamenu>.navigation .level0 {
        border-top-color: rgba(0, 0, 0, 0.08)
    }
    .ves-megamenu>.navigation .nav-item {
        float: left !important;
        width: 100%
    }
    .ves-megamenu>.navigation .nav-item.active>a {
        color: #FFF
    }
    .ves-megamenu>.navigation .nav-item>a {
        padding: 0 10px;
        display: block;
        position: relative
    }
    .ves-megamenu>.navigation .nav-item>a.parent {
        padding-right: 54px
    }
    .ves-megamenu>.navigation .nav-item .item-content>.nav-dropdown {
        padding-left: 10px
    }
    .ves-megamenu .products-grid .product-item {
        width: 100%;
        text-align: center
    }
    .ves-megamenu .products-grid .product-item img {
        max-width: 100%;
        width: auto;
        float: none;
        margin-left: auto;
        margin-right: auto
    }
    .ves-megamenu .submenu {
        display: none;
        max-width: 100%;
        border: 0;
        width: 100% !important;
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .ves-megamenu .submenu .carousel-indicators {
        bottom: -20px
    }
    .ves-megamenu .submenu .carousel-indicators>li {
        width: 20px;
        height: 20px
    }
    .ves-megamenu .ves-caret {
        display: none
    }
    .ves-megamenu .drill-opener:before,
    .ves-megamenu .opener:before {
        content: "\e61c"
    }
    .ves-megamenu .opener.item-active {
        background-color: rgba(0, 0, 0, 0.05)
    }
    .ves-megamenu .opener.item-active:before {
        content: "\e60f"
    }
    .ves-megamenu .cat-label:before {
        display: none
    }
    .ves-megamenu .item-header,
    .ves-megamenu .item-content,
    .ves-megamenu .item-sidebar,
    .ves-megamenu .item-footer {
        width: 100% !important
    }
    .ves-megamenu .block-products-list .product-item {
        text-align: center
    }
    .ves-megamenu .block-products-list .product-item a {
        padding-left: 0
    }
    .ves-megamenu .owl-nav>a {
        position: absolute;
        padding: 16px;
        font-size: 41px;
        top: 50%;
        margin-top: -49px;
        background-color: rgba(255, 255, 255, 0.98);
        cursor: pointer;
        width: auto;
        z-index: 99;
        display: inline-block;
        *display: inline;
        zoom: 1;
        -webkit-transition: box-shadow .2s ease;
        -o-transition: box-shadow .2s ease;
        transition: box-shadow .2s ease;
        -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
        box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3)
    }
    .ves-megamenu .owl-nav>a.owl-left {
        left: 0;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        -ms-border-radius: 0 4px 4px 0;
        -o-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0
    }
    .ves-megamenu .owl-nav>a.owl-right {
        right: 0;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        -ms-border-radius: 4px 0 0 4px;
        -o-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px
    }
    .ves-megamenu .carousel-controls>a {
        position: absolute;
        padding: 16px;
        font-size: 41px;
        top: 50%;
        margin-top: -49px;
        background-color: rgba(255, 255, 255, 0.98);
        cursor: pointer;
        width: auto;
        z-index: 99;
        display: inline-block;
        *display: inline;
        zoom: 1;
        -webkit-transition: box-shadow .2s ease;
        -o-transition: box-shadow .2s ease;
        transition: box-shadow .2s ease;
        -webkit-box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
        box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3)
    }
    .ves-megamenu .carousel-controls>a.owl-left {
        left: 0;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        -ms-border-radius: 0 4px 4px 0;
        -o-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0
    }
    .ves-megamenu .carousel-controls>a.owl-right {
        right: 0;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        -ms-border-radius: 4px 0 0 4px;
        -o-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px
    }
    .ves-megamenu .carousel-controls .carousel-control.right,
    .ves-megamenu .carousel-controls .carousel-control.left {
        background: #FFF
    }
    .hide-blocks .item-header,
    .hide-blocks .item-sidebar,
    .hide-blocks .item-footer {
        display: none
    }
    .ves-navtoggle {
        display: block;
        background: #333
    }
    .ves-navtoggle:before {
        -webkit-font-smoothing: antialiased;
        font-size: 32px;
        line-height: inherit;
        color: #FFF;
        content: '\e609';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        padding: 0 7px
    }
    .offcanvas-left>.navigation>ul {
        height: 100%;
        left: -80%;
        left: calc(-1 * (100% - 54px));
        overflow: auto;
        position: fixed;
        top: 0;
        width: 80%;
        width: calc(100% - 54px);
        background: #f0f0f0;
        z-index: 99;
        -webkit-transition: left .3s;
        -o-transition: left .3s;
        transition: left .3s
    }
    .ves-nav-before-open {
        height: 100%;
        width: 100%
    }
    .ves-nav-before-open .page-wrapper {
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        -ms-transition: left .3s;
        transition: left .3s;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: relative
    }
    .ves-nav-before-open body {
        height: 100%;
        overflow: hidden;
        position: relative;
        width: 100%
    }
    .ves-navopen .page-wrapper {
        left: 80%;
        left: calc(100% - 54px)
    }
    .ves-navopen .ves-moffcanvas>.navigation>ul {
        -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        z-index: 99
    }
    .ves-navopen .ves-navtoggle:after {
        background: rgba(0, 0, 0, 0.01);
        content: '';
        display: block;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1
    }
    .ves-nav-before-open {
        height: 100%;
        width: 100%
    }
    .ves-nav-before-open body {
        height: 100%;
        overflow: hidden;
        position: relative;
        width: 100%
    }
    .ves-nav-before-open .page-wrapper {
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        -ms-transition: left .3s;
        transition: left .3s;
        height: 100%;
        overflow: hidden;
        position: relative
    }
    .ves-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 80;
        top: 0;
        left: 0;
        z-index: 90
    }
    .ves-mdrilldown {
        position: relative;
        float: left;
        width: 100%;
        overflow: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        max-width: 100% !important
    }
    .ves-mdrilldown .navigation {
        background-color: #FFF
    }
    .ves-mdrilldown .navigation.loaded>.dropdown-menu {
        width: 100% !important
    }
    .ves-mdrilldown .navigation .subhover>.submenu {
        display: none
    }
    .ves-mdrilldown .navigation>.dropdown-menu {
        display: block;
        position: static;
        margin: 0;
        padding: 0;
        border-radius: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .ves-mdrilldown .navigation .ves-caret {
        display: none
    }
    .ves-mdrilldown .navigation .cat-label {
        position: static;
        margin: 0;
        padding: 4px 6px
    }
    .ves-mdrilldown .navigation .nav-item {
        position: relative !important;
        float: left !important;
        width: 100%
    }
    .ves-mdrilldown .navigation .nav-item>a {
        line-height: 50px;
        position: static;
        padding: 0 15px
    }
    .ves-mdrilldown .navigation .nav-item>a span.drill-opener {
        border: 1px solid #e5e5e5;
        border-right: 0;
        display: none
    }
    .ves-mdrilldown .navigation .mega-col {
        padding: 0
    }
    .ves-mdrilldown .navigation .level0 {
        border-top-color: #e5e5e5
    }
    .ves-mdrilldown .navigation .opener {
        display: none
    }
    .ves-mdrilldown .navigation .drill-opener {
        background: #f0f0f0;
        position: absolute
    }
    .ves-mdrilldown .navigation .drill-opener:before {
        content: "\e608"
    }
    .ves-mdrilldown .navigation .drilldown-back {
        position: relative;
        top: 0;
        left: -1px;
        display: none
    }
    .ves-mdrilldown .navigation .drilldown-back a {
        padding: 0;
        background: #f0f0f0;
        text-align: center;
        font-size: 1.3em;
        text-transform: uppercase;
        display: block;
        font-weight: normal;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: -1px
    }
    .ves-mdrilldown .navigation .drilldown-back a .drill-opener {
        position: absolute;
        left: 0;
        right: auto;
        display: block
    }
    .ves-mdrilldown .navigation .drilldown-back a .drill-opener:before {
        content: "\e617"
    }
    .ves-mdrilldown .navigation .drilldown-back a .drill-opener:after {
        display: none
    }
    .ves-mdrilldown .navigation .drilldown-back a .current-cat {
        line-height: 50px;
        position: relative;
        z-index: 99
    }
    .ves-mdrilldown .navigation .drilldown-back a .current-cat:before {
        display: none
    }
    .ves-mdrilldown .navigation .drill-opener {
        display: block
    }
    .ves-mdrilldown .navigation .nav-item>a span.drill-opener {
        display: block;
        position: absolute;
        top: 0;
        right: 0
    }
    .ves-mdrilldown .navigation .drilldown-back {
        display: block
    }
    .ves-mdrilldown .navigation .drilldown-back>a>.drill-opener {
        line-height: 50px;
        width: 50px
    }

    .navigation .parent .level-top:after {
        font-size: 1.6rem;
        right: 10px;
        top: 7px
    }

    /*fix issue section item on safari-mobile*/
    .nav-sections-items {
        position: relative!important;
    }
}
.ves-widget .owl-carousel ul, .ves-widget .owl-carousel li
{
	list-style: none;
}

.ves-widget .owl-carousel {
	width: auto;
	margin-left: -9px;
	margin-right: -9px;
}
.ves-widget .owl-carousel .owl-item {
	padding-left: 9px;
	padding-right: 9px;
	float: left;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.ves-widget .owl-carousel .owl-wrapper {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	float: left;
}

.ves-widget .carousel-controls .carousel-control {
	background: #fff;
	color: #8e8e8e;
	font-size: 13px;
	text-shadow: none;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	top: 50%;
	margin-top: -12px;
}
.ves-widget .carousel-controls .carousel-control{
	color:#1979c3 !important;
}
.ves-widget .carousel-controls .carousel-control.left {
	left: -10px;
	background-image: none;
}
.rtl .ves-widget .carousel-controls .carousel-control.left {
	right: -10px;
	left: auto;
	background-image: none;
}
.ves-widget .carousel-controls .carousel-control.right {
	right: -10px;
	background-image: none;
}
.rtl .ves-widget .carousel-controls .carousel-control.right {
	left: -10px;
	right: auto;
	background-image: none;
}

.brand-description{
	margin-top: 10px;
	margin-bottom: 30px;
}

.ves-widget .carousel-controls a{
	display: none;
}

.brand-widget:hover .carousel-controls a{
	display: block;
}

.brand-widget .block-title{
	text-align: center;
	margin-bottom: 30px;
}

.brand-widget .block-title strong{
	font-size: 25px;
}

.panel {
	margin: 0;
	background: none;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ves-brandlist .brandlist .brand-item{
	height: 70px;
}
.ves-brandlist .brandlist .brand-toolbar{
	margin-top: 30px;
	text-align: right;
}

.brand-sidebar .brand-item {
	height: 50px;
}
@media (min-width: 768px), print {
	.page-main-fluid {
		max-width: 100%!important;
	}
}
.productlist-widget{
	float: left;
	width: 100%
}
.productlist-widget .etabs {
	margin: 0;
	padding: 0;
	text-align: center
}
.productlist-widget .tab {
	display: inline-block;
	zoom: 1;
	background: #fff;
	border: 0;
	text-align: center;
	position: relative;
	z-index: 2;
	margin-right: 5px;
}
.productlist-widget .tab-container .panel-container {
	background: #fff;
	border: solid #666 1px;
	padding: 10px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
}
.productlist-widget .product-item-info .hover-image{
	display: none;
}
.panel-container {
	margin-bottom: 10px;
	float:left; width: 100%
}
.productlist-widget{
	width: 100%;
	float: left;
}
.productlist-widget .tab a { 
	font-size: 18px;
	line-height: 2em; 
	display: block; 
	padding: 0 10px; 
	color: #333333;
}
.productlist-widget .paneltab{
	min-height: 300px;
}
.productlist-widget .tab a:hover{
	text-decoration: none
}
.productlist-widget .productlist-wait{
	height: 300px;
	background: url('../../frontend/Dotsquares/custom_child/en_GB/Ves_Productlist/images/loading.gif') center no-repeat;
}
.ves-products-grid .product-item-info:hover,
.ves-products-grid .product-item-info.active {
	margin: -10px;
	padding: 9px;
	border: 1px solid #bbb;
	box-shadow: 3px 3px 4px 0 rgba(0,0,0,0.3);
	position: relative;
	z-index: 2;
	background: #fff
}
.product-item-info .item-countdown {
	padding: 0px;
}
.product-item-info .item-countdown ul {
	margin: 0px;
	padding: 0px;
}
.product-item-info .item-countdown ul li {
	margin: 0px;
	width: 42px;
	height: 52px;
	text-align: center;
	border-right: 1px solid #CCC;
	font-size: 11px;
	color: #000;
	line-height: 16px;
	padding: 9px 0px;
	float: left;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
.product-item-info .item-countdown ul li:first-child{
	border-left: 1px solid #CCC;
}
.product-item-info .item-countdown ul li div.countdown_num span {
	background: none;
	border: none;
	padding: 0px;
	font-weight: 800;
}
.product-item-info .item-countdown ul div {
	text-transform: uppercase;
	font-size: 11px;
}
.product-image:hover .product-item-photo{display: block}
.product-image:hover .hover-image{display: block}

.product-block .product-item-info:hover .hover-image, .product-block .product-item-info:focus .hover-image {
    opacity: 1;
    transition: all 0.4s ease-out 0s;
    visibility: visible;
}
.product-block .product-image .hover-image {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/Dotsquares/custom_child/en_GB/Ves_Testimonial/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../../frontend/Dotsquares/custom_child/en_GB/Ves_Testimonial/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../../frontend/Dotsquares/custom_child/en_GB/Ves_Testimonial/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../../frontend/Dotsquares/custom_child/en_GB/Ves_Testimonial/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../../frontend/Dotsquares/custom_child/en_GB/Ves_Testimonial/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../../frontend/Dotsquares/custom_child/en_GB/Ves_Testimonial/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

.tmls-widget .ratings,
.tmls-sform .ratings {
    overflow: visible;
    padding: 10px;
    position: relative;
}
.tmls-widget .ratings_stars,
.tmls-sform .ratings_stars {
    background: url('../../frontend/Dotsquares/custom_child/en_GB/Ves_Testimonial/image/star_blank.png') no-repeat;
    float: left;
    height: 28px;
    padding: 2px;
    width: 32px;
}
.tmls-widget .ratings_blank,
.tmls-sform .ratings_blank {
    background: url('../../frontend/Dotsquares/custom_child/en_GB/Ves_Testimonial/image/star_blank.png') no-repeat;
    height: 19px;
    width: 19px;
    margin: auto 5px;
    display: inline-block;
}
.tmls-widget .ratings_vote,
.tmls-sform .ratings_vote {
    background: url('../../frontend/Dotsquares/custom_child/en_GB/Ves_Testimonial/image/star_voted.png') no-repeat;
}
.tmls-widget .ratings_over,
.tmls-sform .ratings_over {
    background: url('../../frontend/Dotsquares/custom_child/en_GB/Ves_Testimonial/image/star_overs.png') no-repeat;
}
.tmls-widget .total_votes {
    background: #eaeaea;  
    top: 58px;  
    left: 0;  
    padding: 5px;  
    position:   absolute;  
}
.tmls-widget .tmls-item .list-social{
    padding: 0;
    margin: 0;
}
.tmls-widget .tab-content{
    overflow: hidden
}
.tmls-widget .tmls-item .list-social li{
    display: inline-block;
    margin-bottom: 0px;
    text-align: center;
}
.tmls-widget .tmls-item ul.list-social li a{
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    display: inline-block;
    margin-right: -3px;
    color: #707070;
}
.tmls-widget .tmls-item ul.list-social li a.facebook:hover{
    background: #3b5999;
}
.tmls-widget .tmls-item ul.list-social li a.twitter:hover{
    background: #55acef
}
.tmls-widget .tmls-item ul.list-social li a.google:hover{
    background: #dc4d3c
}
.tmls-widget .tmls-item ul.list-social li a.youtube:hover{
    background: #e04e41
}
.tmls-widget .tmls-item ul.list-social li a.linkedin:hover{
    background: #0077B5
}
.tmls-widget .tmls-item ul.list-social li a.vimeo:hover{
    background: #44BBFF
}
.tmls-widget .tmls-item ul.list-social li a.email:hover{
    background: #E34D42;
}
.tmls-widget .tmls-item ul.list-social li a:hover i:before{
    color: #FFF;
}
.tmls-widget.tmls-grayscale .tmls-item:hover .tmls-image img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}
.tmls-widget .tmls-item > div{
    margin: 0 0 5px 0;
}
.tmls-widget.tmls-grayscale .tmls-item .tmls-image img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}
.tmls-widget.content-small-radius .tmls-item .tmls-box{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.tmls-widget.content-medium-radius .tmls-item .tmls-box{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.tmls-widget.content-large-radius .tmls-item .tmls-box{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.tmls-widget.content-no-radius .tmls-item .tmls-box{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.tmls-widget.image-small-radius .tmls-item .tmls-image img{
    -webkit-border-radius: 16%;
    -moz-border-radius: 16%;
    border-radius: 16%;
}
.tmls-widget.image-medium-radius .tmls-item .tmls-image img{
    -webkit-border-radius: 32%;
    -moz-border-radius: 32%;
    border-radius: 32%;
}
.tmls-widget.image-large-radius .tmls-item .tmls-image img{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.tmls-widget .tmls-item .tmls-image img{
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}
.tmls-widget .block-title h2:after{
    height: 2px;
    width: 30px;
    background: #1db3d9;
    content: ' ';
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px
}
.tmls-widget.no-image .tmls-item .tmls-image img,
.tmls-widget.no-image .tmls-image-container .tmls-image{
    display:none;
}

.tmls-widget.small-image .tmls-item .tmls-image img,
.tmls-widget.small-image .tmls-image-container .tmls-image{
    width:50px;
    height:50px;
}
.tmls-widget.medium-image .tmls-item .tmls-image img,
.tmls-widget.medium-image .tmls-image-container .tmls-image{
    width:80px;
    height:80px;
}
.tmls-widget.large-image .tmls-item .tmls-image img,
.tmls_images.large-image .tmls-image-container .tmls-image{
    width:100px;
    height:100px;
}
.tmls-widget.xlarge-image .tmls-item .tmls-image img,
.tmls-widget.xlarge-image .tmls-image-container .tmls-image{
    width:150px;
    height:150px;
}
.tmls-widget .tmls-item .tmls-title {
    font-size: 1.5em;
    font-weight: normal;
}
.tmls-widget .tmls-item .tmls-rating {
    line-height: 1;
}
.tmls-widget .tmls-item .tmls-name {
    font-weight: bold;
    font-size: 15px;
}
.tmls-widget .tmls-item .tmls-company{
    margin-top: 5px;
}
.tmls-widget .tmls-item .tmls-testimonial{
    line-height: 1.6em;
}
.tmls-widget .tmls-item .tmls-date{
    margin-right: 8px;
}
.tmls-widget .tmls-item{
    padding: 20px;
    text-align: center;
}
.tmls-widget .tmls-item{
    border-right: 1px dashed #ddd;
    float: left;
    overflow: hidden;
}
.tmls-widget .tmls-item-info{
    float: left;
    width: 100%;
}
.tmls-widget .owl-item.active:last-child .tmls-item-info{
    border-right: 0
}
.tmls-widget .owl-carousel .owl-item{
    padding: 0;
}
.tmls-carousel-multi .tmls-item{
    border-bottom: 1px dashed #ddd;
}
.tmls-carousel-multi .tmls-item.last{
    border-bottom: 0
}
.tmls-widget .tmls-item .tmls-image{
    margin: 15px 0;
}
.tmls-widget .tmls-item .tmls-box{
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    padding: 15px;
    border: 1px solid #DDDDDD;
    margin-bottom: 25px;
}
.tmls-widget .tmls-item .tmls-arrow {
    width: 20px;
    height: 11px;
    position: absolute;
    top: 100%;
    left: 30px;
    display: block;
    line-height: 0px;
}

.tmls-widget .tmls-rating> .ratings_over:first-child{
    margin-left: 0;
}
.tmls-widget .tmls-item .tmls-title{
    margin-bottom: 12px;
    line-height: 1.2em;
}
.tmls-widget .block-title.content-heading{
    margin-bottom: 40px;
}
.tmls-widget .tmls-fulltext{
    display: none;
}
.tmls-widget{
    margin-bottom: 30px !important;
    float: left;
    width: 100%
    
}

/** All Top */
.tmls-alltop .tmls-date{
    margin-right: 0;
}
.tmls-alltop .tmls-socialnetworks{
    margin-bottom: 10px;
}

/* Style 1*/
.tmls-widget.tmls-style1 .tmls-item .tmls-testimonial{
    margin-bottom: 20px;
}
.tmls-widget .tmls-item .tmls-name{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.tmls-widget.tmls-style1 .tmls-item .tmls-meta{
    margin-bottom: 15px;
}
.tmls-widget .tmls-item .tmls-company{
    margin-bottom: 10px;
}

/* Style 2*/
.tmls-widget.tmls-style2 .tmls-item .tmls-testimonial{
    margin-bottom: 20px;
}
.tmls-widget.tmls-style2 .tmls-item{
    text-align: left;
    float: left;
    height: 100%;
}
.tmls-widget.tmls-style2 .tmls-item .tmls-left{
    float: left;
    margin-right: 20px;
    height: 100%;
}
.tmls-widget.tmls-style2 .tmls-item .tmls-meta{
    margin-bottom: 15px;
}

/* Style 3*/
.tmls-widget.tmls-style3 .tmls-item .tmls-arrow {
    left: 30px;
}
.tmls-widget.tmls-style3 .tmls-item{
    text-align: left
}
.tmls-widget.tmls-style3 .tmls-item .tmls-title{
    text-align: center;
}
.tmls-widget.tmls-style3 .tmls-item .tmls-testimonial{
    text-align: center;
}
.tmls-widget.tmls-style3 .tmls-item .tmls-left{
    float: left;
    margin-right: 20px;
    height: 100%;
}
.tmls-widget.tmls-style3 .tmls-image{
    margin-top: 0;
    margin-bottom: 0;
}
.tmls-widget.tmls-style3 .tmls-item .tmls-meta{
    margin-bottom: 10px;
}

/* Style4 */
.tmls-widget.tmls-style4 .tmls-item .tmls-arrow {
    left: 0px;
    width: 100%;
}
.tmls-widget.tmls-style4 .tmls-item .tmls-meta{
    margin-bottom: 10px
}

/* Grid */
.tmls-widget.tmls-grid .row .tmls-item:last-child{
    border-right: 0;
}
.tmls-widget.tmls-grid .row{
    border-bottom: 1px dashed #ddd;
}
.tmls-widget.tmls-grid .tmls-testimonial{
    margin-bottom: 30px;
}
.tmls-widget.tmls-grid .tab-content .row:last-child{
    border-bottom: 0
}
.tmls-widget.tmls-grid .tmls-meta{
    margin-bottom: 10px
}

/* Grid 1 */
.tmls-widget.tmls-grid1 .tmls-item .tmls-testimonial{
    margin-bottom: 20px;
}
.tmls-widget.tmls-grid1 .tmls-item{
    text-align: left;
    float: left;
    height: 100%;
}
.tmls-widget.tmls-grid1 .tmls-item .tmls-left{
    float: left;
    margin-right: 20px;
    height: 100%;
    max-width: 28%;
    margin-right: 3%;
}
.tmls-widget.tmls-grid1 .tmls-item .tmls-right{
    max-width: 68%;
    float: left;
}
.tmls-widget.tmls-grid1 .tmls-item .tmls-meta{
    margin-bottom: 15px;
}
.tmls-widget.tmls-grid1 .row{
    border-bottom: 1px dashed #ddd;
}
.tmls-widget.tmls-grid1 .tab-content .row .tmls-item:last-child{
    border-right: 0
}
.tmls-widget.tmls-grid1 .row:last-child{
    border-bottom: 0
}

/* Grid2 */
.tmls-widget.tmls-grid2 .row{
    border-bottom: 1px dashed #ddd;
}
.tmls-widget.tmls-grid2 .tab-content .row .tmls-item:last-child{
    border-right: 0
}
.tmls-widget.tmls-grid2 .tab-content .row:last-child{
    border-bottom: 0
}
.tmls-widget.tmls-grid2 .tmls-meta{
    margin-bottom: 10px
}
.tmls-widget.tmls-grid2 .tmls-item .tmls-arrow{
    left: 0;
    width: 100%;
}
/* Slide */
.tmls-widget.tmls-slide .tmls-item .tmls-title{
    margin: 20px 0
}
.tmls-widget.tmls-slide .tmls-item .tmls-testimonial,
.tmls-widget.tmls-slide .tmls-item .tmls-company{
    margin: 10px 0
}
.tmls-widget.tmls-slide .tmls-item{
    display: inline-block;
    border-right: 0;
    padding: 0
}
.tmls-widget.tmls-slide .tmls-item .tmls-image img{
    border-radius: 0;
    cursor: pointer
}
.tmls-widget.tmls-slide .tmls-item .tmls-image img:hover,
.tmls-widget.tmls-slide .tmls-item.active .tmls-image img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}
.tmls-widget.tmls-slide .tmls-item .tmls-image img {
   filter: grayscale(100%);
   -webkit-filter: grayscale(1);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   -o-filter: grayscale(100%);
   filter: gray;
   filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}
.tmls-widget.tmls-slide .tmls-image-container {
    margin: 3px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.tmls-widget.tmls-slide .tmls-image-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #ffffff;
    opacity: 0.60;
    filter: alpha(opacity=60);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.2s;
}
.tmls-widget.tmls-slide .tmls-image {
    -webkit-filter: grayscale(100%);
    -webkit-transition: filter 0.5s;
    -moz-transition: filter 0.5s;
    -o-transition: filter 0.5s;
    -ms-transition: filter 0.5s;
    transition: filter 0.5s;
    width: 100px;
    height: 100px;
    text-align: center;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
}
.tmls-widget.tmls-slide .tmls-image-container.selected .tmls-image-overlay{
    display: none;
}
.tmls-widget.tmls-slide .tmls-image-container.selected img{
 filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
 -webkit-filter: grayscale(0%);
 -moz-filter: grayscale(0%);
 -o-filter: grayscale(0%);
}
.tmls-widget.tmls-slide .tab-content{
    text-align: center;
}
.tmls-widget.tmls-slide .tmls-item{
    width: 100%;
}

/** Tmls Form */
.tmls-form label,
.tmls-form .label,
.tmls-sform .label{
    color: #333;
    font-size: 100%;
    padding: 0;
}
.tmls-form .label em,
.tmls-sform .label em{
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}
.tmls-sform .row,
.tmls-form .row{
    margin-bottom: 20px;
}

.tmls-sform h2{
    text-align: center;
}

/** List **/
.tmls-widget.tmls-list .tmls-item{
    border-right: 0;
    border-bottom: 1px dashed #DDDDDD;
    width: 100%;
    float: left;
}
.tmls-widget.tmls-list .tab-content{
    overflow:initial;
    width: 100%;
    float: left;
}
.tmls-widget.tmls-list .tab-content .tmls-item:last-child{
    border-bottom: 0;
}
@media (max-width: 768px){
    .tmls-widget.tmls-grid1 .tmls-item .tmls-left{
        max-width: auto;
        margin-right: 5px;
    }
    .tmls-widget.tmls-grid1 .tmls-item .tmls-right{
        max-width: auto;
        float: left;
    }
}
.ves-testimonialpage h2{
    font-size: 28px !important;
    font-weight: normal;
    text-align: center;
    color: #1db3d9;
}
.ves-testimonialpage .tmls-widget .block-title.content-heading{
    margin-bottom: 60px !important;
}
.tmls-widget.no-after .block-title h2:after{
    display: none
}
.tmls-widget.no-after .block-title h2{
    font-size: 20px !important;
}
.ves-testimonialpage .tmls-widget.no-after .block-title.content-heading{
    margin-bottom: 20px !important
}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=82ddb5723bf5b499b3fa)
 * Config saved to config.json and https://gist.github.com/82ddb5723bf5b499b3fa
 *//*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */.container,.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.row{margin-left:-15px;margin-right:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before{content:" ";display:table}.clearfix:after,.container-fluid:after,.container:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}/* Boxed Layout */
body.boxed-lg .page-wrapper{
    box-shadow: 0 0 5px #d5d5d5;
    margin: 0 auto;
    max-width: 1240px;
}
body.boxed-md .page-wrapper{
    box-shadow: 0 0 5px #d5d5d5;
    margin: 0 auto;
    max-width: 1000px;
}
body.boxed-md .page-wrapper .container,
body.boxed-md .page-wrapper .page-main{
    width: 100%;
}
.my-promotion > .block-content{ padding: 10px; }
.my-promotion .promotion-bottom {
    position: absolute;
    bottom: 30px;
}
.my-promotion .subscribe input[type="email"] {
    float: left;
    padding: 2px 13px;
    line-height: 30px;
    width: 100%;
    height: 34px;
}
.my-promotion .subscribe .actions {
    float: left;
    margin-left: -55px;
    position: relative;
    z-index: 1;
    width: 55px;
    border-left: 1px solid #ccc;
}
.my-promotion .subscribe .action.btn-primary {
    height: 34px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    width: 100%;
    border: 0;
}
.tooltip > .tooltip-inner {background-color: #000; color: #FFF;}.no-background .navigation {
    background: none !important
}

.megamenu-preview-index .ves-megamenu {
    margin-top: 30px
}

.megamenu-preview-index .ves-vertical {
    max-width: 300px
}

.ves-megamenu.top-navigation .ves-navbar {
    display: none
}

.ves-megamenu>.block-title {
    margin: 0;
    text-align: center;
    padding: 10px;
    background: #333;
    color: #FFF
}

.ves-megamenu .navigation .drill-opener,
.ves-megamenu .navigation .opener {
    position: absolute;
    right: 0;
    top: 0;
    display: none!important;
    cursor: pointer;
    text-align: center;
    font-family: 'luma-icons';
    z-index: 99;
    width: auto;
    height: auto;
    line-height: 50px;
    width: 50px
}

.ves-megamenu .navigation .mega-col {
    padding: 0
}

.ves-megamenu .navigation .carousel-control {
    top: 40%
}

.ves-megamenu .navigation .carousel-control.left,
.ves-megamenu .navigation .carousel-control.right {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    text-shadow: none;
    top: 45%;
    padding: 12px;
    position: absolute;
    background: #f5f5f5;
    color: #333;
    opacity: 1;
    line-height: 1.5em;
    width: auto;
    bottom: auto
}

.ves-megamenu .navigation .block-content {
    max-width: 100%;
    position: relative
}

.ves-megamenu .navigation .carousel-indicators {
    bottom: 0
}

.ves-megamenu .navigation .carousel-indicators>li {
    border: 1px solid #1979c3
}

.ves-megamenu .navigation .carousel-indicators>li.active {
    background-color: #1979c3
}

.ves-megamenu .navigation .product-items {
    padding: 10px;
    margin: 0
}

.ves-megamenu .navigation .item-before-content,
.ves-megamenu .navigation .item-after-content {
    float: left;
    width: 100%
}

.ves-megamenu .navigation .icon-top {
    line-height: 84px;
    width: 100%;
    height: 84px;
    text-align: center;
    background: #333;
    margin-bottom: 10px
}

.ves-megamenu .navigation .icon-top:hover {
    background-color: #5bd2ec
}

.ves-megamenu.ves-vertical .navigation .level0>a .cat-label {
    position: static;
    padding: 4px 6px
}

.ves-megamenu .feature-box-v3:hover .fbox-icon .icons {
    background: #ef2840;
    color: #fff
}

.ves-megamenu .feature-box-v3 .fbox-icon .icons {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 24px;
    width: 30px;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial
}

.ves-megamenu .feature-box-v3 .fa:before {
    font-size: 30px
}

.ves-megamenu .feature-box-v3 a {
    background: #e8e8e8;
    border-left: 0;
    float: none;
    padding: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px
}

.ves-megamenu ul {
    list-style: none;
    padding: 0
}

.ves-megamenu .dynamic-items {
    padding: 0;
    width: 20%
}

.ves-megamenu .dynamic-items > ul {
    display: block!important;
}

.ves-megamenu .level0 ul {
    margin: 0;
    padding: 0
}

.ves-megamenu .level0 .megamenu-widget>.carousel>.products-grid .product-item {
    width: 100%
}

.ves-megamenu .level0 .megamenu-widget>.carousel .item {
    display: none
}

.ves-megamenu .level0 .megamenu-widget>.carousel .item.active {
    display: block
}

.ves-megamenu .level0 .submenu .nav-item>a {
    padding: 0 20px;
    line-height: 50px
}

.ves-megamenu .level0 .submenu .nav-item>a>.ves-caret {
    line-height: 50px
}

.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a {
    padding: 0
}

.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item a:hover {
    background: none
}

.ves-megamenu .navigation .level0 .submenu .block-products-list .product-item .actions-secondary a {
    padding: 0;
    display: inline-block;
    *display: inline;
    zoom: 1
}

.ves-megamenu .submenu-alignright>.submenu {
    right: 0;
    left: auto !important
}

.ves-megamenu .text-center {
    text-align: center
}

.ves-megamenu .pull-right {
    float: right
}

.ves-megamenu .pull-left {
    float: left
}

.ves-megamenu .cat-label {
    -webkit-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
    color: #FFF;
    padding: 2px 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-transform: none;
    text-shadow: none;
    margin-left: 2px
}

.ves-megamenu .cat-label.cat-label-v1 {
    background-color: #5bd2ec
}

.ves-megamenu .cat-label.cat-label-v2 {
    background-color: #d52462
}

.ves-megamenu .cat-label.cat-label-v3 {
    background: #0cc485
}

.ves-megamenu .cat-label.pin-bottom:before {
    position: absolute;
    right: 6px;
    top: 22px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 4px;
    border-color: transparent;
    -webkit-transition: border-color 450ms ease-in-out;
    -o-transition: border-color 450ms ease-in-out;
    transition: border-color 450ms ease-in-out
}

.ves-megamenu .cat-label.cat-label-v1.pin-bottom:before {
    border-top-color: #5bd2ec
}

.ves-megamenu .cat-label.cat-label-v2.pin-bottom:before {
    border-top-color: #d52462
}

.ves-megamenu .cat-label.cat-label-v3.pin-bottom:before {
    border-top-color: #0cc485
}

.ves-megamenu .nav-item {
    position: relative
}

.ves-megamenu .nav-item>a {
    line-height: 50px
}

.ves-megamenu .nav-item.active>a {
    background: #333 !important;
    color: #FFF
}

.ves-megamenu .submenu p>a {
    padding: 0
}

.ves-megamenu iframe,
.ves-megamenu video {
    max-width: 100%
}

.ves-megamenu .level0>a>.item-icon {
    margin-bottom: -5px
}

.ves-megamenu .onsale {
    padding: 3px 10px;
    background: #d52462;
    color: #FFF;
    margin-right: 5px
}

.ves-megamenu .new-icon {
    padding: 3px 10px;
    background: #0cc485;
    color: #FFF
}

.ves-megamenu .owl-carousel .owl-item {
    text-align: center
}

.ves-megamenu #contact-form {
    width: 100% !important
}

.ves-megamenu .drill-opener,
.ves-megamenu .drilldown-back,
.ves-megamenu .ves-navbar {
    display: none
}

.ves-megamenu.ves-daccordion .navigation,
.ves-megamenu.ves-mdrilldown .navigation,
.ves-megamenu.ves-ddrill .navigation {
    border: 1px solid rgba(0, 0, 0, 0.15)
}

.ves-megamenu.ves-daccordion .navigation .level0>a .cat-label,
.ves-megamenu.ves-mdrilldown .navigation .level0>a .cat-label,
.ves-megamenu.ves-ddrill .navigation .level0>a .cat-label {
    position: static;
    padding: 4px 6px
}

.ves-megamenu.ves-daccordion.has-title .navigation,
.ves-megamenu.ves-mdrilldown.has-title .navigation,
.ves-megamenu.ves-ddrill.has-title .navigation {
    border-top: 0
}

.ves-navtoggle {
    display: none
}
.ves-megamenu.ves-daccordion .navigation .nav-item.active >.submenu {
    display: block;
}
#maincontent .cat-label:before {
    display: none
}

@media (min-width:768px) and (max-width:1024px) {
    .ves-megamenu .orgin-items>.mega-col>.dropdown-submenu>.submenu {
        position: static
    }
}

.drilldown {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 100% !important
}

.drilldown .navigation {
    background-color: #FFF
}

.drilldown .navigation.loaded>.dropdown-menu {
    width: 100% !important
}

.drilldown .navigation .subhover>.submenu {
    display: none
}

.drilldown .navigation>.dropdown-menu {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.drilldown .navigation .ves-caret {
    display: none
}

.drilldown .navigation .cat-label {
    position: static;
    margin: 0;
    padding: 4px 6px
}

.drilldown .navigation .nav-item {
    position: relative !important;
    float: left !important;
    width: 100%
}

.drilldown .navigation .nav-item>a {
    line-height: 50px;
    position: static;
    padding: 0 15px
}

.drilldown .navigation .nav-item>a span.drill-opener {
    border: 1px solid #e5e5e5;
    border-right: 0;
    display: none
}

.drilldown .navigation .mega-col {
    padding: 0
}

.drilldown .navigation .level0 {
    border-top-color: #e5e5e5
}

.drilldown .navigation .opener {
    display: none
}

.drilldown .navigation .drill-opener {
    background: #f0f0f0;
    position: absolute
}

.drilldown .navigation .drill-opener:before {
    content: "\e608"
}

.drilldown .navigation .drilldown-back {
    position: relative;
    top: 0;
    left: -1px;
    display: none
}

.drilldown .navigation .drilldown-back a {
    padding: 0;
    background: #f0f0f0;
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    display: block;
    font-weight: normal;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: -1px
}

.drilldown .navigation .drilldown-back a .drill-opener {
    position: absolute;
    left: 0;
    right: auto;
    display: block
}

.drilldown .navigation .drilldown-back a .drill-opener:before {
    content: "\e617"
}

.drilldown .navigation .drilldown-back a .drill-opener:after {
    display: none
}

.drilldown .navigation .drilldown-back a .current-cat {
    line-height: 50px;
    position: relative;
    z-index: 99
}

.drilldown .navigation .drilldown-back a .current-cat:before {
    display: none
}

.ves-megamenu .navigation .post-list .post-item a {
    padding: 0
}

.ves-megamenu .navigation .post-list .post-item .post-meta a {
    display: inline-block
}

.ves-megamenu .navigation .ves-post {
    text-align: left
}

.ves-megamenu .navigation .post-list .post-item .post-readmore a {
    background-color: #4db2ec;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 10px 12px;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s
}

.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300b,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300bo,
.ves-megamenu .navigation .post-list .post-item .addthis_default_style .at300m {
    padding: 0 2px
}




@media all and (min-width:768px),
print {
    .navigation {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        padding-left: 20px;
        padding-right: 20px;
        width: auto
    }
    .nav-sections-item-content>.navigation {
        display: block
    }
    .navigation {
        background: #f0f0f0;
        font-weight: 700;
        height: inherit;
        left: auto;
        overflow: inherit;
        padding: 0;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 3
    }
    .navigation:empty {
        display: none
    }
    .navigation ul {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        position: relative
    }
    .navigation li.level0 {
        border-top: none
    }
    .navigation .level0 {
        margin: 0 10px 0 0;
        display: inline-block;
        position: relative
    }
    .navigation .level0:last-child {
        margin-right: 0;
        padding-right: 0
    }
    .navigation .level0>.level-top {
        color: #575757;
        line-height: 47px;
        padding: 0 12px;
        text-decoration: none;
        box-sizing: border-box;
        position: relative
    }
    .navigation .level0>.level-top:hover,
    .navigation .level0>.level-top.ui-state-focus {
        color: #333;
        text-decoration: none
    }
    .navigation .level0.active>.level-top,
    .navigation .level0.has-active>.level-top {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 3px;
        color: #333;
        text-decoration: none;
        display: inline-block
    }
    .navigation .level0.parent:hover>.submenu {
        overflow: visible !important
    }
    .navigation .level0 .submenu {
        background: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
        font-weight: 400;
        min-width: 230px;
        padding: 15px 0;
        display: none;
        left: 0;
        margin: 0 !important;
        padding: 0;
        position: absolute;
        z-index: 1;
    }
    .navigation .level0 .submenu>ul {
        margin-top: 11px
    }
    .navigation .level0 .submenu>ul:before,
    .navigation .level0 .submenu>ul:after {
        content: '';
        display: block;
        overflow: hidden;
        position: absolute
    }
    .navigation .level0 .submenu>ul:before {
        color: #fff;
        left: 20px;
        top: -20px;
        border: 10px solid transparent;
        height: 0;
        width: 0;
        border-bottom-color: #fff;
        z-index: 4
    }
    .navigation .level0 .submenu>ul:after {
        border: 11px solid transparent;
        height: 0;
        width: 0;
        border-bottom-color: #ccc;
        color: #ccc;
        left: 19px;
        top: -22px;
        z-index: 3
    }
    .navigation .level0 .submenu a {
        display: block;
        line-height: inherit;
        color: #575757;
        padding: 8px 20px
    }
    .navigation .level0 .submenu a:hover,
    .navigation .level0 .submenu a.ui-state-focus {
        background: #e8e8e8;
        color: #333;
        text-decoration: none
    }
    .navigation .level0 .submenu .active>a {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 3px;
        color: #FFF;
    }
    .navigation .level0 .submenu .active>a:hover {
        color: #333;
    }
    .navigation .level0 .submenu .submenu {
        top: 0 !important;
        left: 100% !important
    }
    .navigation .level0 .submenu .submenu-reverse {
        left: auto !important;
        right: 100%
    }
    .navigation .level0.more {
        position: relative;
        display: inline-block;
        text-decoration: none
    }
    .navigation .level0.more:after {
        -webkit-font-smoothing: antialiased;
        font-size: 26px;
        line-height: inherit;
        color: inherit;
        content: '\e607';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center
    }
    .navigation .level0.more:before {
        display: none
    }
    .navigation .level0.more:after {
        cursor: pointer;
        padding: 8px 12px;
        position: relative;
        z-index: 1
    }
    .navigation .level0.more:hover>.submenu {
        overflow: visible !important
    }
    .navigation .level0.more li {
        display: block
    }
    .ves-megamenu .navigation .level0 .submenu a.ves-hover {
        padding: 0
    }
    .scroll-to-fixed-fixed .level0>a .cat-label {
        display: none
    }
    .scroll-to-fixed-fixed.nav-sections-items {
        background: #f0f0f0
    }
    .nav-sections-item-content .ves-megamenu {
        display: block;
        margin-bottom: 0;
        padding: 0
    }
    .ves-megamenu .block-search {
        padding-left: 0
    }
    .ves-megamenu.top-navigation>.navigation {
        padding: 0 20px;
        border: 0
    }
    .ves-megamenu.has-title>.navigation {
        border-top: none
    }
    .ves-megamenu.ves-horizontal>.navigation {
        border: 0
    }
    .ves-megamenu.ves-offcanvas .level0 .submenu .nav-item>a,
    .ves-megamenu.ves-dhorizontal .level0 .submenu .nav-item>a {
        line-height: 36px
    }
    .ves-megamenu.ves-offcanvas .level0 .submenu .nav-item>a .ves-caret,
    .ves-megamenu.ves-dhorizontal .level0 .submenu .nav-item>a .ves-caret {
        line-height: inherit
    }
    .ves-megamenu .navigation {
        background: transparent;
        font-weight: 700;
        height: inherit;
        left: auto;
        overflow: inherit;
        padding: 0;
        position: static;
        top: 0;
        width: 100%;
        margin-bottom: 0
    }
    .ves-megamenu .navigation>ul {
        padding: 0
    }
    .ves-megamenu .navigation .level0 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin: 0 5px 0 0;
        position: relative
    }
    .ves-megamenu .navigation .level0>a,.ves-megamenu .navigation .content-type-parentcart .level1>a {
        font-size: 16px;
        text-transform: uppercase;
        display: block;
        padding: 0 15px;
        font-weight: 600
    }
    .ves-megamenu .navigation .level0>a .cat-label,.ves-megamenu .navigation .content-type-parentcart .level1>a .cat-label {
        position: absolute;
        top: -10px;
        right: 0;
        padding: 0 6px;
        font-size: 14px;
        line-height: 22px
    }
    .ves-megamenu .navigation .level0>a>span,.ves-megamenu .navigation .content-type-parentcart .level1>a>span {
        position: relative;
        display: inline-block;
        zoom: 1
    }
    .ves-megamenu .navigation .level0>a>span.drill-opener,
    .ves-megamenu .navigation .level0>a>span.opener,.ves-megamenu .navigation .content-type-parentcart .level1>a>span.opener,,.ves-megamenu .navigation .content-type-parentcart .level1>a>span.drill-opener {
        display: none
    }
    .ves-megamenu .navigation .level0.current>a {
        background-color: #5bd2ec;
        color: #FFF
    }
    .ves-megamenu .navigation .level0 .submenu {
        font-size: inherit
    }
    .ves-megamenu .navigation .level0 .submenu .mega-col>.nav-item>a {
        border-left: 3px solid transparent
    }
    .ves-megamenu .navigation .level0 .submenu .dynamic-items a:hover {
        background: none
    }
    .ves-megamenu .navigation .level0 .submenu .dynamic-items .nav-item a {
        line-height: 45px
    }
    .ves-megamenu .navigation .level0 .submenu .dynamic-items .dynamic-active a {
        border-bottom-color: #ddd;
        border-right-color: transparent
    }
    .ves-megamenu .navigation .level0 .submenu .dynamic-items .dynamic-active a>.ves-caret {
        visibility: hidden
    }
    .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .dynamic-active>a,
    .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .current.dynamic-active>a {
        background: #5bd2ec;
        border: 1px solid #ddd;
        color: #FFF;
        border-color: #5bd2ec
    }
    .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .dynamic-active>a>.ves-caret,
    .ves-megamenu .navigation .level0 .submenu .dynamic-top .dynamic-items .current.dynamic-active>a>.ves-caret {
        visibility: visible
    }
    .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items {
        float: right
    }
    .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items>ul>li>a {
        border-left: 1px solid #ddd;
        border-right-color: #DDD
    }
    .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items>ul>li>a>.ves-caret {
        float: left;
        margin-right: 0
    }
    .ves-megamenu .navigation .level0 .submenu .dynamic-right .dynamic-items>ul>li.dynamic-active>a {
        border-right-color: #DDD;
        border-left-color: transparent
    }
    .ves-megamenu .navigation .level0 .submenu .submenu-inner:after,
    .ves-megamenu .navigation .level0 .submenu .submenu-inner:before {
        display: table;
        line-height: 0;
        content: "";
        clear: both
    }
    .ves-megamenu .navigation .level0 .submenu .submenu-inner .content-wrapper {
        float: left;
        width: 100%
    }
    .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-header {
        border-bottom: 1px solid #e6e6e6;
        float: left;
        margin-bottom: 20px;
        padding-bottom: 12px;
        width: 100%
    }
    .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-header a:hover {
        background: #5bd2ec;
        color: #FFF
    }
    .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-footer {
        float: left;
        margin-top: 20px;
        width: 100%
    }
    .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-footer a:hover {
        background: #5bd2ec;
        color: #FFF
    }
    .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-header .links li,
    .ves-megamenu .navigation .level0 .submenu .submenu-inner .item-footer .links li {
        padding: 0 5px;
        margin-bottom: 0;
        display: inline-block;
        *display: inline;
        zoom: 1
    }
    .ves-megamenu .navigation .level0 .submenu .feature-box-v3 a {
        padding: 0;
        display: inline-block;
        *display: inline;
        zoom: 1
    }
    .ves-megamenu .navigation .level0 .submenu .megamenu-widget {
        position: relative;
        margin-bottom: 0
    }
    .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-nav {
        top: -60px;
        right: 0;
        position: absolute
    }
    .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-nav a {
        background: #f5f5f5;
        padding: 5px 10px;
        display: inline-block;
        *display: inline;
        zoom: 1
    }
    .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-nav a:hover {
        background-color: #000000;
        color: #ffffff
    }
    .ves-megamenu .navigation .level0 .submenu .megamenu-widget .block-title {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 10px
    }
    .ves-megamenu .navigation .level0 .submenu .megamenu-widget .block-title strong {
        font-weight: 500
    }
    .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item {
        width: 100%
    }
    .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item a {
        padding: 0;
        border: 0
    }
    .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item a:hover {
        background: transparent
    }
    .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item a.action {
        color: #999;
        display: inline-block;
        *display: inline;
        zoom: 1
    }
    .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-image img {
        width: auto;
        float: none;
        display: inline-block
    }
    .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-actions {
        margin-top: 0;
        position: relative;
        z-index: 99
    }
    .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item img.owl-lazy {
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out
    }
    .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-details {
        text-align: center
    }
    .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-details .price-box {
        color: #1979c3
    }
    .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .product-item-photo {
        text-align: center
    }
    .ves-megamenu .navigation .level0 .submenu .megamenu-widget .product-item .icon {
        position: absolute;
        z-index: 99
    }
    .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items {
        padding: 0
    }
    .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items .product-item {
        margin-bottom: 0
    }
    .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items .product-item .product-item-info {
        border: 1px solid transparent;
        padding: 10px
    }
    .ves-megamenu .navigation .level0 .submenu .megamenu-widget .owl-carousel.product-items .product-item .product-item-info:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
        border-color: #bbbbbb
    }
    .ves-megamenu .navigation .level0 .submenu .nav-item.current>a {
        border-color: #ff5501
    }
    .ves-megamenu .navigation .level0 .submenu .dynamic-items ul>.nav-item.current>a {
        border-color: transparent;
        border-bottom-color: #ddd
    }
    .ves-megamenu .navigation .level0.submenu-left,
    .ves-megamenu .navigation .level0.submenu-right {
        position: static
    }
    .ves-megamenu .navigation .level0 .ves-column1>.item-content1>.mega-col {
        width: 100%
    }
    .ves-megamenu .navigation .level0 .ves-column1>.item-content1>.mega-col>.nav-item {
        width: 100%
    }
    .ves-megamenu .navigation .level0 .ves-column2>.item-content1>.mega-col {
        width: 50%
    }
    .ves-megamenu .navigation .level0 .ves-column3>.item-content1>.mega-col {
        width: 33.3333%
    }
    .ves-megamenu .navigation .level0 .ves-column4>.item-content1>.mega-col {
        width: 25%
    }
    .ves-megamenu .navigation .level0 .ves-column5>.item-content1>.mega-col {
        width: 20%
    }
    .ves-megamenu .navigation .level0 .ves-column6>.item-content1>.mega-col {
        width: 16.6666%
    }
    .ves-megamenu .navigation .level0 .ves-column7>.item-content1>.mega-col {
        width: 14.2857%
    }
    .ves-megamenu .navigation .level0 .ves-column8>.item-content1>.mega-col {
        width: 12.5%
    }
    .ves-megamenu .navigation .level0 .ves-column9>.item-content1>.mega-col {
        width: 11.1111%
    }
    .ves-megamenu .navigation .level0 .ves-column10>.item-content1>.mega-col {
        width: 10%
    }
    .ves-megamenu .navigation .level0 .ves-column11>.item-content1>.mega-col {
        width: 9.0909%
    }
    .ves-megamenu .navigation .level0 .ves-column12>.item-content1>.mega-col {
        width: 8.3333%
    }
    .ves-megamenu .navigation .nav-item {
        -webkit-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out
    }
    .ves-megamenu .navigation .nav-item.current>a>span .cat-label-v1 {
        background-color: #ff7214
    }
    .ves-megamenu .navigation .nav-item.current>a>span .cat-label-v1:before {
        border-top-color: #ff7214
    }
    .ves-megamenu .navigation .nav-item.current>a>span .cat-label-v2 {
        background-color: #b32e78
    }
    .ves-megamenu .navigation .nav-item.current>a>span .cat-label-v2:before {
        border-top-color: #b32e78
    }
    .ves-megamenu .navigation .nav-item.current>a>span .cat-label-v3 {
        background-color: #8bc556
    }
    .ves-megamenu .navigation .nav-item.current>a>span .cat-label-v3:before {
        border-top-color: #8bc556
    }
    .ves-megamenu .navigation .nav-item.current>.submenu {
        display: block
    }
    .ves-megamenu .navigation .nav-item>.submenu .item-content,
    .ves-megamenu .navigation .nav-item>.submenu .item-sidebar {
        float: left
    }
    .ves-megamenu .navigation .nav-item>.submenu .item-content p>a,
    .ves-megamenu .navigation .nav-item>.submenu .item-sidebar p>a {
        padding: 0
    }
    .ves-megamenu .navigation .nav-item.subgroup>.submenu {
        display: block;
        position: static;
        margin-bottom: 10px !important;
        border: 0;
        min-width: auto;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .ves-megamenu .navigation .nav-item.subhover>.submenu {
        border: 0;
        z-index: 99;
        border-radius: 0;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15)
    }
    .ves-megamenu .navigation .nav-item.subhover>.submenu>.submenu-inner {
        padding: 23px
    }
    .ves-megamenu .navigation .nav-item.submenu-right>.submenu {
        right: 0 !important;
        left: auto !important
    }
    .ves-megamenu .navigation .nav-item.submenu-right>a>.ves-caret {
        float: left;
        margin-left: -15px
    }
    .ves-megamenu .navigation .nav-item .dynamic-items>ul>li {
        float: left;
        width: 100%;
        margin-bottom: 0
    }
    .ves-megamenu .navigation .nav-item .dynamic-items>ul>li:first-child>a {
        border-top: 1px solid #ddd
    }
    .ves-megamenu .navigation .nav-item .dynamic-items>ul>li>a {
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        text-indent: 10px;
        float: left;
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0;
        line-height: 45px
    }
    .ves-megamenu .navigation .nav-item .dynamic-items>ul>li>a .ves-caret {
        margin: 0;
        margin-right: 15px
    }
    .ves-megamenu .navigation .nav-item .dynamic-content {
        width: 80%;
        padding-right: 0
    }
    .ves-megamenu .navigation .nav-item .dynamic-content>.nav-item {
        display: none
    }
    .ves-megamenu .navigation .nav-item .dynamic-content>.nav-item.dynamic-active {
        display: block
    }
    .ves-megamenu .navigation .nav-item .dynamic-top>.dynamic-items {
        width: 100%;
        float: left;
        margin-bottom: 20px
    }
    .ves-megamenu .navigation .nav-item .dynamic-top>.dynamic-items>ul>li {
        width: auto;
        margin-right: 10px
    }
    .ves-megamenu .navigation .nav-item .dynamic-top>.dynamic-items>ul>li>a {
        border: 1px solid #ddd
    }
    .ves-megamenu .navigation .nav-item .dynamic-top>.dynamic-content {
        width: 100%;
        float: left
    }
    .ves-megamenu .navigation .level1>a {
        font-size: 15px
    }
    .ves-megamenu .navigation .level1 .cat-label:before {
        display: none
    }
    .ves-megamenu .navigation .level1 .submenu {
        z-index: 99
    }
    .ves-megamenu .navigation .level1 .ves-caret {
        float: right
    }
    .ves-megamenu .navigation .level1 .submenu-right>a>.ves-caret {
        float: left;
        margin-left: -15px
    }
    .ves-megamenu .navigation .level1 .submenu-right>.submenu {
        right: 100% !important
    }
    .ves-megamenu a {
        color: #333;
        text-decoration: none;
        -webkit-transition: 300ms ease-in-out;
        -o-transition: 300ms ease-in-out;
        transition: 300ms ease-in-out
    }
    .ves-megamenu a:hover {
        text-decoration: none
    }
    .ves-megamenu img:hover {
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        -o-transform: scale(1.04);
        transform: scale(1.04);
        -webkit-transition: all .5s ease 0s;
        -o-transition: all .5s ease 0s;
        transition: all .5s ease 0s
    }
    .ves-megamenu.ves-vertical li.level0 {
        width: 100%;
        margin: 0;
        float: none !important;
        position: static !important
    }
    .ves-megamenu.ves-vertical .navigation .nav-item>a {
        position: relative
    }
    .ves-megamenu.ves-dvertical-right .navigation .level0>a {
        padding-left: 25px
    }
    .ves-megamenu.ves-dvertical-right .navigation .level0>a>.ves-caret {
        position: absolute;
        left: 10px;
        right: auto;
        line-height: 50px
    }
    .ves-megamenu.ves-dvertical-right .navigation .level0.submenu-left.subhover>.submenu {
        right: 100%;
        left: auto !important;
        top: 0
    }
    .ves-megamenu.ves-dvertical-right .navigation .level0>.submenu {
        top: 0;
        left: auto !important;
        right: 100%
    }
    .ves-megamenu.ves-dvertical-right .navigation .level0 .nav-item.submenu-left>a>.ves-caret {
        left: 10px;
        right: auto
    }
    .ves-megamenu.ves-dvertical-right .navigation .level0 .nav-item.submenu-right>a>.ves-caret {
        right: 10px;
        left: auto
    }
    .ves-megamenu.ves-dvertical-right .navigation .level0 .nav-item.submenu-right.subhover>.submenu {
        left: -100% !important;
        right: 100% !important
    }
    .ves-megamenu.ves-dvertical-left .navigation .nav-item.level0>a>.ves-caret {
        float: right;
        line-height: inherit
    }
    .ves-megamenu.ves-dvertical-left .navigation .nav-item.level0.subhover>.submenu {
        right: 0;
        left: 100% !important;
        top: 0
    }
    .ves-megamenu.ves-daccordion .navigation {
        overflow: hidden
    }
    .ves-megamenu.ves-daccordion .navigation .nav-item {
        float: left;
        width: 100%
    }
    .ves-megamenu.ves-daccordion .navigation .nav-item.current>.submenu {
        display: none
    }
    .ves-megamenu.ves-daccordion .navigation .nav-item a {
        position: relative
    }
    .ves-megamenu.ves-daccordion .navigation .nav-item .submenu {
        width: 100% !important;
        position: static;
        overflow: hidden !important
    }
    .ves-megamenu.ves-daccordion .navigation .nav-item .submenu>.submenu-inner {
        padding: 0
    }
    .ves-megamenu.ves-daccordion .navigation .nav-item.subhover>.submenu {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .ves-megamenu.ves-daccordion .navigation li.level0 {
        width: 100%;
        margin: 0
    }
    .ves-megamenu.ves-daccordion .navigation li.level0 .ves-caret {
        position: absolute;
        top: 0;
        right: 0;
        margin-left: 0;
        margin-top: 0;
        text-align: center
    }
    .ves-megamenu.ves-daccordion .navigation li.level0 .ves-caret.item-active {
        background-color: rgba(0, 0, 0, 0.05)
    }
    .ves-ddrill {
        position: relative;
        float: left;
        width: 100%;
        overflow: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        max-width: 100% !important
    }
    .ves-ddrill .navigation {
        background-color: #FFF
    }
    .ves-ddrill .navigation.loaded>.dropdown-menu {
        width: 100% !important
    }
    .ves-ddrill .navigation .subhover>.submenu {
        display: none
    }
    .ves-ddrill .navigation>.dropdown-menu {
        display: block;
        position: static;
        margin: 0;
        padding: 0;
        border-radius: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .ves-ddrill .navigation .ves-caret {
        display: none
    }
    .ves-ddrill .navigation .cat-label {
        position: static;
        margin: 0;
        padding: 4px 6px
    }
    .ves-ddrill .navigation .nav-item {
        position: relative !important;
        float: left !important;
        width: 100%
    }
    .ves-ddrill .navigation .nav-item>a {
        line-height: 50px;
        position: static;
        padding: 0 15px
    }
    .ves-ddrill .navigation .nav-item>a span.drill-opener {
        border: 1px solid #e5e5e5;
        border-right: 0;
        display: none
    }
    .ves-ddrill .navigation .mega-col {
        padding: 0
    }
    .ves-ddrill .navigation .level0 {
        border-top-color: #e5e5e5
    }
    .ves-ddrill .navigation .opener {
        display: none
    }
    .ves-ddrill .navigation .drill-opener {
        background: #f0f0f0;
        position: absolute
    }
    .ves-ddrill .navigation .drill-opener:before {
        content: "\e608"
    }
    .ves-ddrill .navigation .drilldown-back {
        position: relative;
        top: 0;
        left: -1px;
        display: none
    }
    .ves-ddrill .navigation .drilldown-back a {
        padding: 0;
        background: #f0f0f0;
        text-align: center;
        font-size: 1.3em;
        text-transform: uppercase;
        display: block;
        font-weight: normal;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: -1px
    }
    .ves-ddrill .navigation .drilldown-back a .drill-opener {
        position: absolute;
        left: 0;
        right: auto;
        display: block!important;
    }
    .ves-ddrill .navigation .drilldown-back a .drill-opener:before {
        content: "\e617"
    }
    .ves-ddrill .navigation .drilldown-back a .drill-opener:after {
        display: none
    }
    .ves-ddrill .navigation .drilldown-back a .current-cat {
        line-height: 50px;
        position: relative;
        z-index: 99
    }
    .ves-ddrill .navigation .drilldown-back a .current-cat:before {
        display: none
    }
    .ves-ddrill .drill-opener {
        display: block
    }
    .ves-ddrill .navigation .nav-item>a span.drill-opener {
        display: block!important;
        position: absolute;
        top: 0;
        right: 0
    }
    .ves-ddrill .navigation .drilldown-back {
        display: block
    }
    .ves-ddrill .navigation .drilldown-back>a>.drill-opener {
        line-height: 50px;
        width: 50px;
    }
    .ves-daccordion .navigation .ves-caret {
        display: block;
        line-height: inherit;
        width: 50px
    }
    .ves-daccordion .navigation .level0 .submenu {
        overflow: hidden
    }
    .ves-megamenu .navigation .level0.vertical-item .level1>.item-content1>.mega-col>.nav-item {
        position: static !important
    }
    .ves-megamenu .navigation .level0.vertical-item {
        position: relative;
        z-index: 99
    }
    .ves-megamenu .navigation .level0.vertical-item>.submenu {
        padding: 0;
        -webkit-box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.2);
        box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.2)
    }
    .ves-megamenu.alway-show .navigation .level0.vertical-item>.submenu {
        display: block !important;
    }
    .ves-megamenu .navigation .level0.vertical-item>.submenu>.submenu-inner {
        padding: 0
    }
    .ves-megamenu .navigation .level0.vertical-item>a {
        padding: 0 22px;
        margin: 0;
        background: #ff5501
    }
    .ves-megamenu .navigation .level0.vertical-item>a:before {
        font-family: "FontAwesome";
        font-weight: normal;
        content: "\f0c9";
        margin-right: 8%;
        font-size: 16px
    }
    .ves-megamenu .navigation .level0.vertical-item>a>.ves-caret {
        right: 10px;
        position: absolute;
        line-height: 50px
    }
    .ves-megamenu .header-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.53);
        z-index: 30;
        display: none
    }
    .ves-megamenu.megamenu-ultimo.ves-offcanvas .level0 .submenu .nav-item>a,
    .ves-megamenu.megamenu-ultimo.ves-dhorizontal .level0 .submenu .nav-item>a {
        line-height: 22px
    }
    .ves-megamenu.megamenu-ultimo.ves-offcanvas .level0 .submenu .nav-item>a .ves-caret,
    .ves-megamenu.megamenu-ultimo.ves-dhorizontal .level0 .submenu .nav-item>a .ves-caret {
        line-height: inherit
    }
    .ves-megamenu.megamenu-ultimo .navigation>ul {
        border-bottom: 5px solid #333
    }
    .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .mega-col>.nav-item>a {
        border-left: 0
    }
    .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .nav-item.current>a {
        border-left: 0
    }
    .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu a {
        border-left: 0
    }
    .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu a:hover {
        background: none;
        color: #5bd2ec
    }
    .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-header .links>li {
        padding: 0
    }
    .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-header a,
    .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-footer a {
        padding-left: 10px;
        padding-right: 10px
    }
    .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-header a:hover,
    .ves-megamenu.megamenu-ultimo .navigation .level0 .submenu .submenu-inner .item-footer a:hover {
        background: #de2666
    }
    .ves-megamenu.megamenu-ultimo .navigation .level0 .ves-caret {
        opacity: 0.3
    }
    .ves-megamenu.megamenu-ultimo .navigation .level1 .nav-item {
        padding-bottom: 5px
    }
    .ves-megamenu.megamenu-porto .navigation .nav-item.subhover>.submenu>.submenu-inner {
        padding: 8px
    }
    .ves-megamenu.megamenu-porto .navigation .nav-item .level1 .mega-col>.nav-item>a {
        padding: 3px 5px
    }
    .ves-megamenu.food-menu .navigation {
        text-align: center
    }
    .ves-megamenu.food-menu .navigation .level0 {
        float: none
    }
    .ves-megamenu.food-menu .navigation .level0:hover>a {
        background: #FFF;
        color: #5bd2ec
    }
    .ves-megamenu.food-menu .navigation .level0>a {
        text-align: center;
        float: left;
        padding: 0
    }
    .ves-megamenu.food-menu .navigation .level0>a>span {
        float: left;
        width: 100%
    }
    .ves-megamenu.food-menu .navigation .level1 {
        text-align: left
    }
    .ves-megamenu.food-menu .navigation .level1 .icon-left {
        margin-right: 10px;
        float: left
    }
    .ves-megamenu.food-menu .navigation .level1 .nav-item {
        float: left;
        margin-bottom: 10px;
        width: 100%
    }
    .ves-megamenu.food-menu .navigation .level1 .nav-item a {
        float: left;
        padding: 0 10px;
        width: 100%
    }
    .ves-megamenu.food-menu .navigation .level1 .nav-item a>span {
        float: left
    }

    .navigation ul {
        padding: 0 8px
    }
    .ves-megamenu ul.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
        display: block!important;
    }
}

@media all and (min-width:968px),
print {
    .ves-megamenu.ves-daccordion .navigation,
.ves-megamenu.ves-mdrilldown .navigation,
.ves-megamenu.ves-ddrill .navigation {
    border: 0px solid rgba(0, 0, 0, 0.15)
}

}
.ves-megamenu.ves-ddrill .navigation .nav-item .submenu
{
    display: none;
}#ves-paneltool .paneltool {
  position: fixed;
  top: 05px;
  transition: all 0.6s;
  left: -322px;
  border: solid 1px #CCC;
  -webkit-box-shadow: 1px -1px 3px #888888;
  box-shadow: 1px -1px 3px #888888;
  z-index: 9999; }

#ves-paneltool .paneltool.active {
  left: 0px;
  transition: all 0.6s; }

#ves-paneltool .paneltool.active .panelbutton {
  color: red; }

#ves-paneltool .paneltool.themetool {
  top: 70px; }

#ves-paneltool .paneltool .panelcontent {
  background: #FFF;
  width: 320px; }

#ves-paneltool .paneltool .panelcontent > div {
  padding: 15px; }

#ves-paneltool .panelbutton {
  border: solid 1px #CCC;
  background: #FFF;
  padding: 9px 11px;
  position: absolute;
  right: -35px;
  top: 10px;
  border-left: none;
  cursor: hand;
  cursor: pointer;
  -webkit-box-shadow: 2px -1px 2px #888888;
  box-shadow: 2px -1px 2px #888888; }

#ves-paneltool .editortool .panelbutton {
  top: 517px; }

#ves-paneltool .panel-open .panel-inner {
  right: 0; }

#ves-paneltool h4 {
  margin-bottom: 10px; }

#ves-paneltool .accordion-group {
  margin-bottom: 5px; }

#ves-paneltool form > * {
  float: left; }

#ves-paneltool form .group-input {
  margin-right: 5px; }

#ves-paneltool select, #ves-paneltool input {
  padding: 5px;
  float: left;
  border: 1px solid #ececec;
  width: 100%;
}

.box-patterns div {
  display: block;
  width: 38px;
  height: 38px;
  float: left;
  cursor: hand;
  cursor: pointer;
  border: solid 1px #f3f3f3;
  margin: 6px;
  border: 1px solid #ccc; }

.box-patterns div.active {
  border: solid 1px red; }

#ves-paneltool .nav-tabs > li:before,
#ves-paneltool .nav-tabs > li:after {
  display: none; }

#customize-form {
  position: relative; }

#main-preview {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin-left: 300px;
  transition-duration: 0.2s;
  transition-property: left, right, top, bottom, width, margin; }

#main-preview iframe {
  height: 100%;
  width: 100%; }

.colorpicker {
  z-index: 99999; }

#ves-customize {
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 3;
  box-shadow: 0 1px 3px #999;
  transition-duration: 0.2s;
  transition-property: left, right, top, bottom, width, margin;
  background: none repeat scroll 0 0 #F5F5F5;
  border-right: 1px solid rgba(0, 0, 0, 0.2); }

#ves-customize .wrapper {
  padding: 12px; }

#customize-body input[type="text"], #customize-body select {
  border: 1px solid #E2E2E2;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  font-size: 11px;
  margin: 0 5px 0 0;
  padding: 2px 3px;
  width: 65px; }

#customize-body select {
  color: #888; }

#customize-body .accordion-group label {
  color: #888;
  font-size: 11px;
  font-weight: normal; }

#customize-body .panel-heading {
  padding: 5px 6px;
  font-weight: bold;
  font-size: 11px; }

.form-group {
  margin-right: 6px; }

.accordion-group label, .form-group label {
  display: block;
  font-size: 11px; }

.accordion-group label {
  float: left;
  margin-right: 10px;
  margin-top: 5px; }

#ves-customize .btn {
  padding: 4px 12px;
  font-size: 11px;
  font-weight: bold; }

#ves-customize .btn-show {
  position: absolute;
  top: 39px;
  padding: 6px 18px;
  background: #CCC;
  right: 11px;
  z-index: 99;
  transition: all 1.2s;
  cursor: hand;
  cursor: pointer; }

#customize-body .nav-tabs {
  border-bottom: 1px solid #d7d7d7; }

#customize-body .nav-tabs a {
  border: none; }

#customize-body .nav-tabs a {
  font-weight: bold;
  font-size: 11px;
  padding: 6px 12px; }

#customize-body .nav-tabs .active a {
  background: #7DB641;
  border-top: none;
  border-right: none;
  border-left: none;
  color: white; }

.accordion-heading .accordion-toggle {
  font-size: 11px; }

#customize-body .form-group {
  margin-bottom: 6px;
  clear: both; }

.clear-bg {
  padding: 3px 6px;
  margin-left: 5px; }

/* .tab-content > .tab-pane, .pill-content > .pill-pane {
    background: none repeat scroll 0 0 #FFFFFF;    
    padding: 13px;
} */
.bi-wrapper > div {
  float: left;
  width: 20px;
  height: 20px;
  margin: 3px 4px;
  border: solid 1px #999;
  cursor: hand;
  cursor: pointer; }

.bi-wrapper > div.active {
  border-color: red; }

.btn-small {
  border-radius: 0;
  background-color: #7db641;
  color: #fff;
  padding: 3px 6px; }

.btn-small:hover {
  background-color: #C83A3A;
  color: #fff; }

.editortool .label-customize { display: none;
}

.editortool .label-customize:hover {
  background-position: 0 -111px; }

.paneltool.active .label-customize {
  display: none; }

.paneltool .panelcontent {
  text-align: left; }

#ves-paneltool .panel-item {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

#ves-paneltool .panel-item label {
  float: left;
  font-weight: normal;
  color: #272727;
  margin-bottom: 2px;
}

.panel-apply{
  margin-top: 5px;
  float: left;
}

.panel-apply .btn-apply{
  background-color: #fe5252;
  border: 0px;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 3px;
}

.panel-apply .btn-reset{
  background-color: #fe5252;
  border: 0;
  font-size: 16px;
  border-radius: 3px;
  font-size: 16px;
  color: #FFF;
  padding: 7px 10px 8px 10px !important;
}

.panel-apply .btn-reset span{
  color: #FFF;
  font-size: 17px;
  font-weight: normal;
}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

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

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

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

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

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

.fancybox-inner {
	overflow: hidden;
}

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

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

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

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../frontend/Dotsquares/custom_child/en_GB/Ves_Themesettings/css/fancybox_sprite.png');
}

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

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../frontend/Dotsquares/custom_child/en_GB/Ves_Themesettings/css/fancybox_loading.gif') center center no-repeat;
}

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

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

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

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

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

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

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

/* Overlay helper */

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

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

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

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../frontend/Dotsquares/custom_child/en_GB/Ves_Themesettings/css/fancybox_overlay.png');
}

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

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

/* Title helper */

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

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

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

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

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

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

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

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

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

	#fancybox-loading div {
		background-image: url('../../frontend/Dotsquares/custom_child/en_GB/Ves_Themesettings/css/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}/*@font-size__base: 14px;*/
.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/Dotsquares/custom_child/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;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/Dotsquares/custom_child/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;
}
