@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700.less');
@import url('https://fonts.googleapis.com/css?family=Zilla+Slab:300i,400,500,600,700.less');
.color-theme {
  color: #428bca;
}
* {
  padding: 0;
}
a:focus,
a:active,
select:focus,
select:active,
input:focus,
input:active,
textarea:focus,
textarea:active,
button:focus,
button:active {
  outline: none !important;
}
a,
button {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
html,
body {
  overflow-x: hidden;
}
body.boxed > .page-wrapper {
  background: #f2f2f2 none repeat scroll 0 0;
  margin: 30px auto;
  overflow-x: hidden;
  position: relative;
  width: 1200px;
}
@media (max-width: 767px) {
  body.boxed > .page-wrapper {
    width: calc(100% - 30px) !important;
    margin: 15px auto !important;
  }
}
@media (min-width: 992px) and (max-width: 1259px) {
  body.boxed:not(.fullwidth) > .page-wrapper {
    width: 960px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.boxed:not(.fullwidth) > .page-wrapper {
    width: 700px !important;
  }
}
@media (min-width: 1200px) {
  body.boxed.width1024 > .page-wrapper {
    width: 1024px;
  }
}
@media (min-width: 1426px) {
  body.boxed.width1366 > .page-wrapper {
    width: 1366px;
  }
}
body.boxed.fullwidth > .page-wrapper {
  width: calc(100% - 60px);
  margin: 30px;
}
body.boxed .container {
  width: 100%;
}
body.wide.fullwidth .container {
  width: 100%;
}
@media (min-width: 1370px) {
  body.wide.width1366 .container {
    width: 1366px;
  }
}
@media (min-width: 1200px) {
  body.wide.width1024 .container {
    width: 1024px;
  }
}
ul,
ol {
  list-style: none;
  margin: 0;
}
.std ul {
  list-style-type: square;
  padding-left: 15px;
}
table > caption {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
select {
  -moz-appearance: none;
  background: url("../images/select-bg.svg") no-repeat scroll 100% 45%;
  border: 1px solid #ccc;
  height: 32px;
  padding-right: 25px;
  text-indent: 0.01em;
  width: 100%;
  text-overflow: "";
}
dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
.padding5 {
  padding: 5px;
}
.padding10 {
  padding: 10px;
}
.padding15 {
  padding: 15px;
}
.padding20 {
  padding: 20px;
}
.padding25 {
  padding: 25px;
}
.padding30 {
  padding: 30px;
}
.padding35 {
  padding: 35px;
}
.padding40 {
  padding: 40px;
}
.padding45 {
  padding: 45px;
}
.padding50 {
  padding: 50px;
}
.padding55 {
  padding: 55px;
}
.padding60 {
  padding: 60px;
}
.padding65 {
  padding: 65px;
}
.padding70 {
  padding: 70px;
}
.padding-top5 {
  padding-top: 5px;
}
.padding-top10 {
  padding-top: 10px;
}
.padding-top15 {
  padding-top: 15px;
}
.padding-top20 {
  padding-top: 20px;
}
.padding-top25 {
  padding-top: 25px;
}
.padding-top30 {
  padding-top: 30px;
}
.padding-top35 {
  padding-top: 35px;
}
.padding-top40 {
  padding-top: 40px;
}
.padding-top45 {
  padding-top: 45px;
}
.padding-top50 {
  padding-top: 50px;
}
.padding-top55 {
  padding-top: 55px;
}
.padding-top60 {
  padding-top: 60px;
}
.padding-top65 {
  padding-top: 65px;
}
.padding-top70 {
  padding-top: 70px;
}
.padding-right5 {
  padding-right: 5px;
}
.padding-right10 {
  padding-right: 10px;
}
.padding-right15 {
  padding-right: 15px;
}
.padding-right20 {
  padding-right: 20px;
}
.padding-right25 {
  padding-right: 25px;
}
.padding-right30 {
  padding-right: 30px;
}
.padding-right35 {
  padding-right: 35px;
}
.padding-right40 {
  padding-right: 40px;
}
.padding-right45 {
  padding-right: 45px;
}
.padding-right50 {
  padding-right: 50px;
}
.padding-right55 {
  padding-right: 55px;
}
.padding-right60 {
  padding-right: 60px;
}
.padding-right65 {
  padding-right: 65px;
}
.padding-right70 {
  padding-right: 70px;
}
.padding-left5 {
  padding-left: 5px;
}
.padding-left10 {
  padding-left: 10px;
}
.padding-left15 {
  padding-left: 15px;
}
.padding-left20 {
  padding-left: 20px;
}
.padding-left25 {
  padding-left: 25px;
}
.padding-left30 {
  padding-left: 30px;
}
.padding-left35 {
  padding-left: 35px;
}
.padding-left40 {
  padding-left: 40px;
}
.padding-left45 {
  padding-left: 45px;
}
.padding-left50 {
  padding-left: 50px;
}
.padding-left55 {
  padding-left: 55px;
}
.padding-left60 {
  padding-left: 60px;
}
.padding-left65 {
  padding-left: 65px;
}
.padding-left70 {
  padding-left: 70px;
}
.padding-bottom5 {
  padding-bottom: 5px;
}
.padding-bottom10 {
  padding-bottom: 10px;
}
.padding-bottom15 {
  padding-bottom: 15px;
}
.padding-bottom20 {
  padding-bottom: 20px;
}
.padding-bottom25 {
  padding-bottom: 25px;
}
.padding-bottom30 {
  padding-bottom: 30px;
}
.padding-bottom35 {
  padding-bottom: 35px;
}
.padding-bottom40 {
  padding-bottom: 40px;
}
.padding-bottom45 {
  padding-bottom: 45px;
}
.padding-bottom50 {
  padding-bottom: 50px;
}
.padding-bottom55 {
  padding-bottom: 55px;
}
.padding-bottom60 {
  padding-bottom: 60px;
}
.padding-bottom65 {
  padding-bottom: 65px;
}
.padding-bottom70 {
  padding-bottom: 70px;
}
.margin5 {
  margin: 5px;
}
.margin10 {
  margin: 10px;
}
.margin15 {
  margin: 15px;
}
.margin20 {
  margin: 20px;
}
.margin25 {
  margin: 25px;
}
.margin30 {
  margin: 30px;
}
.margin35 {
  margin: 35px;
}
.margin40 {
  margin: 40px;
}
.margin45 {
  margin: 45px;
}
.margin50 {
  margin: 50px;
}
.margin55 {
  margin: 55px;
}
.margin60 {
  margin: 60px;
}
.margin65 {
  margin: 65px;
}
.margin70 {
  margin: 70px;
}
.margin-top5 {
  margin-top: 5px;
}
.margin-top10 {
  margin-top: 10px;
}
.margin-top15 {
  margin-top: 15px;
}
.margin-top20 {
  margin-top: 20px;
}
.margin-top25 {
  margin-top: 25px;
}
.margin-top30 {
  margin-top: 30px;
}
.margin-top35 {
  margin-top: 35px;
}
.margin-top40 {
  margin-top: 40px;
}
.margin-top45 {
  margin-top: 45px;
}
.margin-top50 {
  margin-top: 50px;
}
.margin-top55 {
  margin-top: 55px;
}
.margin-top60 {
  margin-top: 60px;
}
.margin-top65 {
  margin-top: 65px;
}
.margin-top70 {
  margin-top: 70px;
}
.margin-right5 {
  margin-right: 5px;
}
.margin-right10 {
  margin-right: 10px;
}
.margin-right15 {
  margin-right: 15px;
}
.margin-right20 {
  margin-right: 20px;
}
.margin-right25 {
  margin-right: 25px;
}
.margin-right30 {
  margin-right: 30px;
}
.margin-right35 {
  margin-right: 35px;
}
.margin-right40 {
  margin-right: 40px;
}
.margin-right45 {
  margin-right: 45px;
}
.margin-right50 {
  margin-right: 50px;
}
.margin-right55 {
  margin-right: 55px;
}
.margin-right60 {
  margin-right: 60px;
}
.margin-right65 {
  margin-right: 65px;
}
.margin-right70 {
  margin-right: 70px;
}
.margin-left5 {
  margin-left: 5px;
}
.margin-left10 {
  margin-left: 10px;
}
.margin-left15 {
  margin-left: 15px;
}
.margin-left20 {
  margin-left: 20px;
}
.margin-left25 {
  margin-left: 25px;
}
.margin-left30 {
  margin-left: 30px;
}
.margin-left35 {
  margin-left: 35px;
}
.margin-left40 {
  margin-left: 40px;
}
.margin-left45 {
  margin-left: 45px;
}
.margin-left50 {
  margin-left: 50px;
}
.margin-left55 {
  margin-left: 55px;
}
.margin-left60 {
  margin-left: 60px;
}
.margin-left65 {
  margin-left: 65px;
}
.margin-left70 {
  margin-left: 70px;
}
.margin-bottom5 {
  margin-bottom: 5px;
}
.margin-bottom10 {
  margin-bottom: 10px;
}
.margin-bottom15 {
  margin-bottom: 15px;
}
.margin-bottom20 {
  margin-bottom: 20px;
}
.margin-bottom25 {
  margin-bottom: 25px;
}
.margin-bottom30 {
  margin-bottom: 30px;
}
.margin-bottom35 {
  margin-bottom: 35px;
}
.margin-bottom40 {
  margin-bottom: 40px;
}
.margin-bottom45 {
  margin-bottom: 45px;
}
.margin-bottom50 {
  margin-bottom: 50px;
}
.margin-bottom55 {
  margin-bottom: 55px;
}
.margin-bottom60 {
  margin-bottom: 60px;
}
.margin-bottom65 {
  margin-bottom: 65px;
}
.margin-bottom70 {
  margin-bottom: 70px;
}
body {
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
  background: #fff;
  cursor: auto;
  margin: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
body.cms-index-index footer.footer {
  margin-top: 0;
}
body.active_mgs_builder.ajax-loading:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/loader-2.gif');
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.catalog-category-view.ajax-loading::after {
  content: none;
}
.action-secondary,
.action-primary {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.action-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.action-primary:hover {
  color: #fff;
  background-color: #222;
  border-color: #222;
}
.action-secondary {
  color: #fff;
  background-color: #222;
  border-color: #222;
}
.action-secondary:hover {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.products.list.product-items .ajax-loading {
  clear: left;
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}
.label {
  font-size: 1.4rem;
  color: #333;
  padding: 0;
  margin: 0;
}
.input-text {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #ffffff none repeat scroll 0 0 padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  box-sizing: border-box;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-top: 0;
}
textarea {
  width: 100%;
  min-height: 120px;
}
.no-display {
  display: none;
}
.scroll-to-top {
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 25px;
  font-size: 20px;
  text-align: center;
  line-height: 48px;
  color: #c2c2c2;
  background-color: transparent;
}
.scroll-to-top:hover,
.scroll-to-top:focus {
  background-color: #428bca;
  border-color: #428bca;
  color: #fff;
}
.search-autocomplete {
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 100%;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #fff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
  background: #1979c3 none repeat scroll 0 0;
  border: 1px solid #1979c3;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 600;
  padding: 14px 17px;
  border-radius: 5px;
  vertical-align: middle;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  position: relative;
  float: right;
  vertical-align: top;
  margin: 40px 0 0 20px;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart > .text {
  display: none;
}
.minicart-wrapper .action.showcart > .counter.qty .counter-label {
  display: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  font-size: 35px;
  line-height: 35px;
  color: #fe4e13;
  content: '\f07a';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #333;
}
.minicart-wrapper .action.showcart:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  color: #333;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 5px 0 0;
  list-style: none none;
  background: #fff;
  border: 1px solid #c2c2c2;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  width: 390px;
  padding: 25px 20px;
  right: 0;
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
  left: auto;
  top: -12px;
  right: 3px;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
  left: auto;
  top: -14px;
  right: 2px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
  position: absolute;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\f00d';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #fff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 24px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #ccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
  max-height: 300px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #ccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  width: 4.5rem;
  text-align: left;
  font-weight: 400;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
  display: block;
}
.minicart-items .product-item-name a {
  color: #1979c3;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 40px 5px 0;
}
.minicart-items .product .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e622';
  font-family: 'luma-icons';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
  background: #eee none repeat scroll 0 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  display: inline-block;
  box-shadow: 0 1px 0 0 #ffffff inset, 0 -1px 0 0 rgba(204, 204, 204, 0.3) inset;
  border-radius: 3px;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
}
.minicart-items .update-cart-item:hover {
  background: #e1e1e1 none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #333;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\f044';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #333;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #8f8f8f;
}
.minicart-items .action.delete:before {
  content: '\f1f8';
}
fieldset[disabled] .minicart-wrapper .action.close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}
.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header .action.nav-toggle {
  float: right;
  vertical-align: top;
  font-size: 30px;
  background: none;
  border: none;
  box-shadow: none;
  margin: 11px 0 0 20px;
  color: #7E807E;
}
.header .top-header-content {
  border-bottom: none;
  background-color: white;
  color: #fff;
}
.header .top-header-content .top-links {
  float: right;
  vertical-align: top;
  margin-left: 5px;
}
.header .top-header-content .top-links li {
  padding: 0;
}
.header .top-header-content .top-links li a:not(.no-display) {
  display: block;
  padding: 9px 5px 11px;
  color: #fff;
}
.header .top-header-content .top-links li:last-child a {
  padding-right: 0;
}
.header .top-header-content .welcome {
  float: right;
  vertical-align: top;
  padding: 9px 0 11px;
}
.header .top-header-content .dropdown-switcher {
  float: left;
}
.header .top-header-content .dropdown-switcher + .dropdown-switcher {
  margin-left: 10px;
}
.header .top-header-content .dropdown-switcher .switcher-active a {
  color: #428bca;
}
.header .top-header-content .switcher-toggle {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 9px 0 0px;
  text-transform: uppercase;
}
.header .top-header-content .switcher-toggle .fa {
  margin-left: 4px;
}
.header .middle-header-content {
  padding: 0px;
}
.header .search-form {
  float: right;
  width: 310px;
  position: relative;
  margin-top: 35px;
}
.header .search-form .input-text.form-control {
  margin: 0;
  padding-right: 35px;
  background-color: #fff;
  border: none;
  border-radius: 1px;
  box-sizing: border-box;
  font-size: 13px;
  height: 40px;
  vertical-align: baseline;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid black;
  box-shadow: none;
  color: black;
  font-family: 'Open Sans';
}
.header .search-form .input-text.form-control::-webkit-input-placeholder {
  color: black;
  font-family: 'Open Sans';
  font-size: 13px;
}
.header .search-form .button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  box-sizing: content-box;
  display: inline-block;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  text-decoration: none;
  text-shadow: none;
  top: 0;
  z-index: 1;
}
.header .search-form .button.disabled,
.header .search-form .button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.header .search-form.select-search {
  width: 450px;
}
.header .search-form.select-search .form-search:after {
  content: "";
  clear: both;
  display: table;
}
.header .search-form.select-search .form-search .search-select {
  float: left;
  vertical-align: top;
  width: 200px;
}
.header .search-form.select-search .form-search .search-select .search-toggle {
  background: none;
  border: 1px solid #c2c2c2;
  width: 100%;
  height: 40px;
  box-shadow: none;
  border-right: none;
  text-align: left;
  padding: 0 12px;
  border-radius: 5px 0px 0px 5px;
}
.header .search-form.select-search .form-search .search-select ul.dropdown-menu {
  border-top: medium none;
  margin: 0;
  max-height: 400px;
  min-width: 100%;
  overflow-y: auto;
}
.header .search-form.select-search .form-search .input-text.form-control {
  width: 250px;
  float: left;
  box-shadow: none;
  vertical-align: top;
  border-radius: 0px 5px 5px 0;
}
footer.footer {
  margin-top: 0px;
}
.footer-container .middle-footer {
  padding: 60px 0px 0px 0px;
  background-color: white;
}
.footer-container .middle-footer .logo-footer {
  max-height: 50px;
}
.footer-container .middle-footer h4 {
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}
.footer-container .middle-footer ul li {
  padding: 5px 0;
}
.footer-container .bottom-footer {
  background: none;
  text-align: center;
  background-color: transparent;
  color: #4a4a4a;
  padding: 10px 0;
  font-size: 10px;
}
.footer-container .bottom-footer address {
  margin: 0;
}
.owl-carousel .owl-dots {
  display: table;
  margin: 20px auto 0;
}
.owl-carousel .owl-dots.disabled {
  margin: 0 !important;
  display: none;
}
.owl-carousel .owl-dots .owl-dot {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
.owl-carousel .owl-dots .owl-dot span {
  background-color: transparent;
  border: 2px solid #444;
  height: 12px;
  margin: 0 7px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  width: 12px;
  border-radius: 10px;
  cursor: pointer;
  display: block;
}
.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #357ebd;
  border-color: #357ebd;
}
.owl-carousel .owl-nav {
  text-align: center;
}
.owl-carousel .owl-nav > div {
  height: 40px;
  width: 40px;
  background-color: transparent;
  border: 2px solid #e0e0e0;
  color: #e0e0e0;
  border-radius: 5px;
  line-height: 34px;
  font-size: 16px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  vertical-align: top;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
.owl-carousel .owl-nav > div:not(.disabled):hover {
  background-color: #357ebd;
  border-color: #357ebd;
}
.owl-carousel .owl-nav > div.disabled {
  opacity: 0.45 !important;
  cursor: auto;
  pointer-events: none;
}
.owl-carousel .owl-nav.disabled {
  display: none;
}
@media (max-width: 991px) {
  .slider_mgs_carousel.owl-carousel .owl-nav {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}
.slider_mgs_carousel.owl-carousel .owl-nav > div {
  position: absolute;
  top: 50%;
  margin: -20px 0 0;
  border-color: #fff;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}
.slider_mgs_carousel.owl-carousel .owl-nav > div:not(.disabled):hover {
  background-color: #fff;
  border-color: #fff;
  color: #333;
}
.slider_mgs_carousel.owl-carousel .owl-nav > div.owl-prev {
  left: 30px;
  right: auto;
}
.slider_mgs_carousel.owl-carousel .owl-nav > div.owl-next {
  right: 30px;
  left: auto;
}
.slider_mgs_carousel.owl-carousel .owl-dots {
  bottom: 20px;
  position: absolute;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.slider_mgs_carousel.owl-carousel .owl-dots span {
  border-color: #fff;
}
.slider_mgs_carousel.owl-carousel .owl-dots .owl-dot span:hover {
  border-color: #fff;
  background-color: #fff;
}
.slider_mgs_carousel.owl-carousel:hover .owl-nav > div {
  opacity: 1;
  visibility: visible;
}
.content-heading {
  position: relative;
  margin: 10px 0 25px;
  text-align: center;
}
.content-heading.text-left {
  text-align: left;
}
.content-heading .block-note {
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
  margin: 0;
}
.content-heading .title {
  margin: 0 0 5px;
  font-weight: 300;
  font-size: 3.8rem;
  position: relative;
  z-index: 1;
}
.content-heading h3.title {
  font-size: 2.8rem;
}
.price-box .price {
  font-size: 20px;
  color: #357ebd;
}
.price-box span {
  line-height: 1;
}
.price-box .price-label {
  display: none;
}
.price-box .old-price {
  float: left;
  margin-right: 10px;
  margin-top: 1px;
  vertical-align: top;
}
.price-box .old-price .price {
  color: #c2c2c2;
  text-decoration: line-through;
  font-size: 18px;
}
.price-box .price-from,
.price-box .price-to {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.price-box .price-from:after {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
  font-family: "FontAwesome";
  content: "\f061";
  font-size: inherit;
}
.product-label {
  background-color: #428bca;
  color: #fff;
  padding: 5px;
  min-width: 50px;
  text-align: center;
  border-radius: 4px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.product-label.sale-label {
  right: 15px;
  left: auto;
  background-color: #ff5501;
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'FontAwesome';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\f006' '\f006' '\f006' '\f006' '\f006';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'FontAwesome';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .label {
  display: inline-block;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
}
.product-tab .nav-tabs {
  text-align: center;
  margin-bottom: 40px;
}
.product-tab .nav-tabs > li {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.products-grid .product-item-info {
  margin-bottom: 30px;
}
.products-grid .product-item-info .product-top {
  position: relative;
}
.products-grid .product-item-info .product-top ul.actions-link {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
}
.products-grid .product-item-info .product-top ul.actions-link li {
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.products-grid .product-item-info .product-top ul.actions-link li + li {
  padding-top: 10px;
}
.products-grid .product-item-info .product-top ul.actions-link li .action {
  background: #fff;
  border-radius: 0.5em;
  position: relative;
  color: #c2c2c2;
  height: 40px;
  width: 40px;
  line-height: 28px;
  border: 1px solid #c2c2c2;
}
.products-grid .product-item-info .product-top ul.actions-link li .action:hover,
.products-grid .product-item-info .product-top ul.actions-link li .action:focus {
  border-color: #357ebd;
  color: #fff;
  background-color: #357ebd;
}
@media (min-width: 992px) {
  .products-grid .product-item-info .product-top ul.actions-link li .action:before {
    content: attr(data-title);
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    height: 40px;
    line-height: 38px;
    margin: 0 15px 0 0;
    padding: 0 1em;
    background: rgba(23, 35, 34, 0.75) none repeat scroll 0 0;
    position: absolute;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    left: -8px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    top: -1px;
    display: none;
  }
  .products-grid .product-item-info .product-top ul.actions-link li .action:after {
    border-bottom: .5em solid transparent;
    border-left: 0.5em solid rgba(23, 35, 34, 0.75);
    border-top: .5em solid transparent;
    content: "";
    margin-top: -0.5em;
    position: absolute;
    right: -0.5em;
    left: -8px;
    top: 20px;
    display: none;
  }
  .products-grid .product-item-info .product-top ul.actions-link li .action:hover:before,
  .products-grid .product-item-info .product-top ul.actions-link li .action:hover:after {
    display: block;
  }
}
.products-grid .product-item-info .product-item-details {
  padding-top: 15px;
}
.products-grid .product-item-info .product-item-details .categories-link {
  margin: 0 0 8px;
  font-style: italic;
}
.products-grid .product-item-info .product-item-details .product.description {
  margin: 0 0 15px;
}
.products-grid .product-item-info .product-item-details .product-item-name {
  margin: 0 0 10px;
}
.products-grid .product-item-info .product-item-details .product-item-name a {
  color: #333;
  font-weight: 600;
}
.products-grid .product-item-info .product-item-details .product-item-name a:hover {
  color: #357ebd;
}
.products-grid .product-item-info .product-item-details .price-box,
.products-grid .product-item-info .product-item-details .product-reviews-summary {
  margin-bottom: 10px;
}
.products-grid .product-item-info:hover .product-top ul.actions-link {
  display: block;
}
.products-grid .product-item-info:hover .product-top .product-label {
  display: none;
}
.products-grid .owl-carousel .owl-nav > div {
  position: absolute;
  top: 50%;
  left: 15px;
  margin: -20px 0 0;
  display: none;
}
.products-grid .owl-carousel:hover .owl-nav > div {
  display: block;
}
.products-grid .owl-carousel:hover .owl-nav > div.owl-next {
  right: 15px;
  left: auto;
}
.products-grid .owl-carousel .product-item-info {
  margin: 0;
}
.products-grid .owl-carousel .owl-item {
  padding: 0 15px;
}
.list-products .product-item-info {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.list-products .product-item-info .product-left,
.list-products .product-item-info .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.list-products .product-item-info .product-item-details {
  padding-left: 20px;
}
.list-products .product-item-info .product-item-details .product-item-name,
.list-products .product-item-info .product-item-details .product-reviews-summary,
.list-products .product-item-info .product-item-details .price-box {
  margin: 0 0 10px;
}
.list-products .product-item-info .product-item-details .product-item-name a {
  color: #333;
  font-weight: 600;
}
.list-products .product-item-info .product-left {
  width: 120px;
}
.list-products .product-item-info .product-left .product-left-content {
  position: relative;
}
.list-products .product-item-info .product-left .product-label {
  top: 10px;
  left: auto;
  right: 10px;
}
.list-products .product-item-info .product-left .product-label.sale-label {
  z-index: 1;
}
.list-products .product-item-info .action.mgs-quickview {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #c2c2c2;
  border-radius: 0.5em;
  color: #c2c2c2;
  height: 40px;
  position: absolute;
  width: 40px;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  display: none;
}
.list-products .product-item-info .action.mgs-quickview:hover {
  background-color: #428bca;
  border-color: #357ebd;
  color: #fff;
}
.list-products .product-item-info:hover .action.mgs-quickview {
  display: block;
}
.list-products .product-item-info:hover .product-label {
  display: none;
}
.list-products .owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -55px;
}
.list-products .owl-carousel .owl-nav > div {
  width: 30px;
  height: 30px;
  line-height: 24px;
}
.testimonial-item .testimonial-content {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.testimonial-item .testimonial-content .author-thumbnail {
  display: table-cell;
  vertical-align: top;
  width: 80px;
}
.testimonial-item .testimonial-content .author-thumbnail img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-item .testimonial-content .content {
  display: table-cell;
  vertical-align: top;
  padding-left: 30px;
}
.testimonial-item .testimonial-content .content blockquote {
  background-color: #eee;
  border: none;
  border-radius: 5px;
  color: #333;
  font-style: italic;
  margin-bottom: 10px;
  padding: 20px;
  position: relative;
}
.testimonial-item .testimonial-content .content blockquote:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid #eee;
  position: absolute;
  left: -20px;
  top: 15px;
}
.testimonial-item .testimonial-content .content .author-info .name {
  font-weight: 600;
  font-size: 16px;
}
.testimonial-item .testimonial-content .content .author-info .info {
  font-style: italic;
}
.testimonial-grid.owl-carousel .owl-item {
  padding-left: 15px;
  padding-right: 15px;
}
.testimonial-grid.owl-carousel .testimonial-item .testimonial-content {
  margin: 0;
}
.instagram-item {
  position: relative;
  margin-bottom: 30px;
}
.instagram-item img {
  min-width: 100%;
}
.instagram-item .social-count {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}
.instagram-item .social-count span {
  padding: 0 5px;
}
.instagram-item:hover .social-count {
  display: block;
}
.instagram-block .owl-carousel .owl-item {
  padding: 0 15px;
}
.instagram-block .owl-carousel .owl-item .instagram-item {
  margin-bottom: 0px;
}
.instagram-block .owl-carousel .owl-nav > div {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin: -20px 0 0;
  left: 15px;
  display: none;
}
.instagram-block .owl-carousel .owl-nav > div.owl-next {
  right: 15px;
  left: auto;
}
.instagram-block .owl-carousel:hover .owl-nav > div {
  display: block;
}
.twitter-feed-block .twitter-item {
  position: relative;
  padding-left: 80px;
  min-height: 60px;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.twitter-feed-block .twitter-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.twitter-feed-block .twitter-item .twitter-user {
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.twitter-feed-block .twitter-item .twitter-user img {
  width: 50px;
}
.twitter-feed-block .twitter-item .time {
  font-style: italic;
  padding-top: 7px;
}
.twitter-feed-block .twitter-item .time a {
  font-weight: 600;
}
.twitter-feed-block .twitter-slider .twitter-item {
  padding-left: 0;
  text-align: center;
}
.twitter-feed-block .twitter-slider .twitter-item .twitter-user {
  position: static;
  margin: 0 auto 10px;
}
.twitter-feed-block .owl-carousel .owl-nav > div {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin: -20px 0 0;
  left: 15px;
  display: none;
}
.twitter-feed-block .owl-carousel .owl-nav > div.owl-next {
  right: 15px;
  left: auto;
}
.twitter-feed-block .owl-carousel:hover .owl-nav > div {
  display: block;
}
.portfolio-item {
  border: 1px solid #c2c2c2;
  margin-bottom: 30px;
}
.portfolio-item .portfolio-bottom-content {
  padding: 15px;
}
.portfolio-item .portfolio-bottom-content h4 {
  margin-top: 0px;
}
.portfolio-item .portfolio-bottom-content h4 a {
  color: #555;
  font-weight: 600;
}
.portfolio-item .portfolio-bottom-content h4 a:hover {
  color: #428bca;
}
.portfolio-item .portfolio-bottom-content .category-link {
  font-style: italic;
}
.owl-carousel.portfolio-grid .owl-item {
  padding: 0 15px;
}
.owl-carousel.portfolio-grid .owl-item .portfolio-item {
  margin: 0;
}
.owl-carousel.portfolio-grid .owl-nav > div {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin: -20px 0 0;
  left: 15px;
  display: none;
}
.owl-carousel.portfolio-grid .owl-nav > div.owl-next {
  right: 15px;
  left: auto;
}
.owl-carousel.portfolio-grid:hover .owl-nav > div {
  display: block;
}
.portfolio_galley_carousel {
  margin-top: 30px;
}
.portfolio_galley_carousel .owl-item {
  padding: 0 15px;
}
.portfolio_galley_carousel .gallery_thumb {
  border: 2px solid transparent;
  display: block;
}
.portfolio_galley_carousel .gallery_thumb.active {
  border: 2px solid red;
}
.blog-grid-block .item {
  margin-bottom: 30px;
}
.blog-grid-block .item .title {
  margin: 13px 0 8px;
}
.blog-grid-block .item .title a {
  font-weight: 600;
  color: #333;
  font-size: 16px;
}
.blog-grid-block .owl-carousel .owl-item {
  padding: 0 15px;
}
.blog-grid-block .owl-carousel .owl-item .item {
  margin-bottom: 30px;
}
.lastest-posts-list .block-content .item:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c2c2c2;
}
.lastest-posts-list .block-content .item .image {
  display: table-cell;
  width: 120px;
  vertical-align: top;
}
.lastest-posts-list .block-content .item .short-detail {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}
.lastest-posts-list .block-content .item .short-detail .title a {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
.lastest-posts-list .block-content .item .short-detail .title a:hover {
  color: #428bca;
}
.lastest-posts-list .owl-item .blog-content:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c2c2c2;
}
.deal-timer {
  margin-bottom: 10px;
  border: 1px solid #c2c2c2;
  padding: 10px;
  border-radius: 5px;
  clear: both;
  width: 100%;
  text-align: center;
}
.deal-timer .countdown > span {
  display: inline-block;
  float: left;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  box-shadow: inset 2px 2px 0 #fcfcfc;
  padding-top: 13px;
  padding-bottom: 13px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  font-size: 20px;
  font-weight: 400;
  color: #999;
  line-height: 1;
  padding-left: 3px;
  padding-right: 3px;
  letter-spacing: 0.06em;
  width: calc(25% - 30px / 4);
}
.deal-timer .countdown > span + span {
  margin-left: 10px;
}
.deal-timer .countdown > span b {
  font-weight: 400;
}
.deal-timer .countdown:after {
  content: "";
  display: table;
  clear: both;
}
.deal-timer .time-note:after {
  content: "";
  display: table;
  clear: both;
}
.deal-timer .time-note span {
  display: block;
  width: 100%;
  font-size: 9px;
  font-weight: 600;
  margin-top: 1px;
  text-transform: uppercase;
  color: #a7a7a7;
  width: 25%;
  float: left;
  text-align: center;
  padding-top: 5px;
}
.product-info-main .product-info-price {
  color: #575757;
  border-bottom: 1px solid #c1c1c1;
  display: table;
  margin-bottom: 15px;
  width: 100%;
}
.product-info-main .product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
  width: 1px;
}
.product-info-main .product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-box .price-from,
.product-info-main .product-info-price .price-box .price-to {
  display: block;
  margin: 0 0 10px;
}
.product-info-main .product-info-price .price-box .price-from .price-label,
.product-info-main .product-info-price .price-box .price-to .price-label {
  display: block;
}
.product-info-main .product-info-price .price-box .price-from:after {
  content: none;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
}
.product-info-main .product-info-price .special-price .price-label {
  display: none;
}
.product-info-main .product-info-price .price {
  white-space: nowrap;
}
.product-info-main .product-info-stock-sku {
  display: table-cell;
  padding-bottom: 10px;
  text-align: right;
  vertical-align: top;
  width: 50%;
}
.product-info-main .stock {
  margin: 0 0 3px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product-add-form {
  clear: both;
  padding-top: 15px;
}
.product-info-main .product.attribute.sku {
  word-break: break-all;
  word-wrap: break-word;
}
.product-info-main .product.attribute.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.product-info-main .product.attribute.sku .type:after {
  content: '#:';
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-reviews-summary {
  margin-bottom: 15px;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.product-reviews-summary .reviews-actions {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 30px;
}
.product-reviews-summary.short .rating-summary {
  margin: 0;
}
.product-reviews-summary.short .rating-summary .label {
  display: none;
}
.product-reviews-summary.short .reviews-actions {
  display: none;
}
.page-title-wrapper.product .page-header {
  border: none;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 0;
}
.product-add-form {
  padding-top: 20px;
}
.product-add-form:after {
  content: "";
  display: table;
  clear: both;
}
.product-add-form .box-tocart {
  margin: 0 0 30px;
}
.product-add-form .box-tocart .field.qty {
  margin-bottom: 20px;
}
.product-add-form .box-tocart .field.qty .label {
  font-weight: 400;
  margin-bottom: 8px;
  display: block;
  text-align: left;
}
.product-add-form .box-tocart .field.qty .input-text {
  text-align: center;
  width: 54px;
}
.product-add-form .box-tocart .action.tocart {
  margin-bottom: 0;
  margin-right: 1%;
  width: 49%;
  vertical-align: top;
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
  background: #1979c3 none repeat scroll 0 0;
  border: 1px solid #1979c3;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
}
.product-add-form .box-tocart .action.tocart:hover {
  background: #006bb4 none repeat scroll 0 0;
  border: 1px solid #006bb4;
  color: #fff;
}
.product-add-form .price-box .price-container {
  font-size: 21px;
}
.product-add-form .price-box .price-container .price {
  font-size: 36px;
  line-height: 36px;
}
.product-add-form .price-box .price-including-tax + .price-excluding-tax .price {
  font-size: 1.4rem;
  line-height: 16px;
}
.product-social-links,
.product-addto-links {
  text-align: left;
  margin: 0 0 20px;
}
.product-social-links .action,
.product-addto-links .action {
  margin-right: 5%;
  color: #999;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}
.product-social-links .action:hover,
.product-addto-links .action:hover {
  color: #333;
}
.product-social-links .action:before,
.product-addto-links .action:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f0e0";
  margin: -2px 5px 0 0;
  width: 18px;
}
.product-social-links .action.towishlist:before,
.product-addto-links .action.towishlist:before {
  content: "\f004";
}
.product-social-links .action.tocompare:before,
.product-addto-links .action.tocompare:before {
  content: "\f074";
}
.product.media .fotorama__nav--dots .fotorama__nav__frame {
  width: 30px;
}
.product.media .fotorama__dot {
  border-radius: 5px;
  height: 10px;
  left: 10px;
  top: 10px;
  width: 10px;
}
.product-addto-links {
  display: inline;
}
.product-info-price .price-box .price-container {
  font-size: 21px;
}
.product-info-price .price-box .price-container .price {
  font-size: 36px;
  line-height: 36px;
}
.product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
  font-size: 1.4rem;
  line-height: 16px;
}
.data.switch .counter {
  color: #7d7d7d;
}
.data.switch .counter:after {
  content: ")";
}
.data.switch .counter:before {
  content: "(";
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.review-content {
  margin-bottom: 20px;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.review-form {
  max-width: 500px;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
  margin-top: 80px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
}
@media (min-width: 768px) {
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active {
    background: #fff;
    color: #333;
  }
  .product.data.items > .item.title.active > .switch {
    background: #fff;
    padding-bottom: 2px;
    color: #333;
  }
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #fff;
    padding-bottom: 2px;
    color: #333;
  }
  .product.data.items > .item.title a:after {
    display: none;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
    background: #fff;
    margin-top: 40px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #ccc;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
}
.review-control-vote {
  overflow: hidden;
  height: 22px;
  margin-top: 8px;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'FontAwesome';
  font-size: 22px;
  height: 22px;
  letter-spacing: 4px;
  line-height: 22px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:focus + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'FontAwesome';
  font-size: 22px;
  height: 22px;
  letter-spacing: 4px;
  line-height: 22px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\f005' '\f005' '\f005' '\f005' '\f005';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\f005' '\f005' '\f005' '\f005';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\f005' '\f005' '\f005';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\f005' '\f005';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\f005';
}
.review-control-vote:before {
  content: '\f006' '\f006' '\f006' '\f006' '\f006';
}
.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-legend {
  border: none;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 2rem;
  margin-top: 2.5rem;
}
.checkbox.related {
  margin-top: 0;
}
.block.related,
.block.upsell {
  margin-top: 70px;
}
.block.related .block-actions button {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  font-weight: 600;
  color: #FE4E13;
}
.close-nav-button {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  background: none;
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: none;
}
.sidebar .block.related {
  margin-top: 0;
}
.sidebar .block-title {
  text-transform: uppercase;
  border-bottom: 2px solid #333;
  padding-bottom: 7px;
  margin-bottom: 30px;
}
.sidebar .block-title .title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.sidebar-main .sidebar-additional > .block + .block {
  margin-top: 70px !important;
}
.catalog-product-view .product-brand .brand-name {
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.catalog-product-view .product-brand .brand-image a {
  display: inline-block;
  border: 1px solid #c2c2c2;
}
.catalog-product-view .sidebar .product-brand {
  margin-bottom: 70px;
}
.catalog-product-view .sidebar .product-brand .brand-image {
  border: 1px solid #c2c2c2;
  text-align: center;
}
.catalog-product-view .sidebar .product-brand .brand-image a {
  display: inline-block;
  border: none;
}
.brand-list .brand-name {
  text-align: center;
  margin: 0;
}
.brand-list .brand-name a {
  font-weight: 600;
  color: #333;
}
.brand-list .brand-name a:hover,
.brand-list .brand-name a:focus {
  color: #428bca;
}
.shop-by-brand .description + .featured-brands {
  margin-top: 80px;
}
.shop-by-brand > .brand-search {
  margin-top: 80px;
  border: 1px solid #c2c2c2;
  padding: 15px;
  margin-bottom: 70px;
}
.shop-by-brand > .brand-search > .search form {
  display: block;
  position: relative;
}
.shop-by-brand > .brand-search > .search form .actions {
  position: absolute;
  right: 0;
  top: 0;
}
.shop-by-brand > .brand-search > .search form .actions .action {
  background: #428bca none repeat scroll 0 0;
  border: 1px solid #428bca;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  height: 32px;
  padding: 0 20px;
}
.shop-by-brand > .brand-search > .search form .actions .action:hover {
  background: #006bb4;
}
.shop-by-brand .search .fields {
  margin-bottom: 10px;
}
.shop-by-brand .characters ul.characters-filter {
  list-style: none;
  float: left;
}
.shop-by-brand .characters ul.characters-filter li {
  float: left;
}
.shop-by-brand .characters ul.characters-filter li a {
  text-decoration: none;
  display: block;
  border: 1px solid transparent;
  height: 28px;
  line-height: 28px;
  width: 28px;
  text-align: center;
}
.shop-by-brand .characters ul.characters-filter li a:hover {
  background-color: #006bb4;
  color: #ffffff;
  border: 1px solid #006bb4;
}
.shop-by-brand .characters ul.characters-filter li.active a {
  background-color: #006bb4;
  color: #ffffff;
  border: 1px solid #006bb4;
}
.shop-by-brand .characters .view-all {
  float: right;
}
.message {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  padding-left: 45px;
  position: relative;
}
.message > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 24px;
  font-family: 'FontAwesome';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.info {
  background-color: #666;
  border-color: #666;
  color: white;
}
.message.info a {
  color: #1979c3;
}
.message.info a:hover,
.message.info a:active {
  color: #006bb4;
}
.message.info > *:first-child:before {
  color: #c07600;
  content: '\f129';
}
.message.error {
  background: #fae5e5;
  color: #1979c3;
}
.message.error a {
  color: #1979c3;
}
.message.error a:hover,
.message.error a:active {
  color: #006bb4;
}
.message.error > *:first-child:before {
  color: white;
  content: '\f06a';
}
.message.warning {
  background: #fdf0d5;
  color: #6f4400;
}
.message.warning a {
  color: #1979c3;
}
.message.warning a:hover,
.message.warning a:active {
  color: #006bb4;
}
.message.warning > *:first-child:before {
  color: #b30000;
  content: '\f06a';
}
.message.notice {
  background: #fdf0d5;
  color: #6f4400;
}
.message.notice a {
  color: #1979c3;
}
.message.notice a:hover,
.message.notice a:active {
  color: #006bb4;
}
.message.notice > *:first-child:before {
  color: #c07600;
  content: '\f12a';
}
.message.success {
  background: #e5efe5;
  color: #006400;
}
.message.success a {
  color: #1979c3;
}
.message.success a:hover,
.message.success a:active {
  color: #006bb4;
}
.message.success > *:first-child:before {
  color: #006400;
  content: '\f00c';
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 20px 25px;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  width: 100%;
  background: #1979c3 none repeat scroll 0 0;
  border: 1px solid #1979c3;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 14px 17px;
  line-height: 2.2rem;
  vertical-align: middle;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 25px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 20px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-summary > .title {
  display: block;
  font-size: 2.4rem;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block .title {
  border-top: 1px solid #ccc;
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  padding: 10px 40px 10px 0px;
  position: relative;
  text-decoration: none;
}
.cart-summary .block .title:after {
  content: "\f107";
  right: 3px;
  color: #858585;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  margin: 3px 0 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 10px;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.cart-summary .block.active .title:after {
  content: "\f106";
}
.cart-summary .block .content {
  padding: 5px 0 23px;
  position: relative;
}
.cart-summary .block .content .legend,
.cart-summary .block .content .legend + br {
  display: none;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin: -1px 10px 0 0px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
  text-align: left;
  font-weight: 600;
}
.cart-summary .block .fieldset .field {
  margin-bottom: 10px;
}
.cart-summary .block .fieldset .field:not(.choice) .label {
  display: block;
  text-align: left;
  margin-bottom: 8px;
  font-weight: 600;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  padding-top: 0px;
  padding-left: 0px;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty {
  padding: 20px 11px 10px;
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  height: 36px;
  margin-top: -7px;
  text-align: center;
  width: 45px;
}
.cart.table-wrapper .col.qty .label {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .col > .price {
  color: #7d7d7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .message {
  margin-top: 20px;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 20px 8px 20px 0;
  position: relative;
  border: 0 none;
  vertical-align: top;
}
@media (max-width: 767px) {
  .cart.table-wrapper .item:first-child .col.item {
    border-top: 1px solid #ddd;
  }
}
.cart.table-wrapper .actions-toolbar {
  min-height: 25px;
  padding-bottom: 15px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  content: '\f040';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #333;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #8f8f8f;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\f014';
}
.cart.table-wrapper .action {
  margin-right: 25px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: table-cell;
  left: 15px;
  max-width: 100%;
  padding: 0;
  position: static;
  top: 15px;
  width: 1%;
  vertical-align: top;
  padding-right: 20px;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: -3px 0 5px;
  font-weight: 600;
}
.cart.table-wrapper .product-item-name > a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
.cart.table-wrapper .product-item-name > a:hover {
  color: #428bca;
  text-decoration: none;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 20px;
}
.cart.table-wrapper .price {
  font-weight: 700;
  font-size: 1.8rem;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.cart.table-wrapper .item-options:after {
  content: "";
  display: table;
  clear: both;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 10px 0 0;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.cart-totals .mark {
  background: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.abs-shopping-cart-items-desktop,
.block-cart-failed,
.cart-container .form-cart,
.cart-container .cart-gift-item {
  float: left;
  order: 1;
  padding-right: 4%;
  position: relative;
  width: 75%;
}
.multicheckout .item-options dt,
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.multicheckout .item-options dt:after,
.cart.table-wrapper .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after {
  content: ": ";
}
.cart-discount {
  border: 0 none;
  box-sizing: border-box;
  float: left;
  order: 1;
  padding-right: 4%;
  clear: left;
  width: 75%;
  margin-top: 20px;
}
.cart-discount .block {
  width: 48%;
}
.cart-discount .block .title {
  border: 0 none;
  padding: 0 0 10px;
}
.cart-discount .block .title:after {
  display: inline;
  color: #1979c3;
  color: inherit;
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: normal;
  line-height: 12px;
  margin: -2px 0 0 10px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  margin-left: 10px;
  position: static;
}
.cart-discount .block .title strong {
  color: #1979c3;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.1;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.cart-discount .field {
  display: table-cell;
}
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.cart-discount .fieldset > .field > .label {
  display: none;
}
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 5px 15px;
  vertical-align: middle;
  width: auto;
  border: 1px solid #c2c2c2;
}
@media (max-width: 767px) {
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 100%;
  }
}
.paypal-review-discount .block > .title {
  border: 0 none;
  padding: 0 0 10px;
}
.paypal-review-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 5px 15px;
  vertical-align: middle;
  width: auto;
  border: 1px solid #c2c2c2;
}
.paypal-review-discount .field {
  display: table-cell;
}
.paypal-review-discount .fieldset {
  display: table;
  width: 100%;
}
.abs-discount-block-desktop .block > .title {
  border: 0 none;
  padding: 0 0 10px;
}
.cart.main.actions:after {
  clear: both;
  display: table;
  content: "";
}
.cart.main.actions .btn-primary {
  float: right;
  margin-left: 15px;
}
.toolbar {
  margin-bottom: 30px;
  text-align: center;
}
.toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.toolbar.toolbar-products {
  background-color: transparent;
  position: relative;
}
@media (max-width: 767px) {
  .toolbar.toolbar-products .toolbar-amount {
    display: none !important;
  }
}
.bottom-pagination .toolbar.toolbar-products {
  margin-bottom: 0;
  margin-top: 30px;
}
.bottom-pagination .toolbar.toolbar-products .modes,
.bottom-pagination .toolbar.toolbar-products .toolbar-amount {
  display: none;
}
.bottom-pagination .toolbar.toolbar-products .pages {
  display: block;
  float: left;
  margin: 0;
}
.bottom-pagination .toolbar.toolbar-products .pages .pagination {
  margin: 0;
}
.bottom-pagination .toolbar.toolbar-products .limiter {
  float: right;
  display: block;
}
@media (max-width: 767px) {
  .bottom-pagination .toolbar.toolbar-products {
    text-align: left;
  }
  .bottom-pagination .toolbar.toolbar-products .pages {
    float: none;
    margin-bottom: 20px;
  }
  .bottom-pagination .toolbar.toolbar-products .limiter {
    float: none;
  }
}
.limiter .control {
  display: inline-block;
}
.modes {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.modes-label {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modes-label + .modes-mode {
  border-radius: 3px 0 0 3px;
}
.modes-mode {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #f0f0f0;
  border-color: #cccccc -moz-use-text-color #cccccc #cccccc;
  border-image: none;
  border-style: solid none solid solid;
  border-width: 1px 0 1px 1px;
  box-shadow: 0 1px 0 0 #ffffff inset, 0 -1px 0 0 rgba(204, 204, 204, 0.3) inset;
  color: #7d7d7d;
  display: inline-block;
  float: left;
  font-weight: 400;
  line-height: 1;
  padding: 7px 10px;
  text-align: center;
  text-decoration: none;
}
.modes-mode:before {
  color: #7d7d7d;
  content: "\f00a";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.modes-mode > span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modes-mode:hover {
  background: #ebebeb none repeat scroll 0 0;
  color: #7d7d7d;
}
.modes-mode:last-child {
  border-radius: 0 3px 3px 0;
  border-right: 1px solid #ccc;
}
.modes-mode.active {
  background: #dedede none repeat scroll 0 0;
  box-shadow: 0 1px 0 0 rgba(204, 204, 204, 0.8) inset, 0 -1px 0 0 rgba(204, 204, 204, 0.3) inset;
  color: #9e9e9e;
}
.mode-list::before {
  content: "\f03a";
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-amount {
  display: block;
  float: left;
  position: static;
  left: 0;
  line-height: 18px;
  margin: 0;
  padding: 7px 0;
  text-align: left;
  top: 0;
  vertical-align: middle;
}
.toolbar .pages {
  margin-bottom: 25px;
}
.toolbar-products .pages {
  display: none;
}
.page-products .toolbar .limiter {
  display: none;
}
.limiter {
  float: right;
  display: none;
}
.page-products .sorter {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
.page-products .bottom-pagination .sorter {
  display: none;
}
.sorter {
  float: right;
}
.toolbar select {
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 1px 0 0 #ffffff inset, 0 -1px 0 0 rgba(204, 204, 204, 0.3) inset;
}
.sorter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.sorter-action {
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  color: #8f8f8f;
  content: "\f176";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.sorter-action:hover:before {
  color: #333;
}
.sorter-action.sort-desc:before {
  content: "\f175";
}
.sorter-action > span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (max-width: 767px) {
  .cart.main.actions .action {
    width: 100%;
    margin: 0 0 15px !important;
    float: none;
  }
  .cart-discount .block,
  .cart-discount {
    width: 100%;
    padding: 0;
  }
  .cart.table-wrapper .product-image-photo {
    display: block;
    height: auto;
    margin: auto;
    left: 15px;
    max-width: 65px;
    padding: 0;
    position: absolute;
    top: 15px;
    width: 100%;
  }
  .cart.table-wrapper .item .col.item {
    display: block;
    min-height: 120px;
    padding: 15px 15px 0 90px;
    position: relative;
  }
  .cart.table-wrapper .col.qty::before,
  .cart.table-wrapper .col.price::before,
  .cart.table-wrapper .col.subtotal::before,
  .cart.table-wrapper .col.msrp::before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    display: none;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    white-space: nowrap;
    width: 33%;
  }
}
@media (min-width: 768px) {
  .cart-summary {
    width: 33%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 0px;
    margin-right: 5%;
    margin-top: 30px;
    background: white;
    position: relative;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block fieldset .field {
    margin: 0 0 10px;
  }
  .cart-summary .block fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block fieldset .field.choice:before,
  .cart-summary .block fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    padding-bottom: 35px;
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
}
.filter-options {
  margin: 0;
  background: transparent none repeat scroll 0 0;
  clear: both;
  display: block;
  overflow: initial;
  position: static;
}
.block.filter {
  margin-bottom: 70px;
}
.block.filter .filter-options-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.block.filter .filter-options-item.active .filter-options-title::after {
  content: "\f106";
}
.block.filter .block-subtitle {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 10px 20px;
}
.block.filter .filter-subtitle {
  display: block;
  position: static;
}
.block.filter .filter-options-title {
  cursor: pointer;
  display: block;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding: 10px 40px 0 10px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  word-break: break-all;
  z-index: 1;
}
.block.filter .filter-options-title:after {
  color: inherit;
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  text-align: center;
  position: absolute;
  right: 13px;
  top: 12px;
  vertical-align: middle;
}
.block.filter .filter-options-content {
  margin: 0;
  padding: 10px;
}
.block.filter .filter-options-content .item {
  line-height: 1.5em;
  margin: 10px 0;
}
.block.filter .filter-options-content a {
  color: #494949;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 7px;
}
.block.filter .filter-options-content a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.block.filter .filter-options-content .count {
  color: #858585;
  padding-right: 5px;
}
.block.filter .filter-options-content .count .filter-count-label {
  display: none;
}
.block.filter .filter-options-content .count:after {
  content: ")";
}
.block.filter .filter-options-content .count:before {
  content: "(";
}
.list.products-list .product-item-info .product-image-content {
  position: relative;
}
.list.products-list .product-item-info .product-image-content .mgs-quickview {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #fff;
  color: #333;
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: none;
}
.list.products-list .product-item-info:hover .product-image-content .mgs-quickview {
  display: block;
}
@media (max-width: 767px) {
  .list.products-list .product-item-info .product-item-details {
    margin-top: 30px;
  }
}
.list.products-list .product-item-info .product-item-details .product-item-link h4 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #333;
  font-weight: 600;
}
.list.products-list .product-item-info .product-reviews-summary {
  margin-bottom: 15px;
}
.list.products-list .product-item-info .product-item-actions {
  margin-bottom: 15px;
}
.list.products-list .product-item-info .product-item-actions:after {
  content: "";
  display: table;
  clear: both;
}
.list.products-list .product-item-info .product-item-actions .actions-primary {
  float: left;
  vertical-align: top;
}
.list.products-list .product-item-info .product-item-actions .actions-secondary {
  float: left;
  vertical-align: top;
}
.list.products-list .product-item-info .product-item-actions .actions-secondary .btn {
  margin-left: 10px;
}
.sidebar .product-items .product-item {
  margin-bottom: 10px;
  position: relative;
  vertical-align: top;
  box-sizing: border-box;
}
.sidebar .block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.sidebar .block-compare .product-item .product-item-name > a {
  color: #333;
}
.sidebar .block-compare .action.delete {
  left: 0;
  position: absolute;
  top: 0;
}
.sidebar .block-compare .action.delete:before {
  color: #999;
  content: "\f00d";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 12px;
  font-weight: normal;
  line-height: 15px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.sidebar .block-compare .action.delete > span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block-wishlist .subtitle {
  display: none;
}
.block-wishlist .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.block-wishlist .product-items .product-item .product-item-info {
  position: relative;
  width: auto;
  max-width: 100%;
}
.block-wishlist .product-items .product-item .product-item-info .product-item-photo {
  float: left;
  left: auto;
  margin: 0 10px 10px 0;
  position: relative;
  top: auto;
}
.block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container {
  display: inline-block;
  max-width: 100%;
}
.block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.block-wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.block-wishlist .product-items .product-item .product-item-info .product-item-details {
  margin: 0;
}
.block-wishlist .product-items .product-item .product-item-info .product-item-details .product-item-name {
  display: block;
  hyphens: auto;
  margin: 0 25px 5px 0;
  overflow-wrap: break-word;
  font-weight: 400;
}
.block-wishlist .product-items .product-item .product-item-info .product-item-details .product-item-name a {
  color: #333;
}
.block-wishlist .product-items .product-item-actions {
  clear: left;
  display: block;
  margin-top: 10px;
}
.block-wishlist .product-items .action.delete:before {
  color: #999;
  content: "\f00d";
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  width: 18px;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
.block-wishlist .product-items .action.delete > span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-slide {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  left: 44px;
  z-index: 900;
}
.modal-slide .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
  height: 100%;
  overflow-y: auto;
  position: static;
  transform: translateX(100%);
  transition-duration: 0.3s;
  transition-property: transform, visibility;
  transition-timing-function: ease-in-out;
  width: auto;
}
.popup-authentication .modal-inner-wrap {
  min-width: 768px;
  width: 60%;
}
.checkout-index-index .modal-popup .modal-inner-wrap {
  left: 50%;
  margin-left: -400px;
  width: 800px;
}
.checkout-index-index {
  padding-bottom: 150px;
}
.checkout-index-index .page-header {
  border: none;
  margin: 0;
  padding: 0;
}
.checkout-index-index .page-header .header.content {
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: relative;
  text-align: center;
  width: auto;
}
.checkout-index-index .page-title-wrapper {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #ccc;
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.opc-wrapper .form-login .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-block-shipping-information {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  position: relative;
  color: #333333;
  font-size: 2.6rem;
  font-weight: 300;
  padding-bottom: 10px;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 0;
  top: 10px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: #1979c3;
  display: inline;
  font-weight: 400;
  line-height: 1.42857;
  padding: 0;
  text-decoration: none;
}
.opc-block-shipping-information .shipping-information-title .action-edit::before {
  color: #8f8f8f;
  content: "\f040";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  box-shadow: none;
  vertical-align: top;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .ship-to {
  margin: 0 0 20px;
}
.opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}
.opc-block-summary {
  background: white;
  padding: 0px 21px;
  margin: 0 0 20px;
  outline: none;
}
.opc-block-summary > .title {
  color: #2d2d2d;
  font-weight: 600;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 50px;
  padding: 0px;
}
.opc-block-summary .items-in-cart.active > .title::after {
  content: "\f106";
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  padding: 10px 40px 10px 0;
  position: relative;
  text-decoration: none;
}
.opc-block-summary .items-in-cart > .title::after {
  position: absolute;
  right: 0;
  top: 10px;
  color: inherit;
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: normal;
  line-height: 12px;
  margin: 3px 0 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  font-weight: 300;
}
.checkout-agreements-items .checkout-agreements-item-title {
  color: #333333;
  font-size: 2.6rem;
  font-weight: 300;
  padding-bottom: 10px;
}
.fieldset > .field.required > .label::after {
  color: #e02b27;
  content: "*";
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .fields > .field.required > .label::after {
  color: #e02b27;
  content: "*";
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .fields > .field._required > .label::after {
  color: #e02b27;
  content: "*";
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .fields > .field > .label {
  font-weight: 600;
  display: inline-block;
  margin: 0 0 8px;
  border-radius: 0;
  border: none;
  text-align: left;
}
.fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field._required > .label::after {
  color: #e02b27;
  content: "*";
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label {
  font-weight: 600;
  display: inline-block;
  margin: 0 0 8px;
  border-radius: 0;
  border: none;
  text-align: left;
}
.fieldset > .field .additional {
  margin-top: 10px;
}
.fieldset > * {
  letter-spacing: normal;
}
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
  line-height: 46px;
}
.field-tooltip .field-tooltip-action::before {
  color: #bbbbbb;
  content: "\f059";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 21px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4 none repeat scroll 0 0;
  border: 1px solid #999;
  border-radius: 1px;
  display: none;
  font-size: 14px;
  left: 38px;
  overflow-wrap: break-word;
  padding: 12px;
  position: absolute;
  text-transform: none;
  top: -9px;
  width: 270px;
  z-index: 2;
}
.field-tooltip .field-tooltip-content::before {
  border-right-color: #666666;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent #f4f4f4 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 10px;
  content: "";
  display: block;
  height: 0;
  left: -21px;
  position: absolute;
  top: 12px;
  width: 0;
  z-index: 3;
}
.field-tooltip .field-tooltip-content::after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent #f4f4f4 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 10px;
  content: "";
  display: block;
  height: 0;
  left: -21px;
  position: absolute;
  top: 12px;
  width: 0;
  z-index: 3;
}
.table-checkout-shipping-method {
  min-width: 500px;
  width: auto;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: medium none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.checkout-shipping-method .actions-toolbar .action.primary {
  margin: 0;
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
  width: auto;
  display: inline-block;
  background: #1979c3 none repeat scroll 0 0;
  border: 1px solid #1979c3;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 600;
}
#shipping-new-address-form {
  margin-top: 30px;
}
#checkout-step-payment .fieldset .legend {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#checkout-step-payment .fieldset .legend + br {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
ul.credit-card-types:after {
  content: "";
  display: table;
  clear: both;
}
ul.credit-card-types li {
  float: left;
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
}
.checkout-payment-method .payment-option-title {
  padding-left: 22px;
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #1979c3;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle::after {
  color: #8f8f8f;
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: normal;
  line-height: 16px;
  margin: -5px 0 0 10px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-content .form-discount .field > .label {
  display: none;
}
.checkout-payment-method .payment-option-content .action-apply {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle::after {
  content: "\f106";
}
.checkout-payment-method .payment-method .actions-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.checkout-payment-method .payment-method .actions-toolbar button {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
  background: #1979c3 none repeat scroll 0 0;
  border: 1px solid #1979c3;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 600;
}
.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0 none;
}
.checkout-payment-method .payment-method-title {
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 20px 0;
}
.checkout-payment-method .payment-method-title .radio {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.checkout-payment-method .payment-method-title .label {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 300;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 20px 22px;
}
.minicart-items .product .toggle {
  cursor: pointer;
}
.minicart-items .product .toggle::after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  margin: 3px 0 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.minicart-items .product .active > .toggle::after {
  content: "\f106";
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(64%);
}
@media (min-width: 768px) {
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .opc-wrapper .form-login {
    max-width: 500px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    top: 19px;
    transition: background .3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #e4e4e4;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before {
    background: #e4e4e4;
    height: 38px;
    margin-left: -19px;
    transition: background .3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    height: 38px;
    margin-left: -19px;
    transition: background .3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
    background: #fff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: black;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'FontAwesome';
    content: '\f00c';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    font-family: 'FontAwesome';
    content: '\f00c';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(95, 95, 95, 0.14);
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block::before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .form-login {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .fieldset {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .payment-methods .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .payment-method-billing-address .action-update {
    float: right;
  }
  .payment-method-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 55%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    float: left;
    margin: 0 10px 10px 0;
  }
  .form-create-account .fieldset-fullname .field-name-prefix {
    width: 50px;
  }
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset {
    min-width: 600px;
    width: 50%;
  }
  .form.send.confirmation {
    min-width: 600px;
    width: 50%;
  }
  .form.password.forget {
    min-width: 600px;
    width: 50%;
  }
  .form.create.account {
    min-width: 600px;
    width: 50%;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses > .item {
    margin-bottom: 20px;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon select {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled {
    opacity: .5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: .5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-message .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .gift-message .field > .label {
    margin: 0;
  }
  .gift-message .field:before {
    content: '';
    display: table;
  }
  .gift-message .field:after {
    content: '';
    display: table;
    clear: both;
  }
  .gift-message .field .description {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .gift-message .field.choice:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .gift-message .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
}
.opc-wrapper .form-login {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  max-width: 500px;
  margin-bottom: 28px;
  margin-top: 28px;
}
.opc-wrapper .form-shipping-address {
  max-width: 500px;
  margin-bottom: 28px;
  margin-top: 28px;
}
.opc-sidebar .modal-inner-wrap .modal-header {
  display: none;
}
.opc-sidebar .modal-inner-wrap .modal-content {
  box-shadow: none;
  border-radius: 0;
  border: none;
}
.checkout-container .action-auth-toggle {
  font-weight: 600;
  border: none;
  box-shadow: none;
  background: none;
}
.authentication-dropdown._show {
  transform: scale(1, 1);
  transition: transform 0.1s linear 0s, visibility 0s linear 0s;
  visibility: visible;
  z-index: 100;
}
.actions-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.authentication-dropdown {
  background-color: #fff;
  border: 1px solid #aeaeae;
  position: absolute;
  text-align: left;
  top: 100%;
  transform: scale(1, 0);
  transform-origin: 0 0 0;
  transition: transform 0.1s linear 0s, visibility 0s linear 0.1s;
  visibility: hidden;
  width: 100%;
  box-sizing: border-box;
}
.authentication-dropdown .modal-content {
  padding: 30px 20px;
  border: none;
  box-shadow: none;
  background: none;
}
.modal-header {
  padding: 0;
  border: none;
  min-height: 0;
}
.modal-custom .action-close {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  box-sizing: content-box;
  display: inline-block;
  font-weight: 400;
  line-height: inherit;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 1;
  text-decoration: none;
  text-shadow: none;
  top: 0;
  margin: 25px;
}
.modal-custom .action-close::before {
  color: #8f8f8f;
  content: "\f00d";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  margin: 0;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
}
.modal-custom .action-close > span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../images/loader-2.gif') no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: '';
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
.mgs-quickview-catalog-product-view .page-main.container {
  width: 100% !important;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .header.active-sticky {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 1px -2px 6px #000000;
  }
  .header.active-sticky .top-header-content,
  .header.active-sticky .middle-header-content {
    display: none;
  }
  .header.active-sticky .megamenu-content {
    margin: 0;
  }
}
.post-actions {
  display: table;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin-top: 30px;
}
.post-actions .action {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  position: relative;
  padding: 15px 0 15px 15px;
}
.post-actions .action a:after {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 24px;
}
.post-actions .action.next-action {
  text-align: right;
  padding-left: 0;
  padding-right: 15px;
}
.post-actions .action.next-action a:after {
  content: "\f105";
  left: auto;
  right: 0;
}
.modal-video-dialog .close {
  height: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 15px;
  z-index: 1;
}
.blog-post-comment-list-toolbar {
  overflow: hidden;
  width: 1px;
  height: 1px;
  position: absolute;
  left: -999999px;
  top: 0;
}
/*Megamenu styles*/
.health_behav_menu_item .dropdown-menu {
  background-color: #f2f2f2 !important;
  max-width: 1090px;
  padding: 0 !important;
  border: none;
}
.toys_megamenu_block .dropdown-menu {
  height: auto;
  padding: 21px 21px 32px !important;
  text-align: left;
  background-color: #f2f2f2 !important;
  min-width: 280px !important;
  border: none !important;
}
.supplies_menu_block .dropdown-menu {
  height: auto;
  padding: 21px 21px 32px !important;
  text-align: left;
  background-color: #f2f2f2 !important;
  min-width: 280px !important;
  border: none !important;
}
.apprel_gifts_menu_block .dropdown-menu {
  height: auto;
  padding: 21px 21px 32px !important;
  text-align: left;
  background-color: #f2f2f2 !important;
  min-width: 280px !important;
  border: none !important;
}
.navPage-subMenu-list li:hover a {
  background: none !important;
}
.sub_menu_health_block {
  padding: 0px;
}
.col-md-12.sub_menu_health_block h4 {
  font-size: 15px;
  padding-bottom: 10px;
  padding-top: 1em;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  color: #7d3792;
  font-weight: 500;
  text-transform: uppercase;
}
.sub_menu_health_block .left_block {
  float: left;
  padding: 20px 20px 0;
  overflow: hidden;
  width: 65%;
}
.navPage-subMenu-list li a {
  font-weight: 500 !important;
  color: #4f4f4f !important;
  font-size: 15px !important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding: 0px !important;
  text-decoration: none;
}
.left_block .col-md-4 {
  padding-left: 0px;
  padding-right: 20px;
}
.navPage-subMenu-list li a:hover {
  color: #8d04b5 !important;
}
.navPage-subMenu-list li {
  margin: 10px 0 !important;
  border: none !important;
}
.sub_menu_health_block .right_block {
  display: block;
  float: left;
  box-shadow: -23px 0 20px -10px #b6b6b6;
  padding: 0px;
  width: 35%;
}
.sub_menu_health_block .right_block a img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.col-md-4 ul li a.purple_link_menu {
  color: #7d3792 !important;
  font-style: italic;
  text-decoration: underline;
  font-weight: 500;
}
.header.header2 .top-header-content .dropdown-switcher.switcher-account {
  float: right;
  margin-left: 15px;
}
.header.header2 .top-header-content .dropdown-switcher.switcher-account .dropdown-menu {
  right: 0;
  left: auto;
}
.header.header2 .top-header-content .top-links {
  float: none;
  margin: 0;
}
.header.header2 .top-header-content .top-links li {
  display: block;
  width: 100%;
  border-bottom: none;
}
.header.header2 .top-header-content .top-links li a {
  color: #333;
  white-space: nowrap;
  padding: 9px 15px 11px;
  text-align: left;
  text-decoration: none;
}
.header.header2 .middle-header-content .logo {
  display: block;
  text-align: center;
}
.header.header2 .middle-header-content .logo img {
  height: 100%;
  width: auto;
}
.header.header2 .switcher-search > .dropdown-menu {
  margin: 0;
  padding: 0;
  float: none;
  box-shadow: none;
  border: none;
}
@media (min-width: 992px) {
  .header.header2 .search-form.select-search {
    width: 100%;
  }
  .header.header2 .search-form.select-search .form-search .input-text.form-control,
  .header.header2 .search-form.select-search .form-search .search-select {
    width: 50%;
  }
  .header.header2 .switcher-search > .dropdown-toggle {
    display: none;
  }
  .header.header2 .switcher-search > .dropdown-menu {
    position: static !important;
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .header.header2 .megamenu-content {
    background: #EBEBEB;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
  }
  .header.header2 .nav-main-menu > li > a {
    padding: 17px 35px;
    text-transform: uppercase;
    color: #363636;
    font-weight: 600;
    font-size: 15px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    text-decoration: none;
  }
  .header.header2 .nav-main-menu > li > a:hover {
    padding: 17px 35px;
    background: #D4D4D4;
  }
  .header.header2 .nav-main-menu > li {
    margin-left: 0px !important;
  }
}
@media (max-width: 1199px) {
  .header.header2 .top-header-content .dropdown-switcher.switcher-account {
    display: none;
  }
  .header.header2 .top-header-content .switcher-search > .dropdown-toggle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #7e807e;
    font-size: 30px;
    margin: 11px 0 0 0;
    vertical-align: top;
  }
}
@media (max-width: 991px) {
  .header.header2 .switcher-search > .dropdown-menu {
    width: 450px;
  }
}
@media (max-width: 767px) {
  .header.header2 .middle-header-content {
    padding-bottom: 10px;
  }
  .header.header2 .middle-header-content .col-md-4.col-sm-4.col-xs-12 {
    border-top: 1px solid #ddd;
    margin-top: 22px;
  }
  .header.header2 .middle-header-content .col-md-4.col-sm-4.col-xs-6:first-child {
    float: right;
  }
  .header.header2 .middle-header-content .logo {
    text-align: left;
  }
  .header.header2 .action.nav-toggle {
    float: none;
    margin-left: 0;
  }
  .header.header2 .switcher-search > .dropdown-menu {
    width: 320px;
    right: -15px;
    left: auto;
  }
  .header.header2 .switcher-search:after {
    content: "";
    display: table;
    clear: both;
  }
  .header.header2 .switcher-search > .dropdown-toggle {
    float: right;
  }
}
.footer .top-footer {
  background: #8f8f8f;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}
.footer .top-footer .title {
  font-size: 30px;
  text-transform: uppercase;
}
.footer .top-footer .form.subscribe {
  max-width: 500px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.footer .top-footer .actions {
  position: absolute;
  top: 0;
  right: 0;
}
.block.account-nav .items li.item {
  padding: 9px 0;
  border-bottom: 1px solid #c2c2c2;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide_show .modal-inner-wrap {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-top: auto;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide .modal-header {
  padding: 2.1rem 2.6rem;
}
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-content {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .action-close {
  padding: 2.1rem 3rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup._show .modal-inner-wrap {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  top: 50%;
  margin-top: 0;
  margin-bottom: 0;
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  transition-duration: .2s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.modal-popup .modal-inner-wrap {
  max-height: 90%;
}
.modal-popup .modal-content {
  overflow-y: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding-bottom: 20px;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active,
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 14px;
  color: #8f8f8f;
  content: '\f00d';
  font-family: 'FontAwesome';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close {
  margin: 25px;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
.modal_newsletter-popup .modal-inner-wrap {
  max-width: 650px;
  width: 100%;
  position: relative;
}
.modal_newsletter-popup .modal-inner-wrap .modal-header {
  padding: 0;
  min-height: 0px;
  border: none;
  background: none;
}
.modal_newsletter-popup .modal-inner-wrap .action-close {
  position: absolute;
  top: 10px;
  z-index: 1;
  padding: 10px;
  right: 10px;
}
.modal_newsletter-popup .modal-inner-wrap .action-close:before {
  font-size: 20px;
}
.modal_newsletter-popup .modal-content {
  border-radius: 0;
  padding: 0;
}
#newsletter-popup {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 30px 30px 50px 30px;
  text-align: center;
}
#newsletter-popup h2 {
  margin-top: 0;
}
#newsletter-popup h4 {
  padding-bottom: 20px;
}
#newsletter-popup .newsletter-popup-form {
  margin-top: 15px;
}
#newsletter-popup .form.subscribe {
  max-width: 490px;
  margin: 0 auto;
}
#newsletter-popup .form.subscribe .checkbox {
  clear: both;
}
#newsletter-popup .form.subscribe .checkbox:before,
#newsletter-popup .form.subscribe .checkbox:after {
  contnet: '';
  clear: both;
  display: block;
}
#newsletter-popup .form.subscribe .checkbox input[type="checkbox"] {
  margin-top: 3px;
}
#newsletter-popup .form-group.newsletter {
  float: left;
  width: 80%;
}
#newsletter-popup .actions {
  float: left;
  width: 20%;
}
#newsletter-popup .actions .btn-primary {
  display: block;
  border: 0;
  margin: 0;
  clear: none;
  border-radius: 0;
  background-color: #7d3892;
  font-size: 14px;
  color: #fff;
  padding: 0 34px;
  height: 45px;
  text-transform: uppercase;
  line-height: 14px;
}
#newsletter-popup .actions .btn-primary:hover {
  opacity: 0.8;
}
#newsletter-popup .form-group.newsletter .control input[type="email"] {
  font-size: 14px;
  line-height: 45px;
  height: 45px;
  background-color: #e1e1e1;
  border: 0;
  border-radius: 0;
  padding: 5px 10px;
  margin-bottom: 3%;
}
.block-reorder .actions-toolbar {
  padding-top: 15px;
}
.block-reorder li.product-item {
  border-bottom: 1px solid #ddd;
  margin: 0 !important;
  padding: 8px 0;
}
.block-reorder li.product-item .product-item-name {
  margin: 0;
}
.field.choice {
  margin-bottom: 15px;
}
.field.choice input,
.field.choice label {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-weight: 400;
}
.bundle-options-container form {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}
.bundle-options-container form:after {
  content: "";
  display: table;
  clear: both;
}
.bundle-options-container form .bundle-options-wrapper {
  float: left;
  padding: 30px 15px 0;
  width: 57%;
  vertical-align: top;
}
@media (max-width: 767px) {
  .bundle-options-container form .bundle-options-wrapper {
    width: 100%;
  }
}
.bundle-options-container form .block-bundle-summary {
  float: left;
  padding: 30px 15px 0;
  vertical-align: top;
  width: 43%;
}
@media (max-width: 767px) {
  .bundle-options-container form .block-bundle-summary {
    width: 100%;
  }
}
.bundle-options-container form .block-bundle-summary > .title {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 25px;
  padding-bottom: 12px;
}
.bundle-options-container form .block-bundle-summary > .title > strong {
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 2rem;
  margin-top: 2.5rem;
}
.bundle-options-container form .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 25px;
  padding-bottom: 12px;
}
.bundle-options-container .product-options-wrapper .legend.title {
  padding-bottom: 10px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px solid #e4e4e4;
  padding-top: 20px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0 none;
  padding-top: 0;
}
.bundle-options-container .nested .field.qty {
  margin: 20px 0;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .nested .field.qty > .label {
  display: inline-block;
  margin: 0 0 8px;
  font-weight: 600;
}
.bundle-options-container .nested .field.qty .input-text.qty {
  width: 54px;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .bundle-info .product-image-container {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  display: block;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 2rem;
  margin-top: 2.5rem;
}
.table-wrapper.grouped thead tr th,
.table-wrapper.grouped thead tr td {
  text-transform: uppercase;
  vertical-align: middle;
  border: 1px solid #c2c2c2 !important;
}
.table-wrapper.grouped tbody tr th,
.table-wrapper.grouped tbody tr td {
  vertical-align: middle;
  border: 1px solid #c2c2c2 !important;
}
.table-wrapper.grouped .col.qty {
  width: 80px;
}
.table-wrapper.grouped .control.qty .input-text.qty {
  width: 54px;
}
.table-wrapper.grouped .col.item .price-box .price-container .price {
  font-size: 18px;
}
.footer_purple_block {
  padding: 30px 20px 80px;
  background-color: #7d3892;
  text-align: center;
}
.footer_purple_block h5 {
  text-align: left;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
footer .col-lg-3 {
  padding: 0px;
}
.footer_purple_block p {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-align: left;
  color: #fff;
  font-size: 16px;
  margin-bottom: 1.5rem;
}
footer .newsletter .subscribe {
  display: flex;
  background: #fff;
  padding: 3px 0;
  border-radius: 5px;
}
footer .newsletter {
  margin-bottom: 0px;
}
footer .newsletter input {
  border: none;
  border-right: 1px solid #d9d9d9;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  float: left;
  font-style: italic;
  font-size: 13px;
  height: 3.5rem;
}
footer button.action.subscribe.btn.btn-primary {
  float: none;
  margin: 0;
  background-color: #fff;
  color: #252525;
  font-weight: 700;
  padding-left: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 0;
  height: 3.5rem;
  font-size: 15px;
  text-align: center !important;
  font-family: 'Open Sans';
  text-transform: uppercase;
}
footer .socils_row {
  border-top: 1px solid #d9d9d9;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
}
footer .socils_row h5 {
  display: inline-block;
  color: #4a4a4a;
  font-weight: 600;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .25px;
  margin-right: 10px;
}
footer .socils_row ul {
  display: inline-flex;
}
footer .socils_row ul li a {
  background-color: #1cbbb4;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 27px;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  line-height: 45px;
  border: 1px solid #1cbbb4;
}
footer .socils_row ul li a:hover {
  background-color: white;
  color: #1cbbb4;
  border: 1px solid #1cbbb4;
}
footer .socils_row ul li {
  margin-right: 10px;
}
.footer_columns_inner {
  padding: 20px 10px 20px 40px;
  border-bottom: 1px solid #d9d9d9;
}
.footer_columns_inner .col-lg-3 h4 {
  font-size: 12px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
}
.footer_columns_inner .col-lg-3 ul li {
  list-style: none;
  margin: 20px 0;
  padding: 0px;
}
.footer_columns_inner .col-lg-3 ul li a {
  font-size: 13px;
  color: #3b3b3b;
  font-weight: 400;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.footer_columns_inner .col-lg-3 ul li a:hover {
  text-decoration: underline;
}
.footer-info-project a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.footer-info-project p:nth-child(1) {
  margin: 0px;
}
.footer-info-project p {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
}
.footer-info-project p:nth-child(3) {
  color: #1cbbb4;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.footer-info-project p:nth-child(3) a:before {
  content: '>';
  margin-right: 10px;
}
.footer-info-project p:nth-child(3) a:hover {
  background-color: #1cbbb4;
  color: #fff !important;
}
.footer-info-project p:nth-child(3) a {
  color: #1cbbb4;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  padding: 5px 10px;
  text-decoration: none;
}
.header_black_promo {
  padding: 0px;
  background: black;
  text-align: center;
}
.black_stipe_block p {
  margin: 0px;
  padding: 5px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.black_stipe_block p a {
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}
.header_myacc {
  color: #959595;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
.title_home_second h3 {
  font-size: 26px;
  margin: .3em 0 .2em 0;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding: 1em 0 0 0;
  line-height: normal;
}
.title_home_second p {
  padding: 0 0 2em;
  margin: 0;
  font-style: italic;
  font-size: 20px;
  text-align: center;
  color: #2d2d2d;
  font-family: "Zilla Slab", Arial, Helvetica, sans-serif;
  letter-spacing: .25px;
}
.hp_solution_home .title {
  background-color: #d4d4d4;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0;
  letter-spacing: 1px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.hp_solution_home .three_cols_first a {
  text-decoration: none;
}
.hp_solution_home .three_cols_first {
  border: 1px solid #d9d9d9;
}
.hp_solution_home .three_cols_first .title {
  display: block;
  background-color: #d4d4d4;
  color: #000;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 0;
  letter-spacing: 1px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.hp_solution_home .pet-problem {
  font-size: 21px;
  font-weight: 600;
  padding: 20px 10px 10px;
  text-align: center;
  color: #4f4f4f;
  line-height: inherit;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin-bottom: 0px;
  display: block;
}
.hp_solution_home img {
  width: 100%;
}
.hp_solution_home .recommendation {
  display: block;
  text-align: center;
  padding: 0 1em 1em 1em;
}
.hp_solution_home .recommendation .btn {
  color: #000;
  border: 1px solid #000;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
  max-width: 180px;
  margin-top: 20px;
  width: 180px;
  border-radius: 0px;
}
.hp_solution_home .recommendation .btn:hover {
  background-color: #000;
  color: #fff;
}
.more-solutions {
  font-size: 25px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin-top: 62px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin-bottom: 2em;
}
.more-solutions p a {
  margin-left: 10px;
  font-size: 15px;
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  padding: 10px 30px;
  margin: 10px 0 0 5px;
  border: 1px solid transparent;
  text-decoration: none;
}
.more-solutions p a:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}
.promo_block_home .promobanner {
  border-bottom: 1px solid #e8e8e8;
  padding: 28px 0px;
  border-top: 1px solid #e8e8e8;
}
.shop_cat_home img {
  width: 100%;
}
.shop_cat_home .hp_category_text .hpcat-name a {
  font-size: 50px;
  display: block;
  text-align: center;
  font-family: "Zilla Slab", serif;
  font-weight: 600;
  text-decoration: none;
}
.shop_cat_home .hp_category_text .hpcat-support a {
  font-size: 16px;
  margin-bottom: 10px;
  color: #000;
  display: block;
  text-align: center;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.shop_cat_home .hp_category_text .hpcat-link a {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 16px;
  color: #000;
  text-align: center;
  display: block;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.shop_cat_home .hp_category_text .hpcat-link a:before {
  content: ">";
  margin-right: 5px;
  font-size: 16px;
  line-height: 16px;
}
.hp_category_text .orange a {
  color: #e38601;
}
.hp_category_text .orange a {
  color: #e38601;
}
.hp_category_text .purple a {
  color: #7d3891;
}
.hp_category_text .blue a {
  color: #00ada7;
}
.content_down_home {
  padding: 162px 0 65px;
  background: url(../images/hp-jg-foundation-bg.jpg) 90% 0 no-repeat;
}
.content_down_home .text {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 100px 20px 30px;
  max-width: 720px;
  box-shadow: 0 0 25px 5px #818181;
}
.content_down_home .text .title {
  font-size: 46px;
  color: #000;
  font-weight: 600;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: normal;
}
.content_down_home .text p {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  line-height: 1.7em;
  margin-bottom: 1.5rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.shop_cat_home {
  margin-bottom: 50px;
}
.hp-resource-section {
  padding: 0px 7.5px;
}
.hp-resource-section img {
  width: 100%;
}
.hp-resource-section .orange {
  background: url(../images/hp-resource-bg-1.jpg) center;
  background-repeat: no-repeat;
  padding: 10px;
}
.hp-resource-section .purple {
  background: url(../images/hp-resource-bg-2.jpg) center;
  background-repeat: no-repeat;
  padding: 10px;
}
.hp-resource-section .blue {
  background: url(../images/hp-resource-bg-3.jpg) center;
  background-repeat: no-repeat;
  padding: 10px;
}
.home_down_row .container > .row {
  margin-top: -35px;
  margin-right: 60px;
}
.hp-resource-section .title {
  text-align: center;
}
.hp-resource-section .title {
  min-height: 55px;
}
.hp-resource-section .title a {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 1px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-decoration: none;
}
#tab-label-additional {
  display: none;
}
.hp-resource-section .support_text a {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-align: center;
  display: block;
  text-decoration: none;
}
.hp-resource-section .btn a {
  text-decoration: none;
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 35px;
  margin-bottom: 10px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.hp-resource-section .btn a:hover {
  background-color: black;
  color: white;
}
.hp-resource-section .btn {
  width: 100%;
}
.certificates_container {
  text-align: center;
  padding-top: 1em;
}
.events_middle_block {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-right: #ebebeb 1px solid;
}
.events_middle_block .eventvideo {
  padding: 1em 0 1em 0;
  margin: 0 auto;
}
.events_middle_block .embed-container {
  border-bottom-left-radius: 50px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-bottom-right-radius: 50px;
}
.events_middle_block .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.events_middle_block .blogtitle {
  background-color: #8d04b5;
  padding: .5em 0 .5em 0;
  margin: 0 0 0 0;
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
.cdt {
  text-transform: uppercase;
  padding: .5em 0 .5em 0;
  font-weight: 600;
  font-size: 12px;
  color: #000;
  border-bottom: #ebebeb 1px solid;
  margin-bottom: .5em;
  margin-right: 14px;
}
.cdt a {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.leftnav-title {
  text-transform: uppercase;
  padding: 0 0 1em 0;
  font-weight: 600;
  font-size: 12px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.leftnav-title a {
  color: #8d04b5;
  text-decoration: none;
}
.leftnav-title a:hover {
  color: #fe4e13;
}
.leftnav-tip {
  padding: .0 0 .7em .2em;
}
.leftnav-tip a {
  color: #000;
  font-size: 12px;
  text-decoration: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.leftnav-tip a:hover {
  color: #fe4e13;
}
.leftnav-tip:before {
  color: #fe4e13;
  content: '\f47a';
  font-family: Ionicons;
  margin-right: 10px;
}
.datesrow-beta {
  border-bottom: 1px solid #b482bb;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 1em;
  max-width: 900px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}
.dates-alpha {
  font-family: 'Open-Sans', helvetica;
  width: 100%;
  padding-left: 0.5em;
}
.dates-month {
  display: block;
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.dates-alpha h2 {
  font-family: 'Zilla Slab', serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
  display: inline-block;
  color: #000;
  font-size: 24pt;
}
.dates-venue {
  font-size: 1em;
  letter-spacing: 1px;
  display: block;
}
.dates-alpha a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.buy-friday a {
  margin-right: .5em;
  padding: 1em;
  line-height: normal;
  border-radius: 10px;
  font-family: 'Open Sans', serif;
  font-weight: bold;
  display: inline-block;
  font-size: 1em;
  text-decoration: none;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  background: #d78b1b;
}
.buy-friday a:hover {
  transition: all 0.5s ease;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  background: #070f3e;
  -webkit-box-shadow: inset 10px 10px 20px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 10px 10px 20px -10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 10px 10px 20px -10px rgba(0, 0, 0, 0.5);
}
.about-banner {
  padding-top: 0;
  margin-bottom: 50px;
  background: url(/pub/media/mpanel/backgrounds/h/p/about-main-bg.jpg) center 0% no-repeat;
  background-size: cover;
}
.about-banner .container {
  padding: 0 15px;
}
.about-banner .text {
  padding-left: 50px;
  padding-bottom: 274px;
  background: 0 0;
  padding: 10px 0 180px;
  max-width: 520px;
}
.about-banner .text h2 {
  font-size: 50px;
  color: #000;
  font-weight: 600;
  line-height: 1.5em;
  margin: 1rem 0 0;
  font-family: 'Open Sans';
  text-align: left;
}
.about-banner .text p {
  color: #000;
  font-size: 20px;
  margin: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.jg-about-promise h3 {
  font-size: 50px;
  margin-bottom: 70px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-top: 2.28571rem;
  color: #2d2d2d;
  letter-spacing: .25px;
  text-align: center;
}
.jg-about-promise ul {
  max-width: 800px;
  margin: 0 auto;
}
.jg-about-promise li {
  padding-left: 160px;
  margin: 50px 0;
  list-style: none;
  position: relative;
}
.jg-about-promise li img {
  width: auto;
  position: absolute;
  left: 0;
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.jg-about-promise li h4 {
  font-size: 35px;
  color: #363535;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .25px;
  margin-bottom: .78571rem;
}
.jg-about-promise li p {
  font-size: 28px;
  letter-spacing: 2px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 1.5rem;
}
.about-info-block .container {
  max-width: 1500px;
  padding: 0;
  width: 100%;
}
.about-info-block .row {
  overflow: hidden;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.about-info-block .row1 .right {
  padding: 10px 10% 10px 50px;
  position: relative;
  float: right;
  width: 50%;
}
.about-info-block .ribbon {
  font-size: 29px;
  top: 20px;
  margin: 0;
  left: 0px;
  right: auto;
  background-color: #aaa;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  padding: 5px 20px;
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  position: absolute;
}
.about-info-block .ribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  border: 1px solid #aaa;
  border-left-color: #aaa;
  z-index: 0;
  right: -50px;
  border-right-color: transparent;
  border-width: 70px 50px 0 0;
  border-top-width: 51px;
}
.about-info-block .row1 h3 {
  margin-top: 65px;
  font-size: 50px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.about-info-block p {
  font-size: 20px;
  line-height: 1.8em;
  font-weight: 400;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin-bottom: 1.5rem;
}
.about-info-block a {
  font-size: 20px;
  display: inline-block;
  border: 1px solid #000;
  text-transform: uppercase;
  color: #000;
  padding: 10px 30px;
  text-decoration: none;
}
.about-info-block a:hover {
  background-color: #000;
  color: #fff;
}
.about-info-block .left {
  float: left;
  width: 50%;
}
.about-info-block img {
  display: block;
  margin: auto;
  width: 100%;
}
.about-info-block .row {
  overflow: hidden;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.about-info-block .row2 .left {
  padding: 50px 50px 50px 10%;
  float: left;
  width: 50%;
}
.about-info-block .row2 .left {
  padding: 50px 50px 50px 10%;
}
.about-info-block .right {
  float: right;
  width: 50%;
}
.about-info-block h3 {
  font-size: 50px;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 10px;
}
.about-info-block .row1 h3.last:before {
  content: '\2709';
}
.page-heading {
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  margin: 1rem 0;
  font-family: 'Open Sans';
  color: #2d2d2d;
  letter-spacing: .25px;
}
.page-heading,
.section-description #short-description {
  margin: 1rem 0;
}
.accordion--navList .accordion-title,
.card-title,
.jg-tip .txt1 h4,
.jg-tip h3,
.page-heading,
.sidebarBlock-heading {
  font-family: 'Open Sans';
}
p {
  margin-bottom: 1.5rem;
}
.breadcrumb {
  text-align: left;
  margin-top: 20px;
  padding: 0px;
  background: transparent;
}
.breadcrumb li a {
  color: #7a7a7a;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
a {
  background-color: transparent;
  color: #4f4f4f;
  line-height: inherit;
  text-decoration: underline;
}
a:focus,
a:hover,
cite {
  color: #a5a5a5;
  cursor: pointer;
  outline: 0;
}
.breadcrumb > li {
  display: inline-block;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.footer-info-col,
.page-content,
.page-content--full,
.page-sidebar {
  padding-left: .75rem;
  padding-right: .75rem;
}
.shipping_block {
  max-width: 1230px;
  margin: auto;
  padding-left: .75rem;
  padding-right: .75rem;
  margin-top: 1.5em;
}
.page-header {
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  font-family: 'Open Sans';
  color: #2d2d2d;
  letter-spacing: .25px;
  border: none;
  margin: 14px auto;
  max-width: 1230px;
}
.cms-new-years-wellness-guide .breadcrumbs {
  display: none;
}
.cms-about .breadcrumbs {
  display: none;
}
.cms-about #maincontent {
  width: 100%;
  padding: 0px;
}
.cms-new-years-wellness-guide #maincontent {
  width: 100%;
  padding: 0px;
}
.cms-jg-foundation .breadcrumbs {
  display: none;
}
.cms-jg-foundation #maincontent {
  width: 100%;
  padding: 0px;
}
.cms-solutions .breadcrumbs {
  display: none;
}
.cms-solutions #maincontent {
  width: 100%;
  padding: 0px;
}
.foundation-banner {
  background: url(/pub/media/mpanel/backgrounds/h/p/foundation-main-bg.jpg) 0 0 no-repeat;
  background-position: center;
  width: 100%;
  background-size: cover;
}
.foundation-banner .content {
  padding: 50px 15px;
}
.foundation-banner .page-heading {
  font-size: 45px;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 20px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.foundation-banner a {
  text-decoration: none;
}
.foundation-banner .content .text {
  width: 55%;
  margin-left: auto;
  max-width: 590px;
}
.foundation-banner .content h2 {
  font-size: 35px;
  color: #c5dce3;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
}
.foundation-banner .content p {
  font-size: 28px;
  margin-bottom: 40px;
  line-height: 1.6em;
  color: #cef3ff;
  text-align: center;
  padding: 0 10px;
}
.foundation-banner .content .cta {
  font-size: 25px;
  color: #fdd001;
  border: 1px solid #fdd001;
  text-align: center;
  font-weight: 600;
  margin: auto;
  padding: 10px;
  max-width: 505px;
}
.foundation-banner .content .cta a {
  color: #fdd001;
}
.foundation-banner .content .cta a:hover {
  color: #000000;
}
.foundation-story {
  padding-top: 20px;
  margin-bottom: 50px;
}
.foundation-story .container {
  padding: 0 15px;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}
.foundation-story .video {
  width: 55%;
  padding-bottom: 30%;
  float: right;
  position: relative;
  height: 0;
  margin-bottom: 20px;
  opacity: 1;
  display: block;
}
.foundation-story .text {
  padding-right: 60px;
  width: 40%;
  float: left;
}
.foundation-story h3 {
  font-size: 30px;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
  color: #2d2d2d;
  letter-spacing: .25px;
  font-weight: 600;
}
.foundation-story p {
  font-size: 24px;
  line-height: 42px;
  text-align: left;
  color: #000;
}
.foundation-story .video iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.foundation-connect {
  text-align: center;
  margin-bottom: 30px;
}
.foundation-connect .container {
  padding: 0 15px;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}
.foundation-connect h2 {
  font-size: 35px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  letter-spacing: 3px;
  font-family: 'Open Sans';
}
.foundation-connect .col3 {
  width: 33.333%;
  float: left;
  padding: 0 .5%;
  margin-bottom: 30px;
}
.foundation-connect .col3 .image img {
  width: 100%;
}
.foundation-connect .col3 .title {
  font-size: 40px;
  color: #000;
  font-weight: 600;
  text-align: center;
}
.foundation-connect .col3 .title a {
  color: #000;
  text-decoration: none;
}
.foundation-connect .col3 .subtext {
  padding: 0 30px;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.foundation-connect .col3 .subtext a {
  color: #000;
  text-decoration: none;
}
.foundation-connect .col3 .btn {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  margin: auto;
  float: none;
  display: block;
}
.foundation-connect .col3 .btn a {
  color: #000;
  text-decoration: none;
}
.foundation-connect .col3 .btn:before {
  content: "\f3d1";
  font-family: Ionicons;
  margin-right: 5px;
  font-size: 17px;
  vertical-align: middle;
}
.foundation-message {
  display: block;
  border-top: 1px solid #7d3892;
  border-bottom: 1px solid #7d3892;
  background-color: #eeedee;
}
.foundation-message .container {
  max-width: 1055px;
}
.foundation-message .text {
  width: 56%;
  padding-right: 10px;
  padding-top: 50px;
  float: left;
}
.foundation-message .quote {
  color: #000;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  line-height: 3.5rem;
  margin-bottom: 20px;
  position: relative;
}
.foundation-message .quote:before {
  content: url(/pub/media/mpanel/backgrounds/h/p/jg-quote-icon-left.png);
  margin-left: -50px;
  margin-right: 15px;
}
.foundation-message .quote:after {
  content: url(/pub/media/mpanel/backgrounds/h/p/jg-quote-icon-right.png);
  margin-left: 20px;
}
.foundation-message .author {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.foundation-message .author-desc {
  text-align: center;
  font-style: italic;
  color: #313131;
  font-size: 18px;
}
.foundation-message .image {
  width: 44%;
  float: left;
  text-align: center;
  padding-top: 30px;
}
.foundation-banner .content .cta:hover {
  background-color: #fdd001;
  color: #000;
}
.cms-jackson-galaxy-cleaning-products .breadcrumb {
  display: none;
}
.cms-cat-daddy-tips .breadcrumb {
  display: none;
}
.cms-cat-daddy-tips #maincontent {
  width: 100%;
  padding: 0px;
}
.cms-all-solutions #maincontent {
  width: 100%;
  padding: 0px;
}
.cms-all-solutions .breadcrumb {
  display: none;
}
.kittyhub-banner {
  background: url(/pub/media/mpanel/backgrounds/h/p/kittyhub-main-bg.jpg) center 0% no-repeat;
  margin-bottom: 20px;
  padding-top: 0;
  background-size: cover;
}
.kittyhub-banner .container {
  padding: 0 15px;
  max-width: 1230px;
  width: 100%;
}
.kittyhub-about .container {
  padding: 0 15px;
  max-width: 1230px;
  width: 100%;
}
.kittyhub-banner .text {
  padding-left: 50px;
  padding-bottom: 294px;
  background: 0 0;
  padding: 10px 0 180px;
  max-width: 530px;
}
.kittyhub-banner .text h1 {
  font-size: 52px;
  color: #000;
  line-height: 1.5em;
  font-weight: 400 !important;
  margin: 1rem 0;
  letter-spacing: .25px;
  font-family: 'Open Sans';
}
.kittyhub-banner .text h1 span {
  line-height: 60px;
  font-weight: 600;
  display: block;
}
.kittyhub-banner .text p {
  color: #000;
  font-size: 23px;
}
.kittyhub-about {
  margin-bottom: 20px;
}
.kittyhub-about .video {
  padding-bottom: 338px;
  width: 50%;
  float: left;
  position: relative;
  margin-bottom: 20px;
  opacity: 1;
  height: auto;
}
.kittyhub-about .video iframe {
  top: 9%;
  left: 45px;
  height: 100%;
  width: 100%;
  position: absolute;
}
.kittyhub-about .text {
  border: 4px solid #e38601;
  width: 50%;
  float: left;
  text-align: center;
  padding: 60px 5%;
}
.kittyhub-about h2 {
  font-size: 55px;
  color: #e38601;
  font-weight: 600;
  font-family: 'Zilla Slab', serif;
  margin-top: 0;
  margin-bottom: 10px;
}
.kittyhub-about p {
  font-size: 25px;
  color: #818181;
  font-weight: 400;
}
.kittyhub-blogs .container {
  padding: 0 36px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width: 1230px;
}
.kittyhub-blogs .main-title {
  color: #7d3892;
  border-bottom: 2px solid #7d3892;
  background: url(/pub/media/mpanel/backgrounds/h/p/kittyhub-jackson.png) 125% 0 no-repeat;
  padding-left: 15px;
  padding-top: 40px;
  padding-bottom: 20px;
  background-position: 92% 0;
  background-size: contain;
}
.kittyhub-blogs .main-title h2 {
  font-size: 50px;
  font-family: 'Open Sans', sans-serif;
  color: #7d3892;
  letter-spacing: .25px;
}
.kittyhub-blogs .main-title h2 span {
  font-weight: 700;
}
.kittyhub-blogs .main-title p {
  font-size: 26px;
  padding-right: 35%;
}
.kittyhub-blogs .articles {
  padding: 30px 0px 15px 0px;
}
.kittyhub-blogs .khb1,
.kittyhub-blogs .khb2,
.kittyhub-blogs .khb3,
.kittyhub-blogs .khb4 {
  width: 32%;
  clear: none;
  margin: 0 .5% 10px;
  float: none;
  display: inline-block;
}
.kittyhub-blogs .khb1 .img,
.kittyhub-blogs .khb2 .img,
.kittyhub-blogs .khb3 .img,
.kittyhub-blogs .khb4 .img {
  width: 100%;
  max-width: 100%;
}
.kittyhub-blogs .khb1 .text,
.kittyhub-blogs .khb2 .text,
.kittyhub-blogs .khb3 .text,
.kittyhub-blogs .khb4 .text {
  width: 100%;
  padding: 0;
  background: rgba(96, 42, 108, 0.8);
  position: absolute;
  bottom: 0;
  float: left;
}
.kittyhub-blogs .kh-blog .title {
  font-size: 21px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  padding: 10px 10px 0;
  margin-bottom: 10px;
}
.kittyhub-blogs .kh-blog .title span {
  font-size: 38px;
  letter-spacing: 0;
  font-weight: 600;
}
.kittyhub-blogs .kh-blog .btn {
  background-color: #7d3892;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-weight: 500;
  font-size: 20px;
  display: block;
}
.kittyhub-blogs .kh-blog .btn:before {
  content: "\f3d1";
  font-family: Ionicons;
  margin-right: 5px;
  font-size: 17px;
  vertical-align: middle;
}
.kittyhub-blogs .kh-blog {
  position: relative;
}
.kittyhub-blogs .kh-blog .img {
  width: 100%;
}
.kittyhub-blogs .kh-blog .img img {
  width: 100%;
}
.kittyhub-blogs .khb5 {
  width: 65%;
  margin: 0 .5%;
  display: inline-block;
  vertical-align: top;
}
.kittyhub-blogs .khb5 .img {
  width: 100%;
  max-width: 100%;
  float: left;
}
.kittyhub-blogs .khb5 .img img {
  width: 100%;
}
.kittyhub-blogs .khb5 .text {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  color: #fff;
  padding: 100px 50px 30px;
  width: 100%;
}
.kittyhub-blogs .khb5 .case-study-title {
  font-size: 36px;
  max-width: 440px;
  line-height: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.kittyhub-blogs .khb5 .case-study-subtitle {
  display: block;
  font-size: 18px;
  margin-bottom: 50px;
}
.kittyhub-blogs .khb5 .btn {
  font-size: 22px;
  background-color: #7d3892;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-weight: 500;
  max-width: 180px;
}
.kittyhub-blogs .khb5 .btn a,
.kittyhub-blogs .khb4 .btn a,
.kittyhub-blogs .khb3 .btn a,
.kittyhub-blogs .khb2 .btn a,
.kittyhub-blogs .khb1 .btn a {
  color: white;
  text-decoration: none;
}
.kitty-hub-subjects {
  margin-bottom: 50px;
}
.kitty-hub-subjects .container {
  padding: 0 15px;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}
.kitty-hub-subjects h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 35px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}
.kitty-hub-subjects a {
  padding: 0 10px;
  width: 400px;
}
.kitty-hub-subjects .khsubject .title {
  text-align: center;
  color: #000;
  font-size: 25px;
  padding: 20px 10px;
}
.kitty-hub-subjects .khsubject .image img {
  margin: auto;
  width: 100%;
}
.kitty-hub-subjects .khsubject .support {
  text-align: center;
  color: #000;
  padding: 20px 31px;
  font-size: 20px;
}
.kitty-hub-subjects .khsubject .btn {
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  background-color: #000;
  color: #fff;
  max-width: 135px;
  margin: auto auto 40px;
  padding: 10px;
  display: block;
}
.kitty-hub-subjects .khsubject .btn a {
  color: white;
  text-decoration: none;
}
.kitty-hub-subjects .see-archive {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  line-height: 24px;
  margin: 40px 0 20px;
  text-align: center;
}
.kitty-hub-subjects .see-archive span {
  font-weight: 400;
  font-size: 20px;
}
.kitty-hub-subjects .see-archive span a {
  text-decoration: underline;
  color: #000;
}
.kitty-hub-subjects .khsubject {
  border: 1px solid #000;
  display: inline-block;
  width: calc(32.34%);
  margin-right: 1%;
}
.kittyhub-promo {
  text-align: center;
}
.kittyhub-promo .container {
  max-width: 1230px;
  width: 100%;
}
.cms-jackson-galaxy-cleaning-products #maincontent {
  width: 100%;
  padding: 0px;
}
.cms-jackson-galaxy-cat-toys #maincontent {
  width: 100%;
  padding: 0px;
}
.cms-jackson-galaxy-cat-toys .breadcrumbs {
  display: none;
}
.cms-jackson-galaxy-cat-furniture #maincontent {
  width: 100%;
  padding: 0px;
}
.cms-jackson-galaxy-cat-furniture .breadcrumbs {
  display: none;
}
.is-blog #maincontent {
  width: 100%;
  padding: 0px;
  max-width: 1230px;
  padding-top: 30px;
}
.is-blog .breadcrumbs {
  display: none;
}
.is-blog .row .main {
  float: right !important;
  width: 70%;
  padding: 0px 15px;
  border-right: #ebebeb 1px solid;
  border-left: #ebebeb 1px solid;
}
.is-blog .sidebar-additional {
  width: 10%;
  padding: 0px;
  float: left !important;
  padding-right: 15px;
}
.is-blog .blog_tags_sidebar {
  margin-right: 7px;
}
.is-blog .blog_tags_sidebar .leftnavwrap {
  width: 130px;
}
.is-blog .blog_tags_sidebar .cdt {
  margin-right: 0;
}
.is-blog .post-list {
  height: 100%;
}
.is-blog .post-list li.item {
  margin: auto;
  width: 33%;
  display: inline-block;
  vertical-align: top;
  padding: 0px 7px;
}
#emailmojo {
  max-width: 60px;
  overflow: hidden;
  height: 90px;
  margin: 0 auto;
}
#emailpeak img {
  max-width: 60px;
  transition: transform 0.5s;
  transform: translate(0, 39px);
  overflow: hidden;
}
#emailmojo:hover #emailpeak img {
  transform: translate(0, 5px);
}
#emailtop {
  position: absolute;
}
#emailtop img {
  max-width: 60px;
}
.is-blog .page-header {
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  background-color: #8d04b5;
  padding: 28px 0px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0px;
}
.is-blog .post-list .post-image {
  float: none;
  margin-right: 0px;
  width: 100%;
}
.is-blog .post-list .post-image a img {
  width: 100%;
  display: inline-block;
  height: 100%;
  border-radius: 10px;
  transition: .5s ease;
  border: 1px solid #ebebeb;
}
.is-blog .post-list .post-image a img:hover {
  opacity: 0.8;
  border: 1px solid #fe4e13 !important;
}
.is-blog .post-entry h2 {
  font-size: 18px;
  margin: 0 0 5px;
  padding: .5em 0 .1em 0;
  transition: .5s ease;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
}
.is-blog .post-entry h2 a {
  color: #8d04b5;
  text-decoration: none;
}
.is-blog .post-entry h2 a:hover {
  color: #000;
}
.is-blog .post-entry .post-excerpt {
  font-size: 12px;
  line-height: 1.3;
  color: #666;
}
.is-blog .post-meta {
  display: none;
}
.rightblog a img {
  width: 100%;
}
.is-blog .sidebar-main .sidebar-additional > .block + .block {
  margin-top: 0px !important;
}
.is-blog .sidebar-main {
  padding: 0px;
  width: 20%;
  float: right;
  padding-left: 15px;
}
.wp-sidebar .block-recent-posts .block-title {
  text-align: center;
  margin: 12px 0px;
  padding-top: 12px;
}
.wp-sidebar .block-recent-posts .block-title strong {
  text-transform: uppercase;
  font-size: 12px;
  padding: 1em 0 1em 0;
  font-weight: 600;
  margin: 1em 0 1em 0;
  color: #000;
  text-align: center;
}
.wp-sidebar .block-recent-posts .block-content li a:nth-child(2) {
  font-size: 15px;
  line-height: normal;
  margin: 0 0 1.5em;
  padding: .5em 0 .1em 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  display: block;
  color: #8d04b5;
}
.wp-sidebar .block-recent-posts .block-content li a:nth-child(2):hover {
  color: #000;
}
.wp-sidebar .block-recent-posts .block-content li a img {
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 10px;
}
.wp-sidebar {
  padding-right: 15px;
}
.rightblog a:hover {
  opacity: 0.8;
}
.wp-sidebar .block-recent-posts .block-content li a:hover img {
  border: 1px solid #fe4e13 !important;
  opacity: 0.8;
}
.is-blog .events_row .blog_tags_sidebar {
  margin-right: 0px;
  padding: 0px 15px;
}
.is-blog .toolbar-amount {
  display: none;
}
.post-view .post-entry .post-image {
  display: none;
}
.popular_products_blog .block-title {
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: #ebebeb 1px solid;
  border-top: #ebebeb 1px solid;
  padding: 1.5em 0 1.5em .5em;
  font-weight: 700;
  margin: 0 0 1em 0;
  color: #959595;
  text-align: center;
  letter-spacing: 1px;
}
.popular_products_blog .products-grid .product-items li {
  width: 20%;
  padding: 0px 11px;
  display: inline-block;
  vertical-align: top;
}
.popular_products_blog .products-grid .product-items li .actions-secondary {
  display: none;
}
.popular_products_blog .products-grid .product-items li .product-item-info {
  padding: 42px;
}
.popular_products_blog .products-grid .product-items li .product-item-info img {
  height: 100%;
  width: 100%;
}
.popular_products_blog .products-grid .product-items li .product-item-name a {
  font-size: 16px;
  font-weight: 600;
  text-align: center !important;
  text-decoration: none;
  display: block;
}
.popular_products_blog .products-grid .product-items li .product-item-name a:hover {
  color: #a5a5a5;
}
.popular_products_blog .products-grid .product-items li .price {
  font-size: 12px;
  color: black;
  text-align: center;
  padding-top: 4px;
}
.popular_products_blog .products-grid .product-items li .price-box {
  text-align: center;
}
.popular_products_blog .products-grid .product-items li .price-box .old-price {
  float: none;
}
.popular_products_blog .products-grid .product-items .actions-primary {
  text-align: center;
}
.popular_products_blog .products-grid .product-items .actions-primary .action {
  background-color: #fe4e13;
  text-transform: uppercase;
  color: #fff;
  border: none;
  font-size: 13px;
  padding: .57143rem 1.5rem;
  border-radius: 4px;
}
.wordpress-post-view .date_header {
  display: block;
  color: #000;
  font-size: 12px;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  padding: 5px 0px;
}
.block-products-list {
  padding-right: 15px;
}
.block-products-list .block-title {
  text-align: center;
  border-bottom: 1px solid lightgray;
}
.block-products-list .block-title strong {
  text-transform: uppercase;
  font-size: 12px;
  padding: 1em 0 1em 0;
  font-weight: 600;
  margin: 1em 0 1em 0;
  color: #000;
  text-align: center;
}
.block-products-list img {
  width: 100%;
}
.block-products-list .product-item-name a {
  font-size: 16px;
  font-weight: 600;
  text-align: center !important;
  text-decoration: none;
  display: block;
}
.block-products-list .product-items li .product-item-name a:hover {
  color: #a5a5a5;
}
.block-products-list .product-items li .price {
  font-size: 12px;
  color: black;
  text-align: center;
  padding-top: 4px;
}
.block-products-list .product-items li .price-box {
  text-align: center;
}
.block-products-list .product-items li .price-box .old-price {
  float: none;
}
.block-products-list .actions-secondary {
  display: none;
}
.block-products-list .actions-primary {
  text-align: center;
}
.block-products-list .actions-primary .action {
  background-color: #fe4e13;
  text-transform: uppercase;
  color: #fff;
  border: none;
  font-size: 13px;
  padding: .57143rem 1.5rem;
  border-radius: 4px;
}
.live_events_menu_block a {
  color: #8d04b5 !important;
  padding-right: 0px !important;
}
.live_events_menu_block a:hover {
  background: none !important;
}
#main-Menucontent .navigation .container {
  max-width: 1230px;
  width: 100%;
  padding: 0px;
}
.blog_menu_item a {
  color: #8d04b5 !important;
}
.blog_menu_item a:hover {
  background: none !important;
}
.blog_menu_item .dropdown-menu {
  height: auto;
  padding: 21px 21px 32px !important;
  text-align: left;
  background-color: #f2f2f2 !important;
  min-width: 280px !important;
  border: none !important;
}
.blog_menu_item .mmLinkCol {
  border-top: 1px solid #ccc;
}
.navPage-subMenu-list li a:hover {
  text-decoration: underline;
  color: #8d04b5;
}
#TrustColumn {
  background-color: #efefef;
  padding: 20px;
  text-align: center;
  width: 19%;
  float: right;
  /* margin-bottom:100%; */
}
#TrustColumn img {
  display: block;
  margin: 0 auto;
}
#TrustColumn strong {
  font-size: 15px;
  display: block;
  margin: 5px 0;
  text-transform: uppercase;
}
.cart-container .form-cart {
  width: 77%;
  padding: 0px 15px;
}
.cart-summary .table-wrapper .table > thead > tr > th,
.cart-summary .table-wrapper .table > tbody > tr > th,
.cart-summary .table-wrapper .table > tfoot > tr > th,
.cart-summary .table-wrapper .table > thead > tr > td,
.cart-summary .table-wrapper .table > tbody > tr > td,
.cart-summary .table-wrapper .table > tfoot > tr > td {
  border: none;
  color: #111;
  font-size: 15px;
  padding: 15px 0px;
  font-weight: 400;
  text-transform: uppercase;
}
.cart-summary .table-wrapper .table > tbody > tr > td.amount {
  text-align: right;
}
.cart-summary .table-wrapper .table > tbody > tr > th .label {
  font-weight: 400;
  font-size: 15px;
}
.cart-summary .table-wrapper .table > tbody > tr > th.mark strong {
  font-weight: 400;
}
.cart-summary button.checkout {
  max-width: 100%;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 17px;
  border: 2px solid #fe4e13 !important;
  background-color: #fe4e13 !important;
  color: #fff;
  text-transform: uppercase;
}
.cart-summary > .title {
  display: none;
}
.cart-summary .title {
  border: none !important;
}
.cart .item-info .product-image-photo {
  width: 80px;
  height: 100px;
}
.cart.table-wrapper .product-item-details {
  vertical-align: bottom;
}
.cart.table-wrapper .cart thead tr th.col span {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}
.cart.table-wrapper .cart thead tr th.price {
  text-align: left;
}
.cart.table-wrapper .cart thead tr th.qty {
  text-align: center;
}
.cart.table-wrapper .cart thead tr th.subtotal {
  text-align: right;
  padding-right: 0px;
}
.cart.table-wrapper .cart tbody tr td.price {
  text-align: left;
  padding-left: 0px;
  vertical-align: middle;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cart.table-wrapper .cart tbody tr td.price span {
  font-size: 15px;
  font-weight: 400;
}
.cart.table-wrapper .cart tbody tr td.qty {
  text-align: center;
  vertical-align: middle;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cart.table-wrapper .cart tbody tr td.subtotal {
  text-align: right;
  vertical-align: middle;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cart.table-wrapper .cart tbody tr td.subtotal span {
  font-size: 15px;
  font-weight: 400;
}
.cart.table-wrapper .col.qty .input-text {
  margin: auto;
  float: none;
  border: 1px solid black;
  padding: 0px;
}
#shopping-cart-table tbody .item td.subtotal a span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#shopping-cart-table tbody .item td.subtotal a:before {
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  content: '\f040';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .action-edit {
  display: none !important;
}
.form-cart .actions .continue {
  background-color: #d4d4d1;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  max-width: 255px;
  width: 100%;
  padding: 7px 0px;
  border: none;
}
.form-cart .actions .clear {
  background-color: transparent;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  max-width: 225px;
  width: 100%;
  padding: 7px 0px;
  color: #FE4E13;
  border: 1px solid #FE4E13;
}
.form-cart .actions .update {
  background-color: transparent;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  max-width: 225px;
  width: 100%;
  padding: 7px 0px;
  color: #FE4E13;
  border: 1px solid #FE4E13;
}
.form-cart .actions .continue span:before {
  content: '<';
  padding-right: 5px;
}
.cart .actions .continue:hover {
  border: none;
}
.cart-summary #block-shipping-heading {
  border: none;
  color: #111;
  font-size: 15px;
  padding: 15px 0px;
  font-weight: 400;
  text-transform: uppercase;
}
.cart-summary #block-discount-heading {
  border: none;
  color: #111;
  font-size: 15px;
  padding: 15px 0px;
  font-weight: 400;
  text-transform: uppercase;
}
.cart-summary .shipping .title {
  outline: none !important;
}
.cart-summary .discount .title {
  outline: none !important;
}
.cart-summary #discount-coupon-form .coupon .field {
  display: inline-block;
  width: 59%;
}
.cart-summary #discount-coupon-form .coupon .actions-toolbar {
  display: inline-block;
  width: 40%;
}
.cart-summary #discount-coupon-form .coupon .label {
  display: none;
}
.cart-summary #discount-coupon-form .coupon .actions-toolbar .apply {
  min-width: auto;
  max-width: 100%;
  letter-spacing: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  background-color: transparent;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  width: 100%;
  padding: 10px 0px;
  color: #FE4E13;
  border: 1px solid #FE4E13;
  font-weight: 600;
  border-radius: 3px;
}
.cart-summary #discount-coupon-form .coupon .field .control input {
  box-shadow: none;
  height: 41px;
}
.cart-summary .mage-error {
  position: absolute;
  color: red;
}
.cart.table-wrapper .product-item-name > a:hover {
  color: black !important;
}
#minicart-content-wrapper .actions #top-cart-btn-checkout {
  max-width: 100%;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 17px;
  border: 2px solid #fe4e13 !important;
  background-color: #fe4e13 !important;
  color: #fff;
  text-transform: uppercase;
}
#minicart-content-wrapper #mini-cart li.item .product-item-name a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
#minicart-content-wrapper #mini-cart li.item .qty input {
  border: 1px solid black;
  padding: 0px;
}
.checkout-cart-index .page-title-wrapper .page-header {
  padding: 0px 15px;
  margin: 30px 0px;
  text-transform: uppercase;
}
.checkout-methods-items .action.primary span:before {
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 18px;
  color: white;
  content: '\f07a';
  font-family: 'FontAwesome';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  padding-right: 10px;
}
#shipping-new-address-form > .field:nth-child(1) {
  display: inline-block;
  width: 50%;
  padding-right: 15px;
  float: left;
}
#shipping-new-address-form .field:nth-child(2) {
  display: inline-block;
  width: 50%;
  float: left;
}
#shipping-new-address-form .control input {
  background-color: #fff;
  border-color: #dfdfdf;
  color: #454545;
  padding: 11px 14px;
  transition: border-color 0.1s ease-out;
  width: 100%;
  border-radius: 4px;
  height: 46px;
}
#shipping-new-address-form .control input:focus {
  box-shadow: 0 0 3px rgba(68, 150, 246, 0.4), inset 0 1px 1px #ebebeb;
}
#shipping-new-address-form .additional {
  display: none !important;
}
#shipping-new-address-form .control select {
  border-radius: 4px;
  padding: .75rem 3rem .75rem 1rem;
  font-style: italic;
  height: 46px;
}
#customer-email-fieldset .field .control input {
  background-color: #fff;
  border-color: #dfdfdf;
  color: #454545;
  padding: 11px 14px;
  transition: border-color 0.1s ease-out;
  width: 90% !important;
  border-radius: 4px;
  height: 46px;
}
#customer-email-fieldset .field .control input:focus {
  box-shadow: 0 0 3px rgba(68, 150, 246, 0.4), inset 0 1px 1px #ebebeb;
}
#customer-email-fieldset .actions-toolbar .login {
  max-width: 100%;
  background-color: #fe4e13;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 18px;
  border: 2px solid #fe4e13;
  padding-top: 15px;
  padding-bottom: 15px;
  min-width: 175px;
  margin-bottom: 0;
  color: #fff;
  line-height: 10px;
  text-transform: uppercase;
  border-radius: 0px;
}
#shipping-new-address-form .field .control._with-tooltip input {
  width: 90% !important;
}
#shipping-method-buttons-container .continue {
  max-width: 100%;
  background-color: #fe4e13;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 22px;
  border: 2px solid #fe4e13;
  padding-top: 15px;
  padding-bottom: 15px;
  min-width: 255px;
  margin-bottom: 0;
  color: #fff;
  line-height: 22px;
}
#shipping-method-buttons-container .continue:hover {
  background-color: white;
  border: 2px solid #fe4e13;
  color: #fe4e13;
}
.mage-error {
  color: red;
}
.field-error span {
  color: red;
}
#TrustColumn strong.pmethods_opt {
  margin-top: 20px;
  font-size: 13px;
}
#TrustColumn .cards_img {
  margin-top: 30px;
}
#TrustColumn .cards_img img {
  width: 100%;
}
.block-customer-login .actions-toolbar .login {
  max-width: 100%;
  background-color: #fe4e13;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 22px;
  border: 2px solid #fe4e13;
  padding-top: 15px;
  padding-bottom: 15px;
  min-width: 255px;
  margin-bottom: 0;
  color: #fff;
  line-height: 22px;
  text-transform: uppercase;
}
.block-customer-login .control input {
  background-color: #fff;
  border-color: #dfdfdf;
  color: #454545;
  font-size: 14px;
  height: 46px;
  transition: border-color 0.1s ease-out;
  width: 100%;
  border-radius: 4px;
}
.block-new-customer {
  background: #f2f2f2;
  padding: 28px;
}
.block-new-customer a.create {
  max-width: 100%;
  background-color: #fe4e13;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 22px;
  border: 2px solid #fe4e13;
  margin-bottom: 0;
  color: #fff;
  line-height: 22px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 25px;
}
.account .row .sidebar-main {
  width: 100%;
}
.account .row .main {
  width: 100%;
}
.account .sidebar-additional {
  display: none;
}
.account .row .sidebar-main .account-nav ul {
  display: inline-flex;
}
.account .row .sidebar-main #account-nav {
  text-align: center;
  margin-bottom: 50px;
}
.account .row .sidebar-main .account-nav ul li {
  border: none;
}
.account .row .sidebar-main .account-nav ul li a {
  color: #989898;
  font-size: 14px;
  text-decoration: none;
  background: none;
}
.account .row .sidebar-main .account-nav ul li.current strong {
  color: #000;
  text-decoration: none;
  background: none;
  line-height: 40px;
  border-bottom: 1px solid black;
}
.account .row .sidebar-main .account-nav ul li.current a {
  padding: 0px;
}
.account .row .sidebar-main .account-nav ul li a:hover {
  color: #4f4f4f;
}
.account .row .my-account-main .box-actions .edit {
  max-width: 100%;
  background: transparent;
  letter-spacing: 1px;
  font-weight: 700;
  border: 2px solid #fe4e13;
  margin-bottom: 0;
  color: #fe4e13;
  line-height: 22px;
  background-color: transparent;
  font-size: 13px;
  padding: 5px 15px;
  text-transform: uppercase;
  text-decoration: none;
}
.account .row .my-account-main .box-actions .change-password {
  color: #454545;
  background-color: #d4d4d1;
  text-transform: uppercase;
  margin-left: 10px;
  font-weight: 600;
  text-decoration: none;
  font-size: 13px;
  border: 2px solid #d4d4d1;
  margin-bottom: 0;
  padding: 10px 0px;
  max-width: 170px;
  width: 100%;
  line-height: 14px;
}
.account .row .my-account-main .box {
  padding-bottom: 40px;
}
.account .row .my-account-main .box h3 {
  font-weight: 600;
}
.account .row .my-account-main .box-actions .change-password:hover {
  border: 2px solid black;
}
.account .row .my-account-main .edit {
  max-width: 100%;
  background: transparent;
  letter-spacing: 1px;
  font-weight: 700;
  border: 2px solid #fe4e13;
  margin-bottom: 0;
  color: #fe4e13;
  line-height: 22px;
  background-color: transparent;
  font-size: 13px;
  padding: 5px 15px;
  text-transform: uppercase;
  text-decoration: none;
}
.account .row h3 {
  font-weight: 600;
}
.account .actions-toolbar .back {
  display: none;
}
.account .actions-toolbar .add {
  max-width: 100%;
  background-color: #fe4e13;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid #fe4e13;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  min-width: 255px;
  margin-bottom: 0;
  color: #fff;
  border-radius: 0px;
}
.account .form-address-edit .control input {
  background-color: #fff;
  border-color: #dfdfdf;
  color: #454545;
  padding: 11px 14px;
  transition: border-color 0.1s ease-out;
  width: 100%;
  border-radius: 4px;
  height: 46px;
}
.account .form-address-edit .control input:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.account .form-address-edit .control select {
  background-color: #fff;
  border-color: #dfdfdf;
  color: #454545;
  padding: 11px 14px;
  transition: border-color 0.1s ease-out;
  width: 100%;
  border-radius: 4px;
  height: 46px;
}
.account .form-address-edit .control select:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.account .actions-toolbar .save {
  max-width: 100%;
  background-color: #fe4e13;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid #fe4e13;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  min-width: 255px;
  margin-bottom: 0;
  color: #fff;
  border-radius: 0px;
}
.account .form-edit-account legend {
  border-bottom: none;
}
.account .form-edit-account legend span {
  font-weight: 600;
}
.account .form-edit-account .control input {
  background-color: #fff;
  border-color: #dfdfdf;
  color: #454545;
  padding: 11px 14px;
  transition: border-color 0.1s ease-out;
  width: 100%;
  border-radius: 4px;
  height: 46px;
}
.account .form-edit-account .control input:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.account .form-edit-account .choice {
  margin-top: 15px;
}
.account .form-edit-account .choice label {
  margin: 0px;
}
.account .form-wishlist-items .wishlist-table .product-image-wrapper img {
  height: 150px;
  width: auto;
}
.account .form-wishlist-items .wishlist-table .first th {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}
.account .form-wishlist-items .wishlist-table .product-item-name a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
.account .form-wishlist-items .wishlist-table tbody tr td {
  vertical-align: middle;
}
.account .form-wishlist-items .wishlist-table .price-as-configured {
  margin: 0px;
}
.account .form-wishlist-items .wishlist-table .price {
  font-size: 15px;
  font-weight: 400;
  color: black;
}
.account .form-wishlist-items .actions-toolbar button.update {
  background-color: transparent;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  max-width: 185px;
  width: 100%;
  padding: 7px 0px;
  color: #FE4E13;
  border: 1px solid #FE4E13;
  margin-left: 10px;
}
.account .form-wishlist-items .actions-toolbar button.share {
  background-color: transparent;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  max-width: 185px;
  width: 100%;
  padding: 7px 0px;
  color: #FE4E13;
  border: 1px solid #FE4E13;
  margin-left: 10px;
}
.account .form-wishlist-items .actions-toolbar button.tocart {
  font-weight: 600;
  font-size: 17px;
  border: 1px solid #fe4e13 !important;
  background-color: #fe4e13 !important;
  color: #fff;
  text-transform: uppercase;
  margin-left: 10px;
  max-width: 185px;
  width: 100%;
}
.account .form-wishlist-items .wishlist-table .box-tocart {
  padding-top: 40px;
}
.account .form-wishlist-items .wishlist-table .box-tocart .qty {
  display: inline-block;
}
.account .form-wishlist-items .wishlist-table .box-tocart .qty input {
  height: 40px;
  border: 1px solid black;
}
.account .form-wishlist-items .wishlist-table .box-tocart .product-item-actions {
  display: inline-block;
}
.account .form-wishlist-items .wishlist-table .box-tocart .product-item-actions button {
  font-weight: 600;
  font-size: 17px;
  border: none;
  background-color: #fe4e13 !important;
  color: #fff;
  text-transform: uppercase;
  margin-left: 5px;
  width: 100%;
  height: 40px;
  border-radius: 0;
  margin-top: -3px;
}
.customer-account-create .form-create-account .control input {
  background-color: #fff;
  border-color: #dfdfdf;
  color: #454545;
  padding: 11px 14px;
  transition: border-color 0.1s ease-out;
  width: 100%;
  border-radius: 4px;
  height: 46px;
}
.customer-account-create .form-create-account .control input:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.customer-account-create .form-create-account .actions-toolbar .submit {
  max-width: 100%;
  background-color: #fe4e13;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 22px;
  border: 2px solid #fe4e13;
  padding-top: 15px;
  padding-bottom: 15px;
  min-width: 255px;
  margin-bottom: 0;
  color: #fff;
  line-height: 22px;
  text-transform: uppercase;
  border-radius: 0px;
}
.customer-account-forgotpassword .forget .control input {
  background-color: #fff;
  border-color: #dfdfdf;
  color: #454545;
  padding: 11px 14px;
  transition: border-color 0.1s ease-out;
  width: 100%;
  border-radius: 4px;
  height: 46px;
}
.customer-account-forgotpassword .forget .control input:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.customer-account-forgotpassword .forget .actions-toolbar .submit {
  max-width: 100%;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 17px;
  border: 2px solid #fe4e13 !important;
  background-color: #fe4e13 !important;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0px;
}
.customer-account-forgotpassword .forget .actions-toolbar .back {
  display: none;
}
.customer-account-forgotpassword .forget .captcha .captcha-reload {
  background-color: transparent;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  max-width: 175px;
  width: 100%;
  padding: 7px 0px;
  color: #FE4E13;
  border: 1px solid #FE4E13;
}
.customer-account-forgotpassword .forget #captcha-container-user_forgotpassword {
  margin-top: 20px;
}
.catalog-category-view .sidebar-additional {
  display: none;
}
.table.table-totals > thead > tr > th,
.table.table-totals > tbody > tr > th,
.table.table-totals > tfoot > tr > th,
.table.table-totals > thead > tr > td,
.table.table-totals > tbody > tr > td,
.table.table-totals > tfoot > tr > td {
  border-top: none;
  background: white;
  padding: 8px 0px;
  color: #4f4f4f;
  font-weight: 400;
}
.table.table-totals > tbody > tr > td,
.table.table-totals > tfoot > tr > td {
  text-align: right;
}
.table.table-totals > tbody > tr > td,
.table.table-totals > tfoot > tr > td {
  text-align: right;
}
.table.table-totals > tbody > tr > td span {
  font-weight: 400;
}
.table.table-totals > tbody > tr > th span {
  font-weight: 400;
}
.opc-block-summary .items-in-cart .minicart-items-wrapper {
  border: none;
}
.opc-block-summary .items-in-cart > .title {
  outline: none;
}
.opc-block-summary .minicart-items .product-item-name {
  color: #4f4f4f;
  text-transform: uppercase;
}
.opc-block-summary .minicart-items .details-qty .label span {
  font-weight: 400;
}
.opc-block-summary .minicart-items .subtotal span {
  font-weight: 400;
}
.opc-wrapper.form-login .field .control input {
  background-color: #fff;
  border-color: #dfdfdf;
  color: #454545;
  padding: 11px 14px;
  transition: border-color 0.1s ease-out;
  width: 90% !important;
  border-radius: 4px;
  height: 46px;
}
.account .block-dashboard-orders .block-title strong {
  font-size: 24px;
  font-weight: 600;
  line-height: 80px;
}
.account .block-dashboard-orders .action {
  padding-left: 5px;
}
.account .orders-recent thead tr th {
  text-transform: uppercase;
}
.account .orders-recent tbody tr td.actions a {
  padding-right: 5px;
  text-decoration: none;
  color: #fe4e13;
  font-weight: 600;
}
.account .orders-history thead tr th {
  text-transform: uppercase;
}
.account .orders-history tbody tr td.actions a {
  padding-right: 5px;
  text-decoration: none;
  color: #fe4e13;
  font-weight: 600;
}
.account .order-details-items .order-title {
  display: none;
}
.account .order-details-items table {
  margin: 10px 0px;
}
.account .order-details-items table tr th {
  text-transform: uppercase;
}
.account .order-details-items tfoot tr th {
  background: white;
}
.account .order-details-items tfoot tr td {
  text-align: right;
}
.account ul.items.order-links li strong {
  color: #fe4e13;
  font-size: 24px;
}
.account .block-order-details-view .block-title strong {
  color: #fe4e13;
  font-size: 24px;
  line-height: 50px;
}
.account .block-order-details-view .box {
  background: #F2F2F2;
  padding: 30px;
  width: 50%;
  margin-bottom: 20px;
}
.page-layout-checkout #shipping .shipping-address-item {
  background: lightgray;
  padding: 30px;
  text-align: center;
}
.page-layout-checkout #shipping .shipping-address-item.selected-item .action-select-shipping-item {
  max-width: 100%;
  background: transparent;
  letter-spacing: 1px;
  font-weight: 700;
  border: 2px solid #fe4e13;
  margin-bottom: 0;
  color: #fe4e13;
  line-height: 22px;
  background-color: transparent;
  font-size: 13px;
  padding: 5px 15px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px;
}
.page-layout-checkout #shipping .shipping-address-item .edit-address-link {
  max-width: 100%;
  background: transparent;
  letter-spacing: 1px;
  font-weight: 700;
  border: 2px solid gray;
  margin-bottom: 0;
  color: gray;
  line-height: 22px;
  background-color: transparent;
  font-size: 13px;
  padding: 5px 15px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px;
}
.page-layout-checkout #shipping .shipping-address-item.not-selected-item .action-select-shipping-item {
  max-width: 100%;
  background: transparent;
  letter-spacing: 1px;
  font-weight: 700;
  border: 2px solid gray;
  margin-bottom: 0;
  color: gray;
  line-height: 22px;
  background-color: transparent;
  font-size: 13px;
  padding: 5px 15px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px;
}
.page-layout-checkout #shipping .action-show-popup {
  max-width: 100%;
  background: transparent;
  letter-spacing: 1px;
  font-weight: 700;
  border: 2px solid #fe4e13;
  margin-bottom: 20px;
  color: #fe4e13;
  line-height: 22px;
  background-color: transparent;
  font-size: 13px;
  padding: 5px 15px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px;
}
.page-layout-checkout .modal-inner-wrap .modal-header h1 {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.page-layout-checkout .modal-inner-wrap .modal-footer .action-save-address {
  max-width: 100%;
  background: transparent;
  letter-spacing: 1px;
  font-weight: 700;
  border: 2px solid #fe4e13;
  margin-bottom: 0;
  color: #fe4e13;
  line-height: 22px;
  background-color: transparent;
  font-size: 13px;
  padding: 5px 15px;
  text-transform: uppercase;
  text-decoration: none;
}
.page-layout-checkout .modal-inner-wrap .modal-footer .action-hide-popup {
  text-decoration: none;
  text-transform: uppercase;
  padding: 7px 30px;
  border: none;
  font-size: 13px;
  font-weight: 600;
  border: 2px solid #d4d4d1;
  color: #454545;
  background-color: #d4d4d1;
}
.page-layout-checkout .page-header {
  width: 100%;
  max-width: 100%;
}
.page-layout-checkout .opc-block-shipping-information .ship-to .shipping-information-title {
  color: #2d2d2d;
  font-weight: 600;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 38px;
  padding: 0px;
  font-size: 14px;
}
.page-layout-checkout .opc-block-shipping-information .ship-via .shipping-information-title {
  color: #2d2d2d;
  font-weight: 600;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 38px;
  padding: 0px;
  font-size: 14px;
}
.page-layout-checkout .actions-toolbar button.checkout {
  max-width: 100%;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 17px;
  border: 2px solid #fe4e13 !important;
  background-color: #fe4e13 !important;
  color: #fff;
  text-transform: uppercase;
}
.page-products .sidebar-additional {
  display: none;
}
.page-products .page-title-wrapper {
  margin-bottom: 60px;
}
.page-products .filter-title {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.page-products .filter-subtitle {
  display: none !important;
}
.page-products .block.filter .filter-options-item {
  border: none;
}
.page-products .filter-current li.item {
  display: inline-block;
}
.page-products .filter-current li a span {
  display: none;
}
.page-products .filter-current li a:after {
  content: "\f00d";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  box-shadow: none;
  vertical-align: top;
  color: #989898;
}
.page-products .filter-current li {
  background: #f2f2f2;
  border-radius: 4px;
  display: inline-block;
  padding: 3px 7px;
  border: none;
  margin: 10px 2px;
}
.page-products .block.filter .block-subtitle {
  border: none;
  display: none;
}
.page-products .filter-current li .filter-label {
  display: none;
}
.page-products .block.filter .filter-options-content a {
  text-decoration: none;
  color: black;
}
.page-products .block.filter .filter-options-content a:hover {
  background: none;
  color: gray;
}
.page-products .block.filter .filter-options-title {
  outline: none;
  padding-left: 0px;
}
.page-products .product-item-info:hover .product-item-inner {
  display: block !important;
}
.page-products .product-item-inner {
  position: absolute;
  top: 120px;
  left: 70px;
  display: none;
}
.page-products .action.tocart {
  background-color: #fe4e13;
  text-transform: uppercase;
  color: #fff;
  border: none;
}
.page-products .product-top a img {
  border: none;
}
.page-products .product-top .mgs-quickview {
  color: #1ebcb5 !important;
  border: 1px solid #1ebcb5 !important;
  background-color: #fff !important;
}
.page-products a.product-item-link {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  display: block;
  line-height: 24px;
}
.page-products a.product-item-link:hover {
  color: gray !important;
}
.page-products .price-box .old-price {
  float: none;
}
.page-products .price-final_price {
  text-align: center;
}
.page-products .price-wrapper .price {
  color: #000;
  font-size: 18px;
}
.page-products .price-box .old-price .price {
  color: #c2c2c2;
}
.catalog-product-view .block.related {
  background-color: #fff5f2;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 0px;
}
.catalog-product-view .related .content-heading .title {
  font-size: 18px;
  color: #555;
  font-weight: 600;
  margin-bottom: 5px;
}
.catalog-product-view .related .product-item-info .actions-link {
  display: none !important;
}
.catalog-product-view .related .product-item-info .product-label.sale-label {
  display: none;
}
.catalog-product-view .related .product-item-info .product-top a img {
  background: none;
  border: none;
}
.catalog-product-view .related .block-content {
  border: 1px solid #dfdfdf;
}
.catalog-product-view .related .owl-stage {
  width: 100% !important;
}
.catalog-product-view .related .owl-item {
  width: 100% !important;
}
.catalog-product-view .related .owl-item .product-item {
  padding: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.catalog-product-view .related .owl-item .product .product-item-info {
  display: inline-flex;
  padding: 0px;
}
.catalog-product-view .related .product-top {
  background: none;
  width: 70px;
}
.catalog-product-view .related .field.choice {
  margin-bottom: 0px;
  width: 55px;
  margin-top: 0px;
  text-align: center;
}
.catalog-product-view .related .field.choice label span {
  display: none;
}
.catalog-product-view .related .product-item-details {
  display: inline-flex;
  width: 340px;
}
.catalog-product-view .related .product-item-name {
  width: 300px;
  padding: 5px 15px;
  margin-top: 0px;
}
.catalog-product-view .related .product-item-name a {
  color: #000;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.catalog-product-view .related .price-final_price {
  padding: 5px 0px;
  margin: 0px;
}
.catalog-product-view .related .price-final_price .price {
  font-size: 14px;
  padding: 5px 0px;
  font-weight: 600;
  color: #FE4E13;
}
.catalog-product-view .related .product-item-inner {
  line-height: 5px;
}
.category-solutions .product.media {
  background: url(/pub/media/mpanel/backgrounds/h/p/advip-bg.jpg);
  background-position: -220px;
  background-repeat: no-repeat;
}
.catalog-product-view .page-title-wrapper h1 span {
  font-size: 35px;
  font-weight: 700;
  font-family: 'Open Sans';
  letter-spacing: .25px;
}
.catalog-product-view .product-info-price .price-box .price-container .price {
  font-size: 40px;
  color: black;
  font-weight: 600;
}
.catalog-product-view .product-info-stock-sku .stock.available span {
  font-weight: 600;
  text-transform: uppercase;
  color: #549500;
  font-size: 15px;
}
.catalog-product-view .product-info-main {
  box-shadow: 0 1px 15px 5px rgba(0, 0, 0, 0.03);
  padding: 30px;
}
.products-grid .product-item-info .product-item-details .product-item-name a:hover {
  color: black;
}
.catalog-product-view .product.attribute .value p {
  font-size: 16px;
  color: black;
}
.catalog-product-view .box-tocart .qty label {
  display: none !important;
}
.catalog-product-view .box-tocart .qty .control {
  display: flex;
}
.catalog-product-view .box-tocart .qty .control:before {
  content: 'Quantity:';
  font-size: 18px;
  color: black;
  margin-right: 10px;
  line-height: 30px;
}
.catalog-product-view .box-tocart .qty .control input {
  border: 2px solid #d4d4d1;
}
.catalog-product-view .box-tocart .actions .tocart {
  max-width: 100%;
  background-color: #fe4e13;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 18px;
  border: 2px solid #fe4e13;
  text-transform: uppercase;
  padding-top: 13px;
  padding-bottom: 15px;
  min-width: 285px;
  margin-bottom: 0;
  border-radius: 4px;
  height: 52px;
}
.catalog-product-view .box-tocart .actions .tocart:hover {
  background: #fe4e13;
  border: 2px solid #fe4e13;
  color: #fff;
}
.catalog-product-view .box-tocart .actions .subscribe {
  max-width: 100%;
  background-color: #7D3892;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 18px;
  border: 2px solid #7D3892;
  text-transform: uppercase;
  padding-top: 13px;
  padding-bottom: 15px;
  min-width: 285px;
  margin-bottom: 0;
  border-radius: 4px;
  height: 52px;
  color: white;
  margin-top: 15px;
}
.shipping-discount-info-product p {
  border-top: 1px solid #d9d9d9;
  text-align: center;
  font-style: italic;
  padding: 20px 20px 0;
  font-size: 16px;
}
.catalog-product-view .breadcrumbs {
  max-width: 1170px;
  margin: 20px auto;
  padding: 0px 15px;
}
.catalog-product-view .breadcrumbs .items {
  display: flex;
}
.catalog-product-view .breadcrumbs .items li a {
  color: #7a7a7a;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
}
.catalog-product-view .breadcrumbs .items li a:after {
  content: '/';
  padding: 0px 10px;
}
.catalog-product-view .action-skip-wrapper {
  display: none;
}
.catalog-product-view .upsell .product-item-inner {
  position: absolute;
  top: 120px;
  left: 70px;
  display: none;
}
.catalog-product-view .upsell .action.tocart {
  background-color: #fe4e13;
  text-transform: uppercase;
  color: #fff;
  border: none;
}
.catalog-product-view .upsell .product-top a img {
  border: 1px solid #d9d9d9;
}
.catalog-product-view .upsell .product-top .mgs-quickview {
  color: #1ebcb5 !important;
  border: 1px solid #1ebcb5 !important;
  background-color: #fff !important;
}
.catalog-product-view .upsell .product-top .towishlist {
  display: none;
}
.catalog-product-view .upsell .product-top .tocompare {
  display: none;
}
.catalog-product-view .upsell a.product-item-link {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  display: block;
  line-height: 24px;
}
.catalog-product-view .upsell a.product-item-link:hover {
  color: gray !important;
}
.catalog-product-view .upsell .price-box .old-price {
  float: none;
}
.catalog-product-view .upsell .price-final_price {
  text-align: center;
}
.catalog-product-view .upsell .price-wrapper .price {
  color: #000;
  font-size: 18px;
}
.catalog-product-view .upsell .price-box .old-price .price {
  color: #c2c2c2;
}
.catalog-product-view .upsell .content-heading h2 {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
}
.catalog-product-view .product.info .items .item.title {
  float: none;
  width: 100%;
  margin: 0px;
  pointer-events: none;
}
.catalog-product-view .product.info .items .data.switch {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Open Sans;
  font-size: 20px;
  height: auto;
  line-height: 60px;
  color: #7D3892;
  background: white;
  border: 1px solid #7D3892;
}
.catalog-product-view .product.info .items .data.switch {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Open Sans;
  font-size: 20px;
  height: auto;
  line-height: 60px;
  color: #7D3892;
  background: white;
  border: 1px solid #7D3892;
}
.catalog-product-view .product.info .items .item.active .data.switch,
.catalog-product-view .product.info .items .data.switch {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Open Sans;
  background: url(/pub/media//wysiwyg/panel/jg-tip-bg.jpg);
  font-size: 28px;
  height: auto;
  line-height: 60px;
}
.catalog-product-view .product.info .items .item.active .data.switch:before,
.catalog-product-view .product.info .items .data.switch:before {
  content: '';
  background: url(/pub/media//wysiwyg/panel/jg-footer-logo.png);
  background-position: center;
  padding-right: 140px;
  background-repeat: no-repeat;
  background-size: 120px;
}
.catalog-product-view .product.data.items > .item.title.active a:after {
  display: none !important;
}
.catalog-product-view .product.data.items > .item.content {
  border: 1px solid purple;
}
.catalog-product-view .product.data.items > .item.content {
  padding-top: 35px;
  margin-bottom: 6.57143rem;
  float: none;
  margin-left: 0;
  margin-top: 0;
}
.catalog-product-view .product.data.items .item.content[aria-labelledby="tab-label-reviewdisplay.tab"],
.catalog-product-view .product.data.items .item.content[aria-labelledby="tab-label-jacksongalaxytip.tab"] {
  display: block !important;
}
.catalog-product-view .item .video {
  width: 60%;
  float: left;
  padding-bottom: 30%;
  position: relative;
  height: 0;
  margin-bottom: 30px;
}
.catalog-product-view .item .video {
  width: 60%;
  float: left;
  padding-bottom: 30%;
  position: relative;
  height: 0;
  margin-bottom: 30px;
}
.catalog-product-view .item .video iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.catalog-product-view .item .txt1 {
  font-size: 18px;
  text-align: left;
  width: 40%;
  float: left;
  padding: 0 20px;
}
.catalog-product-view .item .txt1 h4 {
  font-style: italic;
  line-height: 30px;
  font-weight: 600;
  font-family: 'Open Sans';
  font-size: 30px;
  margin-bottom: 20px;
}
.catalog-product-view .item .txt1 p {
  font-size: 18px;
  text-align: left;
  color: #111;
  line-height: 24px;
}
.catalog-product-view .item .txt2 {
  clear: both;
  width: 100%;
  font-weight: 600;
  padding: 0 80px;
  font-size: 18px;
}
.catalog-product-view .attribute.description .value p {
  font-size: 18px;
  color: black;
}
.catalog-product-view .attribute.description .value ul {
  margin-left: 17px;
  margin-bottom: 21px;
}
.catalog-product-view .attribute.description .value ul li {
  list-style-type: disc;
  font-size: 18px;
  color: black;
}
.catalog-product-view .product-info-main .product-info-price {
  margin-top: 30px;
}
.catalog-product-view .swatch-input {
  display: none;
}
.catalog-category-view .swatch-input {
  display: none;
}
.is-blog .block-reorder {
  display: none;
}
.cms-noroute-index .sidebar-additional {
  display: none;
}
.catalog-product-view .product-social-links .product-addto-links .action {
  color: #1ebcb5;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  border: 0;
  background: 0 0;
}
.catalog-product-view .product-social-links .mailto {
  display: none;
}
.aw-sarp-cart-index .aw-sarp-cart__container .main-sidebar {
  background: white;
  box-shadow: 0 1px 4px rgba(95, 95, 95, 0.24);
}
.aw-sarp-cart-index #continue-to-checkout-button {
  max-width: 100%;
  background-color: #fe4e13;
  font-weight: 600;
  font-size: 15px;
  border: 2px solid #fe4e13;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  color: #fff;
  cursor: pointer;
}
.aw-sarp-cart-index .aw-sarp-cart_subscription-plan-items > .item {
  background: white;
  box-shadow: 1px 5px 4px rgba(95, 95, 95, 0.14);
  border: 1px solid #FF5501;
}
.aw-sarp-cart-index .aw-sarp-cart_subscription-plan-items > .item .item-content__container .block-details .more-link {
  color: #FF5501;
}
.aw-sarp-cart-index .aw-sarp-cart_subscription-plan-items > .item .item-content__container .details-table th {
  text-align: left;
  color: black;
}
.aw-sarp-cart-index .aw-sarp-cart_subscription-plan-items > .item .item-content__container .details-table td {
  text-align: right;
  color: black;
}
.aw-sarp-cart-index .aw-sarp-cart_subscription-plan-items > .item .item-content__container .block-description > .title {
  font-weight: 600;
}
.aw-sarp-cart-index .aw-sarp-cart_subscription-plans__container .title h2 {
  font-size: 35px;
  font-weight: 700;
}
.aw-sarp-cart-index .aw-sarp-cart_subscription-plan-items > .item .item-content__container .block-description {
  min-height: 0px;
}
.aw-sarp-checkout-index .table-plan tbody tr {
  width: 100%;
  display: inline-table;
}
.aw-sarp-checkout-index .table-plan tbody tr .label {
  white-space: unset;
}
.aw-sarp-checkout-index .aw-sarp-checkout__sidebar .subscription-plan .table-plan th,
.aw-sarp-checkout-index .aw-sarp-checkout__sidebar .subscription-plan .table-plan td {
  padding: 0px;
  height: 50px;
}
.opc-sidebar {
  outline: none;
}
.aw-sarp-checkout-index .modal-inner-wrap {
  outline: none;
}
.aw-sarp-checkout__sidebar .subscription-plan > .title {
  outline: none;
}
.aw-sarp-checkout-index .aw-sarp-checkout__sidebar .subscription-plan > .title:after {
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0;
  top: 10px;
  color: inherit;
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: normal;
  line-height: 12px;
  margin: 3px 0 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.aw-sarp-checkout-index .aw-sarp-checkout__sidebar .subscription-plan.active > .title:after {
  content: "\f106";
}
.aw-sarp-checkout-index tr.plan-title th {
  padding-top: 10px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
.checkout-index-index {
  padding-bottom: 150px;
}
.aw-sarp-checkout-index .authentication-wrapper {
  margin-top: -135px;
}
.aw-sarp-checkout-index .aw-sarp-checkout__sidebar .subscription-plan > .title strong {
  color: #2d2d2d;
  font-weight: 600;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 0px;
  font-size: 14px;
}
.aw-sarp-checkout-index .opc-block-shipping-information {
  padding: 0 21px;
}
.aw-sarp-cart-index.aw-sarp-cart__progress-bar .progress-bar_item._complete > span:before,
.aw-sarp-cart-index .aw-sarp-cart__progress-bar .progress-bar_item._complete:before {
  background: #7D3892;
}
.aw-sarp-cart-index .aw-sarp-cart__progress-bar .progress-bar_item._complete > span:before,
.aw-sarp-cart-index .aw-sarp-cart__progress-bar .progress-bar_item._complete:before {
  background: #7D3892;
}
.aw-sarp-cart-index .aw-sarp-cart__progress-bar .progress-bar_item._complete > span {
  color: #7D3892;
}
.aw-sarp-cart-index .aw-sarp-cart__container .main-sidebar .title {
  color: #2d2d2d;
  font-weight: 600;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
}
.aw-sarp-checkout-index .opc-block-summary .items-in-cart > .title strong {
  color: #2d2d2d;
  font-weight: 600;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 0px;
  font-size: 14px;
}
.aw-sarp-checkout-index {
  padding-bottom: 150px;
}
.block-authentication .actions-toolbar > .primary .action {
  max-width: 100%;
  background-color: #fe4e13;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 18px;
  border: 2px solid #fe4e13;
  margin-bottom: 0;
  color: #fff;
  line-height: 18px;
  padding: 5px 10px;
}
.aw-sarp-checkout-index .checkout-shipping-method {
  margin-top: 20px;
}
.modal-inner-wrap .modal-footer .action-accept {
  background: #fe4e13;
  border: 2px solid #fe4e13;
  color: #fff;
  font-weight: 600;
}
.modal-inner-wrap .modal-footer .action-dismiss {
  color: white;
  background: gray;
  font-weight: 600;
}
.modal-popup .action-close {
  right: 5px;
  top: 5px;
}
.modal-popup .action-close:before {
  font-size: 18px;
}
.page-layout-checkout .checkout-shipping-method {
  margin-top: 20px;
}
.page-layout-checkout .opc-block-summary .items-in-cart > .title strong {
  color: #2d2d2d;
  font-weight: 600;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 0px;
  font-size: 14px;
}
.payment-method._active .payment-method-title label {
  font-weight: 700;
}
.page-layout-checkout .billing-address-details {
  color: #454545;
  background-color: #d4d4d1;
  text-align: center;
  padding: 12px 32px;
}
.page-layout-checkout .billing-address-details {
  color: #454545;
  background-color: #d4d4d1;
  text-align: center;
  padding: 12px 32px;
}
.billing-address-same-as-shipping-block label span {
  color: #989898;
  font-weight: 400;
}
.payment-method-billing-address .field-select-billing select {
  background: white;
  border-radius: 4px;
  padding: .75rem 3rem .75rem 1rem;
  font-style: italic;
  height: 46px;
}
.payment-method-billing-address .field-select-billing label span {
  display: none;
}
.payment-method-billing-address .billing-new-address-form input {
  background-color: #fff;
  border-color: #dfdfdf;
  color: #454545;
  padding: 11px 14px;
  transition: border-color 0.1s ease-out;
  border-radius: 4px;
  height: 46px;
}
.payment-method-billing-address .billing-new-address-form select {
  background-color: #fff;
  border-color: #dfdfdf;
  color: #454545;
  padding: 11px 14px;
  transition: border-color 0.1s ease-out;
  border-radius: 4px;
  height: 46px;
}
.page-layout-checkout .checkout-billing-address .actions-toolbar .action-update {
  max-width: 100%;
  background: transparent;
  letter-spacing: 1px;
  font-weight: 700;
  border: 2px solid #fe4e13;
  margin-bottom: 0;
  color: #fe4e13;
  line-height: 22px;
  background-color: transparent;
  font-size: 13px;
  padding: 5px 15px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px;
}
.page-layout-checkout .checkout-billing-address .actions-toolbar .action-cancel {
  max-width: 100%;
  background: transparent;
  letter-spacing: 1px;
  font-weight: 700;
  border: 2px solid gray;
  margin-bottom: 0;
  color: gray;
  line-height: 22px;
  background-color: transparent;
  font-size: 13px;
  padding: 5px 15px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px;
}
.page-layout-checkout .billing-address-details .action-edit-address {
  max-width: 100%;
  background: transparent;
  letter-spacing: 1px;
  font-weight: 700;
  border: 2px solid gray;
  margin-bottom: 0;
  color: gray;
  line-height: 22px;
  background-color: transparent;
  font-size: 13px;
  padding: 5px 15px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px;
}
.page-layout-checkout .billing-address-form .street .additional {
  display: none;
}
.page-layout-checkout .checkout-billing-address {
  margin-bottom: 20px;
}
.page-layout-checkout .ccard {
  background-color: #fafafa;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 1.7px 4.8px 21px 0 rgba(0, 0, 0, 0.07000000000000001);
  margin-bottom: 20px;
}
.payment-method-billing-address .billing-new-address-form input:focus {
  box-shadow: 0 0 3px rgba(68, 150, 246, 0.4), inset 0 1px 1px #ebebeb;
}
.payment-method-billing-address .billing-new-address-form input:focus {
  box-shadow: 0 0 3px rgba(68, 150, 246, 0.4), inset 0 1px 1px #ebebeb;
}
.page-layout-checkout .ccard input {
  background-color: #fff;
  border-color: #dfdfdf;
  color: #454545;
  padding: 11px 14px;
  transition: border-color 0.1s ease-out;
  width: 100%;
  border-radius: 4px;
  height: 46px;
}
.page-layout-checkout .ccard input:focus {
  box-shadow: 0 0 3px rgba(68, 150, 246, 0.4), inset 0 1px 1px #ebebeb;
}
.page-layout-checkout .ccard .group-2 .field.month {
  width: 150px;
  display: inline-block;
}
.page-layout-checkout .ccard .group-2 .field.year {
  width: 150px;
  display: inline-block;
  float: left;
  margin-right: 30px;
}
.page-layout-checkout .ccard .cvv input {
  width: 100px;
  display: inline-block;
}
.page-layout-checkout .ccard .cvv .field-tooltip {
  position: unset;
  display: inline-block;
}
.page-layout-checkout .ccard select {
  background-color: #fff;
  border-radius: 4px;
}
.page-layout-checkout .payment-methods .payment-group .field.choice {
  margin: 0px;
}
.page-layout-checkout .payment-methods .payment-group .field.choice .radio {
  height: 40px;
}
.page-layout-checkout .payment-methods .payment-group .field.choice .label {
  line-height: 38px;
  vertical-align: middle;
}
.page-layout-checkout .checkout-payment-method .payment-option._collapsible .payment-option-title {
  outline: none;
}
.page-layout-checkout .checkout-payment-method .payment-option._collapsible .payment-option-title {
  outline: none;
  padding-left: 0px;
}
.page-layout-checkout .checkout-payment-method .payment-option._collapsible .payment-option-title #block-discount-heading {
  color: black;
  font-size: 18px;
  font-weight: 300;
}
.page-layout-checkout .checkout-payment-method .payment-option-content {
  padding: 0px;
}
.page-layout-checkout .payment-option-content #discount-form {
  display: flex;
}
.page-layout-checkout .payment-option-content #discount-form .payment-option-inner input {
  box-shadow: none;
  height: 41px;
}
.page-layout-checkout .payment-option-content #discount-form .actions-toolbar .action-apply {
  min-width: auto;
  max-width: 100%;
  letter-spacing: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  background-color: transparent;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  width: 100%;
  padding: 11px 10px;
  color: #FE4E13;
  border: 1px solid #FE4E13;
  font-weight: 600;
  border-radius: 3px;
  margin-left: 3px;
}
.aw-sarp-checkout-index .page-wrapper > .page-header {
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: relative;
  text-align: center;
  width: auto;
  margin-top: 0px;
}
.shipping_block img {
  width: 100%;
}
.account-billing-agreements select {
  background-color: #fff;
  border-color: #dfdfdf;
  color: #454545;
  padding: 11px 14px;
  transition: border-color 0.1s ease-out;
  width: 100%;
  border-radius: 4px;
  height: 46px;
}
.account-billing-agreements .create {
  max-width: 100%;
  background-color: #fe4e13;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid #fe4e13;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  min-width: 255px;
  margin-bottom: 0;
  color: #fff;
  border-radius: 0px;
}
.special-price {
  float: none;
}
.catalog-product-view .price-box .old-price {
  display: inline-block;
}
.catalog-product-view .old-price .price {
  font-size: 20px !important;
  color: #888 !important;
  margin-left: 10px;
  font-weight: 500 !important;
}
.special-price span.price {
  color: #fe4e13 !important;
}
.catalog-product-view .price-final_price {
  float: left;
}
.footer_purple_block .block.newsletter .content {
  display: inline-block;
}
.footer_purple_block .field.newsletter {
  width: 175px;
}
.footer_purple_block .block.newsletter .form .actions {
  width: 70px;
}
.table-checkout-shipping-method .col-description {
  padding: 0px 30px;
}
.table-checkout-shipping-method .col-carrier {
  padding: 0px 30px;
}
@media (min-width: 1200px) {
  .blog_menu_item .dropdown-menu {
    display: block !important;
  }
  .supplies_menu_block .dropdown-menu {
    display: block !important;
  }
  .apprel_gifts_menu_block .dropdown-menu {
    display: block !important;
  }
  .toys_megamenu_block .dropdown-menu {
    display: block !important;
  }
}
@media (max-width: 1200px) {
  .header .minicart-wrapper {
    margin-top: 0px;
  }
  .header .search-form {
    margin-top: 0px;
  }
  .header {
    margin-bottom: 0px !important;
  }
  .header .action.nav-toggle {
    margin-top: 0px;
  }
  .header.header2 .middle-header-content .logo {
    position: relative;
    top: -15px;
  }
  .header.header2 .middle-header-content .logo img {
    max-height: 63px;
  }
  .hp_solution_home {
    margin-bottom: 30px;
  }
  .sub_menu_health_block .right_block {
    width: 100%;
  }
  .health_behav_menu_item .dropdown-menu {
    height: 630px;
  }
  .sub_menu_health_block .left_block {
    width: 100%;
  }
  .nav-main-menu li > a {
    text-decoration: none;
    border-bottom: none !important;
  }
  .minicart-wrapper {
    padding-top: 4px;
  }
  .header_myacc {
    display: none;
  }
  .fotorama__caption__wrap {
    display: none !important;
  }
  .about-banner {
    padding-top: 30%;
  }
  .about-banner .container {
    padding: 0px;
    margin: 0px;
    width: 100%;
  }
  .about-banner .text {
    max-width: 100%;
    background-color: #4a4a4a;
    padding: 15px;
  }
  .about-banner .text h2 {
    color: white;
  }
  .about-banner .text p {
    color: white;
  }
  .about-info-block .row1 h3 {
    font-size: 20px;
    margin-top: 25px;
  }
  .about-info-block p {
    font-size: 14px;
    line-height: 20px;
  }
  .about-info-block h3 {
    font-size: 20px;
  }
  .about-info-block .ribbon {
    font-size: 15px;
    top: 0px;
  }
  .about-info-block .ribbon:after {
    display: none;
  }
  .about-info-block a {
    font-size: 14px;
  }
  .cms-wholesale .page-main img {
    width: 100%;
    height: auto;
  }
  .account .row .sidebar-main .account-nav ul li.current strong {
    line-height: 26px;
  }
  .is-blog .sidebar-main {
    width: 380px;
    float: none;
    margin: auto auto 30px;
  }
  .is-blog .row .main {
    float: none !important;
    width: 70%;
    padding: 0;
    margin: auto auto 30px;
    border: none;
  }
  .is-blog .sidebar-additional {
    float: none !important;
    width: 70%;
    margin: auto;
    padding: 0;
    max-width: 300px;
  }
  .is-blog .blog_tags_sidebar .leftnavwrap {
    width: 100%;
    text-align: center;
  }
  .is-blog .blog_tags_sidebar {
    width: 100%;
  }
  .is-blog .post-list li.item {
    width: 100%;
  }
  .page-products .product-item-inner {
    position: absolute;
    top: 50%;
    left: 40px;
    display: none;
  }
  .cart-container .form-cart {
    width: 100%;
  }
  #TrustColumn {
    float: right;
    margin-bottom: 0px;
    margin-top: 40px;
  }
  .kitty-hub-subjects .khsubject {
    display: block;
    width: 50%;
    margin: 20px auto !important;
  }
  .kittyhub-promo .container img {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .content_down_home {
    display: none;
  }
  .home_down_row .container > .row {
    margin-right: 0px;
  }
  .hp-resource-section {
    margin: 0 auto 10px;
    text-align: center;
    max-width: 353px;
    float: none;
  }
  .footer-container .col-md-3 {
    width: 100%;
  }
  .footer-container .col-md-9 {
    width: 100%;
  }
  .footer_purple_block h5 {
    text-align: center;
  }
  .footer_purple_block p {
    text-align: center;
  }
  .footer .socils_row {
    width: 100%;
  }
  .footer_columns_inner {
    text-align: center;
  }
  .foundation-banner .page-heading {
    line-height: 60px;
  }
  .foundation-banner .content .text {
    margin: auto;
  }
  .foundation-banner .content .cta {
    font-size: 18px;
  }
  .foundation-story .text {
    width: 100%;
  }
  .foundation-story .video {
    width: 100%;
    padding-bottom: 50%;
  }
  .jg-about-promise ul {
    max-width: 500px;
  }
  .form-cart .actions .update {
    font-size: 14px;
    max-width: 180px;
    width: 100%;
  }
  .form-cart .actions .clear {
    font-size: 14px;
    max-width: 180px;
    width: 100%;
  }
  .form-cart .actions .continue {
    font-size: 14px;
    max-width: 180px;
    width: 100%;
  }
  .cart-summary {
    width: 50%;
  }
}
@media (max-width: 989px) {
  #switcher-search button.dropdown-toggle {
    background: white;
    border: none;
    font-size: 26px;
    color: #7E807E;
  }
  .header.header2 .switcher-search > .dropdown-menu {
    width: 500px;
    position: relative;
    margin-top: 20px;
    margin: 20px auto;
  }
  .header .search-form {
    margin-bottom: 20px;
  }
  .foundation-message {
    display: none;
  }
  .foundation-connect .col3 {
    width: 100%;
  }
  .login-container .fieldset > .field > .control {
    width: 100%;
  }
  .buy-friday a {
    width: 100%;
    margin-bottom: 10px;
  }
  .datesrow-beta {
    display: block;
    text-align: center;
  }
  .popular_products_blog .products-grid .product-items li {
    width: 50%;
  }
  .page-products .product-item-inner {
    left: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding-left: 0px;
  }
  .checkout-payment-method .payment-method-title .label {
    font-size: 12px;
  }
  .kittyhub-banner {
    padding-top: 35%;
    background-size: 130%;
  }
  .kittyhub-banner .container {
    padding: 0px;
    max-width: 100%;
  }
  .kittyhub-banner .text {
    background-color: #803a94;
    padding: 15px;
    width: 100%;
    max-width: 100%;
  }
  .kittyhub-banner .text h1 {
    color: #fff;
    font-weight: 400;
    font-size: 32px !important;
    line-height: 1.5em !important;
  }
  .kittyhub-banner .text h1 span {
    font-size: 60px;
    line-height: 60px;
  }
  .kittyhub-banner .text p {
    color: #fff;
    font-size: 20px;
    margin: 0;
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    width: 100% !important;
  }
  .kittyhub-about .video {
    display: none;
  }
  .kittyhub-about .text {
    width: 100%;
  }
  .kittyhub-blogs .main-title {
    background-position: 115% 0;
  }
  .kittyhub-blogs .main-title h2 {
    font-size: 40px;
  }
  .kittyhub-blogs .main-title p {
    display: block;
    font-size: 20px;
    padding-right: 30%;
  }
  .kittyhub-blogs .khb1,
  .kittyhub-blogs .khb2,
  .kittyhub-blogs .khb3,
  .kittyhub-blogs .khb4 {
    width: 100%;
  }
  .kittyhub-blogs .khb5 {
    width: 100%;
  }
}
@media (max-width: 765px) {
  .header.header2 .switcher-search > .dropdown-menu {
    width: auto;
    position: relative;
    margin: 20px auto !important;
    right: 20px;
  }
  .shipping_block img {
    height: 250px;
  }
  .foundation-banner .content .text {
    width: 100%;
  }
  .account .row .sidebar-main .account-nav ul {
    display: block;
  }
  .field-name-firstname {
    margin-bottom: 20px;
  }
  .table-checkout-shipping-method tbody td {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .catalog-product-view .page-title-wrapper h1 span {
    font-size: 26px;
  }
  .catalog-product-view .product.info .items .item.title {
    width: 100%;
  }
  .catalog-product-view .product.info .items .data.switch {
    line-height: unset;
  }
  .page-products .product-item {
    min-height: 260px;
    height: 280px;
  }
  .foundation-banner .page-heading {
    font-size: 24px;
    line-height: 30px;
    padding: 0px;
  }
  .foundation-banner .content h2 {
    font-size: 22px;
  }
  .foundation-banner .content p {
    font-size: 22px;
  }
  .foundation-banner .content .cta {
    font-size: 15px;
  }
  .cms-contact-us .page-content img {
    width: 100%;
    height: 200px;
  }
  .about-info-block .left {
    width: 100%;
  }
  .about-info-block .row1 .right {
    width: 100%;
  }
  .about-info-block .row2 .left {
    width: 100%;
  }
  .about-info-block .right {
    width: 100%;
  }
  .about-banner {
    background-size: contain;
  }
  .jg-about-promise li img {
    width: 60px;
  }
  .jg-about-promise li {
    list-style: none;
    position: relative;
    padding-left: 70px;
  }
  .jg-about-promise li h4 {
    font-size: 20px;
  }
  .jg-about-promise li p {
    font-size: 15px;
  }
  .jg-about-promise h3 {
    font-size: 30px;
  }
  .cms-wholesale .page-main img {
    height: auto;
  }
  .block-new-customer {
    margin-top: 40px;
  }
  .is-blog .row .main {
    width: 83%;
  }
  .is-blog .sidebar-main {
    width: 83%;
    padding: 0px;
  }
  .is-blog .page-header {
    font-size: 22px;
  }
  .minicart-wrapper .block-minicart {
    width: 350px;
  }
  .cart-container .form-cart {
    width: 100%;
    float: none;
    display: block;
  }
  .cart-container .form-cart .actions {
    text-align: center;
  }
  #TrustColumn {
    margin-bottom: 20px;
    width: 100%;
    float: none;
  }
  .cart-summary {
    background: white;
  }
  .cart-summary {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    left: 0px;
    margin: auto;
    width: 350px;
  }
  .page-layout-checkout .minicart-wrapper {
    display: none;
  }
  .table-checkout-shipping-method .field-tooltip .field-tooltip-action {
    display: none;
  }
  .account .form-wishlist-items .wishlist-table thead {
    display: none;
  }
  .account .form-wishlist-items .wishlist-table tbody tr td {
    display: block;
  }
  .account .form-wishlist-items .wishlist-table .col-xs-6 {
    width: 100%;
  }
  .kittyhub-blogs .main-title h2 {
    font-size: 20px;
  }
  .kittyhub-blogs .main-title p {
    display: none;
  }
  .kitty-hub-subjects .khsubject {
    width: 100%;
  }
  .kittyhub-blogs .khb5 .text {
    position: unset;
  }
  .table-checkout-shipping-method .col-carrier {
    padding-right: 0px;
  }
}
.toolbar-sorter #sorter {
  font-style: italic;
}
.product-info-main .buy-box-description {
  font-size: 16px;
  line-height: normal;
  padding: 0px 0 30px;
}
.product-options-wrapper .field .label {
  font-size: 18px;
  white-space: normal;
  text-align: left;
}
.product-options-wrapper .cwsradio {
  border: 1px solid #dfdfdf;
  margin-top: 10px;
}
.product-options-wrapper .cwsradio .field {
  border-top: 1px solid #dfdfdf;
  padding: 1.7rem;
  margin: 0;
}
.product-options-wrapper .cwsradio .field:first-of-type {
  border-top: 0;
}
.product-options-wrapper .cwsradio .field.choice input,
.product-options-wrapper .cwsradio .field.choice label {
  font-size: 18px;
}
.product-options-wrapper .cwsradio .field.choice label {
  padding-left: 10px;
}
.product-add-form .box-tocart .field.qty .input-text {
  height: 38px;
  font-size: 15px;
  font-weight: 700;
}
.product-add-form .box-tocart .field.qty button {
  color: #454545;
  background-color: #d4d4d1;
  padding: 0 10px;
  border: 0;
  font-size: 30px;
  height: 38px;
  line-height: 30px;
}
.product-add-form .box-tocart .field.qty button:first-of-type {
  border-radius: 4px 0 0 4px;
}
.product-add-form .box-tocart .field.qty button:last-of-type {
  border-radius: 0 4px 4px 0;
}
.product-options-wrapper .cwsradio .field.choice input {
  float: left;
}
.product-options-wrapper .cwsradio .field.choice label {
  padding-left: 24px;
  line-height: normal;
  display: block;
}
@media (max-width: 640px) {
  .product-options-wrapper .cwsradio .field.choice input {
    margin-top: 3px;
  }
}
.post-content img {
  width: 100%;
}
.eventpageclass main {
  background-color: #ede2cb;
}
.nl-popup-title img {
  max-width: 100%;
}
.nl-popup-title h3 {
  font-size: 55px;
  color: #833a99;
  font-family: 'Zilla Slab';
  font-weight: 600;
  margin: 0;
}
.nl-popup-title h4 {
  font-size: 20px;
  color: #833a99;
  font-family: 'Open Sans';
  margin: 0;
}
.nl-popup-offer {
  color: #4f4f4f;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 5px;
}
.nl-popup-offer,
.nl-popup-title h4 {
  font-size: 20px;
}
.nl-popup-offer .offer {
  font-size: 90px;
  line-height: 90px;
  display: block;
  color: #fe4e13;
  font-weight: 700;
}
.modal_newsletter-popup .modal-inner-wrap .action-close {
  background: #e1e1e1;
  text-align: center;
  padding: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  right: 0;
  top: 0;
}
.modal_newsletter-popup .modal-inner-wrap .action-close::before {
  font-size: 18px;
  line-height: 25px;
}
@media (max-width: 768px) {
  .modal_newsletter-popup .modal-inner-wrap {
    max-width: 430px;
  }
  #newsletter-popup {
    padding: 30px;
  }
  .nl-popup-title h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .nl-popup-offer,
  .nl-popup-title h4 {
    font-size: 20px;
  }
  .nl-popup-offer .offer {
    font-size: 70px;
    line-height: 75px;
  }
  #newsletter-popup .form.subscribe {
    max-width: 100%;
  }
  #newsletter-popup .form-group.newsletter {
    width: 73%;
  }
  #newsletter-popup .actions {
    width: auto;
  }
}
@media (max-width: 480px) {
  #newsletter-popup {
    padding: 20px;
  }
  .modal_newsletter-popup .modal-inner-wrap {
    max-width: 300px;
  }
  .nl-popup-title h3 {
    font-size: 25px;
  }
  .nl-popup-offer,
  .nl-popup-title h4 {
    font-size: 16px;
    line-height: normal;
  }
  #newsletter-popup h4 {
    padding-bottom: 10px;
  }
  .nl-popup-offer .offer {
    font-size: 50px;
    line-height: 60px;
  }
  #newsletter-popup .form-group.newsletter {
    width: 61%;
  }
}
.nl-offer-terms {
  max-width: 530px;
  margin: auto;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  color: #404040;
}
#newsletter-popup-validate-detail .checkbox {
  font-size: 16px;
  color: #404040;
  margin: auto;
  text-align: center;
  padding-bottom: 10px;
}
/* Blog Details CSS */
.post-content h1 {
  font-family: "Zilla Slab", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: .25px;
  margin: 32x 0 12px;
}
.post-content p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  margin-bottom: 21px;
  line-height: 1.8em;
}
.post-content a {
  color: #8d04b5;
  text-decoration: none;
}
.post-content ul {
  list-style: inside;
  margin-left: 2px;
  margin-bottom: 28px;
}
.post-content ul li {
  margin: 0 0 7px;
}
.post-content ul li a {
  color: #8d04b5;
  text-decoration: none;
  font-size: 17px;
}
.is-blog .sidebar-additional .block.block-wishlist {
  display: none;
}
.is-blog .blog_tags_sidebar {
  padding: 0;
  margin: 0;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.is-blog .blog_tags_sidebar .leftnavwrap {
  width: 100%;
}
/* Product Detail add form CSS */
.product-options-wrapper {
  background-color: #fff5f2;
  padding: 20px;
  margin-bottom: 20px;
}
.product-options-wrapper .fieldset {
  outline: none;
}
.product-options-wrapper .field {
  margin: 0 0 15px;
}
.product-options-wrapper .field:last-child {
  margin-bottom: 0;
}
.product-options-wrapper .field .label {
  color: #555;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.5;
}
.product-options-wrapper .field.choice {
  margin: 0 15px 0 0;
  display: inline-block;
}
.product-options-wrapper .field.choice .label {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 0 8px;
}
.product-options-wrapper .field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 10px;
  height: 38px;
}
