/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media all and (max-width: 1024px) {
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .sections.nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .sections.nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .sections.nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .sections.nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .sections.nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .sections.nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .sections.nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .sections.nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .sections.nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .sections.nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .sections.nav-sections .header.links > li {
    font-size: 1.6rem;
    margin: 0;
  }
  .sections.nav-sections .header.links > li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .sections.nav-sections .header.links > li > a {
    border-top: 1px solid #d1d1d1;
  }
  .sections.nav-sections .header.links > a,
  .sections.nav-sections .header.links > a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .sections.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: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 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: #f5f5f5;
    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 0px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #fff;
    color: #084171;
    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: #fff;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #084171;
  }
  .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 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).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #fff;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #084171;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
}
@media all and (min-width: 1025px) {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    line-height: 40px;
    padding: 0 0;
  }
  .navigation .level0 {
    margin: 0;
    display: inline-block;
    position: static;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0 > .level-top {
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    display: none;
    left: 0;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 0;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: transparent;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-left: none;
    color: #084171;
  }
  .navigation .level0 .submenu .submenu {
    top: -7px !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;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * 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.
 */
.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;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
._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;
  }
}
.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;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: #fff0;
}
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 #c0c0c0;
}
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 #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dddddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: #fff0;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.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;
  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;
}
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 #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 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, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 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: #fff0;
  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: #fff0;
}
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 #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.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 #dddddd;
}
.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 #dddddd;
}
.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 #dddddd;
  }
  .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;
  line-height: normal;
}
input[type=file] {
  display: block;
}
input[type=range] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: #fff0;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type=search] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px;
  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, 0.75);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75), 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, 0.75);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75), 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, 0.75);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #fff0;
  border-radius: 4px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: #fff0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: #fff0;
}
.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: #fff0;
}
.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 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-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;
  border-right: 4px solid #fff0;
  border-left: 4px solid #ffffff 0;
}
.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, 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);
}
.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: #fff0;
  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;
}
.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, 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-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
}
.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: #fff0;
}
.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 > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid #fff0;
  border-radius: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  cursor: default;
}
.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 #dddddd;
}
@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 #dddddd;
}
@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 #ffffff 0;
}
@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 #fff0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.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: #fff0;
  background-image: none;
  border: 1px solid #fff0;
  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: #fff0;
    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 #fff0;
  border-bottom: 1px solid #fff0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    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: #fff0;
}
.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: #fff0;
}
.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: #fff0;
}
.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: #fff0;
  }
  .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: #fff0;
  }
}
.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: #fff0;
}
.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: #fff0;
}
.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: #fff0;
}
.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: #fff0;
  }
  .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: #fff0;
  }
}
.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 #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.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 #fff0;
  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, 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: #fff;
  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 .6s ease;
  -o-transition: width .6s ease;
  transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  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);
  -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, 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 {
  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 #dddddd;
}
.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 #fff0;
  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 #fff0;
  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 #dddddd;
}
.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 #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: #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, 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: 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 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.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, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 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-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,
.colorpicker-tooltip:before,
.garbage-item .trash-tooltip:before,
.layers-list .drag-layer-tooltip:before,
.layers-list .layer-options-tooltip:before,
.customizer-tooltip.crop-tooltip:before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: #fff0;
  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, 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);
  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: #fff0;
  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, 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, 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, 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, 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: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.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 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.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, 0.6);
  background-color: #fff0;
  filter: alpha(opacity=50);
  opacity: .5;
}
.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%);
  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, 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%);
  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;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: #fff0;
  text-shadow: none;
  background-color: #fff0;
  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;
  }
}
/* jquery.Jcrop.min.css v0.9.12 (build:20130126) */
.jcrop-holder {
  direction: ltr;
  text-align: left;
}
.jcrop-vline,
.jcrop-hline {
  background: #FFF;
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}
.jcrop-hline.bottom {
  bottom: 0;
}
.jcrop-tracker {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  height: 100%;
  width: 100%;
}
.jcrop-handle {
  background-color: #333;
  border: 1px #EEE solid;
  font-size: 1px;
  height: 15px;
  width: 15px;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -7px;
  margin-left: -7px;
}
.jcrop-handle.ord-e {
  margin-right: -7px;
  margin-top: -7px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -7px;
  margin-top: -7px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -7px;
  margin-top: -7px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -7px;
  margin-top: -7px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -7px;
  margin-right: -7px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -7px;
  margin-left: -7px;
}
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -7px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -7px;
}
.jcrop-dragbar.ord-e {
  margin-right: -7px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -7px;
}
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #FFF;
  filter: alpha(opacity=70) !important;
  opacity: .70 !important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000;
  border-color: #FFF;
  border-radius: 3px;
}
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000;
  filter: alpha(opacity=70) !important;
  opacity: .7 !important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #FFF;
  border-color: #000;
  border-radius: 3px;
}
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #FFF;
}
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}
/*!
 * angularjs-color-picker v3.4.8
 * https://github.com/ruhley/angular-color-picker/
 *
 * Copyright 2017 ruhley
 *
 * 2017-10-06 09:52:03
 *
 */
.color-picker-wrapper {
  position: relative;
}
.color-picker-wrapper .color-picker-input-wrapper {
  display: table;
  position: relative;
}
.color-picker-wrapper .input-group {
  position: relative;
  border-collapse: separate;
}
.color-picker-wrapper .input-group .color-picker-input,
.color-picker-wrapper .input-group .input-group-addon {
  display: table-cell;
}
.color-picker-wrapper .input-group .color-picker-input {
  position: relative;
  z-index: 2;
  float: left;
  margin-bottom: 0;
}
.color-picker-wrapper .input-group .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;
}
.color-picker-wrapper .input-group .input-group-addon:first-child {
  border-right-width: 0;
}
.color-picker-wrapper .input-group .input-group-addon:last-child {
  border-left-width: 0;
}
.color-picker-wrapper .input-group .color-picker-input-swatch {
  padding-left: 12px;
}
.color-picker-wrapper .color-picker-input-swatch {
  padding-left: 36px;
}
.color-picker-wrapper .color-picker-swatch {
  cursor: pointer;
  z-index: 3;
}
.color-picker-wrapper .color-picker-swatch:not(.input-group-addon) {
  position: absolute;
  top: 3px;
  width: 28px;
  height: 70%;
  box-sizing: border-box;
  border-radius: 3px;
  vertical-align: middle;
  background-position: -80px 0;
  border: solid 1px #ccc;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.color-picker-wrapper .color-picker-swatch:not(.input-group-addon).color-picker-swatch-left {
  left: 3px;
}
.color-picker-wrapper .color-picker-swatch:not(.input-group-addon).color-picker-swatch-right {
  right: 3px;
}
.color-picker-wrapper .color-picker-panel {
  position: absolute;
  background: white;
  border: solid 1px #CCC;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  z-index: 99999;
  width: 150px;
  table-layout: fixed;
  border: 1px solid #FFFFFF;
  padding-right: 1px;
  box-sizing: content-box;
}
.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper {
  display: table;
  width: 100%;
}
.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row {
  display: table-row;
}
.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-overlay {
  position: absolute;
  width: 100%;
  height: 150px;
  top: 0;
  left: 0;
  z-index: 2;
}
.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid,
.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-hue,
.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-saturation,
.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-lightness,
.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-opacity {
  background-image: linear-gradient(45deg, #808080 25%, transparent 25%), linear-gradient(-45deg, #808080 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #808080 75%), linear-gradient(-45deg, transparent 75%, #808080 75%);
  background-size: 10px 10px;
  background-position: 0 0, 0 5px, 5px -5px, -5px 0px;
}
.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-hue,
.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-saturation,
.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-lightness,
.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-opacity {
  display: table-cell;
  position: relative;
  left: 1px;
  width: 20px;
  background-color: white;
  cursor: row-resize;
}
.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background: white;
  border: solid 1px black;
  box-sizing: content-box;
  margin-top: -1px;
  z-index: 3;
}
.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid {
  display: table-cell;
  position: relative;
  width: 150px;
  height: 150px;
  cursor: crosshair;
}
.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-grid-inner {
  width: 150px;
  height: 150px;
  z-index: 9;
}
.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-overlay {
  background-image: url(data:image/png;base64,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);
  pointer-events: none;
}
.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-picker {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 12px;
  height: 12px;
  border: solid 1px black;
  border-radius: 10px;
  margin-top: -6px;
  margin-left: -6px;
  background: none;
  box-sizing: content-box;
  z-index: 99;
}
.color-picker-wrapper .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-picker > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: solid 2px white;
  box-sizing: content-box;
}
.color-picker-wrapper .color-picker-panel .color-picker-actions .color-picker-action {
  width: calc(27.3333%);
  margin: 3px;
}
.color-picker-wrapper .color-picker-panel.color-picker-show-inline {
  position: relative;
}
.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-saturation.color-picker-show-lightness.color-picker-show-alpha {
  width: 230px;
}
.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-saturation.color-picker-show-lightness {
  width: 210px;
}
.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-saturation.color-picker-show-alpha {
  width: 210px;
}
.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-lightness.color-picker-show-alpha {
  width: 210px;
}
.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-saturation {
  width: 190px;
}
.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-lightness {
  width: 190px;
}
.color-picker-wrapper .color-picker-panel.color-picker-show-hue.color-picker-show-alpha {
  width: 190px;
}
.color-picker-wrapper .color-picker-panel.color-picker-show-saturation.color-picker-show-alpha {
  width: 190px;
}
.color-picker-wrapper .color-picker-panel.color-picker-show-saturation.color-picker-show-lightness {
  width: 190px;
}
.color-picker-wrapper .color-picker-panel.color-picker-show-saturation.color-picker-show-lightness.color-picker-show-alpha {
  width: 210px;
}
.color-picker-wrapper .color-picker-panel.color-picker-show-lightness.color-picker-show-alpha {
  width: 190px;
}
.color-picker-wrapper .color-picker-panel.color-picker-show-hue {
  width: 170px;
}
.color-picker-wrapper .color-picker-panel.color-picker-show-saturation {
  width: 170px;
}
.color-picker-wrapper .color-picker-panel.color-picker-show-lightness {
  width: 170px;
}
.color-picker-wrapper .color-picker-panel.color-picker-show-alpha {
  width: 170px;
}
.color-picker-wrapper .color-picker-panel.color-picker-panel-bottom {
  top: auto;
}
.color-picker-wrapper .color-picker-panel.color-picker-panel-top {
  bottom: 100%;
}
.color-picker-wrapper .color-picker-panel.color-picker-panel-left {
  left: 0;
}
.color-picker-wrapper .color-picker-panel.color-picker-panel-right {
  right: 0;
}
.color-picker-wrapper .color-picker-panel.color-picker-panel-round .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-overlay {
  background-image: url(data:image/png;base64,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);
  border-radius: 50%;
}
.color-picker-wrapper .color-picker-panel.color-picker-panel-round .color-picker-grid-wrapper .color-picker-row .color-picker-grid .color-picker-grid-inner {
  background-color: #FFFFFF;
}
.color-picker-wrapper .color-picker-hidden {
  display: none;
}
.color-picker-wrapper.color-picker-disabled .color-picker-swatch,
.color-picker-wrapper.color-picker-disabled .color-picker-hue,
.color-picker-wrapper.color-picker-disabled .color-picker-opacity,
.color-picker-wrapper.color-picker-disabled .color-picker-grid,
.color-picker-wrapper.color-picker-disabled .color-picker-input {
  cursor: not-allowed !important;
}
.color-picker-wrapper.color-picker-swatch-only .color-picker-input {
  padding-left: 33px;
  padding-right: 0;
  width: 35px;
}
.color-picker-wrapper.color-picker-swatch-only .input-group .input-group-addon {
  width: 35px;
  height: 100%;
  border-right: 1px solid #cccccc;
}
.color-picker-wrapper.color-picker-swatch-only .input-group .input-group-addon:first-child {
  border-right-width: 1px;
}
.color-picker-wrapper.color-picker-swatch-only .input-group .input-group-addon:last-child {
  border-left-width: 1px;
}
.color-picker-wrapper.color-picker-swatch-only .input-group .color-picker-input {
  padding: 0;
  width: 1px;
  opacity: 0;
  cursor: pointer;
}
.color-picker-wrapper.color-picker-swatch-only .input-group .color-picker-input:focus {
  outline: none;
}
.color-picker-wrapper.color-picker-closed .color-picker-panel {
  display: none;
}
.color-picker-wrapper.color-picker-horizontal .color-picker-panel {
  width: 150px !important;
}
.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row {
  display: block;
}
.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-grid {
  display: block;
}
.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-hue,
.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-saturation,
.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-lightness,
.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-opacity {
  cursor: col-resize;
  display: block;
  left: 0;
  width: 150px;
  height: 20px;
}
.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-hue .color-picker-overlay,
.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-saturation .color-picker-overlay,
.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-lightness .color-picker-overlay,
.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-opacity .color-picker-overlay {
  height: 20px;
}
.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-hue .color-picker-slider,
.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-saturation .color-picker-slider,
.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-lightness .color-picker-slider,
.color-picker-wrapper.color-picker-horizontal .color-picker-panel .color-picker-grid-wrapper .color-picker-row .color-picker-opacity .color-picker-slider {
  width: 2px;
  height: 18px;
  margin-top: 0;
}
body {
  position: static !important;
}
.preview-logo .circle .jcrop-holder > div > div,
.preview-logo .circle .ng-jcrop-thumbnail-wrapper {
  border-radius: 100%;
}
#side-one-placeholder {
  position: relative;
}
.draggable {
  position: absolute;
  background-color: #ff0;
  z-index: 1;
}
/*!*z-index: 2;*!*/
/*!*z-index: 3;*!*/
/*!*z-index: 4;*!*/
.droppable-area .layer {
  position: absolute;
}
.droppable-area,
.droppable {
  box-sizing: content-box;
  background: #fff0;
  width: 200px;
  height: 200px;
  max-width: 200px;
  max-height: 200px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  overflow: hidden;
  outline: 4px dashed red;
  text-align: center;
}
.droppable__item0 {
  background-color: red;
}
.droppable__item1 {
  background-color: green;
}
.droppable__item2 {
  background-color: blue;
}
.droppable.active {
  opacity: .5;
}
.angular-dnd-resizable-handle {
  position: absolute;
  display: block;
}
.angular-dnd-disabled .ui-resizable-handle,
.angular-dnd-autohide .ui-resizable-handle {
  display: none;
}
.angular-dnd-resizable-handle-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: 0;
  left: 0;
}
.angular-dnd-resizable-handle-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.angular-dnd-resizable-handle-e {
  cursor: e-resize;
  width: 7px;
  right: 0;
  top: 0;
  height: 100%;
}
.angular-dnd-resizable-handle-w {
  cursor: w-resize;
  width: 7px;
  left: 0;
  top: 0;
  height: 100%;
}
.angular-dnd-resizable-handle-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.angular-dnd-resizable-handle-sw {
  cursor: sw-resize;
  width: 12px;
  height: 12px;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.angular-dnd-resizable-handle-nw {
  cursor: nw-resize;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  z-index: 2;
}
.angular-dnd-resizable-handle-ne {
  cursor: ne-resize;
  width: 12px;
  height: 12px;
  right: 0;
  top: 0;
  z-index: 2;
}
.angular-dnd-rotatable-handle {
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  cursor: grabbing;
}
.angular-dnd-lasso {
  position: absolute;
  border: 1px solid rgba(108, 152, 197, 0.73);
  background: rgba(108, 152, 197, 0.27);
  box-sizing: border-box;
}
.angular-dnd-draggable-helper {
  opacity: .5;
}
.angular-dnd-placeholder {
  opacity: .5;
}
.nestedDemo .dropzone ul[dnd-list] {
  margin: 0;
  min-height: 42px;
  padding-left: 0;
}
.nestedDemo .dropzone li {
  background-color: #fff;
  border: 1px solid #ddd;
  display: block;
  padding: 0;
}
.nestedDemo .dropzone .dndDragging {
  opacity: .7;
}
.nestedDemo .dropzone .dndDraggingSource {
  display: none;
}
.nestedDemo .dropzone .dndPlaceholder {
  background-color: #ddd;
  display: block;
  min-height: 42px;
}
.nestedDemo .dropzone .selected .item {
  color: #3c763d;
  background-color: #dff0d8;
}
.nestedDemo .dropzone .selected .box {
  border-color: #d6e9c6;
}
.nestedDemo .dropzone .selected .box > h3 {
  background-color: #dff0d8;
  background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
  border-color: #d6e9c6;
  color: #3c763d;
}
.nestedDemo .dropzone .item {
  padding: 10px 15px;
}
.nestedDemo .dropzone .container-element {
  margin: 10px;
}
.nestedDemo .dropzone .container-element .column {
  float: left;
  width: 50%;
}
.nestedDemo .toolbox ul {
  cursor: move;
  list-style: none;
  padding-left: 0;
}
.nestedDemo .toolbox button {
  margin: 5px;
  opacity: 1;
  width: 123px;
}
.nestedDemo .toolbox .dndDragging {
  opacity: .5;
}
.nestedDemo .toolbox .dndDraggingSource {
  opacity: 1;
}
.nestedDemo .trashcan ul {
  list-style: none;
  padding-left: 0;
}
.nestedDemo .trashcan img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.nestedDemo .trashcan .dndDragover img {
  width: 100%;
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
}
.nestedDemo .trashcan .dndPlaceholder {
  display: none;
}
.line-edits {
  display: none;
}
.line-edits.active {
  display: block;
}
.preview.droppable-area {
  height: 100px;
  width: 100px;
}
.customizer-focus-image-container {
  width: 100px;
  height: 100px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.customizer-focus-image-container img {
  width: auto;
  height: auto;
}
.page-products .most-viewed .products-grid .product-item {
  width: 16.155% !important;
}
.field-yotpo_accepts_sms_marketing_checkout {
  padding: 10px 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * 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%;
  }
}
@media all and (min-width: 1025px) {
  html,
  body {
    height: 100%;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    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: 25px 20px 0;
  }
  .page-header {
    border: 0;
    /* margin-bottom: 0;*/
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .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: -8px 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;
  }
}
@media all and (min-width: 769px), 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;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .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,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .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),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .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),
  .login-container .block:nth-child(even),
  .account .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 {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .modes-label,
  .dashboard-welcome-toggler {
    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,
  .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,
  .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,
  .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,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after,
  .account .toolbar:before,
  .account .toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container: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,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after,
  .account .toolbar: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,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results,
  .account .toolbar {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter,
  .account .toolbar .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount,
  .account .toolbar .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages,
  .account .toolbar .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;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
    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;
  }
  .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: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 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 #c1c1c1;
    text-align: right;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .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;
  }
  html.ie8,
  html.ie9,
  html.ie10,
  html.ie11 {
    height: auto;
  }
  .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;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-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: 0;
    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 #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-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;
  }
  .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 #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 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 #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 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 #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .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;
  }
  .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;
  }
  .page-products .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .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;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 150px;
  }
  .page-layout-1column.catalog-product-view .column.main {
    float: right;
    width: 100%;
    margin-bottom: 30px;
  }
  .page-layout-1column.catalog-product-view .column.main .product-info-main {
    width: 57%;
    margin-bottom: 0;
  }
  .page-layout-1column .product-info-main {
    width: 57%;
    margin-bottom: 30px;
  }
  .page-layout-1column .product.media {
    width: 43%;
  }
  .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%;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 100%;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: none;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: none;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    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;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .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;
  }
  .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;
  }
  .widget-blog-posts ol.post-list li.item {
    width: calc((100% - (2% * (4 - 1))) / 4);
  }
  .widget-blog-posts ol.post-list li.item:nth-child(2n + 1) {
    clear: none;
    margin-left: 2%;
  }
  .widget-blog-posts ol.post-list li.item:nth-child(4n + 1) {
    clear: left;
    margin-left: 0 !important;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .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;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: calc((100% - 4 * 23.233%) / 3);
    padding: 0;
    width: 23.233%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .amslider .wrapper {
    justify-content: center;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
/*---- VARIABLES -----*/
/*@brand_color: #21812c;*/
/* ---- utilies ----*/
@media all and (min-width: 1025px) {
  .page-layout-2columns-left .column.main {
    width: calc(100% - 328px);
    padding-left: 20px;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 328px;
    position: relative;
    padding-right: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .page-layout-2columns-left .column.main {
    width: calc(100% - 206px);
    padding-left: 10px;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 206px;
    position: relative;
    padding-right: 0;
  }
}
._keyfocus *:focus,
input:focus,
textarea:focus,
select:focus {
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid black;
}
a,
a:visited,
a:active {
  color: #084171;
}
a.action,
a.action.primary,
button.action,
button.action.primary,
.action.update.primary,
.cart-container .form-cart .action.continue,
label.action.primary,
.action.viewcart,
.action.viewcart:visited,
.checkout-billing-address fieldset .actions-toolbar .action.action-cancel {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 35px;
  max-width: 100%;
  font-size: 14px;
  white-space: nowrap;
  line-height: 38px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  transition: 0.3s all ease-in-out;
  background-color: #084171;
  color: #fff;
  border: 1px solid #084171;
  border-radius: 4px;
}
a.action:hover,
a.action.primary:hover,
button.action:hover,
button.action.primary:hover,
.action.update.primary:hover,
.cart-container .form-cart .action.continue:hover,
label.action.primary:hover,
a.action:active,
a.action.primary:active,
button.action:active,
button.action.primary:active,
.action.update.primary:active,
.cart-container .form-cart .action.continue:active,
label.action.primary:active,
a.action:focus,
a.action.primary:focus,
button.action:focus,
button.action.primary:focus,
.action.update.primary:focus,
.cart-container .form-cart .action.continue:focus,
label.action.primary:focus,
.action.viewcart:hover {
  color: #fff;
  color: #084171;
  background-color: #fff;
  border: 1px solid #084171;
}
a.action:visited,
a.action.primary:visited,
button.action:visited,
button.action.primary:visited,
.action.update.primary:visited,
.cart-container .form-cart .action.continue:visited,
label.action.primary:visited {
  color: #fff;
}
a.action:visited:hover,
a.action.primary:visited:hover,
button.action:visited:hover,
button.action.primary:visited:hover,
.action.update.primary:visited:hover,
.cart-container .form-cart .action.continue:visited:hover,
label.action.primary:visited:hover {
  color: #084171;
}
.cart-container .form-cart .action.cart-update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
a.action.secondary,
button.action.secondary,
.secondary .action,
.action.change-password,
a.action.action-delete,
a.action.remove,
a.action.clear.filter-clear {
  background-color: #fff;
  color: #084171;
  border: 1px solid #084171;
  border-radius: 4px;
}
a.action.secondary:hover,
button.action.secondary:hover,
a.action.secondary:active,
button.action.secondary:active,
a.action.secondary:focus,
button.action.secondary:focus,
.secondary .action:hover,
.action.change-password:hover,
.secondary .action:focus,
.action.change-password:focus,
.secondary .action:focus,
.action.change-password:focus,
a.action.action-delete:hover,
a.action.remove:hover,
a.action.clear.filter-clear:hover,
a.action.action-delete:focus,
a.action.remove:focus,
a.action.clear.filter-clear:focus,
a.action.action-delete:focus,
a.action.remove:focus,
a.action.clear.filter-clear:focus {
  color: #fff;
  background-color: #084171;
  border: 1px solid #084171;
}
a.action.secondary:visited,
button.action.secondary:visited,
.secondary .action:visited,
.action.change-password:visited,
a.action.action-delete:visited,
a.action.remove:visited,
a.action.clear.filter-clear:visited {
  color: #084171;
}
.action.personalise {
  background-color: red;
  border-color: red;
  color: white;
}
.action.personalise:hover {
  background-color: #c40505;
  border-color: #c40505;
  color: white;
}
.action.personalise:visited {
  background-color: red;
  border-color: red;
  color: white;
}
.product-personalise.addtocart_disabled a.action.secondary.personalise {
  padding: 5px 35px !important;
}
a.action.delete {
  padding: 0 10px;
  background-color: transparent;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  background-color: transparent;
  border: none;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  color: #000000;
}
.minicart-items .action.edit:hover,
.minicart-items .action.delete:hover,
.minicart-items .action.edit:active,
.minicart-items .action.delete:active,
.minicart-items .action.edit:focus,
.minicart-items .action.delete:focus {
  background-color: transparent;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before,
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before,
.minicart-items .action.edit:focus:before,
.minicart-items .action.delete:focus:before {
  color: #000000;
}
@media all and (min-width: 768px) and (max-width: 1100px) {
  .login-container .fieldset > .field > .control {
    width: 85%;
  }
}
.page-title-wrapper .page-title {
  position: relative;
  width: 100%;
  margin: 25px 0 30px 0;
  flex-basis: 100%;
  text-align: center;
}
.page-title-wrapper .page-title span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  /* outline: 10px solid white; */
  color: #282828;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 auto;
  background-color: #fff;
  z-index: 2;
  padding: 0 15px;
}
@media all and (max-width: 1024px) {
  .page-title-wrapper .page-title span {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .page-title-wrapper .page-title span {
    padding: 0 5px;
  }
}
.page-title-wrapper .page-title:after {
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  height: 6px;
  background-color: #084171;
  content: '';
  display: block;
  top: 50%;
  margin: -7px auto 0 auto;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .page-title-wrapper .page-title:after {
    margin: -3px auto 0 auto;
    height: 4px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .page-title-wrapper .page-title:after {
    margin: -13px auto 0 auto;
    height: 4px;
  }
}
a:visited,
.alink:visited {
  color: #084171;
}
.fieldset > .field.choice:before,
.fieldset > .field.no-label:before {
  width: 0;
  padding: 0;
}
.fieldset .legend {
  margin-left: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.fieldset > .field:not(.choice) {
  position: relative;
  /* > .label {
        text-align: left;
        width: 100%;
        float: none;
        margin-bottom: 3px;
      }*/
}
.fieldset > .field > .label {
  text-align: left !important;
  width: 100% !important;
  float: none !important;
  margin-bottom: 3px;
  font-weight: 700 !important;
}
.fieldset > .field.choice > label {
  float: left;
}
.modal-header,
.modal-footer {
  border: none;
}
.modal-content {
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}
.button {
  background: white;
  border: none;
  border-radius: 0;
}
.modal-popup .modal-inner-wrap {
  width: 50%;
}
@media all and (max-width: 549px) {
  .modal-popup .modal-inner-wrap {
    width: 80%;
  }
}
a:active,
.alink:active {
  text-decoration: none;
}
* {
  box-sizing: border-box;
  font-family: 'Kumbh Sans';
}
@font-face {
  font-family: 'Kumbh Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/kumbhsans/KumbhSans-Bold.ttf') format('ttf');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0330, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2034-2037, U+2057, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2102, U+210A-210E, U+2110-2112, U+2115, U+2119-211D, U+2124, U+2128, U+212C-212D, U+212F-2131, U+2133-2138, U+213C-2140, U+2145-2149, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B6, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
a:hover {
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a.underlined {
  text-decoration: underline;
}
a.underlined:hover {
  text-decoration: none;
}
input::focus {
  box-shadow: 0 0 3px rgba(40, 40, 40, 0.2);
  outline: none;
}
/*----- HEADER -----*/
.navs-overlay {
  background: black;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  position: fixed;
  z-index: 10;
  visibility: hidden;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.navs-overlay.visible {
  opacity: 0.5;
  visibility: visible;
}
.over-header {
  position: relative;
  background-color: #084171;
  color: #fff;
  z-index: 12;
}
.over-header ul.links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 20px;
  margin: 0;
  max-width: 800px;
  margin: 0 auto;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .over-header ul.links {
    padding-left: 60px;
  }
}
.over-header ul.links li {
  margin: 0;
  list-style: none;
}
.over-header ul.links li + li {
  margin-left: 10px;
}
.over-header ul.links li svg {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  content: '';
  height: 22px;
  width: 22px;
  fill: #fff;
}
.over-header ul.links a {
  color: #fff;
  position: relative;
}
.over-header ul.links a:hover {
  color: #fff;
  text-decoration: underline;
}
.over-header ul.links a span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 100%;
  padding-left: 5px;
}
.over-header ul.links .store-tel,
.over-header ul.links .store-email {
  position: relative;
  font-size: 0;
}
.over-header ul.links .store-tel a svg,
.over-header ul.links .store-email a svg {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
  content: '';
  height: 22px;
  width: 22px;
  fill: #fff;
  top: 0;
}
.over-header ul.links .store-tel a:hover svg,
.over-header ul.links .store-email a:hover svg {
  top: -2px;
  transition: all 0.3s;
  fill: #fff;
}
.over-header .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  width: 100%;
}
.over-header .container > div {
  width: 50%;
}
@media all and (max-width: 767px) {
  .over-header .container > div {
    width: 100%;
  }
}
.over-header .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.over-header .header.links {
  margin: 0;
}
.over-header .header.links .delivery-link {
  margin-right: 15px;
}
.over-header .header.links li > a span {
  color: #ffffff;
}
.over-header p {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  line-height: 1.2;
  padding: 12px 5px;
  text-align: center;
}
#maincontent .over-header {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.header.content {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header.content:after,
.header.content:before {
  content: none;
}
@media all and (min-width: 767px) and (max-width: 1024px) {
  .header.content {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .header.content {
    padding-bottom: 5px;
  }
}
@media all and (max-width: 767px) {
  .header.content {
    justify-content: flex-start;
    padding-bottom: 15px;
  }
}
.header.content > * {
  float: none;
}
.header.content .block-search {
  width: 100%;
  max-width: 40%;
  padding-left: 0;
  z-index: 100;
}
@media all and (min-width: 767px) and (max-width: 1024px) {
  .header.content .block-search {
    flex-basis: calc(100% - 216px);
    width: calc(100% - 216px);
    order: 4;
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.header.content .block-search .block-content {
  max-width: 80%;
  margin: 0 auto;
}
.header.content .block-search #algolia-searchbox .magnifying-glass {
  position: absolute;
  bottom: 13px;
  right: 10px;
  width: 16px;
  height: 16px;
  display: block;
  background: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='search' class='svg-inline--fa fa-search fa-w-16 ' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23b5b5b5' d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z'%3E%3C/path%3E%3C/svg%3E") no-repeat center right / 16px;
}
.header.content .block-search input {
  height: 44px;
  line-height: 44px;
  background: #ededed;
  border: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding-left: 20px;
}
.header.content .minicart-wrapper {
  flex-basis: auto;
}
@media all and (min-width: 767px) and (max-width: 1024px) {
  .header.content .minicart-wrapper {
    order: 3;
  }
}
.header.content .logo {
  width: 25%;
  max-width: none;
  margin: 0;
  position: relative;
  top: 5px;
}
@media all and (max-width: 767px) {
  .header.content .logo {
    display: block;
    max-width: 85px;
    margin-top: -5px;
    margin-left: 40px;
    position: relative;
    left: 0px;
    top: 11px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .header.content .logo {
    order: 1;
    flex-basis: 216px;
    position: absolute;
    top: auto;
    left: 60px;
  }
}
.header.content .logo img {
  width: 100%;
  max-width: 150px;
}
@media all and (max-width: 767px) {
  .header.content .logo img {
    width: 120px;
  }
}
.header.content .header.links {
  width: 35%;
}
.header.content .block-search .action.search {
  background: #084171;
  right: -1px;
  border-radius: 0;
  width: 42px;
  padding: 0;
  height: auto;
  line-height: 42px;
}
.header.content .block-search .action.search:before {
  color: #fff;
  line-height: 42px;
  font-size: 28px;
}
.header.links {
  position: relative;
  padding: 0;
  margin: 0 0 0 40px;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media all and (min-width: 767px) and (max-width: 1024px) {
  .header.links {
    order: 2;
    margin: 0;
    justify-content: flex-end;
  }
}
@media all and (max-width: 767px) {
  .header.links {
    margin: 0 0 0 10px;
    position: absolute;
    right: 10px;
    top: 10px;
  }
}
.header.links > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .header.links > li.delivery-link {
    display: none;
  }
}
.header.links > li > a {
  color: #000;
  font-size: 13px;
  position: relative;
  line-height: 24px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .header.links > li > a {
    white-space: nowrap;
  }
}
.header.links > li > a span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 24px;
  color: #000;
}
@media all and (max-width: 767px) {
  .header.links > li > a span {
    display: block;
  }
}
.header.links > li > a:before {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 24px;
  width: 25px;
  content: '';
  background-image: url(../images/sprite.png);
}
.header.links > li > a svg {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 24px;
  width: 25px;
}
.header.links > li > a:hover svg {
  fill: #084171;
}
.header.links > li > a:hover span {
  color: #084171;
}
.header.links li.delivery-link a:before {
  background-position: 1px 5px;
}
.header.links li.contact-link a:before {
  background-position: 1px -31px;
}
.header.links li.account-link a:before {
  content: none;
}
.header.links li.delivery-link a:hover:before {
  background-position: -44px 5px;
}
.header.links li.contact-link a:hover:before {
  background-position: -44px -31px;
}
.header.links li.account-link a.logout_link {
  position: relative;
  display: block;
  text-align: center;
}
@media all and (max-width: 549px) {
  .header.links li.account-link a.logout_link {
    top: -8px;
  }
}
.header.links li.account-link a.logout_link:before {
  display: none;
}
.header.links li.account-link a.logout_link .logout.mobile-only {
  display: none;
}
@media all and (max-width: 767px) {
  .header.links li.account-link a.logout_link .logout.mobile-only {
    display: block;
  }
}
.minicart-wrapper .action.showcart:before {
  content: none;
}
.minicart-wrapper .action.showcart svg {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 24px;
  width: 25px;
  stroke: #000;
}
.minicart-wrapper .action.showcart:hover svg {
  stroke: #084171;
}
.minicart-wrapper .action.showcart:hover .title {
  color: #084171;
}
.minicart-wrapper .action.showcart .title {
  color: #000;
  font-size: 13px;
  line-height: 24px;
}
@media all and (max-width: 767px) {
  .minicart-wrapper .action.showcart .title {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .minicart-wrapper .action.showcart .title {
    display: inline-block;
  }
}
.page-header {
  border: none;
  z-index: 101;
  background: #ffffff;
}
.page-header.sticky {
  /*   padding-top: 100px;*/
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
}
.page-header.sticky .header.content {
  max-width: none;
  background: #fff;
  z-index: 999;
  box-shadow: none !important;
}
.page-header.sticky .header.content .logo img {
  max-width: 120px;
  position: relative;
  top: -4px;
}
@media all and (max-width: 1240px) {
  .page-header.sticky .header.content {
    padding: 5px 20px ;
  }
}
@media all and (max-width: 767px) {
  .page-header {
    margin-bottom: 10px;
  }
  .page-header.sticky .header.content {
    padding: 5px 20px 20px 20px;
  }
}
@media all and (min-width: 768px) and (min-width: 1024px) {
  .page-header {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1025px) {
  .page-header {
    margin-bottom: 0;
  }
}
.page-header .header.panel {
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
}
.page-header .panel.wrapper {
  margin-bottom: 0;
  box-shadow: none;
  margin: 0;
  border: none;
}
a.level-top {
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  color: #000;
  padding: 0;
  background: transparent;
  z-index: 2;
  white-space: nowrap;
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  a.level-top {
    font-size: 12px;
  }
}
.level0.nav-7 a.level-top:after {
  display: none;
}
.nav-sections {
  position: relative;
  padding: 15px 0 14px;
  background: #fff;
  z-index: 100;
}
.nav-sections:before {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  width: auto;
  border-top: 1px solid #dbdbdb;
}
.nav-sections:before {
  bottom: 0;
  top: auto;
}
.nav-sections:after {
  bottom: 0;
}
.navigation {
  background: transparent;
  z-index: 12;
}
@media all and (min-width: 1025px) {
  .navigation {
    margin-top: -5px;
  }
  .navigation ul {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    background: transparent;
  }
}
/*--  IE  styles --*/
@media all and (min-width: 1025px) {
  html[data-useragent='ie'] .navigation ul {
    display: table;
  }
  html[data-useragent='ie'] .navigation li.level0 {
    display: table-cell;
  }
}
/*------------------*/
.page-main #algolia-autocomplete-container {
  top: -59px;
}
.page-main #algolia-autocomplete-container .autocomplete-wrapper .aa-dataset-products .aa-suggestion .algoliasearch-autocomplete-hit .info .algoliasearch-autocomplete-price {
  color: #d20000;
}
.page-main #algolia-autocomplete-container .autocomplete-wrapper .aa-dataset-products #autocomplete-products-footer {
  background-color: #fff;
  border: 2px solid #084171;
  margin-bottom: 20px;
  width: 65%;
  left: 33%;
}
@media all and (min-width: 768px) {
  .navigation .navigation {
    padding: 0 20px;
    text-align: left;
    z-index: 11;
    background: transparent;
  }
}
@media all and (min-width: 1025px) {
  .navigation li.level0 {
    background: #fff;
    text-align: center;
    padding: 0;
  }
  .navigation.hovered li.level0 {
    background: transparent;
  }
  .navigation.hovered li.level0:hover {
    background: #fff;
  }
}
.navigation li.level0.parent:hover a:after {
  background-color: transparent;
}
.navigation li.level0.parent.nav-7:hover > a {
  color: #ff0000;
}
.navigation li.level0.parent.nav-7:hover > .level-top span:not(.ui-menu-icon) {
  border-bottom: 2px solid #ff0000;
  color: #ff0000;
}
.navigation li.level0.parent.nav-7:hover {
  border-bottom: none;
}
@media all and (max-width: 1024px) {
  .navigation li.level0.parent,
  .navigation li.level0.parent:hover {
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  .navigation li.level0 {
    border: none;
    border-bottom: 1px solid #a1a1a1;
  }
}
.navigation .level0 > .level-top span:not(.ui-menu-icon) {
  padding: 5px 0;
  border-bottom: 2px solid transparent;
}
@media all and (min-width: 1025px) {
  .navigation .level0:hover > .level-top span:not(.ui-menu-icon),
  .navigation .level0.active > .level-top span:not(.ui-menu-icon),
  .navigation .level0.has-active > .level-top span:not(.ui-menu-icon) {
    color: #084171;
  }
  .navigation .level0:hover {
    border-bottom: 2px solid #084171;
  }
}
ul.submenu {
  text-align: left;
}
ul.submenu.level0 {
  padding: 0 20px;
}
ul.submenu.level1 {
  display: block !important;
  position: static !important;
}
ul.submenu li {
  position: relative;
  margin-bottom: 2px;
  padding: 0;
}
ul.submenu li.level1 {
  display: inline-block;
  padding: 0 20px 0 0;
  margin-bottom: 15px;
  vertical-align: top;
  overflow: hidden;
}
@media all and (max-width: 600px) {
  ul.submenu li.level1 {
    padding: 0;
  }
}
@media all and (min-width: 991px) {
  ul.submenu li.level1 {
    float: left;
    width: calc(100% / 6);
  }
}
.navigation li.level1 > a {
  border-bottom: 1px solid #a1a1a1;
}
.navigation .level0 .submenu a {
  font-size: 15px;
  color: #333;
  font-weight: 600;
  line-height: 17px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  white-space: nowrap;
}
@media all and (max-width: 1024px) {
  .navigation .level0 .submenu a {
    font-size: 14px;
    line-height: 16px;
  }
}
.navigation .level0 .submenu a:hover {
  text-decoration: underline;
}
.navigation .level0 .submenu a span:not(.ui-icon) {
  white-space: normal;
}
.navigation .level0 li.level2 > a {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: 100%;
  padding: 5px 0;
}
@media all and (max-width: 1024px) {
  .navigation .level0 li.level2 > a {
    font-size: 12px;
    line-height: 14px;
  }
}
.navigation .level0 .submenu {
  box-shadow: none;
  border: none;
  padding: 6px 0 8px 0;
}
@media all and (min-width: 768px) {
  .navigation .level0 .submenu {
    min-width: 100%;
    width: calc(100% + 2px);
    /* left: -1px !important;*/
  }
}
@media all and (min-width: 1025px) {
  .navigation .level0 .submenu {
    top: 42px !important;
    width: auto;
  }
}
.navigation .level0.submenu {
  padding-top: 45px !important;
}
.navigation .level0.submenu:after {
  background: #dbdbdb;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  bottom: auto;
  width: 100%;
  height: 1px;
}
@media all and (min-width: 1025px) {
  .navigation .level0.nav-6 > .submenu,
  .navigation .level0.nav-7 > .submenu {
    left: auto !important;
    right: -1px;
  }
}
@media (min-width: 1025px) {
  .navigation.hovered .level0.parent:hover > .submenu {
    display: block;
  }
  .navigation:not(.hovered) .level0.parent > .submenu {
    display: none !important;
  }
}
.navigation .level0 .submenu.level0:before {
  display: block;
  content: "";
  background: #fff;
  width: 100vw;
  left: 50%;
  top: 0;
  bottom: 0;
  position: absolute;
  transform: translateX(-50%);
}
@media all and (min-width: 768px) {
  .navigation .level0 .submenu.level0 {
    /* border-top: none;*/
    max-width: 100%;
    width: 100%;
    left: 50% !important;
    transform: translateX(-50%);
    padding: 15px 0 8px 0;
  }
}
@media (max-width: 1024px) {
  .level1.parent > a:after {
    position: relative;
    left: 3px;
    top: 0px;
    display: inline-block;
    vertical-align: top;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    margin: 8px 0 0 5px;
    border-color: #084171 transparent transparent transparent;
  }
}
@media all and (max-width: 1024px) {
  .level2.parent > a:after,
  .level3.parent > a:after {
    position: relative;
    left: 3px;
    top: 0px;
    display: inline-block;
    vertical-align: top;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    margin: 8px 0 0 5px;
    border-color: #084171 transparent transparent transparent;
  }
}
.level0.last a {
  color: #ff0000;
  border-right: 1px solid transparent !important;
}
.level0.last a:after {
  display: none;
}
@media all and (min-width: 768px) {
  .top-search-in-navs {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .header.content .block-search {
    display: none;
  }
}
@media all and (max-width: 1023px) {
  .mobile-title {
    display: block;
    font-size: 11px;
  }
}
@media all and (min-width: 1024px) {
  .mobile-title {
    display: none !important;
  }
}
@media all and (max-width: 1023px) {
  .screen-title {
    display: none !important;
  }
}
.nav-sections-item-content {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .header.links > li {
    margin-right: 15px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
  }
  .header.links > li > a {
    font-size: 11px;
    display: block;
  }
  .block-search .label {
    display: none;
  }
  .top-search-in-navs .block-search .action.search {
    display: block;
    position: absolute;
    right: 19px;
    border-radius: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background: #084171;
    height: 42px;
    line-height: 42px;
    padding: 0;
    border: none;
  }
  .top-search-in-navs .block-search .action.search:before {
    color: #fff;
    margin-top: 4px;
    margin-left: 2px;
    font-size: 23px;
    line-height: 18px;
    height: 23px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e615';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .top-search-in-navs .block-search .action.search span {
    display: none;
  }
  .block-search input {
    position: static;
    font-size: 11px;
    margin: 0;
    height: 42px;
    line-height: 42px;
  }
  .block-search .control {
    border: none;
    clear: both;
    margin: 0 0px -1px;
    padding: 0;
  }
  .field.search {
    position: relative;
  }
  .top-search-in-navs {
    padding: 0 19px;
    position: relative;
    margin: 0 0 28px;
  }
  .navigation .level0 .submenu {
    border: none;
  }
  .navigation .parent .level-top:after {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .minicart-wrapper .action.showcart .counter.qty {
    position: relative;
    top: 0px;
    left: 0;
  }
}
@media all and (max-width: 767px) {
  .minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    right: -9px;
    top: -4px;
  }
}
.breadcrumbs {
  margin-bottom: 12px;
  margin-top: 12px;
  padding: 0;
}
.breadcrumbs .items > li a,
.breadcrumbs .items > li strong {
  font-size: 15px;
  line-height: 100%;
  color: #000;
  text-transform: capitalize;
}
.breadcrumbs .items > li a {
  color: #696969;
}
.breadcrumbs .items > li a:hover {
  color: #000;
  text-decoration: none;
}
.breadcrumbs .items > li strong {
  color: #242424;
}
.breadcrumbs .item a::after {
  content: '/';
  font-size: 15px;
  margin: 0 10px;
}
.breadcrumbs .item::after {
  display: none !important;
}
@media all and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .action.nav-toggle span {
    display: block;
    font-size: 11px;
    text-align: center;
    color: #000;
    width: auto;
    clip: rect(auto, auto, auto, auto);
    height: auto;
    position: relative;
    z-index: 2;
  }
  .action.nav-toggle .line {
    margin-bottom: 5px;
    background-color: #000;
    width: 30px;
    height: 4px;
    margin: 0 0 5px 0;
    position: relative;
  }
  .nav-toggle:before {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .action.nav-toggle .line {
    background-color: #fff;
  }
  .action.nav-toggle span:last-child {
    color: white;
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    margin: -3px 0 0 0;
    display: none;
  }
  .nav-toggle {
    position: absolute;
    top: -31px;
  }
}
/*----- FOOTER -----*/
.page-footer {
  background-color: #084171;
  color: #fff;
  position: relative;
}
.footer.content {
  position: relative;
  width: 100%;
  border: none;
  margin-top: 0;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .footer.content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.footer.content .footer-column {
  position: relative;
}
@media all and (max-width: 767px) {
  .footer.content .footer-column {
    width: 100%;
    flex-basis: 100% !important;
    text-align: left;
  }
}
@media all and (min-width: 767px) and (max-width: 991px) {
  .footer.content .footer-column {
    flex-basis: 50% !important;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 20px;
  }
}
.footer.content .footer-column:after {
  position: absolute;
  height: 74%;
  content: '';
  width: 1px;
  background-color: #fff;
  display: inline-block;
  top: 0;
  right: 0;
}
@media all and (max-width: 991px) {
  .footer.content .footer-column:after {
    width: 100%;
    height: 1px;
    position: relative;
    margin: 17px 0;
  }
}
@media all and (min-width: 767px) and (max-width: 991px) {
  .footer.content .footer-column.footer-help-menu:after {
    display: none;
  }
}
.footer.content .footer-column.footer-contact-info:after {
  display: none;
}
.footer-column {
  flex-basis: 27%;
  text-align: center;
}
.footer-column h4 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 100%;
  margin: 0px 0 25px 0;
}
.footer-column.footer-base-menu {
  flex-basis: 17%;
  text-align: left;
}
.page-footer .copyright {
  display: block;
  width: 100%;
  position: relative;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 37px;
}
.footer-nav {
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.footer-nav li {
  position: relative;
  line-height: 100%;
  margin: 0 0 5px 0;
}
.footer-nav li a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  opacity: 1;
}
@media all and (max-width: 767px) {
  .footer-nav li a {
    font-size: 14px;
  }
}
.footer-nav li a:after {
  display: inline-block;
  vertical-align: top;
  position: relative;
  content: '';
  height: 4px;
  width: 4px;
  margin: 0 0 0 5px;
  transform: rotate(-45deg);
  transform-origin: center center;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  left: 0;
  top: 6px;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-nav li a:hover {
  opacity: 0.7;
}
.footer-nav li a:hover:after {
  left: 3px;
}
.footer-social-media {
  margin-top: -24px;
}
@media all and (max-width: 767px) {
  .footer-social-media {
    margin-top: 0;
  }
}
@media all and (min-width: 767px) and (max-width: 991px) {
  .footer-social-media {
    padding-left: 20px;
  }
}
.footer-social-media h4 {
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
  font-size: 14px;
  line-height: 27px;
}
.footer-social-media ul {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.footer-social-media ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 0 0;
}
.footer-social-media ul li a {
  display: block;
  height: 27px;
  width: 27px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../images/media_icons.png);
  background-color: #000000;
}
.footer-social-media ul li a:hover {
  background-color: #084171;
}
.footer-social-media ul li.facebook a {
  background-position: 0 0;
}
.footer-social-media ul li.twitter a {
  background-position: -35px 0;
}
.footer-social-media ul li.linkedin a {
  background-position: -70px 0;
}
.footer-social-media ul li.pinterest a {
  background-position: -104px 0;
}
.footer-social-media ul li.blog a {
  background-position: -137px 0;
}
.footer-social-media ul li.instagram a {
  background-image: url(../images/instagram.png);
  background-size: 27px;
}
.footer-social-media ul li.tiktok a {
  background-image: url(../images/tiktok.png);
  background-size: 27px;
}
.footer.content .footer-social-media ul > li {
  margin: 0 3px 0 0;
}
.footer-contact-info {
  flex-basis: 29%;
}
@media all and (max-width: 991px) {
  .footer-contact-info {
    margin-bottom: 35px;
  }
}
.footer-contact-info:after {
  display: none;
}
.footer-contact-info .footer-nav li a:after {
  display: none;
}
.footer-contact-info li {
  position: relative;
}
.footer-contact-info a {
  color: #fff;
  position: relative;
  padding-left: 27px;
  line-height: 25px;
}
.footer-contact-info a span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 100%;
  padding-left: 5px;
}
.footer-contact-info a svg {
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
  vertical-align: top;
  content: '';
  height: 22px;
  width: 22px;
  fill: #fff;
}
.footer-contact-info a:hover svg {
  fill: #fff;
}
.footer-contact-info .store-tel {
  margin-bottom: 10px;
}
.footer-contact-info .store-email {
  margin-bottom: 22px;
}
.footer-contact-info .store-location svg path {
  fill: #fff;
}
.footer-contact-info .store-location a:hover svg path {
  fill: #084171;
}
/*----- HOMEPAGE ------*/
@media all and (max-width: 767px) {
  .cms-index-index .columns .column.main {
    padding-bottom: 0;
  }
}
.page-wrapper {
  overflow: hidden;
}
.page-wrapper > .page-bottom {
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.home-popular-categories {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 40px;
}
@media all and (max-width: 1024px) {
  .home-popular-categories {
    margin-top: 0;
  }
}
.home-popular-categories .item {
  display: inline-block;
  position: relative;
  width: 33.3333%;
  padding: 0.75rem;
  /* order: 4;*/
  /* &:nth-child(2) {
            order: 0
        }

        &:nth-child(3) {
            order: 1
        }

        &:nth-child(4) {
            order: 2
        }*/
}
@media all and (min-width: 768px) {
  .home-popular-categories .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.home-popular-categories .item .card {
  background-color: #fff;
  -moz-border-radius: .25rem;
  border-radius: 0.25rem;
  -moz-box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0 0.5em 1em -0.125em rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
  color: #4a4a4a;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s;
}
.home-popular-categories .item .card:hover {
  transform: translateY(-4px);
}
.home-popular-categories .item .card-image {
  position: relative;
}
.home-popular-categories .item .card-image a {
  display: block;
  width: 100%;
  /* height: 240px;*/
  height: 400px;
}
@media all and (max-width: 767px) {
  .home-popular-categories .item .card-image a {
    height: auto;
    text-align: center;
  }
}
.home-popular-categories .item .card-image a img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 767px) {
  .home-popular-categories .item .card-image a img {
    position: relative;
    object-fit: cover;
    width: 50%;
    height: auto;
    margin: 0 auto;
  }
}
.home-popular-categories .item .card-content {
  position: relative;
  background: #fff;
  text-align: center;
  padding: 1.5rem;
}
.home-popular-categories .item .heading {
  margin: 0;
  color: #363636;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.125;
}
@media all and (max-width: 767px) {
  .home-popular-categories .item .heading {
    font-size: 16px;
  }
}
.home-popular-categories .item .subtitle {
  margin-top: 0;
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 400;
}
@media all and (min-width: 769px) {
  .aa-Panel {
    left: 50% !important;
    transform: translateX(-50%);
    right: auto !important;
  }
}
.aa-InputWrapperPrefix {
  height: 0;
}
#algoliaAutocomplete {
  height: 44px;
}
#algoliaAutocomplete .aa-SubmitButton {
  top: 5px;
}
.section-title {
  position: relative;
  width: 100%;
  margin: 25px 0 30px 0;
  flex-basis: 100%;
  text-align: center;
}
.section-title span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  /*outline: 10px solid white;*/
  color: #000000;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 auto;
  background-color: #fff;
  z-index: 2;
  padding: 0 15px;
}
@media all and (max-width: 767px) {
  .section-title span {
    font-size: 18px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .section-title span {
    font-size: 24px;
  }
}
.section-title:after {
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  height: 3px;
  background-color: #084171;
  content: '';
  display: block;
  top: 50%;
  margin: -3px auto 0 auto;
  z-index: 1;
  border-radius: 3px;
}
@media all and (max-width: 767px) {
  .section-title:after {
    height: 4px;
    margin: -2px auto 0 auto;
  }
}
@media all and (max-width: 767px) {
  .home-popular-categories .section-title {
    margin-bottom: 10px;
  }
}
.home-delivery {
  background-color: #000000;
  color: #fff;
  position: relative;
  width: 100%;
  padding: 10px 0;
}
@media all and (max-width: 767px) {
  .home-delivery {
    margin-bottom: 8px;
  }
}
.home-delivery .section-title {
  max-width: 1600px;
  padding: 15px 20px;
  margin: 0 auto;
}
.home-delivery .section-title span {
  color: #fff;
  background-color: #000000;
}
.home-delivery .section-title:after {
  background: #fff;
  width: calc(100% - 40px);
}
.home-delivery .col_1 {
  flex-basis: 50%;
  padding-left: 70px;
  position: relative;
}
@media all and (max-width: 767px) {
  .home-delivery .col_1 {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
.home-delivery .col_1:before {
  background: url('../images/Flag_of_the_United_Kingdom.svg') no-repeat center center;
}
.home-delivery .col_1:after {
  height: 70%;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #535353;
  content: '';
  width: 2px;
  display: block;
  transform: translateY(-50%);
}
@media all and (max-width: 767px) {
  .home-delivery .col_1:after {
    position: absolute;
    width: 100%;
    height: 4px;
    transform: none;
    bottom: 0;
    margin: 0;
    top: auto;
  }
}
.home-delivery .col_2 {
  flex-basis: 50%;
  padding-left: 165px;
  position: relative;
}
.home-delivery .col_2:before {
  background: url('../images/Flag_of_Europe.svg') no-repeat center center;
}
@media all and (max-width: 767px) {
  .home-delivery .col_1,
  .home-delivery .col_2 {
    width: 100%;
    flex-basis: 100%;
    padding-left: 70px;
  }
}
.home-delivery .col_1:before,
.home-delivery .col_2:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 45px;
  display: inline-block;
  vertical-align: top;
  content: '';
  background-size: cover;
}
.home-delivery .col_1 p,
.home-delivery .col_2 p {
  width: 70%;
  font-size: 12px;
  font-weight: 600;
  color: #7a7a7a;
}
@media all and (max-width: 767px) {
  .home-delivery .col_1 p,
  .home-delivery .col_2 p {
    width: 100%;
    font-size: 14px;
  }
}
.home-delivery .col_2:before {
  left: 100px;
}
@media all and (max-width: 767px) {
  .home-delivery .col_2:before {
    left: 0;
  }
}
.home-delivery .content {
  max-width: 1600px;
  padding: 0 20px;
  display: flex;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .home-delivery .content {
    flex-wrap: wrap;
  }
}
.home-delivery .content .title {
  display: block;
  width: 100%;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
}
.home-info-tabs {
  position: relative;
  width: 100%;
  margin: 49px 0 0 0;
}
.home-info-tabs .wrapper {
  max-width: 1600px;
  padding: 0 20px;
  margin: 0 auto;
}
.home-info-tabs p,
.home-info-tabs span,
.home-info-tabs a {
  color: #393939;
  font-size: 14px;
  line-height: 24px;
}
.home-info-tabs p {
  margin-bottom: 25px;
}
.home-info-tabs h3 {
  font-size: 14px;
  font-weight: 700;
  color: #393939;
  margin: 5px 0 5px 0;
}
.home-info-tabs h3.heading {
  font-size: 18px;
  margin: 10px 0 30px 0;
}
.home-info-tabs .show_more_button {
  color: #084171;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  margin: 0 0 0 15px;
}
.home-info-tabs .show_more_button:after {
  position: relative;
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  margin: 8px 0 0 5px;
  border-color: #084171 transparent transparent transparent;
}
.home-info-tabs .show_more_button.showed:before {
  content: 'Hide';
}
.home-info-tabs .show_more_button:before {
  text-decoration: underline;
  content: 'Read all';
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.before-tabs-text {
  margin: 0 0 42px 0;
  position: relative;
}
.before-tabs-text p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
ul.tabNavigation {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.tabNavigation.in-initial-state > li:nth-of-type(1) {
  border: 1px solid #a5a5a5;
  border-bottom: none;
  background: #fff;
}
ul.tabNavigation.in-initial-state > li:nth-of-type(1) a {
  color: #393939;
}
ul.tabNavigation.in-initial-state > li:nth-of-type(1):after {
  opacity: 1;
}
ul.tabNavigation > li {
  background: transparent;
  position: relative;
  top: -1px;
  opacity: 1;
  display: block;
  width: 100%;
  border-top: 1px solid #a5a5a5;
  border-bottom: 0;
  margin: 0;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
ul.tabNavigation > li:last-child {
  border-bottom: 1px solid #a5a5a5;
}
ul.tabNavigation > li > a {
  color: #393939;
  line-height: 32px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  display: block;
  padding: 7px 32px;
  position: relative;
  width: 100%;
}
ul.tabNavigation > li > a:after {
  position: absolute;
  top: 20px;
  height: 2px;
  left: auto;
  right: 20px;
  width: 15px;
  background: #084171;
  display: block;
  content: '';
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
ul.tabNavigation > li > a:before {
  position: absolute;
  top: 13px;
  height: 15px;
  left: auto;
  right: 27px;
  width: 2px;
  background: #084171;
  display: block;
  content: '';
  opacity: 1;
}
ul.tabNavigation > li.active a:before {
  opacity: 0;
}
ul.tabNavigation > li a:focus {
  outline: 0;
}
.tabs .tab-content {
  padding: 30px 32px;
  background: #FFF;
  border: none;
  margin: -1px 0px 0px;
  display: block;
  position: relative;
  /*  > .expandable {
        visibility: hidden;
        opacity: 0;
        display: none;
        .transition();
         &.expanded {
           visibility: visible;
           display: block;
           opacity: 1;
           .transition();
         }
       }*/
}
.tabs .tab-content iframe {
  max-width: 100%;
}
div.tabs div h2 {
  margin-top: 0;
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.brands-slider {
  max-width: 1600px;
  overflow: hidden;
  padding: 20px;
  white-space: nowrap;
  position: relative;
  margin: 35px auto 25px auto;
}
.brands-slider:before,
.brands-slider:after {
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  content: "";
  z-index: 2;
}
.brands-slider:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
}
.brands-slider:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}
.brands-slider #brands_list_slider {
  display: inline-flex;
  animation: 35s slide infinite linear;
  padding: 0;
  animation-fill-mode: both;
  transform: translateX(0);
  animation-direction: revert;
}
.brands-slider #brands_list_slider li {
  display: inline-block;
  list-style: none;
  margin: 0 20px;
}
.brands-slider #brands_list_slider a {
  display: block;
  pointer-events: none;
}
.brands-slider #brands_list_slider img {
  height: 100px;
  max-width: 200px;
  object-fit: contain;
}
.gift-grid {
  position: relative;
}
.gift-grid .bx-wrapper {
  width: 100% !important;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .gift-grid .bx-wrapper {
    width: calc(100% - 40px) !important;
  }
}
.brands-list-controls,
.gift-list-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.brands-list-controls span,
.gift-list-controls span {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  height: 36px;
  width: 22px;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
}
.brands-list-controls span.item-left,
.gift-list-controls span.item-left {
  left: 0;
  background-position: 0 -298px;
}
@media (max-width: 1300px) {
  .brands-list-controls span.item-left,
  .gift-list-controls span.item-left {
    left: 10px;
  }
}
.brands-list-controls span.item-right,
.gift-list-controls span.item-right {
  right: 0;
  background-position: -57px -298px;
}
@media (max-width: 1300px) {
  .brands-list-controls span.item-right,
  .gift-list-controls span.item-right {
    right: 10px;
  }
}
.brands-list-controls span a,
.gift-list-controls span a {
  display: block;
  height: 100%;
  width: 100%;
}
.gift-list-controls span.item-left {
  left: -40px;
}
@media (max-width: 1300px) {
  .gift-list-controls span.item-left {
    left: 0;
  }
}
.gift-list-controls span.item-right {
  right: -40px;
}
@media (max-width: 1300px) {
  .gift-list-controls span.item-right {
    right: 0;
  }
}
@media all and (min-width: 992px) and (max-width: 1024px) {
  .home-popular-categories .item a .heading {
    font-size: 24px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .home-popular-categories .item {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  .home-popular-categories .item {
    /*  width: 100%;*/
    width: 50%;
    margin-right: 0;
  }
}
@media all and (min-width: 1025px) {
  .home-page-products .products {
    margin-top: 45px;
  }
  .home-page-products .section-title {
    margin-top: 40px;
  }
}
.top-panel {
  background: #000;
  color: #fff;
  padding: 15px;
}
.top-panel .items {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 70px;
}
.top-panel .items span {
  width: auto;
  display: block;
  vertical-align: top;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
.top-panel .items span.central {
  width: 20%;
  padding: 0 20px;
}
.top-panel .items span.central:after,
.top-panel .items span.central:before {
  position: absolute;
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  top: 50%;
  transform: translateY(-50%);
}
.top-panel .items span.central:after {
  right: -4px;
}
.top-panel .items span.central:before {
  left: -4px;
}
.top-panel p {
  font-size: 18px;
  margin: 0;
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.top-panel p:before {
  position: relative;
  display: block;
  content: '';
  height: 1px;
  width: 50%;
  margin: 0 auto;
  background-color: #565656;
  margin-bottom: 15px;
}
@media all and (max-width: 767px) {
  .top-panel .items {
    padding: 0;
    flex-direction: column;
    justify-content: center;
  }
  .top-panel .items span {
    font-size: 12px;
    width: 100%;
    margin-bottom: 10px;
  }
  .top-panel .items span.central {
    width: 100%;
    padding: 15px;
  }
  .top-panel .items span.central:after {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: auto;
    height: 5px;
    width: 5px;
  }
  .top-panel .items span.central:before {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 5px;
    width: 5px;
  }
  .top-panel {
    padding: 10px 15px;
  }
  .top-panel p {
    margin-top: 5px;
    font-size: 12px;
  }
  .top-panel p:before {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .top-panel .items span {
    font-size: 14px;
  }
}
@media all and (min-width: 992px) and (max-width: 1024px) {
  .top-panel .items span {
    font-size: 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .top-panel .items {
    padding: 0 10px;
  }
  .top-panel p {
    font-size: 14px;
  }
}
.cms-home .homepage-top-slider {
  position: relative;
  width: 100vw !important;
  left: 50%;
  transform: translateX(-50%);
}
.homepage-top-slider .flex-direction-nav {
  display: none;
}
.homepage-top-slider .flexslider .slides img {
  height: auto !important;
  width: 100%;
  margin: 0 auto;
}
.homepage-top-slider .flex-control-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 20px;
  line-height: 100%;
}
@media all and (max-width: 1023px) {
  .homepage-top-slider .flex-control-nav {
    bottom: 10px;
  }
}
.homepage-top-slider .flex-control-paging li a {
  height: 17px;
  width: 17px;
  background: rgba(255, 255, 255, 0.7);
}
@media all and (max-width: 1023px) {
  .homepage-top-slider .flex-control-paging li a {
    height: 10px;
    width: 10px;
  }
}
.homepage-top-slider .flex-control-paging li a.flex-active,
.homepage-top-slider .flex-control-paging li a:hover {
  background: #ffffff;
}
.homepage-top-slider .flex-control-nav li {
  margin: 0 3px;
}
.header.content .switcher-currency {
  flex-basis: auto;
  margin: 2px 0 0 35px;
}
@media all and (max-width: 767px) {
  .header.content .switcher-currency {
    display: none;
  }
}
@media all and (min-width: 1025px) and (max-width: 1024px) {
  .header.content .switcher-currency {
    margin: 2px 0 0 0;
    position: absolute;
    left: 235px;
  }
}
.header.content .switcher-currency .switcher-option a:before {
  content: none;
}
.switcher-dropdown {
  margin: 0;
  list-style: none;
  white-space: nowrap;
  padding: 0;
}
.switcher-dropdown li {
  display: inline-block;
  vertical-align: top;
  height: 22px;
  margin: 0 10px 0 0;
  width: 22px;
  border-radius: 50%;
}
.switcher-dropdown li.currency-GBP a svg {
  fill: #000;
}
.switcher-dropdown li.currency-GBP:hover a svg,
.switcher-dropdown li.currency-GBP.active a svg {
  fill: #084171;
}
.switcher-dropdown li.currency-EUR a svg {
  stroke: #000;
}
.switcher-dropdown li.currency-EUR:hover a svg,
.switcher-dropdown li.currency-EUR.active a svg {
  stroke: #084171;
}
.switcher-dropdown li a {
  display: block;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  width: 100%;
  height: 100%;
}
#switcher-currency-nav {
  display: none;
}
.action.tocompare,
.action.towishlist {
  background: transparent;
}
.product-reviews-summary .reviews-actions,
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: top;
}
.cart-container .checkout-methods-items .action.primary {
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .cart-container .checkout-methods-items .action.primary {
    font-size: 12px;
  }
  .cart-summary {
    width: 27%;
  }
  .cart-container .form-cart {
    width: 72%;
  }
}
/*----- brands page ------*/
.brands_main_title {
  background: #084171;
  width: 100%;
  position: relative;
  text-align: left;
  margin-bottom: 20px;
  padding: 10px 15px;
  font-size: 22px;
}
.brands_main_title span {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
#brands-unlimited-full {
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
  padding: 0;
}
#brands-unlimited-full > li {
  float: left;
  width: 16.66666667%;
  margin: 0;
  list-style: none;
  padding: 0 0 0 15px;
  box-sizing: border-box;
}
#brands-unlimited-full > li:nth-child(6n+1) {
  clear: both;
  padding-left: 0;
}
@media all and (max-width: 1023px) {
  #brands-unlimited-full > li {
    width: 25%;
  }
  #brands-unlimited-full > li:nth-child(6n+1) {
    clear: none;
    padding-left: 10px;
  }
  #brands-unlimited-full > li .pages .item {
    margin-right: 2px;
  }
  #brands-unlimited-full > li:nth-child(4n+1) {
    clear: both;
  }
}
@media all and (max-width: 767px) {
  #brands-unlimited-full > li {
    width: 33.333%;
  }
  #brands-unlimited-full > li:nth-child(4n+1) {
    clear: none;
  }
  #brands-unlimited-full > li:nth-child(3n+1) {
    clear: both;
  }
}
@media all and (max-width: 620px) {
  #brands-unlimited-full > li {
    width: 50%;
  }
  #brands-unlimited-full > li:nth-child(3n+1) {
    clear: none;
  }
  #brands-unlimited-full > li:nth-child(2n+1) {
    clear: both;
    padding-left: 0;
  }
}
#brands-unlimited-full h3 {
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 0;
}
#brands-unlimited-full li p {
  font-weight: 600;
  line-height: 1.1;
  margin-top: 2rem;
  font-size: 30px;
  color: #4e4e4e;
  margin-bottom: 10px;
  padding: 0;
}
#brands-unlimited-full ul {
  list-style: none;
  padding: 0;
}
#brands-unlimited-full > li li {
  margin-left: 0;
  position: relative;
}
#brands-unlimited-full > li li:hover a {
  text-decoration: none;
}
#brands-unlimited-full > li a {
  color: #4e4e4e;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#brands-unlimited-full > li a:hover {
  color: #084171;
  text-decoration: none;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .brands_main_title {
    margin: 0 -25px;
    width: auto;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .brands_main_title {
    margin: 0 -30px;
    width: auto;
  }
}
.pages .action {
  background: transparent;
  border: none;
  line-height: 20px;
}
.pages .action:hover {
  background: transparent;
}
.pages .action:hover:before {
  color: #084171;
}
.table-order-items .col.name a {
  display: block;
  margin-right: 15px;
}
.table-order-items .col.name dl.item-options {
  display: block;
  float: left;
}
.table-order-items .col.name .custom-image {
  display: block;
  float: none;
  text-align: left;
  padding-left: 80px;
  clear: both;
}
.order-items.table-wrapper .col.sku {
  text-align: right;
}
.order-details-items .table-order-items .product-item-name {
  font-weight: 700;
  text-transform: uppercase;
}
.block-order-details-view .block-title {
  padding-top: 15px;
}
.catalogsearch-result-index .columns {
  display: flex;
}
.catalogsearch-result-index.page-layout-2columns-left .column.main {
  order: 2;
  width: 100%;
}
.catalogsearch-result-index.page-layout-2columns-left .sidebar-main {
  order: 1;
  width: 100%;
}
.price-container + .note,
.price-container .note,
.price-container .per-box {
  color: black;
  font-weight: 400;
  font-size: 13px;
}
@media all and (max-width: 767px) {
  .cart-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .cart-container .cart-summary {
    margin-top: 15px;
  }
}
.catalog-product-view .page.messages {
  margin: 0 auto;
  z-index: 150;
  padding: 0;
  font-size: 20px;
  max-width: 50%;
  min-width: 250px;
}
@media all and (max-width: 815px) {
  .catalog-product-view .page.messages {
    max-width: 100%;
  }
}
.catalog-product-view .page.messages div[role="alert"] {
  padding: 30px;
}
.catalog-product-view .page.messages .message.success {
  font-size: 20px;
  padding-left: 60px;
  background: #084171;
  color: #fff;
}
.catalog-product-view .page.messages .message.success a {
  color: #fff;
  text-decoration: underline;
}
.catalog-product-view .page.messages .message.success a:hover {
  text-decoration: none;
}
.catalog-product-view .page.messages .message.success > *:first-child:before {
  vertical-align: top;
  top: 0;
  font-size: 50px;
  line-height: 50px;
  width: 60px;
  margin: 0;
  color: #fff;
}
input#paypal_express + label {
  position: relative;
}
input#paypal_express + label:before {
  background-image: url(../images/paypal.svg);
  content: '';
  height: 25px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100px;
  -webkit-background-size: contain;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center center;
  top: -6px;
  margin: 0 10px 0 0;
}
input#paypal_express + label .action-help {
  display: none;
}
#headerGarland {
  display: none;
}
#playAnimationCheckbox input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
#playAnimationCheckbox div {
  position: fixed;
  bottom: 25px;
  right: 20px;
  width: 65px;
  height: 65px;
  padding: 17px 0;
  background: radial-gradient(circle at 45px 20px, #68d977, #084171);
  color: #fff;
  font-size: 10px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
@media all and (max-width: 1440px) {
  #playAnimationCheckbox div {
    width: 45px;
    height: 45px;
    padding: 10px 0;
    font-size: 8px;
  }
}
#playAnimationCheckbox div:hover {
  background: #084171;
}
#playAnimationCheckbox div span {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
}
@media all and (max-width: 1440px) {
  #playAnimationCheckbox div span {
    font-size: 13px;
  }
}
#playAnimationCheckbox div .stop {
  display: none;
}
body.new-year-theme #headerGarland {
  display: block;
  height: 140px;
  background-size: 30%;
  background-repeat: repeat-x;
}
@media all and (max-width: 1440px) {
  body.new-year-theme #headerGarland {
    height: 80px;
    background-size: 300px;
  }
}
body.new-year-theme #playAnimationCheckbox .stop {
  display: block;
}
body.new-year-theme #playAnimationCheckbox .play {
  display: none;
}
body.new-year-theme #playAnimationCheckbox p {
  background: radial-gradient(circle at 45px 20px, #ff9a9a, #d20000);
  z-index: 10;
}
body.new-year-theme #playAnimationCheckbox p:hover {
  background: #d20000;
}
body.new-year-theme .header.content .logo {
  background-image: url('../images/new_year/logo_2.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}
body.new-year-theme .header.content .logo img {
  opacity: 0;
  height: 50px;
}
body.new-year-theme .section-title span,
body.new-year-theme .page-title-wrapper .page-title span {
  position: relative;
  padding: 0 100px;
}
body.new-year-theme .section-title span:after,
body.new-year-theme .page-title-wrapper .page-title span:after,
body.new-year-theme .section-title span:before,
body.new-year-theme .page-title-wrapper .page-title span:before {
  content: '';
  position: absolute;
  top: -15px;
  display: block;
  width: 60px;
  height: 60px;
  background-image: url('../images/new_year/sock.png');
  background-size: contain;
  background-repeat: no-repeat;
}
@media all and (max-width: 767px) {
  body.new-year-theme .section-title span:after,
  body.new-year-theme .page-title-wrapper .page-title span:after,
  body.new-year-theme .section-title span:before,
  body.new-year-theme .page-title-wrapper .page-title span:before {
    width: 40px;
    height: 40px;
  }
}
@media all and (max-width: 767px) {
  body.new-year-theme .section-title span:after,
  body.new-year-theme .page-title-wrapper .page-title span:after,
  body.new-year-theme .section-title span:before,
  body.new-year-theme .page-title-wrapper .page-title span:before {
    top: 0;
  }
}
body.new-year-theme .section-title span:after,
body.new-year-theme .page-title-wrapper .page-title span:after {
  right: 25px;
  transform: scale(-1, 1);
}
body.new-year-theme .section-title span:before,
body.new-year-theme .page-title-wrapper .page-title span:before {
  left: 25px;
}
body.new-year-theme .home-page-products .section-title span:after,
body.new-year-theme .home-delivery .section-title span:after,
body.new-year-theme .home-page-products .page-title-wrapper .page-title span:after,
body.new-year-theme .home-delivery .page-title-wrapper .page-title span:after,
body.new-year-theme .home-page-products .section-title span:before,
body.new-year-theme .home-delivery .section-title span:before,
body.new-year-theme .home-page-products .page-title-wrapper .page-title span:before,
body.new-year-theme .home-delivery .page-title-wrapper .page-title span:before {
  background-image: url('../images/new_year/candy.svg');
}
body.new-year-theme .home-page-products .section-title span:after,
body.new-year-theme .home-delivery .section-title span:after {
  transform: rotate(45deg);
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  body.new-year-theme .nav-toggle {
    top: -111px;
  }
}
.header.links #switcher-currency {
  display: none;
}
.page-layout-1column.cms-index-index .page-main {
  max-width: 1600px;
}
.crossPopup .minicart-items .product-item-pricing {
  float: left;
  margin-top: 5px;
}
.crossPopup .minicart-items .btn {
  float: left;
  clear: right;
  margin: 10px 0 0 0;
}
#remember-me-box .tooltip.wrapper .tooltip.toggle {
  white-space: nowrap;
}
.glide--swipeable {
  width: 100% !important;
}
.yotpo-item {
  max-width: 100%;
}
.checkout-agreements .checkout-agreement .action.action-show {
  padding: 0 30px 0 10px;
}
.terms-conditions-checkbox input {
  position: absolute;
  height: 0;
  width: 0;
}
.terms-conditions-checkbox button {
  padding: 0 30px 0 10px;
}
.terms-conditions-checkbox button span {
  text-wrap: balance;
}
.terms-conditions-checkbox button i {
  display: inline-block;
  position: relative;
  background-color: #084171;
  color: white;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  position: absolute;
  right: 10px;
  top: 10px;
}
@media all and (max-width: 500px) {
  .magestore-bannerslider-standard.homepage-top-slider {
    min-height: 175px;
  }
}
@media all and (min-width: 501px) and (max-width: 1024px) {
  .magestore-bannerslider-standard.homepage-top-slider {
    min-height: 220px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .magestore-bannerslider-standard.homepage-top-slider {
    min-height: 350px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1420px) {
  .magestore-bannerslider-standard.homepage-top-slider {
    min-height: 375px;
  }
}
@media all and (min-width: 1421px) {
  .magestore-bannerslider-standard.homepage-top-slider {
    min-height: 680px;
  }
}
/* FlexSlider
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  /*border: 4px solid #fff;*/
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(../../../../../frontend/Magento/blank/en_GB/Magestore_Bannerslider/images/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}
.flex-direction-nav .flex-prev {
  left: -36px;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
.jquery-slider-wrapper img {
  width: 100%;
  height: 100%;
}
.jquery-slider-wrapper .jquery-slider-slide {
  height: 100%;
}
.magestore-bannerslider-standard img {
  cursor: pointer;
}
.magestore-bannerslide-flex-slider .flex-control-nav img {
  width: 300px;
  height: 150px;
}
.flexslider-carousel .slides img {
  height: 131px;
}
/* .flexslider-content-image .slides img{
    height: 650px;
} */
.magestore-bannerslider-standard {
  width: 100%;
}
/* FlexSlider  ends */
input#paypal_express + label span {
  opacity: 0;
}
.payment-method .payment-method-title label.label {
  display: inline-block;
  vertical-align: top;
  top: -15px;
  position: relative;
  font-size: 15px;
  line-height: 1;
  padding: 0 5px 5px 23px;
  margin: 0;
  cursor: pointer;
  color: #333;
}
.payment-method.stripe-payments {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.abs-sidebar-totals .mark,
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  background: transparent;
}
.abs-sidebar-totals .mark .label,
.cart-totals .mark .label,
.opc-block-summary .table-totals .mark .label {
  color: #333;
  font-size: 14px;
  padding: 0;
}
.checkout-index-index #checkout .checkout-header h1.title {
  text-align: left;
}
form#co-payment-form br,
form#co-payment-form hr {
  display: none;
}
@font-face {
  font-family: 'CooperFiveOpti-Black';
  src: url('../fonts/cooperblack/CooperFiveOpti-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/cooperblack/CooperFiveOpti-Black.otf') format('opentype'), url('../fonts/cooperblack/CooperFiveOpti-Black.woff') format('woff'), url('../fonts/cooperblack/CooperFiveOpti-Black.ttf') format('truetype'), url('../fonts/cooperblack/CooperFiveOpti-Black.svg#CooperFiveOpti-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Kumbh Sans';
  src: url('../fonts/kumbhsans/KumbhSans-Regular.woff2') format('woff2'), url('../fonts/kumbhsans/KumbhSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PatrickHand-Regular';
  src: url('../fonts/customiser/PatrickHand-Regular.woff2') format('woff2'), url('../fonts/customiser/PatrickHand-Regular.woff') format('woff'), url('../fonts/customiser/PatrickHand-Regular.svg#PatrickHand-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ChakraPetch-SemiBold';
  src: url('../fonts/customiser/ChakraPetch-SemiBold.woff2') format('woff2'), url('../fonts/customiser/ChakraPetch-SemiBold.woff') format('woff'), url('../fonts/customiser/ChakraPetch-SemiBold.svg#ChakraPetch-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PTSerif-Regular';
  src: url('../fonts/customiser/PTSerif-Regular.woff2') format('woff2'), url('../fonts/customiser/PTSerif-Regular.woff') format('woff'), url('../fonts/customiser/PTSerif-Regular.svg#PTSerif-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.checkout-index-index div[name="billingAddressshared.vat_id"],
.checkout-index-index div[name="shippingAddress.vat_id"] {
  display: none !important;
}
.item-options.special-offer {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 600px) {
  .item-options.special-offer {
    margin: 0 -10px;
  }
}
.item-options.special-offer h4 {
  font-size: 20px;
  width: 100%;
  background: #084171;
  color: #fff;
  padding: 7px 10px;
  text-align: center;
}
@media all and (max-width: 600px) {
  .item-options.special-offer h4 {
    padding: 0 10px;
  }
}
.item-options.special-offer .item.product {
  display: flex;
  padding-left: 0;
  width: 33%;
  min-width: 280px;
  max-width: 300px;
}
@media all and (max-width: 600px) {
  .item-options.special-offer .item.product {
    flex-direction: column;
    width: 50%;
    min-width: auto;
    padding: 0 10px 10px;
  }
}
.item-options.special-offer .item.product .product-photo {
  max-width: 80px;
}
@media all and (max-width: 600px) {
  .item-options.special-offer .item.product .product-photo {
    display: flex;
    justify-content: center;
    max-width: none;
  }
  .item-options.special-offer .item.product .product-photo img {
    max-width: 120px;
  }
}
.item-options.special-offer .item.product .product-item-details {
  padding-top: 0;
  padding-left: 15px;
}
@media all and (max-width: 600px) {
  .item-options.special-offer .item.product .product-item-details {
    padding-left: 0;
    padding-top: 15px;
  }
}
.item-options.special-offer .item.product .product-item-name {
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
}
.item-options.special-offer .item.product .price-label {
  font-size: 17px;
  font-weight: 700;
}
.item-options.special-offer .item.product .special-offer-label {
  font-size: 18px;
  font-weight: 700;
  color: #d20000;
}
.item-options.special-offer .item.product .tocart {
  width: 100%;
}
@media all and (min-width: 601px) {
  .item-options.special-offer .item + .item {
    margin-left: 10px;
  }
}
body .yotpo a {
  color: #084171 !important;
}
.yotpo .text-m {
  line-height: 22px;
}
.yotpo .yotpo-icon-double-bubble:before {
  position: relative;
  top: 3px;
}
.checkout-index-index div[name="shippingAddress.vat_id"] > label > span {
  position: relative;
  font-size: 0;
  display: block;
}
.checkout-index-index div[name="shippingAddress.vat_id"] > label > span:after {
  content: 'EU VAT Number - Business customers outside UK only';
  position: relative;
  font-size: 14px;
  color: red;
  display: block;
}
.paypal-button {
  position: relative;
}
.paypal-button div[data-container="paypal-button"] {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
@media all and (max-width: 450px) {
  .paypal-button div[data-container="paypal-button"] .paypal-button {
    width: 200px;
  }
}
@media all and (max-width: 375px) {
  .paypal-button div[data-container="paypal-button"] .paypal-button {
    width: 150px;
  }
}
.trustpilot-widget {
  margin: 40px auto 0 auto;
}
#my-orders-table tfoot tr td {
  text-align: left;
}
.homepage-top-slider .flexslider {
  box-shadow: none;
  border-radius: 0;
}
.owl-carousel .owl-item {
  background: transparent;
}
.message-discountnotice {
  color: white;
  margin: 15px 0;
  padding: 10px 10px 10px 20px;
  background: #084171;
}
.message-discountnotice a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 12px;
  text-align: left;
  margin: 5px auto;
  margin: 0 0 0 10px;
}
.message-discountnotice a,
.message-discountnotice a:visited {
  text-decoration: underline;
  color: white;
  font-size: 14px;
}
.message-discountnotice a:hover {
  color: #fff;
  text-decoration: none;
}
.message-discountnotice {
  color: white;
  margin: 15px 0;
  padding: 10px 10px 10px 20px;
  background: #084171;
}
.message-discountnotice p {
  font-size: 28px;
  margin-bottom: 0;
  line-height: 1.2;
}
.message-discountnotice p span {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  margin: 0 20px 0 0;
}
.message-discountnotice a:hover {
  color: #fff;
  text-decoration: none;
}
.fieldset.login .field.choice {
  display: flex;
  align-items: flex-start;
}
.block-authentication .action.action-login.secondary span {
  color: white;
}
.tabs ul.tabNavigation .tab-content {
  display: none;
}
.tabs ul.tabNavigation > li:first-child .tab-content {
  display: block;
}
.h1-container h1 {
  font-size: 1px;
  color: transparent;
  position: absolute;
}
.catalog-category-view .yotpo-reviews-carousel-widget-clear {
  display: none !important;
}
.catalog-category-view .yotpo_carousel-2 .yotpo-reviews-carousel-widget-clear {
  display: block !important;
}
.field.amcheckout-comment label.label {
  font-weight: 400;
}
.field.amcheckout-comment label.label p {
  margin-bottom: 0;
}
.field.amcheckout-comment label.label p ._what3words {
  white-space: nowrap;
}
.um-gal-no-gray-img .um-gal-image img,
.um-gal-no-gray-img .um-gallery-items-widget .um-gal-image img {
  max-width: 80%;
}
#amasty-shopby-product-list .toolbar.toolbar-products {
  width: 100%;
}
#side-one-placeholder {
  position: relative;
}
.products-grid .product-item-info {
  position: relative;
}
.products-grid .product-item-info .sparsh-product-label {
  top: 0px;
  right: 0px;
  padding: 10px 25px;
  word-wrap: break-word;
}
.products-grid .product-item-info .sparsh-product-label.rectangle {
  position: absolute;
  z-index: 2;
}
.products-grid .product-item-info .sparsh-product-label.oval {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
}
.products-grid .product-item-info .sparsh-product-label-image {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  width: 60px;
}
.product.media {
  position: relative;
}
.product.media .sparsh-product-label {
  top: 0px;
  right: 0px;
  padding: 10px 25px;
  word-wrap: break-word;
}
.product.media .sparsh-product-label-image {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 80px;
}
.product.media .sparsh-product-label.rectangle {
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 2;
}
.product.media .sparsh-product-label.oval {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .products-grid .product-item-info .sparsh-product-label {
    padding: 3px 15px;
  }
  .products-grid .product-item-info .sparsh-product-label-image {
    width: 50px;
  }
  .product.media .sparsh-product-label {
    padding: 3px 15px;
  }
  .product.media .sparsh-product-label-image {
    width: 50px;
  }
}
.catalogsearch-result-index .filter-options-title[aria-expanded="true"] {
  border: 1px solid #a1a1a1;
  border-bottom: none;
}
@media all and (min-width: 1025px) {
  .catalogsearch-result-index #layered-filter-block .filter-title {
    width: 100px;
  }
  .catalogsearch-result-index #layered-filter-block .filter-options-item {
    position: relative;
    display: inline-block;
  }
  .catalogsearch-result-index #layered-filter-block .filter-options-item .filter-options-title:hover + .filter-options-content {
    margin: 0;
    left: 0;
    width: 100%;
  }
}
.post-list {
  display: flex;
  flex-wrap: wrap;
}
.post-list > li {
  float: left;
  padding: 20px;
  border: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex-direction: row;
  align-items: stretch;
}
@media all and (min-width: 1025px) {
  .post-list > li {
    width: 32%;
    margin-left: 1%;
  }
  .post-list > li:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
}
.post-list .post-excerpt {
  margin-bottom: 15px;
}
.post-list .post-name {
  margin-bottom: 15px;
}
.post-list .post-name a {
  color: #084171;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}
.post-list .post-name:hover a {
  color: #052641;
}
.post-list .post-readmore {
  margin-top: 15px;
  text-align: right;
}
.post-list .post-readmore a {
  font-weight: 700;
  position: relative;
  color: #ff6c00;
  left: 0;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.post-list .post-readmore a:after {
  position: relative;
  opacity: 0;
  content: '';
  display: inline-block;
  margin: 0 0 0 10px;
  top: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-color: transparent transparent transparent #ff6a00;
}
.post-list .post-readmore a:hover {
  left: -5px;
}
.post-list .post-readmore a:hover:after {
  opacity: 1;
}
.post-list .post-image {
  float: none;
  margin-right: 0;
  text-align: center;
}
.post-list .post-image a {
  display: block;
  width: 100%;
}
.wp-sidebar .block-title {
  text-transform: uppercase;
  color: #084171;
}
.wp-sidebar .block-title strong {
  font-weight: 700;
}
.block-blog ul li a {
  color: #000;
  position: relative;
}
.block-blog ul li a:after {
  position: relative;
  opacity: 0;
  content: '';
  display: inline-block;
  margin: 0 0 0 5px;
  top: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-color: transparent transparent transparent #084171;
}
.block-blog ul li a:hover {
  color: #084171;
}
.block-blog ul li a:hover:after {
  opacity: 1;
}
.is-blog .columns {
  padding-top: 30px;
}
.is-blog .breadcrumbs {
  margin-bottom: 30px;
}
@media all and (max-width: 620px) {
  .post-list > li {
    width: 100%;
    margin-left: 0;
  }
}
@media all and (min-width: 621px) and (max-width: 1024px) {
  .post-list > li {
    width: 49%;
    margin-left: 2%;
  }
  .post-list > li:nth-child(odd) {
    clear: none;
    margin-left: 0;
  }
}
.post-list-wrapper .pager {
  text-align: right;
}
.post-list-wrapper .pager .toolbar-amount {
  display: none;
}
.post-list-wrapper .pager .pages-items .action.next,
.post-list-wrapper .pager .pages-items .action.prev {
  background: transparent;
  border: none;
  line-height: 22px;
}
.post-content a,
.post-content p a {
  font-weight: 700;
  color: #084171;
}
.post-content a:hover,
.post-content p a:hover {
  color: #052641;
}
@media all and (max-width: 767px) {
  .is-blog .columns {
    border-top: 1px solid #084171;
    padding-top: 0;
    margin-top: 20px;
  }
}
@font-face {
  font-family: Arial Bold;
  src: url('../fonts/Arial-BoldMT.woff2') format('woff2'), url('../fonts/Arial-BoldMT.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
.product-item .minimal-price-link .per-box {
  font-size: 14px;
}
div.fotorama__thumb-border {
  border-color: #084171;
}
.product-item-actions .actions-primary {
  width: 100%;
}
.product-item-actions .actions-primary .action.primary.tocart {
  width: 100%;
}
.brands-filter {
  width: 100%;
  position: relative;
  margin: 0 0 40px 0;
}
.brands-filter .letters {
  font-size: 0;
  margin: 0 0 30px 0;
  padding: 0;
}
.brands-filter .letters li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  border: none;
  margin: 0 1px 1px 0;
  width: 40px;
  height: 40px;
  background-color: #242424;
  text-align: center;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.brands-filter .letters li a {
  color: #fff;
  font-size: inherit;
  cursor: pointer;
  line-height: 38px;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  height: 100%;
  font-weight: 700;
}
.brands-filter .letters li a:hover,
.brands-filter .letters li a.active {
  background-color: #084171;
}
.brands-filter .letters li:last-child {
  width: auto;
  padding: 0 14px;
  background-color: #555555;
}
.brands-filter .letters li:last-child:hover {
  background-color: #084171;
}
.brands-filter .letters li:last-child a {
  text-transform: capitalize;
}
.sidebar .category-title-wrapper {
  background-color: #2b2b2b;
}
.sidebar .category-title-wrapper p {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  line-height: 56px;
  margin: 0;
}
@media all and (max-width: 1024px) {
  .sidebar .category-title-wrapper p {
    font-size: 14px;
    line-height: 38px;
  }
}
.categories-board {
  border: 1px solid #2b2b2b;
  padding: 5px 18px;
  position: relative;
}
.categories-board ol,
.categories-board ul {
  list-style: none;
  position: relative;
}
.categories-board ol.parent,
.categories-board ul.parent {
  padding: 0;
  position: relative;
  margin: 0;
}
.categories-board ol.parent > li,
.categories-board ul.parent > li {
  position: relative;
  font-size: 14px;
  line-height: 100%;
  border-bottom: 1px solid #dedede;
  margin: 0;
}
.categories-board ol.parent > li:last-child,
.categories-board ul.parent > li:last-child {
  border-bottom: none;
}
.categories-board ol.parent > li > a,
.categories-board ul.parent > li > a,
.categories-board ol.parent > li > span,
.categories-board ul.parent > li > span {
  color: #696969;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 40px;
  position: relative;
}
.categories-board ol.parent > li > a:after,
.categories-board ul.parent > li > a:after,
.categories-board ol.parent > li > span:after,
.categories-board ul.parent > li > span:after {
  content: '';
  display: inline-block;
  position: relative;
  top: 0;
  right: -12px;
  border-left: 4px solid #696969;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transform-origin: center center;
  transform: rotate(0deg);
  cursor: pointer;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.categories-board ol.parent > li > a:hover,
.categories-board ul.parent > li > a:hover,
.categories-board ol.parent > li > span:hover,
.categories-board ul.parent > li > span:hover {
  color: #084171;
}
.categories-board ol.parent > li > a:hover:after,
.categories-board ul.parent > li > a:hover:after,
.categories-board ol.parent > li > span:hover:after,
.categories-board ul.parent > li > span:hover:after {
  border-left: 4px solid #084171;
}
.categories-board ol.parent > li > a.current-category-name:after,
.categories-board ul.parent > li > a.current-category-name:after,
.categories-board ol.parent > li > span.current-category-name:after,
.categories-board ul.parent > li > span.current-category-name:after {
  transform: rotate(90deg);
  border-left: 4px solid #084171;
}
.categories-board ol.child,
.categories-board ul.child {
  padding: 0 0 0 10px;
  margin: 0 0 20px 0;
  border-left: 4px solid #084171;
}
.categories-board ol.child > li,
.categories-board ul.child > li {
  margin: 0;
  position: relative;
  font-size: 13px;
  line-height: 100%;
}
.categories-board ol.child > li > a,
.categories-board ul.child > li > a,
.categories-board ol.child > li span,
.categories-board ul.child > li span {
  font-size: 13px;
  line-height: 30px;
  color: #242424;
  text-transform: uppercase;
  position: relative;
  display: block;
  font-weight: 400;
}
.categories-board ol.child > li a:hover,
.categories-board ul.child > li a:hover,
.categories-board ol.child > li.active,
.categories-board ul.child > li.active {
  color: #084171;
}
.brands-filter {
  position: relative;
  width: 100%;
  margin: 50px 0 0 0;
}
.brands-filter .header {
  border-bottom: 2px solid #084171;
  position: relative;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
}
.brands-filter .header .title {
  font-size: 18px;
  color: #000;
  line-height: 100%;
  text-transform: uppercase;
}
.brands-filter .header .show-all {
  color: #000;
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 18px;
}
.brands-filter .header .show-all:hover {
  color: #084171;
}
.brands_list_result {
  position: relative;
  width: 100%;
}
.brands_list_result ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.brands_list_result ul li {
  margin: 0 0 5px 0;
  position: relative;
}
.brands_list_result ul li a {
  font-size: 14px;
  line-height: 25px;
  display: block;
  color: #000;
  font-weight: 700;
}
.brands_list_result ul li a:hover {
  color: #084171;
}
.hide-brand {
  display: none;
}
.category-description .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.category-description .images img {
  width: 30%;
  margin-bottom: 20px;
}
@media all and (max-width: 450px) {
  .category-description .images img {
    width: 45%;
  }
}
.show-more-desc {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  background-color: white;
  position: relative;
}
.show-more-desc:before {
  display: block;
  height: 30px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  content: '';
  background-image: linear-gradient(transparent, #ffffff);
}
.show-more-desc.-less:before {
  opacity: 0;
}
.catalog-category-view .page-title-wrapper h1.page-title {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: auto;
  margin: 0;
}
.catalog-category-view .category-top-description h1,
.catalog-category-view .ctd-content h1 {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.category-top-paragraph .catalog-category-view h1 {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.ctd-content,
.catalog-category-view .category-description {
  overflow: hidden;
  margin-bottom: 0 !important;
  height: 160px;
  transition: all 0.3s;
}
.ctd-content.active,
.catalog-category-view .category-description.active {
  transition: all 0.3s;
  height: auto !important;
}
.category-description,
.category-top-paragraph,
.category-top-description {
  position: relative;
  width: 100%;
}
.category-description h3,
.category-top-paragraph h3,
.category-top-description h3 {
  font-weight: 400;
}
.category-description h1,
.category-top-paragraph h1,
.category-top-description h1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  margin: 10px 0;
}
@media all and (max-width: 767px) {
  .category-description h1,
  .category-top-paragraph h1,
  .category-top-description h1 {
    font-size: 16px;
  }
}
.category-description h1 strong,
.category-top-paragraph h1 strong,
.category-top-description h1 strong {
  text-transform: uppercase;
}
.category-description p,
.category-top-paragraph p,
.category-top-description p {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .category-description p,
  .category-top-paragraph p,
  .category-top-description p {
    font-size: 14px;
  }
}
.category-description a,
.category-top-paragraph a,
.category-top-description a {
  color: #084171;
  font-weight: 600;
}
.category-description a:hover,
.category-top-paragraph a:hover,
.category-top-description a:hover {
  text-decoration: none;
  color: #ff9b00;
}
.category-description h2,
.category-top-paragraph h2,
.category-top-description h2 {
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: normal;
  line-height: 1.35;
  margin: 0 0 5px 0;
}
.category-top-links {
  position: relative;
  width: 100%;
  margin-top: 35px;
}
.category-top-links ul {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.category-top-links ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  list-style: none;
}
.category-top-links ul li img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.category-top-links ul li a {
  display: block;
  font-size: inherit;
  white-space: nowrap;
  line-height: 120%;
  padding: 5px 15px;
  text-transform: capitalize;
  font-weight: 600;
  color: #222222;
  text-decoration: none;
}
.category-top-links ul li a:hover {
  text-decoration: none;
}
.category-top-links ul li:hover img,
.category-top-links ul li:hover .image-container img {
  transform: scale(1.05);
}
.category-top-links ul li:hover .widget.block-category-link {
  opacity: 1;
}
.category-top-links .text-links > li > a:hover {
  background: #084171;
}
.category-top-links .text-links > li > a:hover span {
  color: #fff;
}
.category-top-links .image-links li,
.category-top-links .text-links li {
  background: transparent;
  text-align: center;
}
.category-top-links .image-links li a:hover {
  color: #084171;
}
.category-top-links .image-links a {
  display: block;
  position: relative;
  padding: 0;
}
.category-top-links .image-links a .widget.block-category-link {
  margin: 8px 0;
  position: relative;
  opacity: 0.8;
  width: 100%;
  text-align: center;
  line-height: 120%;
  padding: 0;
  height: 26px;
  z-index: 2;
  margin-bottom: 0;
}
.category-top-links .image-links a .label {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  width: 100%;
  text-align: center;
  line-height: 120%;
  padding: 5px;
  z-index: 3;
  background: transparent;
}
.category-top-links .image-links a .image-container img,
.category-top-links .image-links a img {
  position: relative;
  z-index: 1;
}
.category-top-links .image-links a .image-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  width: 100%;
}
.image-links.category_8 li a .widget.block-category-link,
.image-links.category_8 li a .label {
  position: absolute;
  top: auto;
  bottom: 25px;
  left: 0;
}
.category-top-links .text-links li {
  margin: 0 24px 35px 0;
  background: none repeat scroll 0 0 #f5f5f5;
  font-size: 12px;
}
.category-top-links .text-links li a {
  color: #084171;
}
.category-top-links .text-links li a span {
  color: black;
}
.category-top-links .text-links.dark li {
  background: rgba(181, 181, 181, 0.8);
}
.category-top-links .text-links.dark li a {
  color: #fff;
}
.category-top-links .text-links.dark li a span {
  color: #222222;
}
.category-top-links .text-links.light-olive li {
  background: rgba(205, 223, 165, 0.8);
  font-size: 14px;
}
.category-top-links .text-links.brand-links li {
  background: rgba(181, 181, 181, 0.8);
}
.category-top-links .text-links.brand-links li a {
  color: #F5F5F5;
  text-transform: uppercase;
}
.category-top-links .text-links.brand-links li a span {
  color: #222222;
}
.category-top-links ul.fake-subcategories li {
  background: transparent;
}
.category-top-links ul.fake-subcategories li a {
  padding: 0;
}
.category-top-links ul.fake-subcategories li a span {
  background: none repeat scroll 0 0 rgba(233, 233, 233, 0.8);
  color: #222222;
  display: block;
  margin: 8px 0;
  padding: 5px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  white-space: normal;
  line-height: 18px;
}
.category-top-links ul.fake-subcategories li a img {
  display: block;
}
.category-top-links ul.fake-subcategories li a:hover {
  background: transparent;
}
.category-top-links ul.fake-subcategories li a:hover span {
  background: #ff9b00;
}
.category-top-slider.sale-slider > div {
  height: 150px;
  background-color: #c01111;
  text-align: center;
  position: relative;
}
.category-top-slider.sale-slider > div .heading {
  font-size: 84px;
  line-height: 100%;
  color: #fff;
  text-transform: uppercase;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  white-space: nowrap;
}
.category-top-slider.text-slider > div {
  height: auto;
  min-height: 170px;
  /*background-color: @brand_color;*/
  text-align: center;
  position: relative;
}
@media all and (max-width: 500px) {
  .category-top-slider.text-slider > div {
    min-height: 175px;
  }
}
@media all and (min-width: 501px) and (max-width: 1024px) {
  .category-top-slider.text-slider > div {
    min-height: 220px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1200px) {
  .category-top-slider.text-slider > div {
    min-height: 300px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1420px) {
  .category-top-slider.text-slider > div {
    min-height: 350px;
  }
}
@media all and (min-width: 1421px) {
  .category-top-slider.text-slider > div {
    min-height: 375px;
  }
}
.category-top-slider.text-slider > div .heading {
  font-size: 60px;
  line-height: 100%;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  white-space: nowrap;
}
.category-top-slider.text-slider > div .heading p {
  font-weight: 700;
  text-shadow: 1px 3px #0b480b;
  font-size: 4vw;
  color: white;
  font-family: Arial;
  display: block;
  margin-bottom: 0;
  letter-spacing: -2px;
  line-height: 120%;
}
@media all and (max-width: 767px) {
  .category-top-slider.text-slider > div .heading p {
    font-size: 7vw;
  }
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  .category-top-slider.text-slider > div .heading p {
    font-size: 4vw;
  }
}
@media all and (min-width: 1401px) {
  .category-top-slider.text-slider > div .heading p {
    font-size: 3vw;
  }
}
.flexslider {
  box-shadow: none;
}
.flexslider .slides > li {
  position: relative;
  margin-bottom: 0;
}
.flex-caption {
  font-size: 60px;
  line-height: 100%;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  white-space: nowrap;
}
.flex-caption p {
  font-weight: 700;
  text-shadow: 1px 3px #0b480b;
  font-size: 4vw;
  color: white;
  font-family: Arial;
  display: block;
  margin-bottom: 0;
  letter-spacing: -2px;
  line-height: 120%;
}
@media all and (max-width: 767px) {
  .flex-caption p {
    font-size: 7vw;
  }
}
@media all and (min-width: 768px) and (max-width: 1400px) {
  .flex-caption p {
    font-size: 4vw;
  }
}
@media all and (min-width: 1401px) {
  .flex-caption p {
    font-size: 3vw;
  }
}
.swing {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transform-origin: top left;
  -webkit-animation-name: swing;
  animation-name: swing;
}
.swing-slow {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  transition-delay: 1s;
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transform-origin: top left;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(5deg) translate(-50%, -50%);
    transform: rotate(5deg) translate(-50%, -50%);
  }
  40% {
    -webkit-transform: rotate(-3deg) translate(-50%, -50%);
    transform: rotate(-3deg) translate(-50%, -50%);
  }
  60% {
    -webkit-transform: rotate(1deg) translate(-50%, -50%);
    transform: rotate(1deg) translate(-50%, -50%);
  }
  80% {
    -webkit-transform: rotate(-1deg) translate(-50%, -50%);
    transform: rotate(-1deg) translate(-50%, -50%);
  }
  100% {
    -webkit-transform: rotate3(0deg) translate(-50%, -50%);
    transform: rotate(0deg) translate(-50%, -50%);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(5deg) translate(-50%, -50%);
    -ms-transform: rotate(5deg) translate(-50%, -50%);
    transform: rotate(5deg) translate(-50%, -50%);
  }
  40% {
    -webkit-transform: rotate(-3deg) translate(-50%, -50%);
    -ms-transform: rotate(-3deg) translate(-50%, -50%);
    transform: rotate(-3deg) translate(-50%, -50%);
  }
  60% {
    -webkit-transform: rotate(1deg) translate(-50%, -50%);
    -ms-transform: rotate(5deg) translate(-50%, -50%);
    transform: rotate(5deg) translate(-50%, -50%);
  }
  80% {
    -webkit-transform: rotate(-1deg) translate(-50%, -50%);
    -ms-transform: rotate(-1deg) translate(-50%, -50%);
    transform: rotate(-1deg) translate(-50%, -50%);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
    -ms-transform: rotate(0deg) translate(-50%, -50%);
    transform: rotate(0deg) translate(-50%, -50%);
  }
}
@media all and (min-width: 769px) {
  .category-top-links .image-links li,
  .category-top-links .text-links li {
    width: calc(100%/6 - 24px);
    margin-right: 24px;
  }
  .category-top-links .image-links li:nth-of-type(6n),
  .category-top-links .text-links li:nth-of-type(6n) {
    margin-right: 0;
  }
}
@media all and (max-width: 599px) {
  .category-cms .tabNavigation li,
  .tabs_category_attributes .tabNavigation li {
    display: block;
    margin-bottom: 0;
  }
}
@media all and (max-width: 500px) {
  .category-top-links .image-links li,
  .category-top-links .text-links li {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .category-top-links .image-links li:nth-of-type(2n),
  .category-top-links .text-links li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 501px) and (max-width: 768px) {
  .category-top-links .image-links li,
  .category-top-links .text-links li {
    width: calc(100%/3 - 16px);
    margin-right: 24px;
    margin-bottom: 24px;
  }
  .category-top-links .image-links li:nth-of-type(3n),
  .category-top-links .text-links li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .category-top-links .image-links li,
  .category-top-links .text-links li {
    /* width: ~"calc(100%/3 - 16px)";
     margin-right:24px;
     margin-bottom:24px;
     &:nth-of-type(3n) {
       margin-right: 0;
     }*/
  }
}
/*------ PRODUCT GRID -----*/
.product-item .minimal-price-link {
  white-space: normal;
}
.column.main .product-items {
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.product-item-name {
  text-align: center;
}
.product-item-name a {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.product-item-name a:hover {
  text-decoration: none;
  color: #084171;
}
.six-products-in-row .products-grid .product-item,
.six-products-in-row .product-items .product-item {
  padding-left: 0;
  display: inline-block;
  margin-left: 0;
}
@media all and (min-width: 769px) {
  .six-products-in-row .products-grid .product-item,
  .six-products-in-row .product-items .product-item {
    width: calc(100%/6 - 13px);
    margin-right: 15px;
  }
  .six-products-in-row .products-grid .product-item:nth-of-type(6n),
  .six-products-in-row .product-items .product-item:nth-of-type(6n) {
    margin-right: 0;
  }
}
@media all and (max-width: 768px) {
  .six-products-in-row .products-grid .product-item,
  .six-products-in-row .product-items .product-item {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .six-products-in-row .products-grid .product-item:nth-of-type(2n),
  .six-products-in-row .product-items .product-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.four-products-in-row .products-grid .product-item,
.four-products-in-row .product-items .product-item {
  padding-left: 0;
  display: inline-block;
  margin-left: 0;
}
@media all and (min-width: 769px) {
  .four-products-in-row .products-grid .product-item,
  .four-products-in-row .product-items .product-item {
    width: calc(25% - 12px);
    margin-right: 15px;
  }
  .four-products-in-row .products-grid .product-item:nth-of-type(4n),
  .four-products-in-row .product-items .product-item:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media all and (max-width: 768px) {
  .four-products-in-row .products-grid .product-item,
  .four-products-in-row .product-items .product-item {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .four-products-in-row .products-grid .product-item:nth-of-type(2n),
  .four-products-in-row .product-items .product-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.three-products-in-row .products-grid .product-item,
.three-products-in-row .product-items .product-item {
  margin-left: 0;
  padding-left: 0;
}
@media all and (min-width: 1025px) {
  .three-products-in-row .products-grid .product-item,
  .three-products-in-row .product-items .product-item {
    width: calc(33% - 8px);
    margin-right: 15px;
  }
  .three-products-in-row .products-grid .product-item:nth-of-type(3n),
  .three-products-in-row .product-items .product-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media all and (max-width: 1024px) {
  .three-products-in-row .products-grid .product-item,
  .three-products-in-row .product-items .product-item {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .three-products-in-row .products-grid .product-item:nth-of-type(2n),
  .three-products-in-row .product-items .product-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.price-container {
  font-size: 20px;
  font-weight: 700;
  color: #084171;
  display: block;
  width: 100%;
  text-align: center;
}
/*-------------------*/
.bestsellers {
  width: 100%;
  position: relative;
  clear: both;
}
/*----- PAGER ------*/
.toolbar-products .pages {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
}
@media all and (min-width: 768px) {
  .toolbar-products .pages {
    width: auto;
    text-align: right;
  }
}
.pages .show_all,
.show_four.show_all {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  line-height: 24px;
  color: #fff;
  background: #084171;
  font-size: 12px;
  border: none;
  border-radius: 0;
  padding: 0 12px;
}
.pages .show_all:hover,
.show_four.show_all:hover {
  background: #555555;
  text-decoration: none;
}
.sorter {
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-bottom: 15px;
  width: 100%;
}
@media all and (min-width: 768px) {
  .sorter {
    width: 230px;
    text-align: left;
  }
}
.pages .item {
  line-height: 22px;
}
.pages strong.page {
  line-height: 22px;
  color: #fff;
  background-color: #3b3b3b;
}
.pages .page {
  border-radius: 50%;
  font-size: 13px;
  font-weight: 400;
  width: 22px;
  text-align: center;
}
.pages a.page {
  color: #000;
  background-color: #fff;
}
.pages a.page:visited {
  color: #000;
  background-color: #fff;
}
.pages a.page:hover {
  color: #fff;
  background-color: #3b3b3b;
  text-decoration: none;
}
.catalog-category-view .pages .action.previous,
.catalog-category-view .pages .action.next {
  display: none;
}
.toolbar-sorter {
  padding: 0;
}
.toolbar-sorter .sorter-label {
  color: #000;
  font-size: 18px;
  line-height: 1;
}
select.sorter-options {
  height: 24px;
  padding: 0 10px;
  line-height: 22px;
  color: #6a6a6a;
  font-size: 12px;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: 125px -356px;
  border: none;
  border: 1px solid #b7b7b7;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 150px;
}
.sorter-action {
  display: none;
}
.toolbar-products {
  text-align: left;
}
.toolbar-products:first-child .show_all {
  display: none;
}
@media all and (min-width: 768px) {
  .toolbar-products {
    display: flex;
    justify-content: flex-start;
    padding: 0;
  }
}
.products-grid + .toolbar-products .pages {
  width: 100%;
}
@media all and (min-width: 768px) {
  .category-image,
  .category-description {
    margin-bottom: 28px;
  }
}
@media all and (max-width: 767px) {
  .catalog-category-view .columns .column.main {
    padding-bottom: 10px;
  }
  .catalog-category-view .products {
    margin: 10px 0;
  }
  .catalog-category-view .sidebar-main {
    display: none;
  }
  .bestsellers {
    order: 2;
  }
  .catalog-category-view .page-header {
    margin-bottom: 10px;
  }
  .catalog-category-view .columns {
    padding-top: 10px;
    border-top: 2px solid #084171;
  }
}
@media all and (max-width: 767px) {
  .catalog-product-view .page-title-wrapper.product .page-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    text-align: left;
    margin: 0;
  }
  .catalog-product-view .page-title-wrapper.product .page-title span {
    padding: 0;
    text-transform: none;
  }
}
.catalog-product-view .page-title-wrapper.product .page-title:after {
  display: none;
}
.catalog-product-view .product-brand-name {
  font-size: 16px;
  color: #686868;
  display: none;
}
.catalog-product-view .product-reviews-summary .rating-summary {
  left: 0;
}
.catalog-product-view .product-reviews-summary .rating-summary .rating-result {
  width: 80px;
}
.catalog-product-view .product-reviews-summary .rating-summary .rating-result:before {
  font-size: 22px;
  height: 20px;
  line-height: 20px;
}
.catalog-product-view .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #ffa200;
  font-size: 22px;
  height: 20px;
  line-height: 20px;
}
.catalog-product-view .product-reviews-summary .action.view {
  color: #d22030;
  background: transparent;
  text-transform: none;
  padding: 0;
  margin-left: 0;
  line-height: 21px;
  font-weight: 400;
  font-size: 14px;
}
.catalog-product-view .product.media .fotorama__nav--dots .fotorama__nav__frame {
  width: 24px;
}
.catalog-product-view .product.media .fotorama__active .fotorama__dot {
  background-color: #084171;
  border-color: #084171;
}
.catalog-product-view .product.media .fotorama__dot {
  height: 14px;
  width: 14px;
  border-radius: 14px;
}
.catalog-product-view .product-info-main .product.attribute.overview {
  margin: 8px 0;
  font-size: 14px;
}
.catalog-product-view .product-info-main .price-box .price-container {
  text-align: left;
}
.catalog-product-view .product-info-main .price-box .price-container .price {
  font-size: 30px;
  color: #084171;
  font-weight: 400;
}
.catalog-product-view .product-info-main .price-box .special-price .price-container .price {
  color: #084171;
}
.catalog-product-view .box-tocart {
  padding-top: 15px;
}
.catalog-product-view .box-tocart .fieldset {
  display: flex;
  flex-direction: row;
  padding-top: 0;
  margin-bottom: 0;
}
.catalog-product-view .box-tocart .field.qty {
  display: flex;
  align-items: flex-start;
  width: 140px;
  margin-bottom: 0;
}
.catalog-product-view .box-tocart .field.qty:after {
  content: '';
  display: table;
}
.catalog-product-view .box-tocart .field.qty .controls {
  float: right;
  margin-left: 5px;
}
.catalog-product-view .box-tocart .field.qty .controls span {
  display: block;
  background: #084171;
  color: #fff;
  height: 17px;
  width: 17px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  border-radius: 2px;
}
.catalog-product-view .box-tocart .field.qty .controls span.decrease {
  margin-top: 2px;
  line-height: 14px;
}
.catalog-product-view .box-tocart .field.qty .controls span.increase {
  padding-top: 2px;
}
.action.sorter-action {
  background: transparent;
}
.action.sorter-action:hover {
  background: transparent;
}
.reviews-actions a.action.add {
  padding: 5px 10px 5px 0;
  line-height: 120%;
  text-transform: none;
  color: #084171;
  background: transparent;
  border: none;
}
.reviews-actions a.action.add:hover {
  color: #052641;
}
/*---- category page filters start --------*/
.block-content.filter-content {
  position: relative;
  z-index: 20;
  width: 100%;
}
.filter-current {
  margin-top: 15px;
}
.block.filter {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  display: none;
}
@media all and (min-width: 991px) {
  .block.filter {
    display: block;
    /*  width: 250px;*/
    float: left;
    display: none;
  }
  .block.filter ~ #amasty-shopby-product-list {
    /*  width: ~"calc(100% - 250px)";
            float: left;
            padding-left: 15px;*/
    width: 100%;
  }
}
.block.filter .title {
  position: relative;
  white-space: nowrap;
  margin: 0 0 15px;
}
.block.filter .title:before,
.block.filter .title span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 18px;
  line-height: 25px;
}
.block.filter .title:before {
  height: 25px;
  width: 25px;
  background-image: url(../images/sound-faders.png);
  content: '';
  margin: 0 5px 0 0;
  background-size: cover;
  position: relative;
  top: -2px;
}
@media all and (max-width: 1024px) {
  .personilise.tab-content .tab-pane {
    padding: 0 20px;
  }
  .personilise.tab-content .tab-pane h3 {
    font-size: 20px;
  }
  .block.filter {
    flex-wrap: wrap;
  }
  .block.filter .title {
    width: 100%;
    border-top: 2px solid #084171;
    margin-bottom: 10px;
  }
}
.filter-options .filter-options-title {
  text-transform: uppercase;
  display: block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
@media all and (max-width: 1024px) {
  .filter-options .filter-options-title {
    width: 100%;
  }
}
.filter-options .filter-options-title span {
  display: block;
  padding: 5px 0;
}
.filter-options .filter-options-title span:after {
  position: absolute;
  top: 4px;
  right: 0;
  height: 15px;
  width: 15px;
  display: inline-block;
  background-image: url(../images/down-arrow.png);
  content: '';
  background-size: 100% auto;
}
.filter-options .filter-options-title:hover,
.filter-options .filter-options-title.active {
  color: #084171;
}
.filter-options .filter-options-title.active {
  margin-bottom: 10px;
}
.filter-options .filter-options-title.active span:after {
  transform: rotate(-180deg);
}
.filter-options .filter-options-content {
  background: white;
  margin-left: 0;
  z-index: 2;
}
.filter-options .filter-options-content:after {
  background: transparent;
  border: 1px solid #a1a1a1;
  top: -34px;
  left: -1px;
  content: '';
  position: absolute;
  width: 100%;
  height: 33px;
  opacity: 0;
  border-bottom: none;
  cursor: pointer;
  display: none;
}
.filter-options .active .filter-options-content {
  display: block !important;
}
.fancybox-overlay #fancybox-thumbs ul {
  margin: 0 auto;
  left: 0 !important;
}
.category-cms .flex-viewport .slides li {
  max-height: 500px;
  overflow: hidden;
}
.filter-options-content li a input {
  height: 0;
  width: 0;
  position: absolute;
  opacity: 0;
}
.filter-options-content li a {
  position: relative;
  white-space: nowrap;
  color: black;
  font-weight: 700;
}
.filter-options-content li a span {
  white-space: normal;
}
@media all and (max-width: 500px) {
  .filter-options-content li a {
    font-size: 12px;
  }
}
.filter-options-content li a:before {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  top: 0;
  left: 0;
  background-color: white;
  content: '';
  vertical-align: top;
  border: 1px solid #808080;
  margin: 0 5px 0 0;
}
.filter-options-content li a:after {
  display: inline-block;
  position: absolute;
  height: 12px;
  width: 12px;
  top: 5px;
  left: 5px;
  background-color: #084171;
  content: '';
  vertical-align: top;
  opacity: 0;
}
.filter-options-content .items.-am-singleselect li a:hover,
.filter-options-content .items.-am-singleselect li a.amshopby-link-selected {
  color: #084171;
}
.filter-options-content .items.-am-singleselect li a:hover:after,
.filter-options-content .items.-am-singleselect li a.amshopby-link-selected:after {
  opacity: 1;
}
.filter-options .count {
  color: black;
  font-weight: 700;
  display: none;
}
.filter-current .block-subtitle {
  color: #084171;
  border-bottom: 1px solid #084171;
}
.filter-current .item .item-actions {
  width: 100%;
}
a.action.remove {
  line-height: 24px;
  text-transform: none;
}
.am_shopby_state_container .filter-label {
  text-transform: capitalize;
}
.am_shopby_state_container .filter-value {
  font-weight: 700;
  color: #084171;
}
.am_shopby_state_container a.action.remove {
  margin-top: 3px;
}
.filter-current .item {
  display: inline-block;
  margin-right: 15px;
}
.action.clear.filter-clear {
  line-height: 30px;
  padding: 0 10px;
}
/*---------  category page filters end  -----------*/
.catalog-product-view .columns .column.main {
  padding-bottom: 0;
}
.catalog-product-view .breadcrumbs {
  padding: 20px 20px 0 20px;
  position: relative;
}
.product.data.items > .item.title > .switch {
  height: auto;
  line-height: 20px;
  font-size: 13px;
}
.product.data.items > .item.content {
  border: 1px solid #a8a8a8;
}
.product.data.items > .item.title {
  margin: 0 3px 0 0;
  position: relative;
  top: -1px;
}
.product.data.items > .item.title > .switch {
  position: relative;
  border: 1px solid #a8a8a8;
  top: 0;
  padding-bottom: 6px;
  background: #084171;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  padding-right: 31px;
  padding-left: 31px;
  font-weight: 700;
}
.product.data.items > .item.title > .switch:hover {
  background: #084171;
  color: #fff;
  padding-bottom: 6px;
}
.product.data.items > .item.title.active {
  top: 0;
}
.product.data.items > .item.title.active > .switch {
  top: -5px;
  padding-bottom: 7px;
  border-bottom: none;
  padding-top: 9px;
  color: #393939;
  background: #fff;
}
@media all and (min-width: 768px) {
  .product.data.items > .item.title:not(.active) > .switch:hover,
  .product.data.items > .item.title:not(.active) > .switch:hover,
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #052641;
    color: #fff;
  }
  .product.data.items > .item.title > .switch:visited {
    background: #084171;
    color: #fff;
  }
}
.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: 7px;
  padding-top: 9px;
  background: #fff;
  color: #000;
  color: #393939;
  position: relative;
  outline: none;
}
.old-price .price {
  text-decoration: line-through;
}
.fotorama__caption {
  display: none;
}
.fotorama__nav.fotorama__nav--thumbs {
  width: 100%;
  text-align: center;
}
.box-tocart .field.qty .label {
  font-size: 14px;
  margin: 0 22px 0 0;
  font-weight: 400;
  width: auto !important;
  position: relative;
  top: 10px;
  color: #000;
}
@media all and (max-width: 767px) {
  .box-tocart .field.qty .label {
    margin: 0;
    width: auto !important;
  }
}
.action.primary.tocart {
  padding: 0 69px;
}
@media all and (max-width: 1166px) {
  .action.primary.tocart {
    width: 150px;
    text-align: center;
    padding: 0;
  }
}
.product-extra-text {
  margin-top: 25px;
}
.product-color-attribute {
  margin: 10px 0 10px 0;
}
.product-color-attribute b {
  text-transform: capitalize;
}
.fotorama__thumb-border {
  border: 1px solid #ff6c00;
}
.product-info-main .box-tocart {
  width: auto;
  text-align: left;
  margin-right: 0;
  float: none;
  margin: 0;
}
.product-info-main .box-tocart .actions {
  text-align: left;
  margin-top: 0px;
  padding-top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.actions .buttons-divider {
  margin: 10px 10px 0 10px;
  display: inline-block;
}
.product.attribute.description iframe {
  display: block;
  margin: 35px auto 20px auto;
  max-width: 100%;
}
.product-reviews-summary {
  margin: 3px 0;
}
.block.related {
  margin: 52px 0 59px 0;
}
.block.related .products {
  margin: 0;
}
.product.upsell-container {
  clear: both;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .product.upsell-container {
    margin-bottom: 10px;
  }
}
.block.upsell #upsell_image {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  width: 100%;
}
.block.upsell #upsell_image .image-item {
  position: relative;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .block.upsell #upsell_image .image-item {
    margin-right: 10px;
    width: 50px;
    height: 50px;
  }
}
.block.upsell #upsell_image .image-item + .image-item:before {
  content: '+';
  position: absolute;
  left: -15px;
  top: 60px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .block.upsell #upsell_image .image-item + .image-item:before {
    left: -10px;
    top: 10px;
  }
}
.block.upsell .product-upsell-items {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .block.upsell .product-upsell-items {
    float: left;
  }
}
.block.upsell .actions {
  clear: both;
  text-align: left;
}
@media (max-width: 991px) {
  .block.upsell .actions {
    float: right;
    clear: none;
  }
}
.block.upsell .product-upsell {
  position: relative;
}
.block.upsell .product-upsell input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.block.upsell .product-upsell label {
  padding-left: 25px;
  color: #737373;
  font-weight: 400;
}
.block.upsell .product-upsell input:checked + .leadtime_label:before {
  content: '';
  display: block;
  height: 13px;
  width: 13px;
  position: absolute;
  top: 3px;
  left: 3px;
  background-image: url(../images/check-symbol.png);
  background-size: contain;
  z-index: 2;
}
.block.upsell .product-upsell input:checked + .leadtime_label:after {
  background-color: #084171;
}
.block.upsell .product-upsell .leadtime_label:after {
  top: 0;
  border-radius: 4px;
}
.block.upsell .product-upsell .price {
  color: #084171;
  font-weight: 700;
}
.block.upsell .product-upsell.main label {
  color: #000000;
}
@media all and (max-width: 767px) {
  .four-products-in-row.category-featured .product-items .product-item,
  .four-products-in-row.bestsellers .product-items .product-item,
  .four-products-in-row.related-products .product-items .product-item,
  .four-products-in-row.related-products .products-grid .product-item,
  .four-products-in-row.category-products-list .product-items .product-item {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .four-products-in-row.category-featured .product-items .product-item:nth-of-type(2n),
  .four-products-in-row.bestsellers .product-items .product-item:nth-of-type(2n),
  .four-products-in-row.related-products .product-items .product-item:nth-of-type(2n),
  .four-products-in-row.related-products .products-grid .product-item:nth-of-type(2n),
  .four-products-in-row.category-products-list .product-items .product-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) {
  .four-products-in-row.category-featured .product-items .product-item,
  .four-products-in-row.bestsellers .product-items .product-item,
  .four-products-in-row.related-products .product-items .product-item,
  .four-products-in-row.related-products .products-grid .product-item,
  .four-products-in-row.category-products-list .product-items .product-item {
    width: calc(25% - 12px);
    margin-right: 15px;
  }
  .four-products-in-row.category-featured .product-items .product-item:nth-of-type(4n),
  .four-products-in-row.bestsellers .product-items .product-item:nth-of-type(4n),
  .four-products-in-row.related-products .product-items .product-item:nth-of-type(4n),
  .four-products-in-row.related-products .products-grid .product-item:nth-of-type(4n),
  .four-products-in-row.category-products-list .product-items .product-item:nth-of-type(4n) {
    margin-right: 0;
  }
}
.four-products-in-row.category-featured .product-items {
  font-size: 0;
}
.four-products-in-row.category-featured .product-items li {
  font-size: 14px;
}
.product-personalise {
  position: relative;
  display: inline-block;
}
@media all and (min-width: 769px) and (max-width: 1023px) {
  .product-personalise {
    margin-top: 15px;
  }
}
.action.personalise {
  padding: 0 29px !important;
  /*margin-bottom: 60px;*/
  margin-bottom: 0;
  font-size: 18px;
}
@media all and (max-width: 1166px) {
  .action.personalise {
    min-width: 150px;
    max-width: 100%;
    padding: 0 10px !important;
    text-align: center;
    font-size: 14px;
  }
}
@media all and (max-width: 767px) {
  .action.personalise.extended {
    font-size: 12px;
    padding: 0 !important;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .action.personalise {
    font-size: 14px;
  }
}
.catalog-product-view .product.media .catalog_switcher img {
  height: auto;
  max-height: 420px;
}
.catalog_switcher {
  text-align: center;
}
.main-image.fancybox-thumb {
  display: block;
  margin: 0 auto;
}
.catalog-product-view .product.media .thumbs {
  list-style: none;
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.catalog-product-view .product.media .thumbs li {
  clear: both;
  max-width: 33%;
  margin-right: 1%;
}
.catalog-product-view .product.media .thumbs li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border: 1px solid transparent;
}
.catalog-product-view .product.media .thumbs li a.active,
.catalog-product-view .product.media .thumbs li a:hover {
  border: 1px solid #084171;
}
.catalog-product-view .product.media .thumbs li a img {
  max-height: 90px;
}
@media all and (max-width: 815px) {
  .catalog-product-view .product.media .thumbs li a img {
    max-height: 40px;
  }
}
.catalog-product-view .product.media .catalog_switcher img {
  height: auto;
  max-height: 420px;
  margin: 0 auto;
}
@media all and (max-width: 815px) {
  .catalog-product-view .product.media .catalog_switcher img {
    max-height: 200px;
  }
}
@media all and (min-width: 1025px) {
  .catalog_switcher .more-views {
    margin-top: 70px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .page-layout-1column .product.media {
    width: 40%;
    padding: 0 40px 0 0;
    margin-bottom: 40px;
  }
  .page-layout-1column .product-info-main {
    width: 60%;
  }
  .product.data.items > .item.title > .switch {
    padding-right: 15px;
    padding-left: 15px;
  }
  .product-add-form {
    margin-top: 25px;
  }
  .catalog-product-view .product-info-main .price-box .price-container .price {
    font-size: 26px;
  }
  .product-info-main .price-box {
    margin-top: 10px;
  }
  .product-personalise {
    padding-top: 0;
  }
}
/*--- end of min768 and max 1024 ---*/
@media all and (max-width: 600px) {
  .product-personalise {
    margin-top: 15px;
  }
  .catalog-product-view .box-tocart .field.qty {
    margin: 0 0 10px;
    width: 130px;
  }
}
@media all and (max-width: 767px) {
  .product-personalise.addtocart_enabled {
    padding-top: 0;
  }
  .product-personalise {
    padding-top: 0;
  }
  .product-color-attribute {
    border-top: 1px solid #d9d9d9;
    padding-top: 10px;
    margin: 20px 0 0 0;
  }
  .catalog-product-view .page-title {
    font-size: 18px;
    text-align: center;
    margin: 5px 0;
  }
  .catalog-product-view .product-brand-name {
    font-size: 14px;
  }
  .catalog-product-view .product-info-main .price-box .price-container .price {
    font-size: 26px;
  }
  .action.personalise {
    position: relative;
    left: 0;
    top: 0;
  }
  .product-info-main .box-tocart .actions .action.tocart {
    white-space: nowrap;
  }
  .catalog-product-view .box-tocart .field.qty {
    margin: 0;
    width: 130px;
  }
  .modal-popup._inner-scroll .modal-content {
    box-shadow: none;
    border: none;
  }
  .product.info.detailed {
    margin: 0;
  }
  .product.info.detailed .product.data.items > .item.title {
    top: 0;
    margin-top: 10px;
  }
  .product.info.detailed .product.data.items > .item.title > .switch {
    background: #084171;
    border-color: #084171;
    color: #fff;
    padding: 5px 20px;
  }
  .product.info.detailed .product.data.items > .item.title > .switch:after {
    content: '+';
    float: right;
    font-size: 20px;
    line-height: 15px;
    font-weight: 700;
    color: #ffffff;
  }
  .product.info.detailed .product.data.items > .item.title.active > .switch {
    top: 0;
  }
  .product.info.detailed .product.data.items > .item.title.active > .switch:after {
    content: '-';
  }
  .catalog-product-view .page-main {
    margin-bottom: 20px;
    position: relative;
  }
  .catalog-product-view .page-main:before {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    content: '';
    background-color: #084171;
    height: 2px;
  }
  .product-info-main .price-box {
    margin-top: 10px;
  }
}
/*--- end of max 767 ---*/
@media all and (min-width: 768px) and (max-width: 1024px) {
  .product-info-main > div.product-personalise.addtocart_enabled {
    margin-left: 13px;
  }
  .product-info-main > div.product-personalise.addtocart_disabled {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media all and (max-width: 1024px) {
  .product-color-attribute {
    border-top: 1px solid #d9d9d9;
    padding-top: 10px;
    margin: 20px 0 0 0;
  }
  .catalog-product-view .box-tocart .fieldset {
    flex-direction: row;
  }
  .product-info-main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
  }
  .product-info-main > div {
    flex-basis: 100%;
    width: 100%;
  }
  .product-info-main > div.page-title-wrapper {
    order: 0;
  }
  .product-info-main > div.product-brand-name {
    order: 1;
  }
  .product-info-main > div.product-reviews-summary {
    order: 2;
  }
  .product-info-main > div.product.attribute.overview {
    order: 3;
  }
  .product-info-main > div.product-info-price {
    order: 4;
  }
  .product-info-main > div.product-add-form {
    order: 6;
  }
  .product-info-main > div.product-personalise {
    order: 7;
  }
  .product-info-main .custom-attributes {
    order: 8;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .product-info-main .prod-short-description {
    order: 9;
  }
  .product-info-main .product-info-detailed {
    order: 10;
  }
  .product-info-main .prices-tier {
    order: 5;
    margin: 10px 0 20px 0;
  }
  .product-info-main .box-tocart .actions {
    margin-top: 0;
  }
  .product-info-main .box-tocart {
    margin: 0;
  }
}
.product-item .price-box .price-label:after {
  content: '';
}
.old-price,
.old.price {
  text-decoration: none;
}
.product-item .old-price .price {
  text-decoration: line-through;
  font-size: 17px;
  font-weight: 700;
}
.page-products .product-item-info {
  max-width: 95%;
  margin: 0 auto;
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (min-width: 1025px) {
  .page-layout-1column .product.media {
    padding-right: 40px;
  }
}
.category-cms .bx-wrapper .bx-controls-direction a {
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.category-cms .bx-wrapper .bx-next,
.category-cms .bx-wrapper .bx-next:hover,
.category-cms .bx-wrapper .bx-next:focus {
  background-position: -43px 2px;
}
.category-cms .bx-wrapper .bx-prev,
.category-cms .bx-wrapper .bx-prev:hover,
.category-cms .bx-wrapper .bx-prev:focus {
  background-position: 0 2px;
}
.category-cms .bx-wrapper {
  margin-bottom: 20px;
}
.category-cms .bx-wrapper:hover .bx-controls-direction a {
  opacity: 1;
}
.featured-list-title {
  border-bottom: 2px solid #084171;
}
.featured-list-title p {
  margin: 0;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 5px 8px;
  background: #084171;
  text-transform: uppercase;
  text-decoration: none;
}
.prices-tier {
  background: transparent;
  margin: 15px 0 0 0;
  border: 1px solid #ededed;
  padding: 0;
  border-bottom: none;
  width: 75%;
}
@media all and (max-width: 1024px) {
  .prices-tier {
    width: 100%;
  }
}
.prices-tier li.item {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
  font-size: 13px;
  text-align: center;
  border-bottom: 1px solid #ededed;
}
.prices-tier li.item .cell {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
  line-height: 20px;
  width: 33.33%;
  font-size: 13px;
  border-right: 1px solid #d4d4d4;
}
.prices-tier li.item .cell:nth-of-type(3n) {
  border-right: none;
}
.prices-tier li.head .cell {
  background: #084171;
  color: #fff;
  font-weight: 500;
}
.prices-tier span {
  line-height: 25px;
}
.prices-tier .note {
  margin-right: 5px;
}
.prices-tier .cell .price-container {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin: 0 5px 0 0;
  width: auto;
}
.prices-tier .cell .qty {
  font-weight: 700;
  color: #084171;
}
@media all and (max-width: 500px) {
  .prices-tier {
    width: 100%;
  }
}
.product-item .minimal-price-link span.price-label {
  color: #084171;
}
.catalog-product-view .product-info-main .price-box .price-container .per-box {
  color: black;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 100%;
  margin: 4px 0 0 5px;
}
.product-add-form {
  /*float: left;*/
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  position: relative;
}
@media all and (min-width: 1023px) and (max-width: 1420px) {
  .product-add-form .form-container {
    width: 60%;
  }
  .product-add-form .product-personalise {
    width: 40%;
  }
}
@media all and (min-width: 1421px) {
  .product-add-form .form-container,
  .product-add-form .product-personalise {
    width: 50%;
  }
}
@media all and (min-width: 769px) and (max-width: 1023px) {
  .product-add-form {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media all and (max-width: 600px) {
  .product-add-form {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product-add-form .product-view-add-to-cart {
  margin-right: 15px;
}
/*============ CUSTOMISER START ===========*/
.personilise-content .container {
  padding: 0;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 63%;
  background: white;
  border: 4px solid white;
  height: auto;
  z-index: 15;
  max-width: 930px;
  min-width: 300px;
  z-index: 101;
}
@media all and (max-width: 767px) {
  .personilise-content .container {
    height: auto;
    overflow: unset;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .personilise-content .container {
    top: 10px;
  }
}
.personilise-content .container .customiser-modal-header h3,
.personilise-content .container > h3 {
  text-align: center;
  background: #084171;
  color: white;
  font-weight: 700;
  font-size: 30px;
  line-height: 60px;
  padding: 0;
  margin: 0 0 30px 0;
}
@media all and (max-width: 767px) {
  .personilise-content .container .customiser-modal-header h3,
  .personilise-content .container > h3 {
    margin-bottom: 15px;
    padding: 18px 40px;
    font-size: 18px;
    line-height: 20px;
  }
}
.customiser-close {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border: 3px solid #084171;
  border-radius: 50%;
  background-image: url(../images/sprite.png);
  cursor: pointer;
  background-position: 6px -464px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.customiser-close:hover {
  background-color: #084171;
}
.customiser-close:hover:after {
  color: #fff;
}
.nav .sides {
  background: #fff;
  color: #393939;
  border: 1px solid #a8a8a8;
  position: relative;
  top: 1px;
  border-bottom: none;
  margin: 0 3px 0 0;
  text-align: center;
  cursor: pointer;
}
.nav .sides:hover {
  background: #084171;
}
.nav .sides:hover a {
  color: white;
}
.nav .sides.active {
  background: #084171;
  position: relative;
  top: 1px;
  border: 1px solid #084171;
  border-bottom: none;
}
.nav .sides.active a {
  color: white;
}
.nav .sides a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #393939;
  padding: 10px 35px;
}
.action-chose-file {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.file-upload-label {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  left: 0;
  top: 0;
  letter-spacing: 1px;
  width: 290px;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 10px;
  text-align: center;
}
.file-upload-label:hover {
  background: #052641;
}
.tab-pane .options {
  max-width: 300px;
  margin-top: 30px;
}
@media all and (max-width: 1024px) {
  .tab-pane .options {
    margin-top: 10px;
  }
}
.tab-pane .options .action.secondary,
.tab-pane .options .action.primary {
  letter-spacing: 1px;
  margin-right: 6px;
}
.tab-pane .options .action.secondary.add-text,
.tab-pane .options .action.primary.add-text {
  float: right;
  margin-right: 0;
}
.tab-pane .options .action.secondary.active,
.tab-pane .options .action.primary.active {
  background-color: #084171;
  color: #fff;
}
.tab-pane .options .buttons-container {
  margin-bottom: 15px;
}
.tab-pane input + button {
  margin-top: 15px;
  line-height: 38px;
  padding: 0 35px;
  font-size: 14px;
}
.tab-pane .preview-logo {
  position: absolute;
  width: auto;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #a8a8a8;
  padding: 20px;
  -webkit-box-shadow: 1px 1px 61px 11px #000;
  -moz-box-shadow: 1px 1px 61px 11px #000;
  box-shadow: 1px 1px 61px 11px #000;
  z-index: 3;
  display: flex;
}
@media all and (max-width: 700px) {
  .tab-pane .preview-logo {
    flex-direction: column;
  }
}
.tab-pane .preview-logo button.circle {
  margin-right: 0;
  float: right;
}
.tab-pane .preview-logo button.crop {
  width: 100%;
}
.tab-pane .preview-logo > div {
  width: 50%;
  margin-right: 0;
  min-width: 300px;
}
.tab-pane .preview-logo > div:first-of-type {
  margin-right: 30px;
  text-align: center;
}
@media all and (max-width: 700px) {
  .tab-pane .preview-logo > div:first-of-type {
    margin-right: 0;
  }
}
.action.primary.active.edit-image,
.action.primary.no-edit-image {
  padding: 0px 50px;
  line-height: 38px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: block;
  cursor: text;
}
.action.primary.active.edit-image {
  background: #ff6c00 !important;
}
.tab-pane .preview-logo button.crop {
  margin-top: 20px;
}
.tab-pane .preview-logo button.crop .icon {
  display: inline-block;
  vertical-align: top;
  height: 19px;
  width: 19px;
  background-image: url(../images/check-symbol.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 0 0;
  position: relative;
  top: 8px;
  margin-left: 5px;
}
.action.personalise {
  cursor: pointer;
}
.personilise.tab-content {
  max-height: 75vh;
  overflow: auto;
  overflow-x: hidden;
  padding: 0 30px 30px 30px;
}
.personilise.tab-content .tab-pane {
  position: relative;
  border: 1px solid #a8a8a8;
  padding: 30px 20px;
}
.personilise.tab-content .tab-pane:after {
  content: '';
  display: block;
  clear: both;
}
.personilise.tab-content .tab-pane.has-layers .right .general-actions {
  display: block;
  clear: both;
  /* float: left;*/
  width: 100%;
}
.personilise.tab-content .tab-pane .left {
  float: left;
  width: 330px;
  padding-right: 30px;
}
.personilise.tab-content .tab-pane .left p.title {
  font-weight: 700;
}
.personilise.tab-content .tab-pane .left .line_1 {
  margin: 15px 0;
  padding: 15px 0;
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
}
.personilise.tab-content .tab-pane .right {
  float: right;
  padding: 0 0 90px;
}
@media all and (min-width: 601px) {
  .personilise.tab-content .tab-pane .right {
    width: calc( 100% - 340px );
    min-width: 400px;
  }
}
@media all and (max-width: 600px) {
  .personilise.tab-content .tab-pane .right {
    padding: 0;
    width: 100%;
    float: none;
    min-width: 300px;
  }
}
.personilise.tab-content .tab-pane .right:before,
.personilise.tab-content .tab-pane .right:after {
  content: '';
  display: block;
  clear: both;
}
.personilise.tab-content .tab-pane .right .general-actions {
  display: none;
}
.personilise.tab-content .tab-pane .right h3 {
  margin-top: 0;
  font-weight: 700;
}
.personilise.tab-content .tab-pane .right .dropzone.box {
  position: relative;
}
.personilise.tab-content .tab-pane .right .dropzone.box .trashcan.box {
  position: absolute;
  bottom: 0;
  right: 0;
}
.personilise.tab-content .buttons-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.nav.nav-tabs {
  padding: 0 30px;
}
body.has-personalise-modal:after {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 14;
  display: block;
  content: '';
}
/*--- customizer-tooltip start ------*/
.customizer-tooltip {
  position: absolute;
  white-space: normal;
  content: '';
  font-size: 12px;
  border: 1px solid #cecdcd;
  color: black;
  font-weight: 400;
  width: 130px;
  text-transform: none;
  border-radius: 10px;
  padding: 10px 15px 10px 10px;
  text-align: left;
  background: #f5f9f5;
  cursor: pointer;
  background-image: url(../images/close.png);
  background-repeat: no-repeat;
  background-position: 112px 6px;
  background-size: 9px 9px;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tooltip-arrow,
.colorpicker-tooltip:before,
.garbage-item .trash-tooltip:before,
.layers-list .drag-layer-tooltip:before,
.layers-list .layer-options-tooltip:before,
.customizer-tooltip.crop-tooltip:before {
  content: '';
  position: absolute;
  display: inline-block;
  vertical-align: top;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #cecdcd transparent transparent transparent;
  transition: 0.3s all ease-in;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.color-picker-wrapper .input-group .input-group-addon {
  height: 32px;
  padding: 0 12px;
}
.colorpicker-tooltip {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-bottom: 10px;
}
.colorpicker-tooltip:before {
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
}
/*--- customizer-tooltip end  ------*/
.selected-layers {
  margin-top: 15px;
}
.jcrop-holder div div {
  /*top: 0;*/
}
.jcrop-holder > div.jcrop-tracker:before,
.jcrop-holder > div.jcrop-tracker:after {
  display: none;
}
.garbage-item .icon {
  height: 30px;
  width: 23px;
  background-image: url(../images/customizer_btn_sprite.png);
  -webkit-background-size: 62px;
  background-size: 62px;
  margin: 0 auto;
  display: block;
  position: relative;
  cursor: pointer;
}
.garbage-item .title {
  font-size: 14px;
  color: black;
  letter-spacing: 0.5px;
  margin: 0;
  display: inline-block;
  vertical-align: bottom;
  text-transform: capitalize;
  line-height: 100%;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
.garbage-item {
  cursor: pointer;
}
.garbage-item .trash-tooltip {
  top: -63px;
  left: -49px;
}
.garbage-item .trash-tooltip:before {
  bottom: -6px;
  left: 55px;
  top: auto;
}
.garbage-item:hover .trash-tooltip {
  display: block;
}
.layers-list ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 250px;
}
.layers-list ul li {
  position: relative;
  background-color: #fff;
  display: inline-block;
  padding: 0px;
  text-align: left;
  text-transform: capitalize;
  cursor: pointer;
}
.layers-list ul li .drag-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: 5px;
  top: 4px;
  background: url("../images/customizer_btn_sprite.png") no-repeat;
  -webkit-background-size: 50px;
  background-size: 42px;
  background-position-y: bottom;
}
.layers-list ul li:not(.dndPlaceholder) {
  height: 32px;
}
.layers-list ul li.dndPlaceholder {
  border-bottom: 3px solid #a8a8a8;
}
.layers-list ul li div {
  position: relative;
  border: 1px solid #ddd;
  display: inline-block;
  text-align: left;
  padding: 5px 10px;
  width: calc( 100% - 25px );
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layers-list ul li div img {
  position: absolute;
  top: 2px;
  right: 2px;
}
.layers-list ul li.selected div {
  border: 2px solid #084171;
}
.layers-list {
  position: relative;
}
.layers-list .drag-layer-tooltip {
  top: -96px;
  width: 130px;
  left: 217px;
}
.layers-list .drag-layer-tooltip:before {
  left: 21px;
  bottom: -6px;
}
.layers-list .drag-layer-tooltip:hover {
  display: block;
}
.layers-list .layer-options-tooltip {
  top: -64px;
  left: 80px;
}
.layers-list .layer-options-tooltip:before {
  left: 50%;
  top: auto;
  bottom: -6px;
  transform: translateX(-50%);
}
.trashcan ul {
  float: right;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.trashcan ul li {
  display: inline-block;
  vertical-align: top;
}
.trashcan ul.dndDragover .icon {
  -ms-background-position-x: 23px;
  background-position-x: 23px;
}
.ng-jcrop {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ng-jcrop-image-wrapper,
.ng-jcrop-thumbnail-wrapper {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0 auto 20px !important;
  border: 1px solid #cccccc;
}
.ng-jcrop-thumbnail-wrapper + .action.secondary {
  margin-top: 15px;
  background: #084171;
}
.ng-jcrop-thumbnail-wrapper + .action.secondary:hover {
  background: #052641;
}
.select-item {
  position: relative;
  width: 100%;
  margin: 10px 0;
}
.select-item .heading {
  vertical-align: top;
  display: inline-block;
  width: 85px;
  line-height: 37px;
  margin: 0 10px 0 0;
}
.select-item input,
.select-item select {
  margin-top: 5px;
  display: inline-block;
  width: calc(100% - 99px);
  vertical-align: top;
}
.select-item input + select {
  margin-left: 99px;
  margin-top: 10px;
}
.layers.nestedDemo {
  margin-bottom: 30px;
  clear: both;
}
.layers-list-block:after {
  content: '';
  display: block;
  clear: both;
}
.general-actions {
  margin-top: 22px;
}
.general-actions .clear-action-col {
  display: inline-block;
}
.general-actions .primary-actions {
  display: inline-block;
  float: none;
  width: 100%;
}
.general-actions .primary-actions .lead-time {
  font-size: 14px;
  /*float: right;
      width: ~"calc( 100% - 140px )";*/
  float: none;
  width: 100%;
  margin-top: 15px;
}
@media all and (max-width: 600px) {
  .general-actions .primary-actions .lead-time {
    float: none;
    width: 100%;
  }
}
.general-actions .primary-actions label.qty {
  margin-right: 5px;
}
.general-actions .primary-actions #qty {
  float: left;
  height: 38px;
  text-align: center;
  width: 45px;
}
.general-actions .primary-actions .controls {
  float: left;
  margin-left: 5px;
  display: inline-block;
}
.general-actions .primary-actions .controls span {
  display: block;
  background: #084171;
  color: #fff;
  height: 17px;
  width: 17px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
}
.general-actions .primary-actions .controls span.decrease {
  margin-top: 4px;
  line-height: 14px;
}
.general-actions .primary-actions .controls span.increase {
  padding-top: 2px;
}
.general-actions .primary-actions .actions {
  /*position: absolute;
      bottom: 0;*/
  position: relative;
  margin-top: 15px;
  width: 100%;
  display: flex;
  left: 0;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 950px) {
  .general-actions .primary-actions .actions {
    width: 100%;
    left: 0;
  }
}
@media all and (max-width: 600px) {
  .general-actions .primary-actions .actions {
    position: static;
    width: 100%;
    margin-top: 20px;
    flex-direction: column;
  }
  .general-actions .primary-actions .actions button {
    width: 100%;
  }
  .general-actions .primary-actions .actions p {
    margin: 10px 0;
  }
}
@media all and (max-width: 600px) {
  .general-actions .primary-actions .actions .action {
    margin-bottom: 10px;
  }
}
.general-actions .primary-actions .actions p {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}
@media all and (max-width: 600px) {
  .lead-time div label {
    margin-top: 18px;
  }
}
.product-options-wrapper .fieldset {
  margin: 0;
  padding: 0;
}
.apply-action-col {
  margin-top: 50px;
  text-align: right;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
}
@media all and (max-width: 840px) {
  .apply-action-col {
    margin-top: 30px;
  }
}
.apply-action-col .action {
  padding: 0 20px;
}
@media all and (min-width: 950px) and (max-width: 1024px) {
  .action.secondary.customizer-side {
    font-size: 10px;
  }
}
@media all and (min-width: 1024px) {
  .action.secondary.customizer-side {
    font-size: 12px;
  }
}
.primary-actions .colors {
  margin-top: 20px;
}
.action.secondary.special {
  background: #ff0000d1;
  color: #fff;
  border-color: #ff0000d1;
}
.action.secondary.special:hover {
  background: #b40202d1;
  border-color: #b40202d1;
}
.info-popup {
  position: relative;
  width: auto;
  display: inline-block;
}
.info-popup .icon {
  background-image: url(../images/info.svg);
  height: 30px;
  width: 30px;
  display: block;
  position: relative;
  border-radius: 50%;
  border: 2px solid black;
  background-size: contain;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center center;
}
.preview-logo .title {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: flex-start;
}
.preview-logo .title .action.primary.active.edit-image {
  width: calc(100% - 50px);
  margin-right: 10px;
  margin-left: 0;
}
.preview-logo .title .info-popup {
  position: relative;
  width: auto;
  display: inline-block;
  margin-top: 24px;
}
.preview-logo .title .info-popup .icon {
  background-image: url(../images/info.svg);
  height: 30px;
  width: 30px;
  display: block;
  position: relative;
  border-radius: 50%;
  border: 2px solid black;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.info-popup:hover .customizer-tooltip.crop-tooltip {
  opacity: 1;
  visibility: visible;
}
.customizer-tooltip.crop-tooltip {
  position: absolute;
  width: 200px;
  left: auto;
  right: -210px;
  top: -10px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  display: block;
  background-image: none;
}
.customizer-tooltip.crop-tooltip span {
  display: block;
  line-height: 120%;
  margin-bottom: 7px;
}
.customizer-tooltip.crop-tooltip:before {
  transform: rotate(90deg);
  left: -8px;
  top: 23px;
  opacity: 1;
  visibility: visible;
}
@media all and (max-width: 1400px) {
  .personilise-content .container {
    width: 90%;
    max-width: 90%;
  }
}
/*-----------  end of max-width 1400px  for Customizer ----- -*/
@media all and (max-width: 767px) {
  .personilise.tab-content,
  .nav.nav-tabs {
    padding: 0 15px;
  }
  .nav .sides {
    width: 48%;
  }
  .nav .sides a {
    padding: 10px 0;
  }
}
/*---- end max-width 767px  for Customizer ------*/
@media all and (max-width: 450px) {
  #side-one-placeholder {
    width: 230px !important;
    height: 230px !important;
  }
  #side-one-placeholder img {
    width: 100% !important;
    height: auto !important;
  }
  .personilise.tab-content .tab-pane .left {
    max-width: 100%;
  }
  .personilise.tab-content .tab-pane {
    padding: 0 10px;
  }
  .layers-list .drag-layer-tooltip {
    left: auto;
    right: -6px;
  }
  .layers-list .drag-layer-tooltip:before {
    left: auto;
    bottom: -6px;
    right: 14px;
  }
}
/*---- end max-width 450px  for Customizer ------*/
@media all and (max-width: 699px) {
  .personilise.tab-content .tab-pane.has-layers .right {
    float: none;
    width: 100%;
    min-width: 200px;
  }
  .tab-pane .options .action.secondary {
    float: none;
    display: inline-block;
    padding: 0 20px;
  }
  .options .options-wrapper .buttons-container {
    text-align: left;
  }
  .tab-pane .options .action.secondary.add-text {
    float: none;
  }
  .right .general-actions .primary-actions {
    width: 100%;
    float: none;
    margin-top: 15px;
  }
  .right.apply-action-col .action.primary {
    float: none;
  }
  .personilise.tab-content .tab-pane .left {
    width: 100%;
    padding: 0;
  }
  .personilise.tab-content .tab-pane .right .dropzone.box .trashcan.box {
    position: relative;
    right: auto;
    bottom: auto;
    float: right;
    top: 90px;
    left: -50px;
  }
  .layers-list .layer-options-tooltip:before {
    left: 50%;
    top: -6px;
    bottom: auto;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #cecdcd transparent;
  }
  .layers-list .layer-options-tooltip {
    top: auto;
    left: 0;
    bottom: -56px;
  }
}
/*---- end max-width 699px for Customizer ------*/
@media all and (min-width: 700px) and (max-width: 950px) {
  .personilise.tab-content .tab-pane .left {
    width: 100%;
    padding: 0;
  }
  .tab-pane .options {
    max-width: 100%;
    width: 100%;
  }
  .personilise.tab-content .tab-pane .left {
    width: 100%;
  }
  .tab-pane .options .options-wrapper {
    float: left;
    width: calc(100% - 300px);
    padding-right: 15px;
  }
  #side-one-placeholder {
    float: left;
  }
  .personilise.tab-content .tab-pane.has-layers .right {
    float: none;
    width: 100%;
  }
  .tab-pane .options .action.secondary.add-text {
    float: none;
  }
}
/*---- end min-width 700 and max-width 950px for Customizer ------*/
/*============ CUSTOMISER END ===========*/
.tab-content.tab_description_1 {
  display: block;
}
.product-despatch-attribute {
  position: relative;
  font-size: 16px;
  color: green;
  font-weight: 700;
  padding-left: 10px;
}
.product-despatch-attribute .truck-icon {
  position: relative;
  display: inline-block;
  height: 50px;
  background-image: url(../images/delivery-truck.png);
  -webkit-background-size: contain;
  background-size: contain;
  width: 60px;
  background-repeat: no-repeat;
  top: 17px;
}
.tabs_category_attributes ul.tabNavigation li {
  margin-right: 5px;
}
@media all and (max-width: 1023px) {
  .tabs_category_attributes ul.tabNavigation li {
    display: block;
    margin-right: 0;
    margin-bottom: 2px;
  }
}
.tabs_category_attributes ul.tabNavigation li a {
  padding: 7px 32px 7px 0;
}
@media all and (min-width: 1024px) and (max-width: 1200px) {
  .tabs_category_attributes ul.tabNavigation li a {
    font-size: 14px;
    line-height: 28px;
  }
}
.tabs_category_attributes_container {
  max-width: 1600px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .tabs_category_attributes_container {
    padding-bottom: 25px;
  }
}
@media all and (min-width: 768px) {
  .tabs_category_attributes_container {
    padding-bottom: 50px;
  }
}
.category_bottom_description {
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
}
.tabs_category_attributes {
  padding: 0;
  margin-top: 20px;
}
.tabs_category_attributes .tab-content h3 a,
.tabs_category_attributes .tab-content p a,
.tabs_category_attributes .tab-content a {
  text-decoration: underline;
}
.tabs_category_attributes .tab-content h3 a:hover,
.tabs_category_attributes .tab-content p a:hover,
.tabs_category_attributes .tab-content a:hover {
  text-decoration: none;
}
.preview.droppable-area {
  border: 4px dashed #084171;
  outline: none;
}
.block-products-list table th[colspan="4"] {
  width: 60%;
}
.block-products-list table th[colspan="2"] {
  width: 40%;
}
.fancybox-thumb.external-video {
  position: relative;
}
.fancybox-thumb.external-video:after {
  height: 25px;
  width: 25px;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/play-button.svg);
  background-size: cover;
}
.catalogsearch-result-index .breadcrumbs {
  padding: 20px 20px 0 20px;
}
@media all and (max-width: 370px) {
  .password-strength-meter {
    max-width: 250px;
  }
  .fieldset.create.account .control input,
  .form.password.forget .control input,
  .contact-page-wrapper .form.contact .control input,
  .fieldset.create.account textarea,
  .form.password.forget textarea,
  .contact-page-wrapper .form.contact textarea {
    max-width: 250px;
  }
  .fieldset.create.account .field.google-captcha,
  .form.password.forget .field.google-captcha,
  .contact-page-wrapper .form.contact .field.google-captcha {
    position: relative;
  }
  .contact-page-wrapper .form.contact .field.google-captcha {
    left: -10px;
  }
  .fieldset.create.account .field.google-captcha,
  .form.password.forget .field.google-captcha {
    left: -25px;
  }
}
@media all and (max-width: 500px) {
  .account .block-title strong {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .account .block-title .action {
    margin-left: 0 !important;
  }
}
.product-add-form {
  margin-bottom: 35px;
}
.product-add-form .product-options-wrapper {
  padding-right: 15px;
}
.category-reviews .trustpilot-widget {
  display: none;
}
.category-pricelist #amasty-shopby-product-list {
  display: none;
}
/*Image Gallery fix*/
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.product.media .special-offer-label {
  position: absolute;
  left: 0;
  right: 40px;
  display: flex;
  flex-direction: column;
  padding: 3px;
  color: #ffffff;
  text-align: center;
  background: #d20000;
  z-index: 2;
}
.product.media .special-offer-label span {
  font-size: 16px;
  text-transform: uppercase;
}
.product.media .special-offer-label .percent {
  font-size: 22px;
  font-weight: 700;
}
.product.media .special-offer-label .small {
  font-size: 12px;
  text-transform: none;
}
@media all and (max-width: 767px) {
  .product.media .special-offer-label {
    right: 0;
  }
}
.faq-list {
  margin-bottom: 30px;
  padding: 0;
}
.faq-list .trigger {
  cursor: pointer;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 600;
}
.faq-list .trigger:after {
  content: '+';
  float: right;
  font-size: 34px;
  line-height: 15px;
  font-weight: 700;
  color: #084171;
}
@media all and (max-width: 768px) {
  .faq-list .trigger:after {
    font-size: 20px;
  }
}
.faq-list li {
  list-style: none;
  margin: 0;
  border-top: 1px solid #a5a5a5;
}
.faq-list li.active .trigger:after {
  content: '-';
}
.faq-list li.active .content {
  margin-bottom: 15px;
}
.faq-list li:last-child {
  border-bottom: 1px solid #a5a5a5;
}
.um-gal-template-slider .fa-arrow-circle-left,
.um-gal-template-slider .fa-arrow-circle-right {
  color: #084171;
}
.prod-short-description {
  position: relative;
  width: 100%;
  margin: 15px auto 0 0;
}
.to_full_descr {
  font-weight: 700;
  font-size: 15px;
  position: relative;
}
.to_full_descr:after {
  display: inline-block;
  vertical-align: top;
  position: relative;
  content: '';
  height: 7px;
  width: 7px;
  margin: 0 0 0 5px;
  transform: rotate(-45deg);
  transform-origin: center center;
  border-right: 2px solid #084171;
  border-bottom: 2px solid #084171;
  left: 0;
  top: 8px;
  transition: all 0.3s;
}
.to_full_descr:hover {
  text-decoration: underline;
}
.to_full_descr:hover:after {
  left: 3px;
}
.product-info-main .product-info-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}
.product-info-detailed {
  margin-top: 15px;
}
.product-info-detailed .product.data.items > .item.title {
  float: none;
  margin: 5px 0 0 0;
  top: 0;
}
.product-info-detailed .product.data.items > .item.title.data-tab-reviews {
  display: none;
}
.product-info-detailed .product.data.items > .item.content {
  display: none;
  float: none;
  margin-left: 0;
  margin-top: 0;
  border-top: none;
}
.product-info-detailed .product.data.items > .item.content.expanded {
  display: block;
}
.product-info-detailed .product.data.items > .item.content#reviews {
  display: none;
}
.product-info-detailed .product.data.items > .item.title > .switch {
  top: 0;
}
.product-info-detailed .product.data.items > .item.title > .switch:after {
  display: inline-block;
  position: relative;
  content: '+';
  font-size: 30px;
  font-weight: inherit;
  color: inherit;
  margin: 0 0 0 5px;
}
.product-info-detailed .product.data.items > .item.title > .switch:focus,
.product-info-detailed .product.data.items > .item.title > .switch:hover {
  background: #084171;
  color: white;
}
.product-info-detailed .product.data.items > .item.title.active .switch {
  background: #084171;
  color: white;
}
.product-info-detailed .product.data.items > .item.title.active .switch:after {
  content: '-';
}
.products-grid .product-item-info {
  text-align: center;
}
.personilise-content .leadtime_label.checked:after,
.item-options .leadtime_label.checked:after,
.personilise-content input:checked + .leadtime_label:after,
.item-options input:checked + .leadtime_label:after {
  background-image: url(../images/check-symbol.png);
  background-color: #084171;
  background-size: 80%;
  background-position: center center;
}
.catalog-category-view.categorypath-personalised-golf-balls-lead-times-delivery .ctd-content,
.catalog-category-view.categorypath-personalised-golf-balls-faq .ctd-content,
.catalog-category-view.categorypath-personalised-golf-balls-text-printed .ctd-content,
.catalog-category-view.categorypath-personalised-golf-balls-reviews .ctd-content,
.catalog-category-view.categorypath-personalised-golf-balls-personalised-gallery .ctd-content,
.catalog-category-view.categorypath-personalised-golf-balls-personalised-gallery .ctd-content,
.catalog-category-view.categorypath-personalised-golf-balls-reviews .ctd-content,
.catalog-category-view.categorypath-personalised-golf-gifts-and-novelty-help-advice-gifts-gallery .ctd-content,
.catalog-category-view.pcategorypath-personalised-golf-gifts-and-novelty-help-advice-lead-times-delivery .ctd-content,
.catalog-category-view.categorypath-personalised-golf-gifts-and-novelty-help-advice-faq-s .ctd-content,
.catalog-category-view.categorypath-personalised-golf-gifts-and-novelty-help-advice-how-to-personalise-your-gift .ctd-content,
.catalog-category-view.categorypath-personalised-golf-gifts-and-novelty-help-advice-how-to-personalise-your-gift-with-a-photo-or-logo .ctd-content,
.catalog-category-view.categorypath-personalised-golf-gifts-and-novelty-help-advice-gifts-gallery .ctd-content,
.catalog-category-view.categorypath-logo-golf-balls-help-and-advice-gallery .ctd-content,
.catalog-category-view.categorypath-logo-golf-balls-help-and-advice .ctd-content,
.catalog-category-view.categorypath-logo-golf-balls-how-to-add-your-logo .ctd-content,
.catalog-category-view.categorypath-logo-golf-balls-logo-faq .ctd-content,
.catalog-category-view.categorypath-logo-golf-balls-reviews .ctd-content,
.catalog-category-view.categorypath-logo-golf-balls-help-and-advice-printing-times-and-delivery .ctd-content,
.catalog-category-view.categorypath-logo-golf-balls-help-and-advice-gallery .ctd-content,
.catalog-category-view.categorypath-promotional-logo-golf-items-help-and-advice-corporate-gifts-gallery .ctd-content,
.catalog-category-view.categorypath-promotional-logo-golf-items-help-and-advice-printing-times-and-delivery .ctd-content,
.catalog-category-view.categorypath-promotional-logo-golf-items-help-and-advice-how-to-ad-your-logo .ctd-content,
.catalog-category-view.categorypath-promotional-logo-golf-items-help-and-advice-faq-s .ctd-content,
.catalog-category-view.categorypath-promotional-logo-golf-items-help-and-advice-corporate-gifts-gallery .ctd-content,
.catalog-category-view.categorypath-promotional-logo-golf-items-help-and-advice .ctd-content,
.catalog-category-view.categorypath-personalised-golf-balls-photo-golf-balls .ctd-content,
.catalog-category-view.categorypath-personalised-golf-gifts-and-novelty-help-advice-lead-times-delivery .ctd-content,
.catalog-category-view.categorypath-logo-golf-balls-pricelist .ctd-content,
.catalog-category-view.categorypath-personalised-golf-balls-help-and-advice-reviews .ctd-content,
.catalog-category-view.categorypath-personalised-golf-balls-lead-times-delivery .category-description,
.catalog-category-view.categorypath-personalised-golf-balls-faq .category-description,
.catalog-category-view.categorypath-personalised-golf-balls-text-printed .category-description,
.catalog-category-view.categorypath-personalised-golf-balls-reviews .category-description,
.catalog-category-view.categorypath-personalised-golf-balls-personalised-gallery .category-description,
.catalog-category-view.categorypath-personalised-golf-balls-personalised-gallery .category-description,
.catalog-category-view.categorypath-personalised-golf-balls-reviews .category-description,
.catalog-category-view.categorypath-personalised-golf-gifts-and-novelty-help-advice-gifts-gallery .category-description,
.catalog-category-view.pcategorypath-personalised-golf-gifts-and-novelty-help-advice-lead-times-delivery .category-description,
.catalog-category-view.categorypath-personalised-golf-gifts-and-novelty-help-advice-faq-s .category-description,
.catalog-category-view.categorypath-personalised-golf-gifts-and-novelty-help-advice-how-to-personalise-your-gift .category-description,
.catalog-category-view.categorypath-personalised-golf-gifts-and-novelty-help-advice-how-to-personalise-your-gift-with-a-photo-or-logo .category-description,
.catalog-category-view.categorypath-personalised-golf-gifts-and-novelty-help-advice-gifts-gallery .category-description,
.catalog-category-view.categorypath-logo-golf-balls-help-and-advice-gallery .category-description,
.catalog-category-view.categorypath-logo-golf-balls-help-and-advice .category-description,
.catalog-category-view.categorypath-logo-golf-balls-how-to-add-your-logo .category-description,
.catalog-category-view.categorypath-logo-golf-balls-logo-faq .category-description,
.catalog-category-view.categorypath-logo-golf-balls-reviews .category-description,
.catalog-category-view.categorypath-logo-golf-balls-help-and-advice-printing-times-and-delivery .category-description,
.catalog-category-view.categorypath-logo-golf-balls-help-and-advice-gallery .category-description,
.catalog-category-view.categorypath-promotional-logo-golf-items-help-and-advice-corporate-gifts-gallery .category-description,
.catalog-category-view.categorypath-promotional-logo-golf-items-help-and-advice-printing-times-and-delivery .category-description,
.catalog-category-view.categorypath-promotional-logo-golf-items-help-and-advice-how-to-ad-your-logo .category-description,
.catalog-category-view.categorypath-promotional-logo-golf-items-help-and-advice-faq-s .category-description,
.catalog-category-view.categorypath-promotional-logo-golf-items-help-and-advice-corporate-gifts-gallery .category-description,
.catalog-category-view.categorypath-promotional-logo-golf-items-help-and-advice .category-description,
.catalog-category-view.categorypath-personalised-golf-balls-photo-golf-balls .category-description,
.catalog-category-view.categorypath-personalised-golf-gifts-and-novelty-help-advice-lead-times-delivery .category-description,
.catalog-category-view.categorypath-logo-golf-balls-pricelist .category-description,
.catalog-category-view.categorypath-personalised-golf-balls-help-and-advice-reviews .category-description {
  height: auto !important;
}
.catalog-category-view.categorypath-personalised-golf-balls-lead-times-delivery .show-more-desc,
.catalog-category-view.categorypath-personalised-golf-balls-faq .show-more-desc,
.catalog-category-view.categorypath-personalised-golf-balls-text-printed .show-more-desc,
.catalog-category-view.categorypath-personalised-golf-balls-reviews .show-more-desc,
.catalog-category-view.categorypath-personalised-golf-balls-personalised-gallery .show-more-desc,
.catalog-category-view.categorypath-personalised-golf-balls-personalised-gallery .show-more-desc,
.catalog-category-view.categorypath-personalised-golf-balls-reviews .show-more-desc,
.catalog-category-view.categorypath-personalised-golf-gifts-and-novelty-help-advice-gifts-gallery .show-more-desc,
.catalog-category-view.pcategorypath-personalised-golf-gifts-and-novelty-help-advice-lead-times-delivery .show-more-desc,
.catalog-category-view.categorypath-personalised-golf-gifts-and-novelty-help-advice-faq-s .show-more-desc,
.catalog-category-view.categorypath-personalised-golf-gifts-and-novelty-help-advice-how-to-personalise-your-gift .show-more-desc,
.catalog-category-view.categorypath-personalised-golf-gifts-and-novelty-help-advice-how-to-personalise-your-gift-with-a-photo-or-logo .show-more-desc,
.catalog-category-view.categorypath-personalised-golf-gifts-and-novelty-help-advice-gifts-gallery .show-more-desc,
.catalog-category-view.categorypath-logo-golf-balls-help-and-advice-gallery .show-more-desc,
.catalog-category-view.categorypath-logo-golf-balls-help-and-advice .show-more-desc,
.catalog-category-view.categorypath-logo-golf-balls-how-to-add-your-logo .show-more-desc,
.catalog-category-view.categorypath-logo-golf-balls-logo-faq .show-more-desc,
.catalog-category-view.categorypath-logo-golf-balls-reviews .show-more-desc,
.catalog-category-view.categorypath-logo-golf-balls-help-and-advice-printing-times-and-delivery .show-more-desc,
.catalog-category-view.categorypath-logo-golf-balls-help-and-advice-gallery .show-more-desc,
.catalog-category-view.categorypath-promotional-logo-golf-items-help-and-advice-corporate-gifts-gallery .show-more-desc,
.catalog-category-view.categorypath-promotional-logo-golf-items-help-and-advice-printing-times-and-delivery .show-more-desc,
.catalog-category-view.categorypath-promotional-logo-golf-items-help-and-advice-how-to-ad-your-logo .show-more-desc,
.catalog-category-view.categorypath-promotional-logo-golf-items-help-and-advice-faq-s .show-more-desc,
.catalog-category-view.categorypath-promotional-logo-golf-items-help-and-advice-corporate-gifts-gallery .show-more-desc,
.catalog-category-view.categorypath-promotional-logo-golf-items-help-and-advice .show-more-desc,
.catalog-category-view.categorypath-personalised-golf-balls-photo-golf-balls .show-more-desc,
.catalog-category-view.categorypath-personalised-golf-gifts-and-novelty-help-advice-lead-times-delivery .show-more-desc,
.catalog-category-view.categorypath-logo-golf-balls-pricelist .show-more-desc,
.catalog-category-view.categorypath-personalised-golf-balls-help-and-advice-reviews .show-more-desc {
  display: none !important;
}
.tier-prices-table thead tr th {
  white-space: nowrap;
  text-align: center;
}
.tier-prices-table thead tr th.col.title {
  text-align: left;
}
.tier-prices-table tbody td {
  text-align: center;
}
.tier-prices-table tbody td div.no-price-call p {
  white-space: nowrap;
}
.tier-prices-table tbody td div.no-price-call a {
  text-decoration: underline;
}
li.product-item .yotpo-widget-instance div[aria-label^="0"] {
  opacity: 0;
}
li.product-item .yotpo-widget-instance div[aria-label^="0"] + .yotpo-sr-bottom-line-right-panel {
  opacity: 0;
}
li.product-item .yotpo-widget-instance {
  position: relative;
}
li.product-item .star-container.yotpo-sr-star-empty + .yotpo-sr-star-empty + .yotpo-sr-star-empty + .yotpo-sr-star-empty + .yotpo-sr-star-empty:after {
  position: absolute;
  top: auto;
  bottom: 1px;
  left: 0;
  content: '';
  display: block;
  right: 0;
  height: 36px;
  background: white;
  width: 100%;
}
.yotpo-sr-bottom-line-left-panel.yotpo-sr-bottom-line-score {
  display: none !important;
}
.catalog-product-view .yotpo.testimonials {
  display: none;
}
.category-personalised-golf-balls .yotpo_carousel-2 {
  display: none;
}
.products_yotpo_widget {
  min-height: 425px;
}
.product-info-main .personilise-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.product-info-main .personilise-content .container {
  height: 80vh;
  overflow: auto;
}
.customiser-modal-header {
  position: fixed;
  left: 0;
  right: 0;
  bottom: auto;
  top: 0;
  z-index: 2;
}
.customiser-modal-body {
  padding-top: 90px;
}
@media all and (max-width: 767px) {
  .customiser-modal-body {
    height: 80vh;
    overflow: auto;
  }
}
.minicart-wrapper .action.showcart.active:before {
  content: '';
}
.minicart-items-wrapper {
  border: none;
}
.minicart-wrapper .block-minicart {
  padding: 10px 15px;
  top: 31px;
}
.minicart-wrapper .action.close:before {
  color: #000;
}
.minicart-wrapper .action.close:hover:before {
  color: #000;
}
.minicart-items-wrapper .price-container,
.minicart-items-wrapper .product-item-name {
  text-align: left;
}
.minicart-items-wrapper .product-item-name a {
  color: #000;
}
.minicart-items .product-item-details {
  margin-top: 10px;
}
#minicart-content-wrapper .action.viewcart,
#minicart-content-wrapper .action.primary.checkout {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  padding: 0 10px;
}
#minicart-content-wrapper .action.primary.checkout {
  display: none;
}
#minicart-content-wrapper .action.viewcart {
  width: 100%;
}
.block-minicart .subtotal {
  text-align: left;
}
.block-minicart .subtotal .amount.price-container {
  display: inline-block;
  width: auto;
}
#mini-cart-special-offers {
  padding: 0;
  list-style: none;
}
#mini-cart-special-offers .item .product {
  display: flex;
}
#mini-cart-special-offers .item .product .product-item-photo {
  max-width: 100px;
}
#mini-cart-special-offers .item .product .product-item-name {
  padding-left: 15px;
  text-align: left;
}
#mini-cart-special-offers .item .product .special-offer-label {
  font-size: 20px;
  color: #d20000;
}
#mini-cart-special-offers .item .product .action {
  width: 100%;
}
#mini-cart-special-offers .item + .item {
  margin-top: 10px;
}
.action.primary.checkout {
  white-space: nowrap;
  width: 100%;
}
.cart.table-wrapper .item .col.item {
  padding: 5px;
}
.cart.table-wrapper .product-item-details {
  padding-top: 15px;
}
cart.table-wrapper .col.qty .input-text {
  margin: 0 auto;
  display: block;
}
a.action.action-delete,
a.action.remove,
a.action.clear.filter-clear {
  padding: 0 10px;
  margin-top: 15px;
}
a.action.continue {
  padding: 0 15px;
}
a.action.multicheckout,
a.action.apply.primary {
  line-height: 120%;
  padding: 10px;
}
.cart-summary .actions-toolbar .action.apply.primary {
  background: #2b2b2b;
  border: none;
  line-height: 120%;
  padding: 10px;
  color: #fff;
}
.cart-summary .actions-toolbar .action.apply.primary:hover {
  border: none;
  color: #fff;
  background-color: #000;
}
.cart.table-wrapper th.col {
  vertical-align: middle;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
cart.table-wrapper .col.subtotal {
  text-align: center;
}
.cart.table-wrapper th.col.price,
.cart.table-wrapper th.col.subtotal {
  vertical-align: top;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .cart.table-wrapper th.col.price,
  .cart.table-wrapper th.col.subtotal {
    width: 30%;
  }
}
@media all and (min-width: 1025px) {
  .cart.table-wrapper th.col.price,
  .cart.table-wrapper th.col.subtotal {
    width: 21%;
  }
}
.cart.table-wrapper th.col.price .prices_header,
.cart.table-wrapper th.col.subtotal .prices_header {
  padding-bottom: 5px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  display: block;
}
.cart.table-wrapper th.col.price .tax_label,
.cart.table-wrapper th.col.subtotal .tax_label {
  width: 50%;
  display: block;
  float: left;
  white-space: nowrap;
  text-align: right;
  font-weight: 400;
  padding: 5px 10px 5px 0;
}
@media all and (max-width: 991px) {
  .cart.table-wrapper th.col.price .tax_label,
  .cart.table-wrapper th.col.subtotal .tax_label {
    font-size: 11px;
  }
}
.cart.table-wrapper th.col.price .tax_label.incl_label,
.cart.table-wrapper th.col.subtotal .tax_label.incl_label {
  padding: 5px 0 5px 10px;
  text-align: left;
}
.cart.table-wrapper th.col.price .tax_label.excl_label,
.cart.table-wrapper th.col.subtotal .tax_label.excl_label {
  border-right: 1px solid #d1d1d1;
  padding-right: 10px;
}
.cart.table-wrapper td.col.price > span,
.cart.table-wrapper td.col.subtotal > span {
  width: 100%;
  display: block;
  float: left;
  white-space: nowrap;
  text-align: left;
  padding: 5px 0 5px 10px;
  font-size: 18px;
}
@media all and (min-width: 768px) {
  .cart.table-wrapper td.col.price > span,
  .cart.table-wrapper td.col.subtotal > span {
    width: 50%;
    text-align: left;
  }
}
.cart.table-wrapper td.col.price > span .price,
.cart.table-wrapper td.col.subtotal > span .price {
  font-size: 18px;
}
@media all and (max-width: 991px) {
  .cart.table-wrapper td.col.price > span .price,
  .cart.table-wrapper td.col.subtotal > span .price {
    font-size: 14px;
  }
}
@media all and (min-width: 768px) {
  .cart.table-wrapper td.col.price > span.price-excluding-tax,
  .cart.table-wrapper td.col.subtotal > span.price-excluding-tax {
    border-right: 1px solid #d1d1d1;
    padding: 5px 10px 5px 0;
    text-align: right;
  }
  .cart.table-wrapper td.col.price > span.price-excluding-tax:before,
  .cart.table-wrapper td.col.subtotal > span.price-excluding-tax:before {
    font-size: 0;
  }
}
@media all and (max-width: 767px) {
  .weee[data-label]:before {
    font-size: 15px;
    display: block !important;
    width: 100%;
    content: attr(data-label) ': ';
  }
}
@media all and (max-width: 767px) {
  .cart.table-wrapper .col.subtotal {
    white-space: normal;
    text-align: left;
  }
}
.checkout-index-index #checkout.am-checkout,
.opc-block-summary {
  background: transparent;
  padding: 12px 0;
}
#checkout .authentication-wrapper {
  padding: 0 12px;
}
.checkout-index-index .nav-sections {
  display: block;
}
@media all and (min-width: 1025px) {
  .checkout-index-index .nav-toggle {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .checkout-index-index .nav-toggle {
    display: block;
  }
}
.cart-empty a {
  color: #084171;
  font-weight: 700;
}
.cart-empty a:hover {
  color: #052641;
}
.checkout-index-index .checkout-block,
.checkout-index-index .checkout-block:hover {
  box-shadow: none;
  border: 1px solid #ccc;
}
.checkout-block.checkout-block-billing,
.checkout-block.checkout-block-billing:hover {
  border: none;
  padding: 0;
}
body #checkout-payment-method-load,
body .checkout-payment-method .checkout-billing-address,
body .payment-option.discount-code {
  padding: 0;
  margin: -8px 0 0 0;
  border: 0;
}
.checkout-index-index .authentication-wrapper {
  float: none;
  margin: 15px 0;
  text-align: left;
  width: auto;
  max-width: 50%;
}
@media all and (max-width: 767px) {
  .checkout-index-index .authentication-wrapper {
    max-width: 100%;
  }
}
.checkout-index-index .authentication-wrapper .action-auth-toggle {
  padding: 0 10px;
}
.checkout-index-index .authentication-wrapper .action-auth-toggle:hover {
  text-decoration: none;
  padding: 0 10px;
}
.checkout-payment-method .step-title {
  border-bottom: 1px solid #ccc;
}
.checkout-shipping-address .step-title:before,
.checkout-shipping-method .step-title:before,
.payment-group .step-title:before,
.opc-block-summary > .title:before,
.checkout-billing-address .step-title:before {
  font-size: 15px;
  text-align: center;
  line-height: 15px;
  padding: 5px 8px;
  color: white;
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: auto;
  width: auto;
  content: '';
  background-color: #084171;
  top: 6px;
  margin: 0 10px 0 0;
}
.checkout-shipping-address .step-title:before {
  content: '1';
}
.checkout-shipping-method .step-title:before {
  content: '2';
}
.payment-group .step-title:before {
  content: '3';
}
.checkout-billing-address .step-title {
  margin-bottom: 20px;
}
.checkout-billing-address .step-title:before {
  content: '4';
}
.opc-block-summary > .title:before {
  content: '5';
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #084171;
  font-weight: 700;
}
.checkout-payment-method .payment-option-title .action-toggle:hover {
  color: #052641;
}
.delete-cart-item {
  float: right;
  margin: -36px 0 0;
  text-align: right;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
  display: block;
}
@media all and (max-width: 767px) {
  .checkout-index-index .page-main {
    padding: 0 10px;
  }
  .checkout-index-index .fieldset > .field.required > .label:after,
  .checkout-index-index .fieldset > .fields > .field.required > .label:after,
  .checkout-index-index .fieldset > .field._required > .label:after,
  .checkout-index-index .fieldset > .fields > .field._required > .label:after {
    margin: 0;
  }
  .checkout-index-index .fieldset > .field:not(.choice) > .label {
    font-size: 12px;
  }
  .checkout-index-index .modal-popup.modal-slide {
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }
  .checkout-index-index .modal-popup.modal-slide iframe {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
  }
  .checkout-index-index #checkout.am-checkout {
    padding: 12px 0;
  }
  .search-autocomplete_add {
    margin-top: 0;
  }
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: block;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  content: '';
}
.action.remind {
  white-space: nowrap;
  font-size: 12px;
}
.block-authentication .actions-toolbar {
  margin-left: 0 !important;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 0;
}
.block-authentication .actions-toolbar > .secondary a.action {
  margin-top: 0;
}
.action.action-login.secondary {
  background: #084171;
  padding: 0 25px;
  line-height: 38px;
}
.action.action-login.secondary:hover {
  background: #052641;
}
.minicart-wrapper .action.showcart:hover {
  background: transparent;
}
.cart.table-wrapper .product-item-details {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.cart.table-wrapper .product-item-photo {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding-right: 20px;
  position: relative;
  top: 0;
  max-width: none;
}
@media all and (max-width: 639px) {
  .opc-wrapper .step-title {
    margin-bottom: 10px;
    font-size: 28px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  .opc-wrapper .step-title {
    padding-left: 0;
    padding-right: 0;
  }
}
.opc-estimated-wrapper {
  border-top: 1px solid #ccc;
  border-bottom: none;
}
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}
@media all and (max-width: 767px) {
  .checkout-payment-method .payment-methods {
    margin: 0 0 15px;
  }
}
.payment-method {
  position: relative;
}
.payment-method div[data-container="paypal-button"] {
  position: absolute;
  top: 0;
  right: 0;
}
@media all and (max-width: 450px) {
  .payment-method div[data-container="paypal-button"] .zoid-outlet {
    width: 200px !important;
  }
}
@media all and (max-width: 374px) {
  .payment-method div[data-container="paypal-button"] .zoid-outlet {
    width: 150px !important;
  }
}
.modal-content .block-customer-login .block-title {
  display: none;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .modal-content .block-content form .actions-toolbar .secondary,
  .modal-content .block-content form .actions-toolbar .primary {
    float: none;
  }
  .modal-content .block-content form .actions-toolbar > .secondary,
  .modal-content .block-content form .actions-toolbar > .primary {
    width: 100%;
    margin-top: 15px;
    text-align: left;
  }
}
.actions-toolbar .secondary a.action {
  margin-top: 0;
}
.checkout-billing-address fieldset .actions-toolbar {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  margin-top: 25px;
}
.checkout-billing-address fieldset .actions-toolbar .action.action-update {
  padding: 0 25px;
  float: none;
  margin-right: 10px;
  /*
        visibility: hidden;
        opacity: 0;
        height: 0;
        width: 0;
        margin: 0;
        padding: 0;
        */
}
.checkout-billing-address fieldset .actions-toolbar .action.action-update:hover,
.checkout-billing-address fieldset .actions-toolbar .action.action-update:focus,
.checkout-billing-address fieldset .actions-toolbar .action.action-update:active {
  border: none;
  background-color: #052641;
  color: #fff;
}
.checkout-billing-address fieldset .actions-toolbar .action.action-cancel {
  margin: 0 20px 0 0;
  float: none;
}
.checkout-billing-address fieldset .actions-toolbar .action.action-cancel:hover {
  text-decoration: none;
  background-color: #000;
}
.checkout-payment-method .payment-method-content {
  padding-left: 0;
}
.checkout-billing-address > fieldset {
  position: relative;
}
.checkout-billing-address > fieldset:before {
  content: 'Billing Address';
  position: relative;
  color: #084171;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
  letter-spacing: 1px;
}
.checkout-billing-address > fieldset:after {
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  background: #ccc;
  position: absolute;
  top: 40px;
}
.cart-summary .block > .title,
.paypal-review-discount .block > .title,
.cart-container .block.discount > .title {
  margin-top: 15px;
  padding-top: 20px;
}
.cart-summary .block > .title:after,
.cart-container .block.discount > .title:after {
  top: 9px;
}
.cart-container .block.discount {
  float: left;
  position: relative;
  width: 50%;
}
@media all and (max-width: 500px) {
  .cart-container .block.discount {
    width: 100%;
  }
}
@media all and (min-width: 501px) and (max-width: 767px) {
  .cart-container .block.discount {
    margin: 0 auto;
    text-align: center;
    float: none;
  }
}
.cart-container .block.discount > .title {
  position: relative;
  cursor: pointer;
}
.cart-container .block.discount > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 20px;
}
.cart-container .checkout-methods-items {
  margin-top: 40px;
}
.cart-summary .block.discount {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
.modal-custom .action-close {
  margin: 8px;
}
.checkout-shipping-address .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.minicart-items .product-item-pricing .label,
.subtotal .label {
  color: black;
}
.price-including-tax,
.price-excluding-tax,
.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: inline-block;
  vertical-align: baseline;
}
.minicart-items-wrapper .price-wrapper .price-excluding-tax,
.minicart-items-wrapper .price-wrapper .price-including-tax {
  display: none;
}
/*---- CUSTOMIZER IN CART -----*/
dl.item-options {
  text-align: left;
  position: relative;
}
dl.item-options dt {
  font-size: 0;
  position: relative;
}
dl.item-options dd div .customizer-options-title {
  text-transform: uppercase;
  padding-left: 0;
  position: relative;
  font-weight: 700;
  margin: 10px 0 0 0;
  order: 1 !important;
}
dl.item-options dd div .customizer-options-title:before {
  position: relative;
  height: 20px;
  width: 20px;
  display: inline-block;
  background-image: url(../images/information.png);
  content: '';
  margin: 0 5px 0 0;
  background-size: 100% auto;
  top: 4px;
}
dl.item-options dd p,
dl.item-options dd div p {
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 25px;
  width: 100%;
}
dl.item-options dd p:nth-last-of-type(2),
dl.item-options dd div p:nth-last-of-type(2) {
  order: 2;
}
dl.item-options dd p:nth-last-of-type(3),
dl.item-options dd div p:nth-last-of-type(3) {
  order: 3;
}
dl.item-options dd p:nth-last-of-type(4),
dl.item-options dd div p:nth-last-of-type(4) {
  order: 4;
}
dl.item-options dd br {
  display: none;
}
dl.item-options dd p.custom-image {
  width: 50%;
  text-align: center;
  float: left;
  margin-top: 10px;
  order: 0;
}
dl.item-options dd p.custom-image img {
  max-width: 200px;
  display: block;
  margin: 0;
}
@media all and (max-width: 767px) {
  dl.item-options dd p.custom-image img {
    max-width: 140px;
  }
}
dl.item-options dd p em {
  text-transform: capitalize;
  font-style: normal;
  font-weight: 700;
  width: 100%;
  text-align: left;
  display: block;
}
dl.item-options dd input[type='radio'],
.lead-time div label input {
  position: relative;
  height: 0;
  margin: 0 15px 10px;
  width: 0;
  border: none;
  top: -6px;
  opacity: 0;
}
dl.item-options dd input[type='radio']:after,
.lead-time div label input:after {
  height: 20px;
  width: 20px;
  display: inline-block;
  background-image: none;
  content: '';
  border: 1px solid #c2c2c2;
  margin: 0;
  background-size: 100% auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
dl.item-options dd input[type='radio']:checked:after,
.lead-time div label input:checked:after,
dl.item-options dd input[type='radio']:hover:after,
.lead-time div label input:hover:after {
  background-image: url(../images/checked.png);
  border: 1px solid transparent;
}
.lead-time div label {
  margin-bottom: 10px;
  cursor: pointer;
}
.checkout-agreements {
  margin-bottom: 30px;
}
.checkout-agreements .checkout-agreement .action.action-show {
  text-transform: none;
  text-decoration: underline;
  color: #084171;
  font-size: 15px;
  text-align: left;
  position: relative;
  top: -4px;
  white-space: normal;
}
.checkout-agreements .checkout-agreement .action.action-show:hover {
  text-decoration: none;
}
.checkout-agreement.required {
  white-space: nowrap;
}
.agreements-modal .checkout-agreements-item-content {
  min-height: 400px;
}
.agreements-modal .checkout-agreements-item-content h1 {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .agreements-modal .checkout-agreements-item-content {
    min-height: unset;
  }
}
.checkout-index-index .additional-options input[name="subscribe"] {
  position: relative;
  height: 0;
  width: 0;
}
.checkout-index-index .additional-options input[name="subscribe"]:checked + .admin__field-label p .no:before {
  background-image: none;
  border: 2px solid black;
  height: 10px;
  width: 10px;
}
.checkout-index-index .additional-options input[name="subscribe"]:checked + .admin__field-label p .yes:before {
  background-image: url(../images/radio-on-button.png);
  border: none;
  height: 14px;
  width: 14px;
}
.checkout-index-index .additional-options input[name="subscribe"] + .admin__field-label {
  position: relative;
  margin-bottom: 30px;
  display: block;
  margin-top: -30px;
  cursor: pointer;
}
.checkout-index-index .additional-options input[name="subscribe"] + .admin__field-label p {
  position: relative;
  margin: 5px 0 0 0;
}
.checkout-index-index .additional-options input[name="subscribe"] + .admin__field-label p span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  margin: 0 10px 0 0;
}
.checkout-index-index .additional-options input[name="subscribe"] + .admin__field-label p span.yes:before,
.checkout-index-index .additional-options input[name="subscribe"] + .admin__field-label p span.no:before {
  position: relative;
  content: '';
  height: 10px;
  width: 10px;
  display: block;
  border-radius: 50%;
  border: 2px solid black;
  -webkit-background-size: cover;
  background-size: cover;
}
.checkout-index-index .additional-options input[name="subscribe"] + .admin__field-label p span.no:before {
  background-image: url(../images/radio-on-button.png);
  border: none;
  height: 14px;
  width: 14px;
}
#billing-new-address-form > .field .control {
  width: 100%;
}
.checkout-index-index .additional-options > div.field {
  margin: 15px 0;
}
.checkout-payment-method .payment-option-title,
.checkout-payment-method .payment-option-content {
  padding-left: 0;
}
.checkout-agreement {
  margin: 15px 0;
}
.field-tooltip {
  position: absolute;
}
.cart-container .form-cart .action.cart-update:before {
  position: relative;
  top: 12px;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: none;
}
.checkout-payment-method .payment-method-title .label[for="sagepaysuiteserver"]:before {
  position: relative;
  display: inline-block;
  vertical-align: top;
  content: '';
  height: 50px;
  width: 120px;
  background-image: url(../images/Sagepay.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  top: -11px;
  margin-right: 5px;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0 0 0;
}
@media all and (max-width: 767px) {
  .checkout-payment-method .payment-method-title {
    padding: 15px 0 0 0;
  }
}
#customer-email-fieldset .field-tooltip.toggle {
  position: absolute;
}
.opc-wrapper .action-select-shipping-item {
  padding: 0;
  width: 100%;
  float: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  margin: 0 0 5px 5px;
}
.checkout-payment-method .form-discount .actions-toolbar .primary {
  float: left;
}
body .delivery-shippingmethod {
  position: relative;
  top: 0;
  color: black;
  font-weight: 600;
  font-size: 14px;
}
.table-checkout-shipping-method tbody td.estimeted-delivery {
  border: none;
  padding: 0;
}
.cart.table-wrapper .item-options dd div {
  display: flex;
  flex-wrap: wrap;
}
body .amcheckout-checkboxes-container {
  display: flex;
  flex-direction: column;
}
body .amcheckout-checkboxes-container br {
  display: none;
}
body .amcheckout-checkboxes-container input[type='checkbox'] {
  height: 25px;
  width: 25px;
}
body .amcheckout-checkboxes-container > div {
  order: 1;
}
body .amcheckout-checkboxes-container div[data-role="checkout-agreements"] {
  margin-top: 10px;
  order: 2;
}
body .amcheckout-checkboxes-container .g-recaptcha {
  order: 3;
}
body .amcheckout-checkboxes-container .g-recaptcha > div {
  position: relative;
}
body .amcheckout-checkboxes-container .g-recaptcha > div:after {
  content: '*';
  position: absolute;
  top: 0;
  right: -10px;
  color: #e02b27;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 0 5px;
}
body .amcheckout-checkboxes-container .checkout-agreement {
  background: #efefef;
  padding: 10px 5px;
}
body .amcheckout-checkboxes-container .checkout-agreement label span {
  padding-top: 10px;
  display: inline-block;
}
.order-links .item {
  position: relative;
  margin: 0 5px -1px 0;
  border: 1px solid #a8a8a8;
  top: 0;
  padding-top: 5px;
  padding-bottom: 6px;
  background: #084171;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  padding-right: 31px;
  padding-left: 31px;
  font-weight: 700;
}
.order-links .item a {
  color: #ffffff;
}
.order-links .item.current {
  padding-bottom: 7px;
  padding-top: 9px;
  background: #fff;
  color: #393939;
  outline: none;
  border-bottom: 0;
}
.message.error,
.checkout-agreement div.mage-error {
  font-size: 15px;
  font-weight: 700;
}
.checkout-payment-method .credit-card-types {
  clear: both;
  margin: 0;
}
.payment-method-braintree .hosted-control.hosted-cid {
  width: 65px;
}
#co-transparent-form-braintree .payment.braintree .braintree-card-control {
  width: 100%;
}
@media all and (min-width: 768px) {
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin-bottom: 10px;
  }
}
#braintree_expirationDate {
  width: 93px;
}
#braintree_cc_number {
  margin: 0;
  max-width: none;
  width: 100%;
}
.braintree-card-control {
  height: 32px;
}
.payment-method-braintree .cvv .field-tooltip {
  top: 0;
}
@media all and (min-width: 768px) {
  .payment-method-braintree .cvv .field-tooltip {
    left: 70px;
  }
}
@media all and (max-width: 767px) {
  .g-recaptcha-bubble-arrow + div {
    position: fixed !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}
.crossPopup .minicart-items .product-item-photo img {
  width: 75px;
}
.crossPopup .minicart-items .product-item-details {
  margin-top: 0;
}
#checkout .field-error,
#checkout div.mage-error,
#checkout div[name="shippingAddress.postcode"] .message.warning {
  color: #e02b27;
  font-size: 1.2rem;
  background: #ffffff;
  left: auto;
  top: 60px;
  bottom: auto;
  border: 1px solid #e02b27;
  box-shadow: 2px 2px 2px #ff00003d;
  padding: 5px;
  position: absolute;
  right: -70%;
  width: 100%;
  z-index: 2;
}
#checkout .field-error:after,
#checkout div.mage-error:after,
#checkout div[name="shippingAddress.postcode"] .message.warning:after {
  content: '';
  display: block;
  left: 10px;
  right: auto;
  top: -15px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #FF4532 transparent transparent transparent;
  transform: rotate(180deg);
  bottom: auto;
  position: absolute;
}
#checkout #customer-confirm-email-fieldset div.mage-error:after,
#checkout div[name="shippingAddress.postcode"] .message.warning:after {
  transform: rotate(180deg);
  top: -15px;
}
#checkout div[name="shippingAddress.postcode"] .message.warning > *:first-child:before {
  content: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: normal;
  word-wrap: normal;
}
.cms-page-view .breadcrumbs {
  margin-top: 0;
  padding-left: 60px;
}
.cms-page-view .sidebar-main {
  border-right: 1px solid #084171;
  padding: 0 10px;
  margin-bottom: 15px;
}
.cms-page-view .page-title-wrapper {
  width: 100%;
}
.cms-page-view .page-title-wrapper .page-title {
  margin: 0 0 25px 0;
}
.cms-page-view .columns {
  padding-top: 30px;
}
.sidebar .product-items .product-item-details {
  margin-left: 0;
}
.sidebar .product-items .product-item-info .product-item-photo {
  float: none;
  position: relative;
}
@media all and (max-width: 767px) {
  .one-product-in-row.bestsellers .product-items .product-item {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .one-product-in-row.bestsellers .product-items .product-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) {
  .one-product-in-row.bestsellers .product-items .product-item {
    width: 100%;
    margin-right: 0;
  }
}
.cms-content-wrapper {
  margin-top: 30px;
  position: relative;
  width: 100%;
  padding-left: 60px;
}
.cms-content-wrapper a,
.cms-content-wrapper p a {
  color: #084171;
}
.cms-about .cms-content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.cms-about .cms-content-wrapper .main {
  width: 60%;
  position: relative;
  padding-right: 55px;
}
.cms-about .cms-content-wrapper .main h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  color: #084171;
}
.cms-about .cms-content-wrapper .main p a,
.cms-about .cms-content-wrapper .main li a {
  color: #084171;
  text-decoration: underline;
}
.cms-about .cms-content-wrapper .main p a:hover,
.cms-about .cms-content-wrapper .main li a:hover {
  color: #052641;
  text-decoration: none;
}
.cms-about .cms-content-wrapper .secondary {
  width: 40%;
  position: relative;
}
.sidebar .section-title {
  text-align: left;
  margin: 10px 0 30px 0;
}
.sidebar .section-title span {
  color: #084171;
  font-size: 25px;
  padding: 0;
}
.sidebar .section-title:after {
  opacity: 0;
}
.cms-content-wrapper ul {
  list-style: none;
  margin-bottom: 15px;
}
.cms-content-wrapper ul li {
  margin-bottom: 5px;
}
a.tel_link {
  font-weight: 700;
  color: #084171;
  text-decoration: none !important;
}
a.tel_link:hover {
  color: #052641;
  text-decoration: none;
}
@media all and (max-width: 767px) {
  .cms-about .cms-content-wrapper .main {
    width: 100%;
    padding-right: 0;
  }
  .cms-about .cms-content-wrapper .secondary {
    width: 100%;
  }
  .cms-content-wrapper {
    padding-left: 0;
    margin-top: 0;
  }
  .cms-page-view .columns {
    border-top: 1px solid #084171;
  }
}
/*----------------------------------*/
.cms-links .page-title-wrapper .page-title {
  margin: 0;
}
.cms-links p.subtitle {
  text-align: center;
  width: 75%;
  margin: 10px auto 25px auto;
  color: #084171;
  font-weight: 700;
  font-size: 15px;
}
.cms-links p.step a {
  color: #084171;
}
.cms-links p.step.step-code {
  width: 80%;
  display: block;
  margin: 15px auto;
}
.cms-links .links-list p {
  color: #084171;
  font-family: Tahoma;
  margin: 25px 0;
}
.cms-links .links-list p a {
  font-size: 14px;
  color: #888888;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 0 0 0;
}
/*------------------*/
.cms-export .columns div.cms-content-wrapper div h2 {
  font-family: Tahoma;
  font-size: 18px;
  text-transform: uppercase;
  color: #084171;
}
.cms-export .cms-content-wrapper > div {
  margin-bottom: 40px;
}
.cms-export .cms-content-wrapper .last {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.cms-export .cms-content-wrapper .non-listed p a {
  color: #084171;
}
.eu-steps p {
  margin: 10px 0;
}
.eu-steps p span {
  font-size: 18px;
  color: #084171;
  margin-bottom: 5px;
  display: block;
  margin-top: 20px;
}
/*------------------*/
.return-policy h4 {
  margin: 30px 0 15px 0;
  color: #255612;
  display: block;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.return-policy a {
  color: #084171;
  font-weight: 700;
}
/*-----------------------*/
.cms-guarantee .page-title-wrapper .page-title {
  text-align: left;
  padding-right: 120px;
}
.cms-guarantee .page-title-wrapper .page-title span {
  font-size: 25px;
}
.cms-guarantee .page-title-wrapper .page-title:after {
  margin: 5px auto 0 auto;
  position: relative;
}
.cms-guarantee .cms-content-wrapper p a {
  color: #084171;
  font-weight: 700;
}
.cms-guarantee .cms-content-wrapper .last {
  text-align: center;
}
.cms-guarantee .cms-content-wrapper .last a {
  color: #084171;
  font-weight: 700;
}
.guarantee-label {
  position: absolute;
  right: 0;
  top: -25px;
  z-index: 2;
  text-align: center;
}
.guarantee-label img {
  max-width: 120px;
}
@media all and (max-width: 767px) {
  .guarantee-label {
    position: relative;
    top: 0;
  }
  .cms-guarantee .page-title-wrapper .page-title {
    padding-right: 0;
  }
}
/*----------------------*/
.cms-wholesale .cms-content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.cms-wholesale .cms-content-wrapper .main {
  width: 60%;
  position: relative;
  padding-right: 55px;
}
.cms-wholesale .cms-content-wrapper .main p a {
  color: #084171;
  font-weight: 700;
}
.cms-wholesale .cms-content-wrapper .main p a:hover {
  color: #052641;
  text-decoration: none;
}
.cms-wholesale .cms-content-wrapper .secondary {
  width: 40%;
  position: relative;
}
.cms-wholesale .cms-content-wrapper .secondary p strong {
  color: #084171;
}
@media all and (max-width: 767px) {
  .cms-wholesale .cms-content-wrapper .main {
    width: 100%;
    padding-right: 0;
  }
  .cms-wholesale .cms-content-wrapper .secondary {
    width: 100%;
  }
}
/*-----------------------*/
.cms-no-route .cms-content-wrapper {
  padding-left: 0;
}
.cms-no-route .page-main {
  max-width: 100%;
  padding: 0;
}
.no-route-title {
  position: absolute;
  left: 50%;
  top: 30%;
  color: #fff;
  transform: translateX(-50%);
  text-align: center;
}
.no-route-title p {
  text-transform: uppercase;
  font-size: 30px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  padding: 20px 40px;
  text-align: center;
  margin: 0;
  white-space: nowrap;
}
.no-route-title p span {
  font-size: 18px;
  text-transform: lowercase;
}
.no-route-title p:nth-of-type(2) {
  margin-top: 0;
  padding: 5px 10px;
  line-height: 100%;
}
.no-route-title a {
  display: block;
  background: white;
  color: #084171;
  white-space: nowrap;
  margin: 15px auto 0 auto;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
  clear: both;
}
.no-route-title a:hover {
  background: #084171;
  color: white;
}
@media all and (max-width: 767px) {
  .no-route-title p {
    font-size: 15px;
    padding: 10px 20px;
  }
  .no-route-title p span {
    font-size: 13px;
  }
  .no-route-title a {
    font-size: 15px;
    padding: 10px;
  }
  .cms-no-route .columns .column.main {
    margin-bottom: 0;
  }
}
@media all and (max-width: 600px) {
  .no-route-title {
    top: 10%;
  }
}
/*----------------*/
.delivery-pagecontent h2 {
  font-weight: 700;
  text-transform: uppercase;
  color: #084171;
  display: inline;
  font-size: 20px;
}
@media all and (max-width: 991px) {
  .delivery-pagecontent .parent-table,
  .delivery-pagecontent .parent-table > tbody > tr > td {
    display: block;
    width: 100%;
  }
  .delivery-pagecontent table {
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100% !important;
  }
}
/*---------------------*/
.privacy-pagecontent h2 {
  font-weight: 700;
  text-transform: uppercase;
  color: #084171;
  display: block;
  margin: 25px 0 10px 0;
  font-size: 20px;
}
.privacy-pagecontent .data-table td,
.privacy-pagecontent .data-table th {
  font-size: 12px;
}
.privacy-pagecontent .data-table {
  width: 100%;
  border: 1px solid #73a67a;
  border-collapse: separate;
}
.privacy-pagecontent .data-table th {
  padding: 3px 8px;
  font-weight: bold;
}
.privacy-pagecontent .data-table td {
  position: relative;
  padding-left: 9px;
  font-size: 12px;
}
.privacy-pagecontent .data-table td:before {
  position: absolute;
  content: '';
  height: 90%;
  top: 5%;
  left: 0;
  width: 1px;
  background-color: #084171;
  display: block;
}
/*-----------*/
.terms-pagecontent > strong {
  font-weight: 700;
  text-transform: uppercase;
  color: #084171;
  font-size: 20px;
  display: block;
  margin: 0 0 15px 0;
}
/*-------------------*/
.sitenavs-container {
  position: relative;
  width: 100%;
}
.sitenavs-container .sitenavs {
  margin: 0 0 10px 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.sitenavs-container .sitenavs > li {
  flex-basis: 50%;
  list-style: square;
}
.sitenavs-container .sitenavs > li > a {
  font-weight: 700;
}
.sitemap-pagecontent h2 {
  margin-bottom: 20px;
  ont-weight: 700;
  text-transform: uppercase;
  color: #084171;
  font-size: 20px;
  display: block;
}
.contact-page-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  padding: 0 10px;
}
.form.contact {
  padding: 25px 50px 25px 0;
  position: relative;
  width: 60%;
}
.contact-page-wrapper .contact-info {
  width: 40%;
  padding: 25px 0;
}
.pg_col h3 {
  padding: 6px 20px 6px 20px;
  margin: 0 0 15px 0;
  font-size: 17px;
  text-align: center;
  color: #FFFFFF;
  background: #084171;
  font-weight: 500;
  text-decoration: none;
}
.right_main h2 {
  font-size: 18px;
  font-weight: normal;
  color: #084171;
  text-transform: uppercase;
}
.right_main a {
  font-size: 12px;
  color: #888888;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 0 0 0;
}
@media all and (max-width: 767px) {
  .contact-page-wrapper .contact-info,
  .form.contact {
    width: 100%;
  }
  .form.contact {
    padding: 25px 0;
  }
  .contact-page-wrapper {
    flex-wrap: wrap;
  }
}
.right_main > div:last-child div {
  background: #ddd;
  color: #000;
  padding: 10px;
  margin-bottom: 10px;
}
.customer-account-login .page-title-wrapper {
  margin: 20px 0 25px 0;
}
.login-container .block .block-title {
  text-align: center;
  text-transform: uppercase;
}
.login-container .block .block-title strong {
  font-weight: 700;
}
.customer-account-login .login-container {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  .customer-account-login .login-container {
    flex-wrap: wrap;
  }
}
.customer-account-login .block-customer-login,
.customer-account-login .block-new-customer {
  padding: 20px;
  margin: 0;
  border: 1px solid #bebebe;
  width: 47%;
}
@media all and (max-width: 767px) {
  .customer-account-login .block-customer-login,
  .customer-account-login .block-new-customer {
    width: 100%;
  }
}
.customer-account-login .block-customer-login {
  margin-right: 8%;
}
@media all and (max-width: 767px) {
  .customer-account-login .block-customer-login {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.fieldset.login .actions-toolbar {
  margin-left: 0 !important;
}
@media all and (min-width: 992px) {
  .fieldset.login .actions-toolbar {
    width: 75%;
  }
}
@media all and (max-width: 991px) {
  .fieldset.login .actions-toolbar {
    width: 100%;
  }
}
.fieldset.login .actions-toolbar > .secondary a.action {
  padding: 0 10px;
}
.fieldset.login .actions-toolbar > .primary .action {
  padding: 0 15px;
}
.fieldset.login .field > .label {
  display: block;
  float: none;
  text-align: left;
}
.login-container .fieldset:after {
  margin-left: 0;
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account {
  border: 1px solid #bebebe;
  margin: 0 auto;
  padding: 20px;
}
.account-nav .item a,
.account-nav .item > strong {
  border: none;
  color: #084171;
  font-weight: 700;
  text-transform: uppercase;
}
.account-nav .item a:hover,
.account-nav .item > strong:hover {
  background: #084171;
  color: white;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border: none;
  background: #084171;
  color: white;
}
.account-nav .item .delimiter {
  display: none;
}
.account-nav .content {
  background: transparent;
  padding: 0;
}
.account a.action,
.account button.action {
  line-height: 25px;
  font-size: 14px;
  text-transform: none;
  margin-bottom: 10px;
}
.account a.action.checkout,
.account button.action.checkout,
.account a.action.viewcart,
.account button.action.viewcart {
  line-height: 38px;
}
.account .block-title {
  margin: 0 0 15px 0;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #bebebe;
  color: #084171;
  padding-bottom: 15px;
}
.login-container .block-new-customer .actions-toolbar > .primary {
  float: none;
  text-align: center;
  width: 100%;
}
.login-container .block-new-customer .actions-toolbar > .primary .primary {
  float: none;
}
.login-container .fieldset > .field > .control {
  width: 100%;
}
.form-create-account .fieldset > .field .control {
  width: 100%;
  float: none;
}
.column form.form-create-account .actions-toolbar {
  margin-left: 0;
}
.column form.form-create-account .actions-toolbar .secondary {
  width: 100%;
  margin-top: 15px;
  text-align: left;
  float: none;
}
.form-create-account button.action {
  line-height: 38px;
  text-transform: uppercase;
}
.form-create-account .actions-toolbar .secondary a.action {
  margin-top: 0;
  line-height: 38px;
}
.form-address-edit .actions-toolbar > .secondary .action.back {
  line-height: 2.2rem;
  padding: 14px 17px;
}
.review-toolbar .pages .action.previous,
.review-toolbar .pages .action.next {
  padding: 0;
  background: transparent;
  line-height: 22px;
}
.review-toolbar .pages .action.previous {
  margin-right: 5px;
}
.review-toolbar .pages .action.next {
  margin-left: 5px;
}
.review-fieldset.fieldset .review-legend.legend strong {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  color: #084171;
}
.review-field-ratings .review-field-rating .label {
  display: none;
}
.review-control-vote:before {
  left: -4px;
  line-height: 35px;
  height: 35px;
  font-size: 35px;
}
.review-control-vote label {
  left: -4px;
  line-height: 35px;
  height: 35px;
  font-size: 35px;
}
.review-control-vote label:before {
  line-height: 35px;
  height: 35px;
  font-size: 35px;
}
@media all and (max-width: 767px) {
  .review-fieldset.fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 32%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
  }
  .review-fieldset.fieldset > .field:not(.choice) > .control {
    display: inline-block;
    vertical-align: top;
    width: 66%;
  }
  .product.data.items > .item.content {
    padding: 10px 20px;
  }
}
.fieldset .review-legend.legend {
  text-align: left;
}
.fieldset > .field > .label {
  color: black;
  font-size: 14px;
}
.add_new_review:hover {
  text-decoration: underline;
}
.review-item .review-ratings ~ .review-content,
.review-item .review-ratings ~ .review-details {
  margin-left: 0;
}
.review-item .review-title {
  margin: 0 0 15px 0;
}
.review-item .review-ratings {
  float: none;
  width: 100%;
  max-width: 100%;
}
.review-item .review-ratings .rating-summary.item .label {
  display: none;
}
