<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Conv_DIN Pro Condensed Medium';
  src: url('../fonts/DINPro-CondensedMedium.eot');
  src: url('../fonts/DINPro-CondensedMedium.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/DINPro-CondensedMedium.woff') format('woff'),
    url('../fonts/DINPro-CondensedMedium.ttf') format('truetype'),
    url('../font/DINPro-CondensedMedium.svg#DINPro-CondensedMedium')
      format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  background: #e8e8e8;
  font: 12px/1.5 Arial, sans-serif;
  color: #696969;
  min-width: 320px;
}
a,
a:visited,
.alink:visited {
  color: #666;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #468aba;
}
ul {
  margin: 0;
  padding: 0;
}
p {
  margin: 0 0 15px;
}
input.input-text,
select,
textarea {
  border: 1px solid #ececec;
  box-sizing: border-box;
  font-size: 13px;
}
.page-wrapper .navigation,
.page-wrapper .breadcrumbs,
.page-wrapper .header-container .container,
.page-wrapper .footer.content,
.page-wrapper .page-wrapper &gt; .widget,
.page-wrapper .page-wrapper &gt; .page-bottom,
.page-wrapper .block.category.event,
.page-wrapper .top-container,
.page-wrapper .page-main {
  max-width: 1210px;
  box-sizing: border-box;
  padding: 0 20px;
}
.anim:before,
.anim:after,
.anim {
  transition: 0.3s all ease;
}
input[type='text'],
input[type='password'],
input[type='url'],
input[type='tel'],
input[type='search'],
input[type='number'],
input[type='datetime'],
input[type='email'] {
  border-color: #ececec;
  padding: 8px 10px;
  font-size: 12px;
}
button,
button:not(.primary),
a.action.primary {
  box-shadow: none;
  border-radius: 0;
}
button:hover {
  background: inherit;
  border: none;
}
.mobile-block {
  display: none;
}
a.action.primary,
button.action.primary,
button.action,
.sidebar .product-item-info button.action.primary {
  cursor: pointer;
  padding: 0;
  margin: 0;
  width: auto;
  border: none;
  border-radius: 3px;
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  font: 18px/1 'Conv_DIN Pro Condensed Medium';
  background: #468aba;
  text-transform: uppercase;
  vertical-align: top;
}
a.action.primary:hover,
button.action.primary:hover,
button.action:hover,
.sidebar .product-item-info button.action.primary:hover {
  background: #2f4a68;
  border: none;
}
.fieldset {
  letter-spacing: 0;
}
/* ============ Base ========= */
.cms-page-view .std {
  background: #fff;
  padding: 20px;
  font-size: 14px;
  line-height: 1.3;
}
.std ul {
  list-style: disc outside;
  padding-left: 1.5em;
}
.std ul li {
  margin: 0;
}
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
  margin: 0 0 1em;
}
.std .image-holder {
  max-width: 100%;
  height: auto;
}
.std .align-left {
  float: left;
  margin: 0 15px 0 0;
}
.std .align-right {
  float: right;
  margin: 0 0 0 15px;
}
.page-layout-2columns-left .columns .column.main,
.page-layout-2columns-right .columns .column.main {
  width: 75%;
}
.page-layout-2columns-left .columns .sidebar-additional,
.page-layout-2columns-left .columns .sidebar-main,
.page-layout-2columns-right .columns .sidebar-additional,
.page-layout-2columns-right .columns .sidebar-main {
  width: 25%;
  padding: 0 2% 0 0;
}
.page-layout-2columns-right .columns .sidebar-additional,
.page-layout-2columns-right .columns .sidebar-main {
  padding: 0 0 0 2%;
}
.page-title-wrapper {
  padding: 20px 0 0;
}
ul.disc {
  list-style: disc outside;
  padding-left: 18px;
  margin: 0 0 10px;
}
ul.disc li {
  margin: 0;
}
input[type='radio'],
input[type='checkbox'] {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
}
input[type='radio'] + label,
input[type='checkbox'] + label {
  cursor: pointer;
}
input[type='radio'] + label:before {
  content: '';
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #1c1c1c;
  display: inline-block;
  margin: 0 5px 0 0;
  box-sizing: border-box;
}
input[type='checkbox'] + label:before {
  content: '\f00c';
  color: #fff;
  width: 11px;
  height: 11px;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #1c1c1c;
  text-align: center;
  display: inline-block;
  margin: 0 5px 0 0;
  box-sizing: border-box;
  font: normal 10px FontAwesome;
  vertical-align: bottom;
  vertical-align: middle;
  padding: 0 0 0 1px;
}
input[type='checkbox'] + label span {
  line-height: 1;
  vertical-align: middle;
}
input[type='radio']:checked + label:before {
  background: #669b26;
}
input[type='checkbox']:checked + label:before {
  color: #669b26;
}
/* ========== Header ========== */
.page-header {
  margin: 0;
  border: none;
}
.header-container .container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.header-container {
  background: #1e5496;
  position: relative;
}
.header-container .header-top-block {
  display: flex;
  padding: 31px 0 23px 6px;
  justify-content: space-between;
  align-items: center;
}
.header-container .header-bottom-block {
  background: #303030;
}
.header-top-block .logo {
  float: none;
  width: auto;
  margin: 0;
  max-width: 100%;
}
.search-account-blocks {
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 10;
}
.header-container .block-search {
  width: auto;
  float: none;
}
.block-search .control {
  border: none;
  padding: 0;
  margin: 0;
}
.search-account-blocks .dropdown {
  width: 83px;
  background: #dbdbdb;
  border-radius: 4px;
  position: relative;
  color: #323232;
}
.search-account-blocks .dropdown .search-options-holder {
  width: 100%;
  left: 0;
  background: #dbdbdb;
  overflow: auto;
  max-height: 450px;
  border-radius: 3px;
}
.search-account-blocks .dropdown .list {
  display: block;
  list-style: none;
}
.search-account-blocks .dropdown .list li {
  display: block;
  padding: 5px 5px 5px 15px;
  line-height: 1;
  cursor: pointer;
}
.search-account-blocks .dropdown .list li:hover,
.search-autocomplete ul li:hover {
  color: #468aba;
}
.search-account-blocks .search-label {
  padding: 0 20px 0 15px;
  position: relative;
  height: 36px;
  cursor: pointer;
  line-height: 36px;
  margin: 0;
}
.search-account-blocks .search-label:before {
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 10px;
  border-top: 7px solid #333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transition: 0.3s all ease;
  transform: rotate(0deg);
}
.search-account-blocks .dropdown.active .search-label:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-container .block-search .block-content {
  background: #fff;
  border-radius: 7px;
  font-size: 14px;
}
.header-container .block-search .minisearch,
.header-container .block-search .minisearch &gt; .search {
  display: flex;
  flex-direction: row;
}
.header-container .block-search .minisearch {
  background: #fff;
  border-radius: 7px;
}
.minisearch input.input-text {
  width: 306px;
  height: 36px;
  padding: 0 10px;
  border: none;
  display: block;
  border-radius: 7px;
  position: static;
  margin: 0;
}
.block-search .minisearch .label {
  display: none;
}
.minisearch .actions button.action.search {
  width: 83px;
  height: 36px;
  background: #3f65a3;
  border-radius: 4px;
  color: #fff;
  font-size: 21px;
  cursor: pointer;
  padding: 0;
  position: static;
  display: block;
  border: none;
}
.minisearch .actions button.action.search span {
  display: none;
}
.minisearch .actions button.action.search:hover {
  background: #468aba;
}
.minisearch .actions button.action.search:before {
  content: '\f002';
  font-family: 'FontAwesome';
  font-size: 21px;
  color: #fff;
}
/* =========== Header Cart =========== */
.minicart-wrapper {
  position: relative;
  margin: 0 6px 0 20px;
  display: inline-block;
  vertical-align: top;
  float: none;
}
.minicart-wrapper .action.showcart {
  display: flex;
  flex-direction: row;
  line-height: 36px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.minicart-wrapper .action.showcart.active {
  display: flex;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
  display: none;
}
.minicart-wrapper .showcart span,
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: block;
}
.minicart-wrapper .action.showcart .text {
  height: 36px;
  width: 40px;
  background: #468aba;
  font-size: 0;
  margin: 0;
  line-height: 1;
  font-weight: normal;
  position: relative;
  transition: 0.3s all ease;
}
.minicart-wrapper .showcart span.text:before {
  content: '\f07a';
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
  font-family: 'FontAwesome';
  font-size: 16px;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s all ease;
}
.minicart-wrapper .showcart span.text:after {
  content: '\f00d';
  font-family: 'FontAwesome';
  transform: rotate(-90deg) scale(0);
  opacity: 0;
  visibility: hidden;
  width: 15px;
  height: 15px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s all ease;
}
.minicart-wrapper .showcart.active span.text:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(90deg) scale(0);
  transform: rotate(90deg) scale(0);
}
.minicart-wrapper .showcart.active span.text:after {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
  font-size: 16px;
}
.minicart-wrapper .action.showcart .counter.qty {
  font-weight: bold;
  height: 36px;
  width: 40px;
  background: #dbdbdb;
  color: #323232;
  border-radius: 0;
  line-height: 36px;
  margin: 0;
  padding: 0;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: none;
}
.accountbox .minicart-wrapper .block-minicart {
  padding: 0 0 10px;
  right: 0;
  background: #fff;
  width: 300px;
  box-sizing: border-box;
  margin: 2px 0 0;
  border: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  text-align: left;
}
.accountbox .minicart-wrapper .action.close,
.accountbox .minicart-wrapper .block-minicart:before,
.accountbox .minicart-wrapper .block-minicart:after,
.accountbox .block-minicart .items-total {
  display: none;
}
.accountbox .minicart-wrapper .minicart-widgets {
  margin: 0;
}
.accountbox .block-minicart .subtitle.empty {
  padding: 0;
}
.accountbox .minicart-wrapper .block-minicart .block-content {
  display: flex;
  flex-direction: column;
}
.block-minicart .minicart-items-wrapper {
  margin: 0;
  padding: 0;
  border: none;
}
.block-minicart .block-subtitle {
  color: #468aba;
  text-transform: uppercase;
  font: 18px/1 'Conv_DIN Pro Condensed Medium';
  padding: 15px 20px;
  margin: 0;
}
.block-minicart .minicart-widgets {
  order: 3;
}
.block-minicart .minicart-items .product-item {
  border: none;
}
.block-minicart .minicart-items .product-item &gt; .product {
  border-top: 1px solid #ececec;
  padding: 15px 35px 15px 20px;
  position: relative;
  display: flex;
}
.block-minicart .minicart-items .product &gt; .product-item-photo {
  width: 90px;
  margin: 0 10px 0 0;
}
.block-minicart .minicart-items .product &gt; .product-item-photo img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.minicart-items .product-item-details {
  padding: 0;
  position: relative;
  width: calc(100% - 90px);
}
.minicart-items .product-item {
  padding: 0;
}
.block-minicart .minicart-items .product-item-name {
  margin: 0 0 7px;
  font-size: 13px;
}
.block-minicart .minicart-items .product-item-name a {
  color: #6d6e6e;
}
.block-minicart .minicart-items .product-item-name a:hover {
  color: #468aba;
  text-decoration: none;
}
.block-minicart .minicart-items .product-item-pricing {
  display: flex;
  line-height: 1;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 0;
}
.price-including-tax,
.price-excluding-tax {
  font-size: inherit;
}
.minicart-items .multiplication-marker {
  margin: 0 4px;
}
.minicart-items .product-item-details .price {
  font-weight: normal;
  color: #468aba;
}
.minicart-wrapper .block-minicart .minicart-items .product .actions {
  position: absolute;
  top: 0;
  right: -15px;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.minicart-wrapper .product .actions &gt; .primary:not(:last-child),
.minicart-wrapper .product .actions &gt; .secondary:not(:last-child) {
  margin: 0 0 5px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  font-size: 15px;
}
.block-minicart .subtotal {
  order: 1;
  border-top: 1px solid #ececec;
  padding: 15px 20px;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  margin: 0;
}
.block-minicart .subtotal .label {
  font-size: 14px;
}
.block-minicart .subtotal .price {
  font-weight: bold;
  color: #2f4a68;
}
.block-minicart .block-content &gt; .actions {
  order: 2;
  padding: 0 20px 10px;
  margin: 0;
}
.block-minicart .block-content &gt; .actions &gt; .primary {
  margin: 0;
}
.block-minicart .block-content &gt; .actions &gt; .primary .action.primary {
  padding: 10px 15px;
  border: none;
  background: #468aba;
}
.block-minicart .block-content &gt; .actions &gt; .primary .action.primary:hover {
  background: #2f4a68;
}
.block-minicart .viewcart {
  cursor: pointer;
  margin: 0;
  width: auto;
  border: none;
  display: block;
  border-radius: 3px;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  font: 18px/1 'Conv_DIN Pro Condensed Medium';
  background: #2f4a68;
  text-transform: uppercase;
}
.block-minicart .viewcart:hover {
  background: #468aba;
  text-decoration: none;
}
/* =========== Header Account =========== */
.active-item {
  margin-top: 2px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  z-index: 19;
  transition: 0.3s ease;
  top: 100%;
  position: absolute;
}
.active .active-item {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.accountbox &gt; div {
  display: inline-block;
}
.accountbox .account {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: right;
}
.accountbox .account span {
  height: 36px;
  width: 40px;
  background: #dbdbdb;
  color: #323232;
  line-height: 1;
  font-size: 0;
  display: block;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.accountbox .account span:before {
  content: '\f007';
  font-family: 'FontAwesome';
  font-size: 16px;
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.accountbox .account span:after {
  content: '\f00d';
  font-family: 'FontAwesome';
  transform: rotate(-90deg) scale(0);
  opacity: 0;
  visibility: hidden;
  width: 15px;
  height: 15px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.accountbox .account.active span:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(90deg) scale(0);
  transform: rotate(90deg) scale(0);
}
.accountbox .account.active span:after {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
  font-size: 16px;
}
.account-dropdown {
  right: 0;
  width: 200px;
  background: #468aba;
}
.account-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.account-dropdown ul li {
  margin: 0;
}
.account-dropdown a {
  padding: 4px 10px;
  color: #fff;
  font-size: 13px;
  display: block;
}

/* ============ Header Menu ============ */
.header-nav {
  position: relative;
}
.header-nav &gt; ul {
  font-size: 0;
}
.header-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-nav li {
  margin: 0;
}
.header-nav a:hover {
  text-decoration: none;
}
.header-nav li.nav-item {
  display: inline-block;
  border-right: 1px solid #414141;
  font-size: 14px;
  margin: 0;
}
.header-nav li.nav-item:first-child {
  border-left: 1px solid #414141;
}
.header-nav li.nav-item &gt; a {
  padding: 12px 16px 13px 15px;
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 1;
  transition: 0.3s all ease;
}
.header-nav li.nav-item:hover &gt; a {
  background: #468aba;
  text-decoration: none;
}
.header-nav li.nav-item.parent &gt; a:after {
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 13px;
  position: relative;
  top: 1px;
  padding: 0 0 0 5px;
  display: inline-block;
}
.header-nav .dropdownn {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}
.header-nav li.parent:hover .dropdownn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-0px);
  transform: translateY(-0px);
}
.dropdownul {
  padding: 15px 15px 25px;
  display: flex;
}
.dropdownul .categoryheading {
  width: 16.66%;
  font-size: 14px;
  padding: 0 15px;
  overflow: hidden;
}
.dropdownul .categoryheading .categorytitle {
  font: 21px/1 'Conv_DIN Pro Condensed Medium';
  color: #2f4a68;
  margin: 0 0 12px;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.dropdownul .categoryheading .categorytitle:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 450px;
  right: -15px;
  background: #9e9e9e;
}
.dropdownul .categoryheading:last-child .categorytitle:after {
  display: none;
}
.dropdownul .categoryheading .holder-menu-img {
  padding: 78% 0 0;
  position: relative;
  margin: 0 0 28px;
}
.dropdownul .categoryheading .holder-menu-img img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.dropdownul .categoryheading a {
  color: #6f6f6f;
  display: block;
  padding: 3px 0;
  line-height: 1.5;
}
.dropdownul .categoryheading a:hover {
  color: #468aba;
}
/*======== Breadcrumbs ======== */
.breadcrumbs .items {
  padding: 20px 0;
  color: #2f4a68;
  font: 20px/1 'Conv_DIN Pro Condensed Medium';
  text-transform: uppercase;
}
.breadcrumbs a,
.breadcrumbs li,
.breadcrumbs li strong,
.breadcrumbs a:visited {
  color: #2f4a68;
  font-weight: normal;
}
.breadcrumbs .item:not(:last-child):after {
  margin: 0;
}
/* ========== Home Page ======= */
.cms-home .page-wrapper .page-main {
  max-width: 100%;
  padding: 0;
}
.cms-home .container {
  max-width: 1210px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.header_slider {
  padding: 0 0 29px;
}
.header_slider ul {
  list-style: none;
}
.header_slider .owl-nav {
  display: none;
}
.header_slider .owl-dots {
  padding: 6px 0 0;
  text-align: center;
}
.header_slider .owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 0 2px;
  display: inline-block;
  background: #656565;
  box-shadow: none;
}
.header_slider .owl-dots .owl-dot.active {
  background: #468aba;
}
.banners-holder,
.news-holder {
  font-size: 0;
  margin: 0 -1%;
  text-align: center;
}
.banners-holder .banner-item,
.news-holder .news-item {
  width: 33.33%;
  padding: 0 1%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  text-align: left;
}
.banners-holder .banner-item a {
  display: block;
}
.banners-holder .banner-item img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.news-holder .news-item {
  margin: 0 0 30px;
}
.news-holder .news-item .news-item-content {
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
}
.news-holder .news-item .news-thumbnail {
  padding: 46% 0 0;
  background-position: center;
  background-size: cover;
}
.news-holder .news-item .news-short-desc {
  padding: 23px;
  font-size: 14px;
}
.news-holder .news-item .news-short-desc h3 {
  color: #468aba;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 4px;
}
.news-holder .news-item .news-short-desc p {
  margin: 0 0 23px;
}
.news-holder .news-item .news-short-desc a.button-news {
  border-radius: 3px;
  display: inline-block;
  padding: 10px 5px;
  color: #fff;
  font: 24px/1 'Conv_DIN Pro Condensed Medium';
  background: #468aba;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  max-width: 209px;
  text-align: center;
}
.news-holder .news-item .news-short-desc a.button-news:hover {
  background: #2f4a68;
}
.holder-bottom-banner img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
}
.cms-home .footer-container {
  margin: 0;
}
.cms-home .columns .column.main {
  padding: 0;
}
.category-products-home.products-grid {
  display: block;
  margin: 0;
}
.category-products-home.products-grid.owl-carousel li.item {
  width: 100%;
}
.cms-home .page-title {
  padding: 20px 0 0;
}
.category-products-home.owl-carousel .owl-item img {
  width: auto;
}
.category-products-home .owl-nav &gt; button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 54px;
  height: 50px;
  font-size: 0;
  box-shadow: none;
}
.category-products-home .owl-nav &gt; button:before {
  color: #8e8e8e;
  font-size: 85px;
  font-family: 'FontAwesome';
  line-height: 50px;
}
.category-products-home .owl-nav .owl-prev {
  left: -70px;
  text-align: right;
}
.category-products-home .owl-nav .owl-next {
  right: -70px;
}
.category-products-home .owl-nav .owl-next:before {
  content: '\f101';
}
.category-products-home .owl-nav .owl-prev:before {
  content: '\f100';
}
.category-products-home .owl-nav &gt; button:hover:before {
  color: #468aba;
}
.category-products-home .owl-dots {
  display: none;
}
.subscribe_section .block.newsletter {
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
  padding: 20px 0 45px;
}
.subscribe_section .block.newsletter .title {
  display: block;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 15px 0 0;
  flex-shrink: 0;
}
.subscribe_section .block.newsletter .title strong {
  font-size: 40px;
  line-height: 1;
  font-family: 'Conv_DIN Pro Condensed Medium';
  color: #296492;
}
.subscribe_section .block.newsletter .title p {
  font-family: 'Conv_DIN Pro Condensed Medium';
  font-size: 21px;
}
.subscribe_section .block.newsletter .content {
  width: 100%;
}
.subscribe_section .block.newsletter .form.subscribe {
  display: flex;
  justify-content: space-between;
}
.subscribe_section .block.newsletter .field .control:before {
  display: none;
}
.subscribe_section .block.newsletter .field.newsletter {
    width: 70%;
    max-width: inherit;
}
.subscribe_section .block.newsletter label {
  display: block;
}
.subscribe_section .block.newsletter input {
  padding: 18px;
  height: auto;
  font-size: 15px;
  line-height: 1;
  border-radius: 3px;
}
.subscribe_section .block.newsletter .actions {
  width: 24%;
}
.subscribe_section .block.newsletter button.action.primary {
  font-size: 22px;
  border-radius: 3px;
  padding: 18px 10px;
  width: 100%;
}
/* ======= Speackers Page ===== */
.alphabetical-index {
  font-size: 20px;
  color: #adadad;
  margin: 0 0 5px;
  border-bottom: 1px solid #e6e6e5;
}
.padding-block {
  height: 25px;
}
.speakears-list {
  display: flex;
  justify-content: space-between;
}
.speakears-list .speakers-col {
  width: 31%;
  border-right: 1px solid #e6e6e5;
  padding: 0 1.5% 0 0;
}
.speakears-list .speakers-col:last-child {
  border: none;
  padding: 0;
}
.speakears-list .speaker-item {
  display: flex;
  width: 100%;
  margin: 0 0 14px;
  padding: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-sizing: border-box;
}
.speakears-list .speaker-item .speaker-avatar {
  width: 110px;
  padding: 0 10px 0 0;
}
.speakears-list .speaker-item .speaker-avatar img {
  max-width: 100%;
  height: auto;
  display: block;
}
.speakears-list .speaker-item .caption22 {
  line-height: 1.1;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
}
.speakears-list .speaker-item .caption22 .speaker-name {
  padding: 0;
  margin: 0;
}
.speakears-list .speaker-item .caption22 .speaker-name a {
  font-size: 16px;
  color: #326495;
}
.speakears-list .speaker-item .speaker-position {
  font-style: italic;
  color: #7f7f7f;
}
.speakears-list .speaker-item .speaker-company {
  font-weight: bold;
  color: #515151;
}
.speakears-list .speaker-item .speaker-site {
  font-size: 12px;
  font-weight: bold;
  color: #7f7f7f;
}
.speakears-list .speaker-item .speaker-site a {
  color: #5390ba;
}
.speakears-list .speaker-item .btn-holder {
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
}
.speakears-list .speaker-item .btn-holder:last-child {
  margin: 0;
}
.speakears-list .speaker-item .view-products-button {
  background-color: #1568a1;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  padding: 7px 20px;
  display: inline-block;
}
.speakears-list .speaker-item .view-profile-button {
  display: inline-block;
  border-radius: 4px;
  font-size: 12px;
  color: #7a7a7a;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffffff),
    to(#e6e6e6)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  border: 1px solid #cccccc;
  padding: 6px 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.speaker-profile-popup {
  display: none;
  min-height: 300px;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  width: 276px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.speaker-profile-popup .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  display: flex;
  justify-content: space-between;
}
.speaker-profile-popup .popover-title a {
  color: #468aba;
  text-decoration: underline;
}
.speaker-profile-popup .popover-content {
  padding: 9px 14px;
}
/* ========== Toolbar ========= */
.toolbar {
  overflow: hidden;
  text-align: center;
}
.toolbar-options-container {
  overflow: hidden;
}
.modes .modes-mode {
  display: inline-block;
  vertical-align: bottom;
  height: 21px;
  width: 23px;
  background: transparent url(../images/sprite-new.png);
  margin: 0 9px 0 0;
  text-indent: -9999px;
  box-shadow: none;
  border: none;
  padding: 0;
  border-radius: 0;
}
.modes .modes-mode.active,
.modes .modes-mode:hover {
  box-shadow: none;
  background: transparent url(../images/sprite-new.png);
}
.modes .modes-mode:last-child,
.modes .modes-label + .modes-mode {
  border: none;
  border-radius: 0;
}
.modes .modes-mode.mode-grid {
  background-position: -77px -67px;
}
.modes .modes-mode.active.mode-grid,
.modes .modes-mode.mode-grid:hover {
  background-position: -77px -30px;
  background-color: transparent;
}
.modes .modes-mode.mode-list {
  background-position: -113px -67px;
}
.modes .modes-mode.active.mode-list,
.modes .modes-mode.mode-list:hover {
  background-position: -114px -30px;
  background-color: transparent;
}
.modes .modes-mode:before {
  display: none;
}
.toolbar-sorter {
  float: right;
}
.toolbar-sorter .sorter-action,
.page-products .toolbar .limiter .limiter-text {
  display: none;
}
.page-products .toolbar .limiter {
  display: block;
  margin: 0 0 0 10px;
  float: right;
}
.toolbar-products .pages {
  display: none;
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 10px;
  padding: 0 11px 10px;
  font: 17px/1 'Conv_DIN Pro Condensed Medium';
  box-sizing: border-box;
}
.bottom-toolbar-container .toolbar-products .pages {
  display: block;
}
.toolbar-products .pages &gt; .label {
  color: #000;
  padding-right: 3px;
  font-weight: bold;
  margin: 0 5px 0 0;
  position: static;
  height: auto;
  width: auto;
  overflow: visible;
}
.toolbar-products .pages &gt; .label:after {
  content: ':';
}
.toolbar-products .pages .item {
  padding: 0;
  margin-right: 3px;
  line-height: 1;
  font-size: 17px;
}
.toolbar-products .pages strong.page {
  color: #468aba;
  font-size: 17px;
  background: none;
  padding: 0 3px;
  font-weight: normal;
}
.toolbar-products .pages a.page {
  color: #8a8989;
  padding: 0 3px;
}
.toolbar-products .pages a.page:hover {
  color: #468aba;
}
.pages .action.next,
.pages .action.previous {
  border: none;
  box-shadow: none;
  background: none;
  margin: 0;
  vertical-align: middle;
  padding: 4px 5px 0;
}
.pages .action.next:before,
.pages .action.previous:before {
  content: '';
  border: none;
  box-shadow: none;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
}
.pages .action.next:before {
  border-left: 9px solid #737373;
}
.pages .action.previous:before {
  border-right: 9px solid #737373;
}
.toolbar-sorter .sorter-label,
.page-products .toolbar .limiter .label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 0;
  color: #468aba;
  text-transform: uppercase;
  font: 18px/1 'Conv_DIN Pro Condensed Medium';
}
.toolbar select {
  padding: 5px 30px 5px 10px;
  background-color: #fff;
  border-color: #c3c3c3;
  height: 33px;
  min-width: 64px;
  border-radius: 0;
  -webkit-appearance: none;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.toolbar .toolbar-amount {
  font-size: 14px;
  color: #656565;
  float: none;
  display: inline-block;
  order: 1;
}
/* =========== Sidebar ======== */
.sidebar .page-title-wrapper {
  padding: 0;
  margin: 0 0 20px;
}
.page-layout-2columns-left.page-products .page-title-wrapper {
  width: 25%;
  float: left;
  padding: 0 2% 0 0;
  box-sizing: border-box;
  margin: 0 0 20px;
}
.sidebar .block .block-title,
.page-layout-2columns-left.page-products .page-title,
.sidebar .title-sidebar,
.sidebar .page-title-wrapper .page-title,
.account .block-collapsible-nav .title {
  background: #2f4a68;
  padding: 9px 10px 9px 20px;
  font: 20px/1 'Conv_DIN Pro Condensed Medium';
  color: #fff;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.page-layout-2columns-left.page-products .page-title {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}
.sidebar .filter .block-subtitle,
.sidebar .sidebar-item h4,
.sidebar .filter .title strong {
  color: #468aba;
  text-transform: uppercase;
  font: 18px/1 'Conv_DIN Pro Condensed Medium';
  font-weight: normal;
  margin: 0 0 14px;
  padding: 0;
  border: none;
}
.sidebar .block .block-content,
.sidebar .block &gt; .empty,
.sidebar .sidebar-item,
.sidebar .block.filter,
.account .block-collapsible-nav .content {
  background: #fff;
  padding: 16px 15px 22px 15px;
  font-size: 14px;
  border-radius: 2px;
  margin: 0 0 26px;
}
.sidebar a.imgage-holder {
  display: block;
}
.sidebar img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.sidebar .block.filter .block-content {
  background: none;
  margin: 0;
  border-radius: 0;
  padding: 0;
  background: none;
}
.sidebar ul,
.sidebar ol {
  padding: 0 0 0 12px;
  list-style: none;
}
.sidebar .filter-options-item {
  padding: 0;
  border: none;
}
.sidebar .filter-options-content {
  display: block !important;
  padding: 0;
}
.sidebar .filter-options-title,
.sidebar .filter .content .options dt {
  display: none;
}
.sidebar .block.filter dl {
  margin: 0;
}
.sidebar .filter .count {
  padding: 0 5px;
}
.sidebar .filter .count:before {
  content: '(';
}
.sidebar .filter .count:after {
  content: ')';
}
.sidebar .filter-content .item {
  margin: 0 0 1rem;
  line-height: 1.4;
}
.sidebar .filter-options-content a {
  padding: 0;
  margin: 0;
  color: #666;
}
.sidebar .filter-options-content a:hover {
  background: none;
  color: #468aba;
}
.sidebar-banner {
  color: #fff;
  background: #2f4a68;
  font: 13px/1 'Conv_DIN Pro Condensed Medium';
  text-transform: uppercase;
  padding: 16px 10px;
  text-align: center;
  margin: 0 0 15px;
}
.sidebar-banner h4,
.sidebar-banner h3 {
  font-family: 'Conv_DIN Pro Condensed Medium';
  line-height: 1;
  margin: 0;
}
.sidebar-banner p {
  margin: 0;
}
.sidebar-banner h4 {
  font-size: 25px;
  letter-spacing: 1px;
  margin: 0 0 3px;
}
.sidebar-banner h3 {
  font-size: 37px;
  letter-spacing: 1px;
}
.payment-cards {
  margin: 0 0 20px;
}
.payment-cards img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  display: block;
}
.account .block-collapsible-nav .title {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  display: block;
  position: static;
}
.account .block-collapsible-nav .title strong {
  font-weight: normal;
  font-size: 20px;
}
.block-collapsible-nav .content {
  margin: 0;
}
.block-collapsible-nav .item {
  margin: 0 0 5px;
}
.block-collapsible-nav ul {
  padding: 0;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item &gt; strong {
  padding: 0;
  color: #696969;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current &gt; strong {
  color: #696969;
  border: none;
}
.block-collapsible-nav .item a:hover {
  background: none;
  color: #468aba;
}
.block-collapsible-nav .item .delimiter {
  display: none;
}
.sidebar .action.tocart {
  border-radius: 3px;
}
.block-compare .counter,
.block-wishlist .counter {
  color: #fff;
}
/* ======= Category Page ====== */
.category-title h1,
h1.page-title,
.page-title h2 {
  font: 21px/1 'Conv_DIN Pro Condensed Medium';
  color: #2f4a68;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.products-grid {
  position: relative;
  font-size: 0;
  margin: 0 -1%;
  padding: 0;
}
.products-grid li.item,
.products-grid li.product-item {
  display: inline-block;
  padding: 0 1%;
  box-sizing: border-box;
  width: 33.33%;
  vertical-align: top;
  margin: 0 0 30px;
}
.products-grid li.item *,
.products-grid li.product-item * {
  box-sizing: border-box;
}
.products-grid li.item .holder-product-item,
.products-grid li.product-item .product-item-info {
  padding: 20px 25px;
  border-radius: 2px;
  background: #fff;
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 20px 25px;
  position: relative;
}
.products-grid li.item .product-image-container {
  max-width: 180px;
  margin: 0 auto 15px;
  display: block;
}
.product-image-photo {
  max-height: 100%;
  width: auto;
}
.products-grid .product-name,
.products-list .product-name,
.products-grid .product-item-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 5px;
  min-height: 76px;
}
.product-item-name,
.product.name a {
  font-weight: bold;
}
.products-grid .product-name a,
.products-list .product-name a,
.products-grid .product-item-name a {
  display: inline-block;
  color: #468aba;
  text-decoration: none;
}
.products-grid .product-name a:hover,
.products-list .product-name a:hover,
.products-grid .product-item-name:hover {
  color: #2f4a68;
}
.category-products p {
  margin: 0;
}
.category-products .item .product-item-details &gt; .price-box,
.product-item .price-box {
  display: flex;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  justify-content: flex-start;
  align-items: baseline;
  padding: 0 0 6px;
}
.category-products .item .price-box .price-to,
.category-products .item .price-box .price-from .old-price {
  display: none;
}
.category-products .item .price-box .price,
.product-item .price-box .price {
  font-size: 24px;
}
.category-products .item .price-box .special-price .price {
  color: #d6333d;
}
.category-products .item .price-box .old-price {
  margin: 0 0 0 5px;
}
.category-products .item .price-box .old-price .price-label,
.category-products .item .price-box .old-price .price,
.products-related .item .price-box .old-price .price-label,
.products-related .item .price-box .old-price .price {
  color: #7d7d7d;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}
.category-products .item .price-box .price {
  color: #636363;
}
.category-products .item .price-box .price-label,
.product-item .price-box .price-label {
  display: none;
}
.category-products .item .price-box .minimal-price-link {
  margin: 0 0 0 10px;
}
.category-products .item .price-box .minimal-price-link .price-label,
.category-products .item .price-box .minimal-price-link .price-wrapper {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}
.category-products .product-desc-holder {
  padding: 5px 0 0;
  border-top: 1px solid #e8e8e8;
  font-size: 12px;
  overflow: hidden;
}
.category-products .product-desc-holder .product-author {
  float: left;
  font-style: italic;
}
.category-products .product-desc-holder .product-sku {
  float: right;
}
.products-grid .desc {
  padding: 18px 0 20px;
  font-size: 14px;
  min-height: 122px;
}
.products-grid .desc p {
  margin: 0;
}
.category-products a {
  color: #468aba;
}
.category-products a:hover {
  color: #2f4a68;
  text-decoration: none;
}
.category-products .products-grid .product-item-inner,
.category-products.products-grid .product-item-inner {
  position: static;
  border: none;
  box-shadow: none;
  background: none;
  margin: 0;
  padding: 0;
}
.category-products .products-grid .product-item-actions {
  margin: 0;
}
.category-products .product-item-actions .actions-primary {
  display: block;
}
.category-products .action.primary,
.product-item-info button.action.primary {
  border-radius: 3px;
  display: block;
  padding: 10px 5px;
  color: #fff;
  font: 24px/1 'Conv_DIN Pro Condensed Medium';
  background: #669b26;
  text-transform: uppercase;
  margin: 0 0 3px;
  border: none;
  width: 100%;
}
.category-products .action.primary:hover,
.product-item-info button.action.primary:hover {
  background: #2f4a68;
}
.products-grid .product-item-actions {
  margin: 0;
}
.product-item-actions .actions-primary + .actions-secondary {
  text-align: center;
  width: 100%;
  display: block;
  padding: 0;
}
.product-item-actions .actions-secondary &gt; .action {
  color: #468aba;
}
.product-item-actions .actions-secondary &gt; .action:hover {
  color: #2f4a68;
}
.page-products .category-products .products-grid .product-item-inner:before,
.product-item-actions .action.towishlist:before {
  display: none;
}
.product-item-actions .actions-secondary &gt; .action.towishlist span {
  font-size: 12px;
  position: static;
  text-transform: none;
  letter-spacing: 0;
  white-space: nowrap;
}
.products-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.products-list li.item {
  margin-bottom: 20px;
  padding: 15px;
  background: #fff;
  border-radius: 2px;
}
.products-list .holder-product-item {
  display: table;
  width: 100%;
}
.products-list .product-item-photo {
  width: 210px;
  height: auto;
  margin-right: 30px;
  max-width: 30%;
  padding: 0;
}
.products-list .product-name {
  margin: 0 0 15px;
  min-height: 35px;
}
.products-list .desc {
  margin: 0 0 15px;
}
.category-products .products-list .item .price-box .price,
.category-products .products-list .item .price-box {
  font-size: 20px;
}
.category-products .products-list .item .price-box {
  justify-content: flex-start;
}
.category-products .products-list .item .price-box .minimal-price-link {
  margin: 0 0 0 10px;
}
.category-products .product-desc-holder {
  padding: 5px 0 0;
}
.category-products .products-list .action.primary {
  width: auto;
  padding: 10px 30px;
}
.wishlist-index-index .products-grid .product-items {
  display: flex;
  flex-wrap: wrap;
}
.wishlist-index-index .products-grid .product-items .product-item {
  width: 33.3%;
  margin: 0;
  border: none;
}
.products-grid.wishlist li.product-item .product-item-info {
  padding: 10px;
}
.products-grid.wishlist
  li.product-item
  .product-item-info:hover
  .product-item-inner {
  border: none;
}
.products-grid.wishlist .product-item-info .product-item-inner,
.products-grid.wishlist
  .product-item-info:not(:hover):not(.active)
  .product-item-inner {
  position: static;
  width: 100%;
  box-sizing: border-box;
  box-shadow: none;
  padding: 0;
  height: auto;
  overflow: visible;
  margin: 0;
}
.products-grid.wishlist .product-item-name {
  font-weight: normal;
  font-size: 14px;
  min-height: 40px;
  margin: 0 0 15px;
}
.products-grid.wishlist .price-container .price {
  font-size: 15px;
}
.products-grid.wishlist .product-item-comment {
  height: 50px;
  padding: 7px;
  box-sizing: border-box;
  width: 100%;
}
.products-grid.wishlist .box-tocart {
  margin: 0;
}
.products-grid.wishlist .product-item .box-tocart .tocart {
  font-size: 17px;
}
/* ======== Category Popup ==== */
.aw-acp-popup .aw-acp-popup__message {
  background: none;
  padding: 0;
  text-align: center;
  font-weight: bold;
  color: #636363;
  margin: 0 auto 15px;
  font-size: 15px;
}
.aw-acp-popup .aw-acp-popup__main .aw-acp-popup__columns {
  display: none;
}
.aw-acp-popup .aw-acp-popup__actions {
  justify-content: center;
  align-items: flex-start;
}
.aw-acp-popup .aw-acp-popup__close,
.aw-acp-popup .aw-acp-popup__submit.action.primary {
  border-radius: 3px;
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  font: 17px/1 'Conv_DIN Pro Condensed Medium';
  background: #669b26;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 2px 10px;
  height: auto;
}
.aw-acp-popup .aw-acp-popup__submit.action.primary a {
  color: #fff;
}
.aw-acp-popup .aw-acp-popup__close {
  background: #ededed;
  color: #7b7b7b;
}
.aw-acp-popup .aw-acp-popup__close:hover,
.aw-acp-popup .aw-acp-popup__submit.action.primary:hover {
  background: #2f4a68;
  color: #fff;
}
.aw-acp-popup .aw-acp-popup__column:first-child {
  width: auto;
}
.aw-acp-popup .aw-acp-popup__column:nth-child(2) {
  flex: none;
}
.aw-acp-popup .aw-acp-popup__loader {
  height: 200px;
}
.aw-acp-popup .aw-acp-popup__loader-bar {
  height: auto;
  background: none;
  box-shadow: none;
  height: 198px;
}
.aw-acp-popup .aw-acp-popup__loader-bar:after {
  width: 198px;
  height: 198px;
  background: url('../images/al.gif') no-repeat;
  margin: auto;
  animation: none;
}
/* ======== Product Page ====== */
.catalog-product-view .main {
  padding: 30px;
  background: #fff;
}
.product-top-block {
  display: flex;
  justify-content: space-between;
}
.page-layout-1column .product-top-block .product.media {
  width: 30%;
  text-align: center;
  margin: 0 0 30px;
  max-width: 320px;
  float: none;
}
.page-layout-1column
  .product-top-block
  .product.media
  .gallery-placeholder
  .fotorama__stage {
  max-height: 320px;
}
.page-layout-1column
  .product-top-block
  .product.media
  .gallery-placeholder
  .fotorama__stage__shaft {
  max-height: 308px;
}
.product-top-block .product.media .fotorama__caption {
  display: none;
}
.catalog-product-view .product-top-block .product-info-main {
  width: 68%;
  display: flex;
  justify-content: space-between;
  float: none;
}
.product-info-main .product-shop {
  width: 60%;
  position: relative;
}
.product-info-main .product-action-holder,
.product-info-main .product-action-holder-simple {
  width: 35%;
}
.product-info-main .product-action-holder-simple .product-action-holder {
  width: 100%;
}
.product-info-main .product-action-holder-simple .product-options-bottom {
  min-height: 90px;
}
.product-info-main .product-price-holder {
  border: 1px solid #e7e7e7;
  padding: 15px;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.product-info-main .product-price-holder .price-box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 0 14px;
  margin: 0 0 6px;
  border-bottom: 1px solid #ececec;
  flex-wrap: wrap;
  text-align: center;
}
.product-info-main .product-price-holder .price-box .price-container .price,
.product-info-main
  .product-price-holder
  .price-box
  .price-container
  .price-label {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.product-info-main .product-price-holder .price-box .price-container .price {
  color: #d6333d;
}
.product-info-main .product-price-holder .price-box .old-price {
  margin: 0 0 0 7px;
}
.product-info-main
  .product-price-holder
  .price-box
  .old-price
  .price-container
  .price-label,
.product-info-main
  .product-price-holder
  .price-box
  .old-price
  .price-container
  .price {
  color: #696969;
  font-size: 13px;
  font-weight: normal;
}
.product-info-main .product-price-holder .price-box .price-from,
.product-info-main .product-price-holder .price-box .price-to {
  width: 100%;
}
.product-info-main
  .product-price-holder
  .price-box
  .price-from
  &gt; .price-container
  .price,
.product-info-main
  .product-price-holder
  .price-box
  .price-to
  &gt; .price-container
  .price {
  font-size: 15px;
}
.product-info-main
  .product-price-holder
  .price-box
  .price-from
  &gt; .price-container
  .price-label,
.product-info-main
  .product-price-holder
  .price-box
  .price-to
  &gt; .price-container
  .price-label {
  font-size: 14px;
  font-weight: normal;
}
.product-info-main .prices-tier {
  text-align: center;
}
.product-info-main .prices-tier .item {
  margin: 0;
  padding: 6px 7px;
  line-height: 1;
  font-size: 12px;
}
.price-container.price-container .price {
  font-size: 12px;
}
.product-info-main .prices-tier li:nth-child(even) {
  background: #eef3f9;
}
.product-info-main .stock {
  display: block;
  text-align: center;
  font-size: 14px;
  margin: 0 0 15px;
  width: 100%;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  text-transform: none;
}
.product-info-main .stock.available span {
  color: #669b26;
}
.product-info-main .product-price-holder .product-add-form {
  padding: 0;
}
.product-info-main .box-tocart,
.product-info-main .product-options-bottom .box-tocart {
  margin: 0;
}
.product-info-main .box-tocart .actions {
  text-align: center;
}
.product-info-main .box-tocart .actions button {
  width: 100%;
}
.product-info-main .box-tocart .action.tocart {
  float: none;
  border-radius: 3px;
  width: 100%;
  padding: 10px 5px;
  color: #fff;
  font: 24px/1 'Conv_DIN Pro Condensed Medium';
  background: #669b26;
  text-transform: uppercase;
  margin: 0 auto 3px;
  max-width: 300px;
  display: block;
}
.product-info-main .qty {
  text-align: center;
  margin: 0 0 5px;
}
.product-info-main .qty label {
  display: block;
  margin: 0 0 9px;
  font-weight: bold;
  color: #3a3a3a;
  line-height: 1;
  font-size: 16px;
}
.product-info-main .qty input {
  width: 64px;
  border-color: #c3c3c3;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 3px 7px;
  color: #636363;
  margin: 0 0 10px;
  display: inline-block;
}
.product-info-main .box-tocart .action.tocart:hover {
  background: #2f4a68;
}
.product-info-main .product-social-links {
  text-align: center;
  margin: 0;
}
.product-info-main .product-social-links .towishlist:before {
  display: none;
}
.product-info-main .product-social-links a {
  margin: 0;
}
.product-info-main .product-social-links a span {
  color: #468aba;
  font-weight: bold;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0;
}
.product-info-main .product-social-links a:hover {
  text-decoration: none;
}
.product-info-main .product-social-links a:hover span {
  color: #888787;
}
.product-shop .page-title-wrapper {
  padding: 0;
}
.product-shop .page-title-wrapper h1.page-title {
  font: bold 20px/1.2 Arial, sans-serif;
  color: #636363;
  margin: 0 0 2px;
  text-transform: none;
}
.product-info-main .product-shop .product.attribute.overview {
  margin: 0 0 25px;
  font-size: 14px;
  line-height: 1.45;
}
.product-info-main .product-author {
  font-size: 12px;
  font-style: italic;
  display: block;
}
.product-info-main .product-author a {
  color: #468aba;
}
.product-info-main .product-attributes {
  font-size: 12px;
  text-transform: uppercase;
}
.product-info-main .product.attribute {
  display: inline-block;
  margin: 0 17px 0 0;
}
.product-info-main .product.attribute:last-child {
  margin: 0;
}
.product-info-main .product.attribute .type,
.product-info-main .product.attribute.sku .type {
  font-weight: bold;
}
.product-info-main .product.attribute .value {
  display: inline-block;
}
.product-info-main .product-shipping-offer {
  padding: 10px 0 0;
  border-top: 1px solid #e8e8e8;
  margin: 6px 0 18px;
  font-size: 12px;
}

#checkout-placeholder {
    background: url(../images/2023-donation-page-note.png) no-repeat;
    width: 100%;
    height: 600px;
    background-position-x: 20px;
    background-position-y: 20px;
}
.product-info-main .product-shipping-offer:before {
  content: '';
  background: url('../images/sprite-new.png') no-repeat 0 0;
  width: 23px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px 0 0;
}
.product-info-main .product-shipping-offer span {
  display: inline-block;
  vertical-align: middle;
}
.product-info-main .product-shipping-offer span.no-free-shipping {
  color: red;
}
.product-info-main .product-shipping-offer span.free-shipping {
  color: #89b436;
}
.product.info.detailed {
  border-top: 1px solid #e8e8e8;
  padding: 17px 0 0;
  font-size: 14px;
  margin: 20px 0 0;
}
.product.info.detailed .product.data.items &gt; .item.content {
  padding: 0;
  border: none;
  margin: 0;
}
.product.info.detailed .product.data.items &gt; .item.title {
  margin: 0 0 15px;
}
.product.info.detailed .product.data.items &gt; .item.title.active &gt; .switch {
  padding: 0;
  color: #468aba;
  text-transform: uppercase;
  font: 20px/1 'Conv_DIN Pro Condensed Medium';
  letter-spacing: 1px;
  border: none;
  height: auto;
  background: #fff;
}
.product.info.detailed
  .product.data.items
  &gt; .item.title.active
  &gt; .switch:hover {
  text-decoration: none;
}
.product-info-main .product-shop .product-add-form {
  padding: 0;
}
.product-options-wrapper {
  padding: 17px;
  background: #eef3f9;
  margin: 0 0 25px;
}
.page-product-downloadable .product-info-main .product-options-wrapper,
.page-product-downloadable .product-info-main .product-options-bottom {
  float: none;
  width: 100%;
  box-sizing: border-box;
}
.page-product-downloadable
  .product-info-main
  .product-options-bottom
  .field.qty {
  display: block;
}
.product-info-main .product-add-form .product-options-wrapper .field .control {
  width: 100%;
}
.product-options-wrapper h3 {
  color: #468aba;
  text-transform: uppercase;
  font: 18px/1 'Conv_DIN Pro Condensed Medium';
  font-weight: normal;
  margin: 0 0 18px;
}
.product-options-wrapper input[type='checkbox'] + label:before {
  color: #eef3f9;
}
.product-options-wrapper input[type='checkbox']:checked + label:before {
  color: #669b26;
}
.catalog-product-view .product-add-form.bundle-product,
.catalog-product-view .product-info-main .product-add-form {
  padding: 0;
  width: 100%;
}
.catalog-product-view .product-add-form.bundle-product form,
.catalog-product-view .product-info-main .product-add-form form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-add-form.bundle-product .product-options-wrapper .field .control {
  width: 100%;
}
.product-info-main
  .product-add-form.bundle-product
  .product-options-wrapper
  .field.option
  &gt; .control {
  display: flex;
}
.product-info-main
  .product-add-form.bundle-product
  .product-options-wrapper
  .field.option
  select {
  margin: 0 0 0 15px;
  order: 1;
}
.product-info-main
  .product-add-form.bundle-product
  .product-options-wrapper
  .nested
  .label {
  display: none;
}
.product-info-main
  .product-add-form.bundle-product
  .product-options-wrapper
  .nested
  .qty {
  margin: 0;
}
.product-info-main .product-add-form.bundle-product .stock {
  bottom: 65px;
}
.product-info-main .product-add-form.bundle-product .product-details {
  position: relative;
}
.product-options-wrapper .fieldset .field label.label {
  color: #696969;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px;
  padding: 0;
  line-height: 1;
}
.product-options-wrapper .fieldset .control .field label.label {
  font-weight: normal;
  font-size: 12px;
}
.product-options-wrapper fieldset {
  margin: 0 0 15px;
}
.bundle-options-wrapper p.required {
  font-size: 12px;
  color: #468aba;
}
.product-info-main
  .product-add-form.bundle-product
  .product-action-holder
  .price-from-to {
  text-align: center;
}
.product-info-main
  .product-add-form.bundle-product
  .block-bundle-summary
  .price-as-configured {
  padding: 11px 0;
  border-top: 1px solid #ececec;
  text-align: center;
  width: 100%;
  margin: 0;
}
.product-info-main
  .product-add-form.bundle-product
  .product-price-holder
  .price-box {
  margin: 0 0 12px;
  padding: 0;
}
.ebook-description {
  padding: 23px 0 0 9px;
}
.ebook-description h4 {
  color: #468aba;
  text-transform: uppercase;
  font: 18px/1 'Conv_DIN Pro Condensed Medium';
  font-weight: normal;
  margin: 0 0 6px;
}
.ebook-description .ebook-holder {
  display: flex;
  flex-direction: row;
}
.ebook-description .ebook-holder .ebook-item {
  margin: 0 5px 5px 0;
  width: 74px;
  vertical-align: bottom;
}
.ebook-description .ebook-holder .ebook-item a {
  display: block;
}
.ebook-description .ebook-holder .ebook-item img {
  max-width: 100%;
  height: auto;
}

/* ===== Ralated Products ===== */
.block.related {
  border-top: 1px solid #e8e8e8;
  padding: 22px 0 0;
  margin: 25px 0 0;
}
.block.related .title strong {
  padding: 0;
  color: #468aba;
  text-transform: uppercase;
  font: 20px/1 'Conv_DIN Pro Condensed Medium';
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0 0 15px;
  background: #fff;
}
.products-related {
  display: block;
  margin: 0 -1%;
  width: 102%;
  box-sizing: border-box;
}
.products-related.owl-carousel {
  width: 100%;
  margin: 0;
  padding: 0;
}
.products-related .product-item-info {
  margin: 0;
  width: 100%;
}
.products-related li.item.product-item {
  text-align: center;
  display: inline-block;
  padding: 0 1%;
  box-sizing: border-box;
  width: 20%;
}
.products-related.owl-carousel li.item.product-item {
  width: 100%;
}
.products-related li.item .product-item-photo {
  margin-bottom: 15px;
  display: block;
}
.products-related li.item .product-image-container {
  width: 100% !important;
}
.products-related li.item .product-item-photo img {
  max-width: 100%;
  display: block;
  width: auto;
}
.block.related .block .title {
  margin: 0 0 15px;
}
.block.related .products-related .related-available .product-item-name {
  margin: 0;
  line-height: 1;
  font-size: 14px;
}
.block.related .products-related .related-available .product-item-name a {
  font-weight: normal;
}
.products-related .product-item-name a {
  text-decoration: none;
  color: #468aba;
}
.products-related .product-item .price-box {
  margin: 2px 0 0;
  justify-content: center;
}
.products-related .product-item .price-box .price-container {
  text-align: center;
  width: 100%;
}
.products-related .product-item .price-box .special-price {
  margin: 0 7px 0 0;
}
.products-related .price-box .price {
  color: #d6333d;
  font-size: 16px;
  font-weight: bold;
}
.products-related .price-box .price-label {
  display: none;
}
/* ========= Login Page ======= */
.main .login-container {
  display: flex;
  font-size: 12px;
}
.main .login-container .block-customer-login {
  order: 1;
}
.main .login-container .block {
  width: 43%;
  border: 1px solid #ececec;
  padding: 20px;
  margin: 0 7% 0 0;
  box-sizing: border-box;
  min-height: 260px;
}
.main .login-container .block-customer-login {
  background: #fff url('../images/bg-login-2.gif') no-repeat right bottom;
}
.main .login-container .block-new-customer {
  background: #fff url('../images/bg-login.gif') no-repeat right bottom;
}
.fieldset,
.account .main {
  font-size: 12px;
}
.login-container .block .block-title,
.form-create-account .fieldset &gt; .legend {
  color: #468aba;
  text-transform: uppercase;
  font: 18px/1 'Conv_DIN Pro Condensed Medium';
  font-weight: normal;
  margin: 0 0 14px;
  border-bottom: 1px solid #ececec;
  padding: 0 0 15px;
}
.account.form-create-account .legend &gt; span {
  font-size: 18px;
  font-weight: normal;
}
.login-container .fieldset {
  position: relative;
}
.login-container .note {
  color: #7f7f7f;
}
.fieldset .field label.label {
  color: #000000;
  position: relative;
  z-index: 0;
  display: inline-block;
  padding-bottom: 5px;
  margin: 0;
}
.fieldset &gt; .field.required &gt; .label:after,
.fieldset &gt; .fields &gt; .field.required &gt; .label:after,
.fieldset &gt; .field._required &gt; .label:after,
.fieldset &gt; .fields &gt; .field._required &gt; .label:after {
  color: #468aba;
}
.login-container .block-content .fieldset &gt; .field &gt; .control {
  width: 95%;
}
.login-container .actions-toolbar {
  display: flex;
  flex-direction: column;
}
.login-container .actions-toolbar .primary {
  order: 1;
}
.login-container .actions-toolbar .secondary {
  text-align: left;
  font-weight: bold;
  margin: 0 0 12px;
}
.login-container .actions-toolbar .secondary a {
  color: #7f7f7f;
}
.login-container .actions-toolbar .secondary a:hover {
  color: #468aba;
  text-decoration: none;
}
.login-container .fieldset:after {
  margin: 0;
  content: attr(data-hasrequired);
  position: absolute;
  color: #468aba;
  font-size: 1.2rem;
  bottom: 50px;
  right: 0;
  position: absolute;
}
.form-create-account .fieldset {
  padding: 20px;
  background: #fff;
}
.password-strength-meter {
  background: none;
}
.product.description ul {
  margin: 0 0 15px 20px;
}
.product.description img {
  /*max-height: 300px;*/
  width: auto;
  height: auto;
  max-width: 100%;
}
/* ========= Cart Page ======== */
.checkout-cart-index .page-title-wrapper {
  padding: 20px 0 0;
}
.checkout-cart-index h1.page-title {
  font-size: 25px;
}
.cart-container form.form-cart {
  width: 100%;
  padding: 0;
  float: none;
}
.cart-container form.form-cart .table-wrapper {
  background: #fff;
  padding: 10px 15px;
  border-radius: 4px 4px 0 0;
  font-size: 14px;
  margin: 0;
  box-sizing: border-box;
}
.cart-container form.form-cart .actions.main {
  padding: 10px 15px;
  background: #fff;
}
.cart .cart-table-head,
.cart .cart-table-body .cart-product-block {
  display: flex;
  flex-direction: row;
}
.cart .cart-table-head {
  border-bottom: 1px solid #d9dbdc;
}
.cart .cart-holder-product-thumbnail {
  width: 15%;
}
.cart.table-wrapper .cart-holder-product-thumbnail .product-item-photo {
  width: 100%;
  padding: 0;
  display: block;
  position: static;
  max-width: 100%;
}
.cart .cart-holder-product-description {
  width: 85%;
  display: flex;
  padding: 0 0 0 7px;
}
.cart.table-wrapper .cart-holder-product-description .product-item-details {
  padding: 0 0 15px;
}
.cart .cart-holder-product-description-content {
  width: 60%;
}
.cart .cart-holder-product-qty {
  width: 10%;
  text-align: center;
}
.cart .cart-holder-product-qty input {
  color: #696969;
  border-color: #c3c3c3;
  font-weight: bold;
  width: 64px !important;
  padding: 8px 3px;
  text-align: center;
}
.cart .cart-holder-product-update {
  width: 14%;
  text-align: center;
}
.cart .cart-holder-product-price {
  width: 8%;
}
.cart .cart-holder-product-subtotal {
  width: 8%;
  text-align: right;
  padding-right: 4px;
}
.cart .cart-table-head .cart-holder-info {
  padding: 7px 0 2px;
  color: #999;
  font-weight: bold;
}
.cart .cart-table-head .cart-holder-product-thumbnail {
  padding-left: 8px;
}
.cart .cart-table-body .cart-product-block {
  border-bottom: 1px solid #ececec;
  padding: 34px 0;
}
.cart .cart-table-body .cart-product-block:last-child {
  border: none;
}
.cart .cart-product-block .product-image-container {
  display: block;
  max-width: 90%;
}
.cart .cart-product-block .product-image-container img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}
.cart .cart-holder-info .label-mobile {
  display: none;
}
.cart .cart-product-block .product-item-name &gt; a {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 3px;
  color: #666;
  font-size: 14px;
}
.cart .cart-product-block .product-item-name &gt; a:hover {
  color: #468aba;
  text-decoration: none;
}
.cart .cart-product-block .product-sku {
  margin: 0 0 20px;
}
.cart .cart-edit {
  margin: 0 27px 0 0;
}
.cart .cart-holder-product-actions a {
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
}
.cart .cart-holder-product-actions a.action-towishlist {
  display: none;
}
.cart .cart-holder-product-actions a:hover {
  color: #000;
}
.cart .cart-holder-product-actions a:before {
  font-size: 37px;
  color: #e4e4e4;
  display: inline-block;
  vertical-align: middle;
  font-family: 'FontAwesome';
  height: 36px;
  line-height: 1;
}
.cart .action-edit:before {
  content: '\f044';
}
.cart .action-delete:before {
  content: '\f014';
}
.cart .cart-holder-product-actions a:hover:before {
  color: #468aba;
}
.cart .cart-holder-product-actions a span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
.cart .cart-qty {
  text-align: center;
}
.cart .cart-qty input {
  color: #696969;
  border-color: #c3c3c3;
  font-weight: bold;
  width: 64px !important;
  padding: 8px 3px;
}
.cart .price {
  font-weight: bold;
  font-size: 14px;
}
.cart-container .form-cart .actions.main .continue,
.cart-container .form-cart .actions.main .clear {
  display: inline-block;
}
.cart .cart-holder-info button.action {
  font-size: 19px;
  padding: 4px 14px 3px;
}
.cart .cart-table-foot button,
.cart .cart-table-foot a {
  border-radius: 3px;
  padding: 4px 18px 3px;
  text-align: center;
  color: #fff;
  font: 19px/1 'Conv_DIN Pro Condensed Medium';
  background: #468aba;
  text-transform: uppercase;
}
.cart .cart-table-foot button:hover,
.cart .cart-table-foot a:hover {
  background: #2f4a68;
}
.cart .cart-table-foot {
  padding: 20px 12px;
}
.cart .cart-table-foot button[name='update_cart_action'] {
  margin: 0 0 0 13px;
}
.cart .cart-table-foot a.continue {
  float: left;
}
.cart-holder-collaterals {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.cart-holder-collaterals .col-collateral .block {
  margin: 0 0 20px;
}
.cart-holder-collaterals &gt; div {
  width: 32%;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
}
.cart-holder-collaterals .title {
  color: #2f4a68;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 10px;
  display: block;
}
.cart-holder-collaterals .title strong,
.cart-holder-collaterals .title {
  font: normal 25px/1 'Conv_DIN Pro Condensed Medium', sans-serif;
}
.cart-holder-collaterals .discount .content,
.cart-holder-collaterals .aw-giftcard .content,
.cart-holder-collaterals #block-summary,
.cart-holder-collaterals .cart-summary {
  background: #fff;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 0 10px;
  padding: 24px 24px 20px;
}
.cart-holder-collaterals .discount .content .coupon .label,
.cart-holder-collaterals .aw-giftcard .content .aw-giftcard .label,
.cart-holder-collaterals .methods dt,
.cart-holder-collaterals .estimate p {
  margin: 0 0 20px;
  display: block;
  font-weight: normal;
  color: #696969;
  padding: 0;
  font-size: 14px;
}
.cart-holder-collaterals .discount .content input.input-text,
.cart-holder-collaterals .aw-giftcard .content input.input-text {
  font-size: 14px;
  padding: 12px 16px 11px;
  border-color: #c3c3c3;
  width: 100%;
  display: block;
  width: 100%;
  height: auto;
}
.cart-holder-collaterals .aw-giftcard .actions-toolbar .primary {
  margin: 0 5px 5px 0;
}
.cart-holder-collaterals .gift-item-block .content {
  padding: 0;
}
.cart-holder-collaterals .gift-item-block .gift-options {
  margin: 0;
}
.cart-holder-collaterals button.action {
  padding: 4px 18px 3px;
}
.cart-holder-collaterals .cart-summary {
  width: 100%;
}
.cart-holder-collaterals .fieldset &gt; .legend + br {
  display: none;
}
.cart-holder-shipping #block-summary .legend {
  display: none;
}
.cart-holder-shipping #block-summary form {
  padding: 15px 0 0;
  border-top: 1px solid #ececec;
  margin: 25px 0 0;
  display: block;
}
.cart-holder-shipping #block-summary form:first-child {
  margin: 0;
  padding: 0;
  border: none;
}
.cart-holder-collaterals fieldset .field label.label {
  font-weight: normal;
  font-size: 13px;
}
.cart-holder-collaterals .cart-summary {
  position: static;
}
.cart-holder-collaterals .cart-totals {
  border: none;
  padding: 0;
}
.cart-holder-collaterals .cart-totals tbody th {
  text-align: right;
  color: #ccc;
  font-size: 17px;
}
.cart-holder-collaterals .cart-totals tbody .amount {
  color: #000;
  font-size: 17px;
  font-weight: bold;
}
.cart-holder-collaterals .cart-totals .grand .mark,
.cart-holder-collaterals .cart-totals tbody .grand .amount {
  padding-top: 20px;
  font-size: 26px;
  border: none;
}
.cart-holder-collaterals .cart-summary .checkout-methods-items {
  margin: 0;
  padding: 0;
}
.cart-holder-collaterals
  .cart-summary
  .checkout-methods-items
  .action.primary.checkout {
  background: #669b26;
  font: normal 23px/1 'Conv_DIN Pro Condensed Medium';
  padding: 10px 5px;
}
.cart-holder-collaterals
  .cart-summary
  .checkout-methods-items
  .action.primary.checkout:hover {
  background: #2f4a68;
}
.cart-container #gift-options-cart {
  order: 1;
}
.cart-container #gift-options-cart .cart-gift-item {
  float: none;
  width: 100%;
  padding: 0;
}
.cart-container #gift-options-cart .cart-gift-item .gift-options {
  margin: 0;
  padding: 0;
}
.cart-gift-item .gift-item-block {
  border: none;
}
.cart-gift-item .gift-options-title {
  font: normal 25px/1 'Conv_DIN Pro Condensed Medium', sans-serif;
  color: #2f4a68;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.cart-gift-item .gift-options-content {
  background: #fff;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 0 20px;
  padding: 24px 24px 20px;
}
.cart-gift-item .gift-options-content input,
.cart-gift-item .gift-options-content textarea {
  font-size: 14px;
  padding: 12px 16px 11px;
  border-color: #c3c3c3;
  width: 100%;
  display: block;
  width: 100%;
  height: auto;
}
.cart-gift-item fieldset .field label.label {
  font-size: 13px;
}
.cart-gift-item button {
  padding: 4px 18px 3px;
}
/* ======= Checkout Page ======= */
.checkout-index-index * {
  box-sizing: border-box;
}
.opc-progress-bar {
  padding: 20px 0;
}
.opc-progress-bar .opc-progress-bar-item._active:before {
  background: #1e5496;
  border-color: #1e5496;
}
.opc-progress-bar .opc-progress-bar-item._active &gt; span:before {
  background: #1e5496;
  border-color: #1e5496;
}
.opc-progress-bar .opc-progress-bar-item._active &gt; span:after {
  border-color: #1e5496;
}
.opc-progress-bar .opc-progress-bar-item &gt; span {
  font-size: 13px;
}
.opc-wrapper .step-title,
.opc-block-summary &gt; .title,
.opc-sidebar .opc-block-shipping-information .shipping-information-title {
  font-size: 20px;
  font-weight: bold;
  color: #636363;
}
.opc-wrapper .opc &gt; li,
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  padding: 15px;
  background: #fff;
  margin: 0 0 15px;
}
.opc-wrapper td input[type='radio'],
.opc-wrapper td input[type='checkbox'] {
  position: static;
  width: auto;
  height: auto;
  opacity: 1;
}
.checkout-container .opc-sidebar {
  margin: 0;
}
.opc-sidebar .modal-header {
  padding: 0;
  border: none;
}
.opc-sidebar .opc-block-summary .items-in-cart &gt; .title strong {
  font-size: 15px;
}
.opc-wrapper .methods-shipping .actions-toolbar .action.primary {
  padding: 10px 15px;
  line-height: 1;
  font-size: 18px;
}
.opc-sidebar .opc-block-shipping-information {
  padding: 0;
}
.opc-sidebar .opc-block-summary .table-totals .grand .mark strong,
.opc-sidebar .opc-block-summary .table-totals .grand .amount {
  font-size: 19px;
  font-weight: bold;
}
.opc-wrapper
  .checkout-payment-method
  .payment-option-content
  .form-discount
  .actions-toolbar
  .primary
  .action {
  border-radius: 0;
  box-shadow: none;
  background: #468aba;
  border: none;
  color: #fff;
}
.opc-wrapper
  .checkout-payment-method
  .payment-option-content
  .form-discount
  .actions-toolbar
  .primary
  .action:hover {
  background: #2f4a68;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #1e5496;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #1e5496;
}
.checkout-index-index
  #opc-shipping_method
  #checkout-shipping-method-load
  .table-checkout-shipping-method {
  width: 100%;
}

.amcheckout-summary-container .step-title.amcheckout-title {
  display: none;
}
h1.onestepcheckout-title,
h3.title-onestepcheckout-col {
  font: 25px/1 'Conv_DIN Pro Condensed Medium';
  color: #2f4a68;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 10px;
}
h1.onestepcheckout-title {
  padding: 20px 0 0;
}
h3.title-onestepcheckout-col {
  margin: 0;
  padding: 15px 0 10px;
  background: #e8e8e8;
}
.holder-newsletter-donation-blocks {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 25px;
}
.holder-newsletter-donation-blocks h4 {
  font: 18px/1 'Conv_DIN Pro Condensed Medium';
  color: #468aba;
  text-transform: uppercase;
  margin: 0 0 7px;
}
.holder-newsletter-donation-blocks &gt; div {
  font: italic 14px/1.3 Arial, sans-serif;
}
.holder-newsletter-donation-blocks div.onestepcheckout-enable-newsletter {
  width: 29%;
  margin: 0;
  background: #eef3f9;
  padding: 16px 24px 10px;
}
.donationbychekout {
  background: #fff;
  width: 69%;
  padding: 16px 16px 10px;
}
.holder-donate-button {
  display: inline-block;
  vertical-align: middle;
}
.donationbychekout .add-donate-button {
  border: none;
  text-transform: uppercase;
  color: #fff;
  font: 18px/1 'Conv_DIN Pro Condensed Medium';
  background: #468aba;
  border-radius: 3px;
  padding: 4px 10px;
}
.holder-donation-option {
  display: flex;
  justify-content: space-between;
}
.donationbychekout ul {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  width: 85%;
}
.donationbychekout ul li {
  margin: 0 6% 0 0;
  font-size: 14px;
  padding: 1px 0;
  vertical-align: middle;
  display: inline-block;
}
.donationbychekout ul li:last-child {
  margin: 0;
}
.donationbychekout li label {
  font-style: normal;
}
.donationbychekout li.valuedonateother-holder label {
  vertical-align: middle;
}
.donationbychekout input[type='text'] {
  width: 85px;
  padding: 5px 7px;
  border: 1px solid #d9dbdc;
  background: #f0f0f0;
  display: inline-block;
  margin: 0 0 0 10px;
  height: auto;
}
.checkout-index-index .checkout-header,
.checkout-block.top-block .opc-block-summary .title,
.checkout-block.top-block .table-totals,
.checkout-block.top-block .additional-options,
.checkout-block.top-block .checkout-payment-method,
.checkout-block.summary-block .opc-block-summary .title,
.checkout-block.summary-block .items-in-cart,
.checkout-block.summary-block .additional-options,
.amcheckout-additional-options.additional-options {
  display: none;
}
.checkout-index-index #checkout.am-checkout,
.checkout-index-index .checkout-block {
  margin: 0;
  padding: 0;
  background: none;
}
.checkout-index-index .checkout-block {
  box-shadow: none;
  transition: none;
}
.checkout-index-index .checkout-block:hover {
  box-shadow: none;
}
.checkout-index-index .opc-block-summary {
  padding: 15px 16px;
  margin: 0 0 20px;
  font-size: 14px;
  background: #fff;
  border-radius: 3px;
}
.checkout-block.top-block .items-in-cart {
  margin: 0;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  padding: 0;
  max-height: 100%;
}
.minicart-items-header {
  display: flex;
  font-weight: bold;
  padding: 18px 0 4px;
  border-bottom: 1px solid #d9dbdc;
  color: #999;
  font-size: 14px;
}
.minicart-items-header .product-image-wrapper-header {
  width: 75px;
}
.minicart-items-header .product-item-details-header {
  width: calc(100% - 90px);
  display: flex;
}
.minicart-items-header &gt; div {
  padding: 0 0 0 20px;
}
.minicart-items-header .product-item-details-header .details-qty-header {
  padding: 0 10px 0 0;
}
.minicart-items-header .product-item-details-header .subtotal-header {
  width: 10%;
  text-align: right;
}
.minicart-items .product-item:not(:first-child) {
  border-color: #d9dbdc;
}
.checkout-index-index .opc-block-summary li .product {
  display: flex;
  padding: 32px 0;
  font-weight: bold;
  line-height: 1;
}
.checkout-index-index .opc-block-summary .minicart-items .delete,
.checkout-index-index
  .opc-block-summary
  .minicart-items
  .product-item-details
  .details-qty
  .label {
  display: none;
}
.checkout-index-index
  .opc-block-summary
  .minicart-items
  .product-image-container {
  float: none;
  margin: 0;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding: 0;
}
.opc-block-summary .product-item .product-item-inner {
  display: flex;
  justify-content: space-between;
}
.checkout-index-index
  .opc-block-summary
  .minicart-items
  .product-item-name-block,
.minicart-items-header
  .product-item-details-header
  .product-item-name-block-header {
  display: flex;
  justify-content: space-between;
  padding: 0;
  width: 90%;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-name {
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.checkout-index-index
  .opc-block-summary
  .minicart-items
  .product-item-details
  .details-qty {
  margin: 0;
}
.checkout-index-index .opc-block-summary .minicart-items input.qty {
  border: none;
  font-weight: bold;
  text-align: right;
  padding: 0;
  color: #696969;
  height: auto;
}
.checkout-index-index
  .opc-block-summary
  .minicart-items
  .product-item-details
  .price {
  font-weight: bold;
  color: #696969;
  font-size: 14px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  justify-content: space-between;
}
.checkout-index-index
  .opc-wrapper.am-opc-wrapper.layout-3-columns
  .checkout-column {
  width: 32%;
  position: relative;
  background: #fff;
  color: #424242;
  font-size: 13px;
  padding: 0;
  border-radius: 3px;
}
.checkout-index-index
  .opc-wrapper.am-opc-wrapper.layout-3-columns
  .checkout-column
  .fieldset {
  font-size: 13px;
}
.checkout-index-index
  .opc-wrapper.am-opc-wrapper.layout-3-columns
  .checkout-column
  .step-title {
  margin: 0;
  padding: 15px 0 10px;
  background: #e8e8e8;
  border: none;
  font: 25px/1 'Conv_DIN Pro Condensed Medium';
  color: #2f4a68;
  font-weight: normal;
  text-transform: uppercase;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
  padding: 15px;
}
.opc-wrapper .form-shipping-address,
.opc-wrapper .fieldset.address {
  margin: 0;
}
.opc-wrapper .form-shipping-address .fieldset,
.opc-wrapper .billing-address-form .fieldset {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}
.opc-wrapper .form-shipping-address .fieldset &gt; .field,
.opc-wrapper .billing-address-form .fieldset &gt; .field {
  margin: 0 0 10px;
}
.opc-wrapper .form-shipping-address .fieldset &gt; .field .control .label,
.opc-wrapper .billing-address-form .fieldset &gt; .field .control .label {
  display: none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  font-weight: 400;
  color: #424242;
  padding: 0 0 2px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper legend.label {
  margin: 0;
}
.opc-wrapper .form-shipping-address input,
.opc-wrapper .form-shipping-address select,
.opc-wrapper .billing-address-form input,
.opc-wrapper .billing-address-form select {
  padding: 6px 7px;
  border: 1px solid #d9dbdc;
  background-color: #f0f0f0;
  height: auto;
}
.checkout-index-index
  .opc-wrapper.am-opc-wrapper
  .checkout-billing-address
  .actions-toolbar
  button {
  padding: 4px 18px 3px;
}
.table-checkout-shipping-method tbody td {
  padding: 10px 0;
}
.checkout-index-index
  .opc-wrapper.am-opc-wrapper
  .checkout-payment-method
  .step-content {
  padding: 0;
}
.checkout-index-index
  .opc-wrapper.am-opc-wrapper
  .checkout-payment-method
  .payment-method,
.checkout-index-index
  .opc-wrapper.am-opc-wrapper
  .checkout-payment-method
  .no-quotes-block,
.checkout-index-index
  .opc-wrapper.am-opc-wrapper
  .checkout-payment-method
  .payment-option {
  padding: 0 15px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0;
}
.checkout-payment-method .fieldset &gt; .legend + br {
  display: none;
}
.checkout-payment-method .step-title + .payment-method {
  padding-top: 20px;
}
.checkout-payment-method
  .payment-method
  + .payment-method
  .payment-method-title {
  border: none;
}
.checkout-payment-method .payment-method-title {
  padding: 15px 0;
}
.checkout-block.summary-block {
  padding: 18px 0 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-align: right;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px;
}
.opc-wrapper .form-aw-giftcard {
  display: flex;
  padding: 30px 0 0;
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  display: none;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: block !important;
}
.opc-wrapper .form-aw-giftcard .payment-option-inner {
  width: calc(100% - 65.34px);
}
.checkout-payment-method .form-discount {
  display: flex;
  justify-content: flex-end;
}
.checkout-payment-method .payment-option-inner input {
  border: 1px solid #c3c3c3;
  border-right: none;
  background: #fff;
  padding: 9px 16px 8px;
  height: auto;
  font-size: 14px;
  line-height: 1;
}
.checkout-payment-method .actions-toolbar .primary .action {
  margin: 0;
  border-radius: 0;
}
.opc-block-summary .table-totals {
  border: none;
}
.checkout-block.summary-block table th {
  text-align: right;
  color: #999;
  font-size: 18px;
}
.checkout-index-index .checkout-block.summary-block .opc-block-summary {
  padding: 0;
  background: none;
  text-align: right;
  order: 1;
}
.checkout-index-index
  .checkout-block.summary-block
  .checkout-payment-method.submit {
  order: 2;
}
.opc-block-summary .table-totals tbody .amount {
  color: #000;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  width: 150px;
  font-size: 18px;
}
.opc-block-summary .table-totals .grand .mark {
  border: none;
  padding: 0;
}
.opc-block-summary .mark .value {
  color: #999;
}
.opc-block-summary .table-totals .grand th strong {
  font-weight: normal;
  font-size: 30px;
}
.opc-block-summary .table-totals .grand .amount {
  font-size: 30px;
  border: none;
  font-weight: bold;
}
.checkout-payment-method .payment-methods .actions-toolbar button.primary {
  background: #669b26;
  font-size: 23px;
  padding: 10px 48px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.checkout-payment-method
  .payment-methods
  .actions-toolbar
  button.primary:hover {
  background: #15669d;
}
.popup-block {
  background: #f9f9f9;
  padding: 40px 20px 30px;
  border-radius: 20px;
  width: 1000px;
  position: fixed;
  top: 10%;
  left: 0;
  right: 0;
  max-height: 80%;
  overflow: auto;
  margin: 0 auto;
  max-width: 90%;
  z-index: 900;
}
.holder-popup-columns {
  display: flex;
  justify-content: space-between;
}
.holder-popup-columns .popup-column {
  width: 33.3%;
  padding: 10px 2% 10px 6%;
  border-left: 1px solid #cecece;
}
.holder-popup-columns .popup-column:first-child {
  border-left: none;
}
.holder-popup-columns .popup-column h4 {
  font: 22px/1 'Conv_DIN Pro Condensed Medium';
  color: #2f4a68;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.popup-block .title-popup {
  font: 22px/1 'Conv_DIN Pro Condensed Medium';
  color: #669b26;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 30px;
  padding: 0 0 0 6%;
}
.holder-popup-columns .popup-column .total-info-success {
  margin: 20px 0 0;
}
.holder-popup-columns .popup-column p {
  margin: 0;
}
.holder-popup-columns .popup-column h5 {
  margin: 0 0 5px;
}
.popup-block .onestepcheckout-place-order-wrapper {
  text-align: center;
  margin: 30px 0 0;
}
.popup-block .onestepcheckout-place-order-wrapper .onestepcheckout-button {
  background: #e8e8e8;
  border-radius: 0;
  font: normal 20px/1 'Conv_DIN Pro Condensed Medium';
  text-transform: uppercase;
  box-shadow: none;
  border: none;
  padding: 10px 48px;
  border-radius: 2px;
  margin: 0 10px 8px;
  color: #4b4b4b;
  text-shadow: none;
}
.popup-block
  .onestepcheckout-place-order-wrapper
  .onestepcheckout-button.onestepcheckout-place-order {
  background: #669b26;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.popup-block .popup-message {
  color: #9c9c9c;
  text-align: center;
}
.popup-block .close_pop {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  font-size: 0;
}
.popup-block .close_pop #close:before {
  content: '\f057';
  color: #bab9b9;
  font-family: 'FontAwesome';
  font-size: 30px;
  line-height: 1;
}
.popup-block .close_pop:hover #close:before {
  color: #ccc;
}
#onestepcheckout_popup_overlay {
  z-index: 100;
  background-color: black;
  opacity: 0.3;
  filter: alpha(opacity = 30);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  cursor: pointer;
}

/* ======= Account Page ======= */
.page-main .sidebar .block {
  margin: 0 0 20px;
}
.account .main .page-title-wrapper {
  padding: 0 0 20px;
}
.account .column.main {
  padding: 20px;
  margin: 0 0 30px;
  background: #fff;
}
.account .column.main .block:not(.widget) .block-title,
.account .legend {
  border-color: #d3d3d3;
  margin-bottom: 13px;
}
.account .column.main .block:not(.widget) .block-title {
  margin: 0 0 13px;
}
.account .column.main .block:not(.widget) .block-title &gt; strong {
  text-transform: uppercase;
  color: #468aba;
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 12px;
}
.account .column.main .block:not(.widget) .box-title,
.account .column.main .block:not(.widget) .box-title &gt; span,
.account .legend &gt; span {
  font-size: 14px;
}
.account .column.main .block:not(.widget) .box-title &gt; span,
.account .legend &gt; span {
  font-weight: bold;
}
.account .box-information .box-content,
.account .box-billing-address .box-content,
.account .box-shipping-address .box-content {
  font-size: 12px;
  line-height: 1.4;
}
.account .column.main .block:not(.widget) .block-title &gt; .action {
  float: right;
}
.account .sidebar-additional {
  margin: 0;
}
/* ========= Donation Page ==== */
.donation-page-holder {
  display: flex;
}
.donation-page-holder .donation-content-holder {
  width: 55%;
  box-sizing: border-box;
  /*order: 1;*/
}
.donation-page-holder .donation-content {
  padding: 20px;
  background: #fff;
}
.donation-page-holder .donation-image-holder {
  margin: 0 0 20px;
}
.donation-page-holder .donation-image-holder img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}
.donation-table-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px;
  color: #000;
flex-wrap: wrap;
    border-bottom: 1px solid #e8e8e8;
}

.donation-table-row .donation-table-row-actions {
    display: flex;
    order: 4;
    margin-bottom: 15px;
}
.donation-table-row .donation-table-row-name {
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    line-height: 1.2;
    margin-bottom: 5px;
    display: flex;
    order: 1;
}
.donation-table-row .donation-table-row-form {
  width: 100%;
  display: flex;
    justify-content: flex-start;
    order: 3;
    margin: 10px 0;
}
.donation-table-row .donation-table-row-short-description {
    width: 100%;
    order: 2;
    display: flex;
}
.donation-table-row .donation-form-item {
  display: inline-block;
  margin-right: 10px;
}
.donation-table-row .donation-form-item input[type='text'],
.donation-table-row .donation-form-item input[type='number'] {
  border-color: #cccccc;
  width: 60px;
  padding: 0;
  height: auto;
}
.donation-page-holder #checkout-iframe-container {
    width: 45%;
    padding: 20px;
    margin: 0 0 0 2%;
    background: #fff;
    box-sizing: border-box;
}

/*.donation-page-holder .sidebar {*/
/*  width: 25%;*/
/*  padding: 0 2% 0 0;*/
/*  box-sizing: border-box;*/
/*}*/
/* ========= Contact Page ===== */
.contact-page-holder {
  width: 73%;
  padding: 20px 0 0;
}
.contact-subtitle {
  border-bottom: 2px solid #3a3a3a;
  font-size: 15px;
  color: #383737;
  font-weight: bold;
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 7px;
}
.contact .fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.contact .fieldset .field {
  margin: 0 0 10px;
  width: 30%;
}
.contact .fieldset .field.comment {
  width: 100%;
}
.contact .fieldset .field.comment textarea {
  height: 10em;
  resize: none;
}
.contact .actions-toolbar p.required {
  color: #468aba;
  font-size: 12px;
  margin: 0 0 0px;
  display: inline-block;
  padding: 5px 0 0;
}
/* ========== Footer ========== */
.page-wrapper .page-footer {
  padding: 0;
  background: none;
}
.footer-container {
  padding: 34px 0 0;
  background: #383737;
  margin: 25px 0 0;
}
.footer-cols-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
}
.footer-col {
  margin-right: 1.6%;
  width: 19.5%;
}
.footer-col:nth-child(3),
.footer-col:nth-child(4) {
  color: #ccc;
}
.footer-col:nth-child(4) {
  margin: 0 0 0 4.25%;
}
.footer h4,
.footer h3 {
  font: normal 18px/1 'Open Sans', Arial;
  color: #fff;
  position: relative;
  margin: 0 0 17px;
  text-transform: uppercase;
}
.footer ul li {
  display: block;
  padding: 0 0 5px 0;
  font-size: 11px;
  text-transform: uppercase;
}
.footer ul li a {
  display: inline-block;
  color: #9c9b9b;
  font-size: 13px;
  text-decoration: none;
}
.footer ul li a:hover {
  color: #96ca4b;
}
.bottom-container {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#454d54', endColorstr='#3c434a'); /* IE6-9 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#454d54),
    to(#3c434a)
  );
  background: -moz-linear-gradient(top, #454d54, #3c434a); /* firefox 3.6+ */
  background: -o-linear-gradient(top, #454d54, #3c434a); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #454d54, #3c434a); /* IE10+ */
}
.bottom-container .footer.content {
  padding-top: 0;
}
.bottom-container .bottom-block {
  padding: 17px 0 20px;
}
.bottom-container .bottom-block address {
  font-size: 11px;
  text-transform: uppercase;
  color: #7c8e9d;
  margin: 0;
}
#back-top {
  position: fixed;
  bottom: 40px;
  z-index: 99;
  right: 3%;
  display: block;
  width: 41px;
  height: 41px;
}
#back-top span {
  line-height: 36px;
  text-align: center;
  display: block;
  width: 100%;
  background: #333;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}
#back-top span:before {
  content: '\f106';
  font-family: 'FontAwesome';
  font-size: 26px;
  color: #fff;
}
#back-top a:hover {
  text-decoration: none;
}
#back-top a:hover span {
  background-color: #468aba;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: '';
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.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: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: '';
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  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;
  border-right-color: #ffffff;
  border-left-width: 0;
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: '';
}

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails &gt; li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail &gt; img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media &gt; .pull-left {
  margin-right: 10px;
}

.media &gt; .pull-right {
  margin-left: 10px;
}

.media-list {
  margin-left: 0;
  list-style: none;
}

.label:empty,
.badge:empty {
  display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f5f5f5),
    to(#f9f9f9)
  );
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#149bdf),
    to(#0480be)
  );
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -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;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ee5f5b),
    to(#c43c35)
  );
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -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-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#62c462),
    to(#57a957)
  );
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -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-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#5bc0de),
    to(#339bb9)
  );
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -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-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fbb450),
    to(#f89406)
  );
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(255, 255, 255, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, rgba(255, 255, 255, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -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
  );
}

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner &gt; .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  display: block;
  line-height: 1;
}

.carousel-inner &gt; .active,
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  display: block;
}

.carousel-inner &gt; .active {
  left: 0;
}

.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner &gt; .next {
  left: 100%;
}

.carousel-inner &gt; .prev {
  left: -100%;
}

.carousel-inner &gt; .next.left,
.carousel-inner &gt; .prev.right {
  left: 0;
}

.carousel-inner &gt; .active.left {
  left: -100%;
}

.carousel-inner &gt; .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

.hero-unit li {
  line-height: 30px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: 0.3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffffff),
    to(#e6e6e6)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}

/* Modal Popup */
.modal-popup .modal-inner-wrap {
  background: #f9f9f9;
  padding: 40px 20px 30px;
  border-radius: 20px;
}
.modal-popup .modal-inner-wrap .modal-header {
  padding: 0;
  border: none;
}
.modal-popup .modal-inner-wrap .modal-header h1 {
  border: none;
  font: 26px/1 'Conv_DIN Pro Condensed Medium';
  text-align: center;
}
.modal-popup .modal-inner-wrap .modal-content {
  font-size: 15px;
}
.modal-popup .modal-inner-wrap .modal-footer {
  background: none;
  padding: 15px 0 0;
  border: none;
  box-shadow: none;
}
.modal-popup .modal-inner-wrap .modal-footer button {
  border-radius: 3px;
  display: inline-block;
  padding: 6px 5px;
  color: #fff;
  font: 19px/1 'Conv_DIN Pro Condensed Medium';
  background: #669b26;
  border: none;
  min-width: 100px;
  text-transform: uppercase;
}

.checkout-index-index .page-header {
  background: #1e5496;
}

.social-links-bottom {
    display: flex;
}
.social-links-bottom a {
    display: inline-block;
    margin-right: 10px;
    background: #fff;
    width: 32px;
    height: 32px;
}
.social-links-bottom a img{
    width: 32px;
    height: 32px;
}


.page-header .header-nav ul&gt;li.nav-item:last-child a{
  background: #ef9d1c;
  border: 0;
  position: absolute;
  top: -5px;
  right: 0;
  transition: .3s;
  height: 50px;
  width: 120px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
}
.page-header .header-nav ul&gt;li.nav-item:last-child a:hover{
  background: #a47c3e;
}

@media (max-width: 979px) {

  .page-header .header-nav ul&gt;li.nav-item:last-child{
    position: static;
    padding: 20px 0;
  }
  .page-header .header-nav ul&gt;li.nav-item:last-child a{
    position: static;
    height: 45px;
    width: 100%;
  }

}
</pre></body></html>