@font-face {
  font-family: 'SF Pro Text';
  src: url('../fonts/SFProText-Semibold.woff2') format('woff2'),
       url('../fonts/SFProText-Semibold.woff') format('woff'),
       url('../fonts/SFProText-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Text';
  src: url('../fonts/SFProText-Regular.woff2') format('woff2'),
       url('../fonts/SFProText-Regular.woff') format('woff'),
       url('../fonts/SFProText-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
       url('../fonts/SFProDisplay-Bold.woff') format('woff'),
       url('../fonts/SFProDisplay-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-Semibold.woff2') format('woff2'),
       url('../fonts/SFProDisplay-Semibold.woff') format('woff'),
       url('../fonts/SFProDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
       url('../fonts/SFProDisplay-Regular.woff') format('woff'),
       url('../fonts/SFProDisplay-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --menuBG: #000000;
  --menuMobileBG: #00000;
  --menuHeight: 50px;
  --mobileMenuHeight: 50px;
  --menuBorderColor: #e5e5e5;
}

body,
p,
span,
div,
label,
input,
textarea,
select,
button {
  font-family: 'SF Pro Text', -apple-system, BlinkMacSystemFont, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
}

small,
.small {
  font-size: 12px;
  color: #5a5a5a;
}

#index #wrapper {
  padding-top: 0;
}
#wrapper {
  background-color: transparent;
  padding-top: 15px;
}

.material-icons.add,
.material-icons.remove {
  color: #ffffff;
}

#header {
  box-shadow: none;
  background: transparent;
}
#header a {
  color: #000000;
  font-weight: bold;
  font-size: 10px;
}
#header a:hover {
  color: #515151;
}
#header .nav-logo .logo {
  max-height: 30px;
  margin-top: 11px;
}
.mobile-menu .mobile-logo {
  padding: 10px 0;
  line-height: 30px;
}
.mobile-menu .mobile-logo img {
  max-height: 22px;
}

.user-icons .store-locator {
  top: -3px;
}
.appMenu .nav-menu ul.user-icons > li {
  line-height: 66px;
}
#header .appMenu a {
  color: #000000;
  font-weight: 500;
  font-size: 13px;
  text-transform: none;
}
#header .appMenu.-mobile a {
  font-size: 28px;
  color: #ffffff;
}
#header .appMenu a:hover {
  color: #333333;
}
.menu-icon span {
  background-color: #000000;
}
.nav-icon .item_count {
  top: 24px;
  background-color: #fff;
  color: #000;
}
body.-mobile .mobile-menu {
  background: #ffffff;
  border-color: #000000;
}
body.-mobile .mobile-menu a{
  color: #000000;
}
.nav-header-wrapper{
  background: #ffffff;
}
body.-mobile .nav-header-wrapper {
  background-color: transparent;
}
.appMenu .nav-menu ul.main-nav > li.services {
  display: none;
}
.appMenu.-mobile {
  background-color: #000000;
}
.appMenu.-mobile .nav-menu ul.main-nav > li.services {
  display: block;
  height: auto;
}
.appMenu.-mobile ul.main-nav > li {
  border-color: transparent;
}

.text-center {
  text-align: center;
}

#header .header-banner .ishop-pro-nav {
  background: #ffffff;
  text-align: center;
  border-bottom: 1px solid #a1a1a1;
}
#header .header-banner .ishop-pro-nav > ul {
  list-style: none;
  display: inline-block;
  margin: 0;
}
#header .header-banner .ishop-pro-nav > ul > li {
  float: left;
  margin: 0;
  display: inline-block;
  padding: 0 20px;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
}
#header .header-banner .ishop-pro-nav > ul > li > a {
  color: #000000;
  text-transform: uppercase;
}
#header .header-banner .ishop-pro-nav > ul > li > a:hover {
  color: #3b3b3b;
}
body.-mobile .header-banner .ishop-pro-nav {
  display: none;
}

label .color {
  width: 30px;
  border: none;
  height: 30px;
  border-radius: 50%;
}
.input-color:checked + span,
.input-color:hover + span,
.input-radio:checked + span,
.input-radio:hover + span {
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
}

.radio-label {
  border: 1px solid #000;
}

#product #content {
  max-width: inherit;
}
.product-container h1.h1 {
  text-transform: none;
}
#product-availability {
  color: #000000;
  font-weight: bold;
}
#product-availability .availability-label {
  color: #596067;
  font-weight: 300;
}
.product-actions .add-to-cart {
  text-align: center;
  outline: none;
  font-size: 13px;
  height: 50px;
  line-height: 48px;
  padding: 0px 20px;
  width: 100%;

  margin-top: 30px;
  margin-bottom: 0.5rem;
}
.product-actions .add-to-cart .svg-icon {
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 10px;
}
.product-actions .add-to-cart:hover {
  background-color: #333;
  outline: none;
}
.product-quantity .add {
  width: 100%;
  margin: 0;
}
.product-prices div {
  font-size: 22px;
}
.product-miniature .thumbnail-container:hover .product-description::after,
.product-miniature .thumbnail-container:focus .product-description::after {
  border: none;
}
.product-miniature .thumbnail-container img {
  transition: all 0.4s ease !important;
}
.product-miniature .thumbnail-container:hover img {
  transform: scale(1.05);
}
.product-flags li.product-flag {
  font-size: 10px;
  text-align: center;
}
.product-variants-item .control-label .selected {
  font-weight: 700;
}
.product-variants-item .control-label .selected.red-tag {
  color: red;
}
.product-variants .no-stock {
  display: none;
}
.product-reference {
  margin-top: 15px;
}
#product-details .product-reference .label {
  margin: 0;
  color: #596067;
  font-weight: 300;
  font-size: 15px;
}
.product-reference span {
  color: #000000;
  font-weight: bold;
  font-size: 15px;
}

.product-miniature .product-title a {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  text-decoration: none;
}
.product-miniature .thumbnail-container .variants-groups {
  width: 100%;
  display: block;
  margin-top: 20px;
  text-align: center;
}
.product-miniature .thumbnail-container .variants {
  width: 100%;
  text-align: center;
}
.product-miniature .thumbnail-container .variants .attribute-color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  background-position: center;
  background-size: contain;
  margin-left: 3px;
  margin-right: 3px;
}
.product-miniature .thumbnail-container .variants .attribute-radio {
  height: 22px;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  background: #fff;
  border: solid 1px #000;
  color: #000;
  padding: 0 4px 0 4px;
  font-size: 13px;
  font-weight: 500;
  margin-top: 11px;
}
.fmmpoLatestver {
  padding: 0;
}

.fmmpoLatestver .fmmpreorderButton.button_large.btn {
  text-align: center;
  outline: none;
  font-size: 13px;
  height: 50px;
  line-height: 48px;
  padding: 0px 20px;
  width: 100%;
  margin-top: 30px;
}
#preorder-price-block div {
  color: #000000;
  font-size: 22px;
  font-weight: bold;
}
#preorder-price-block div.pre-order-price {
  font-weight: bold;
  background: #173a65;
  width: auto;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 10px 10px;
}
#fmmPreorder_label_17 {
  top: -40px;
  text-align: center;
}
#fmmPreorder_label_17 .fmmPreorderAv,
#fmmPreorder_label_16 .fmmPreorderAv {
  width: auto;
  padding: 7px 60px;
}

.block-category {
  min-height: auto;
}

.footer-container {
  background-color: #f9f9f9;
  color: #000;
}
.newsletter-container {
  border-bottom: 1px solid #d0d0d0;
}
.bodt {
  border-top: 1px solid #d0d0d0;
}
p.copyright {
  font-size: 11px;
  color: #000000;
  margin: 20px 0px 20px 0px;
}
p.copyright a {
  font-size: 11px;
  color: #000000;
  text-transform: uppercase;
}

.newsletter-block {
  color: #000;
  font-size: 13px;
}
.newsletter-block h4 {
  text-transform: uppercase;
}
.newsletter-block p {
  color: #444444;
  font-size: 13px;
}
.newsletter-block .notification {
  background-color: #000;
  color: #fff;
  width: 100%;
  padding: 10px 20px;
  border-radius: 3px;
}
.newsletter-block .notification.notification-success {
  background-color: #3bb954;
}
.newsletter-block .notification.notification-error {
  background-color: #c04444;
}
.newsletter-block form .email-address {
  color: #000;
  background-color: #e0e0e0;
  padding: 10px 20px;
  width: 100%;
  position: relative;
  height: 55px;
  padding-right: 155px;
  outline: none;
  border-radius: 30px;
  border: none;
}
.newsletter-block form .submit-button {
  position: absolute;
  right: 0;
  height: 55px;
  border: none;
  background: #777777;
  color: #fff;
  padding: 0px 20px;
  line-height: 1;
  width: 140px;
  outline: none;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  font-weight: 900;
  cursor: pointer;
}
.newsletter-block form .submit-button:hover {
  background: #555555;
}
.newsletter-block form .form-group {
  display: block;
  position: relative;
}
.newsletter-block .conditions {
  font-size: 10px;
}

.footer-middle .links {
  margin-top: 20px;
}
.footer-middle .links .wrapper .h3 {
  color: #000;
}

.contact-rich .block .data h5, .footer-middle .links .wrapper .h3, .newsletter-block h4, .contact-rich h4{
  font-size: 14px;
}
.footer-container .links li a {
  color: #333333;
  font-size: 13px;
}
.contact-rich {
  margin-bottom: 0;
  color: #333333;
  word-wrap: break-word;
}
.contact-rich h4 {
  color: #000;
}
.contact-rich .block .data {
  color: #333333;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 20px;
}
.contact-rich .block .data h5 {
  margin-bottom: 8px;
  color: #000000;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.contact-rich .block .data a {
  color: #333333;
}
.breadcrumb {
  font-size: 14px;
}

.has-discount.product-price,
.has-discount p,
.has-discount .page-content.page-cms ul,
.page-content.page-cms .has-discount ul {
  color: #ff1818;
}
.product-flags li.product-flag.discount-percentage,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount {
  background-color: #ff1818;
}
.has-discount .discount {
  background-color: #ff1818;
  line-height: 1;
}

#cms .page-header {
  display: none;
}
#cms #content h5,
p {
  color: #777777;
  font-weight: 400;
}
#cms #content ul {
  list-style: none;
}
#cms #content a {
  color: #0089a8;
}
#cms #content ul > li {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #000;
}
#cms #content ul > li > h5 {
  color: #000;
  font-weight: bold;
}
#cms #content ul > li > h4 {
  margin-top: 15px;
}
#cms #content ul > li > ul {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}
#cms #content ul h4,
#cms #content ul h3,
#cms #content ul p {
  color: #000;
}

/* Form Fields */
.custom-checkbox input[type="checkbox"] {
  width: 17px;
  height: 17px;
}

.custom-checkbox input[type="checkbox"] + span {
  border: 1px solid #dedede;
  width: 17px;
  height: 17px;
  background: #efefef;
}
.custom-checkbox input[type="checkbox"] + span .checkbox-checked {
  width: 17px;
  height: 17px;
  font-size: 15px;
  margin: 0px 0px;
}
.custom-checkbox input[type="checkbox"]:focus + span {
  border-color: #dedede;
}
.required-field.checkbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.form-group.condensed {
  margin-bottom: 10px;
}
.form-group.condensed .condensed-inner {
  border: 1px solid #ebebeb;
  position: relative;
}
.form-group.condensed.condensed-noborder .condensed-inner {
  border-color: transparent;
}
.form-group.condensed.condensed-noborder .form-control-valign {
  padding-top: 26px;
}
.form-group.condensed .form-control-label {
  position: absolute;
  left: 10px;
  top: 2px;
  z-index: 10;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #7d7d7d;
}
.form-group.condensed.condensed-noborder .form-control-label {
  left: 0px;
}
.form-group.condensed .form-control {
  z-index: 9;
  position: relative;
  border-color: transparent;
  height: 50px;
  border: transparent;
  line-height: 1;
  font-size: 13px;
  outline: none;
  padding: 16px 10px 5px 10px;
}
.form-group.condensed select.form-control:not([size]):not([multiple]) {
  height: 50px;
  font-size: 13px;
}
.form-group.condensed .input-group .input-group-btn > .btn.clean-btn {
  border-color: transparent;
}
.form-group.condensed .custom-checkbox label {
  padding-left: 0.625rem;
}
.form-group.condensed .form-control-comment {
  color: #7d7d7d;
  position: absolute;
  right: 11px;
  top: 0;
  padding: 0;
  z-index: 11;
  font-size: 11px;
}
.input-outer em {
  color: #7d7d7d;
  font-size: 12px;
  line-height: 1;
  margin-top: 4px;
  display: block;
}
.form-group.has-error input,
.form-group.has-error select {
  outline: 1px solid #ff4c4c;
}
.form-group.condensed .help-block {
  margin-top: 0;
}
.form-group.condensed .help-block .alert {
  margin-top: 4px;
  margin-bottom: 1px;
  font-size: 12px;
  padding: 2px 11px;
  line-height: 17px;
  border-top: none;
}
.form-group.condensed .help-block .alert.alert-danger {
  background-color: #f2dede;
  border-color: #f2dede;
}

.box-800 {
  max-width: 800px;
  text-align: center;
  margin: auto;
}
.box-800 img {
  width: 100%;
  height: auto;
}

.page-content.page-cms.page-cms-9 {
  /*background-color: #bf232c;*/
}

.page-content.page-cms img {
  max-width: 100%;
  display: block;
}

.oosn-popup.btn.btn-primary,
.oosn-button.btn.btn-primary {
  text-align: center;
  outline: none;
  font-size: 13px;
  height: 50px;
  line-height: 48px;
  padding: 0px 20px;
  width: 100%;
  margin-bottom: 0.5rem;
}
.oosn-button.btn.btn-primary:focus,
.oosn-button.btn.btn-primary:active {
  background-color: #000000;
  color: #ffffff;
}
.oosn-popup.btn.btn-primary:hover,
.oosn-popup.btn.btn-primary:focus,
.oosn-popup.btn.btn-primary:active {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
}

.pay4all-payment-ui {
  padding: 0;
  border: none;
  background-color: transparent;
}
.pay4all-payment-ui h3 {
  display: none;
}
.payment-method {
  background-color: #ffffff;
}

@media (max-width: 767px) {
  #carousel figure {
    height: 250px;
  }
  .links .title {
    padding: 0.625rem;
    cursor: pointer;
    border: none;
  }
  .footer-container .links ul {
    background-color: #e8e8e8;
  }
  .footer-container .links ul > li {
    border-color: transparent;
    padding-left: 30px;
  }
  .footer-container .links ul > li a {
    color: #333333;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1340px;
    max-width: 100%;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1540px;
    max-width: 100%;
  }
}

.section-limited {
  max-width: 900px;
  margin: auto;
}

.section-header {
  text-align: center;
  margin: auto;
}

.section-header h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.section-header h3 {
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.section-header p {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

.section-header img {
  text-align: center;
  margin: auto;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.select-static-alt,
select.form-control.select-static-alt:not([size]):not([multiple]) {
  border-radius: 8px;
  background-color: #f5f5f5;
  border: solid 1px #cccccc;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  height: 55px;
  width: 100%;
  display: block;
  color: #000;
  opacity: 1;
  font-size: 14px;
  font-weight: 600;
  line-height: 33px;
}

.select-static {
  margin: auto;
}

.info-box {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #000;
  padding-top: 30px;
  padding-bottom: 30px;
}

.info-box strong {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}

.info-box p {
  display: block;
  color: #000;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 14px;
}

.info-box .info {
  color: #0bb9fb;
}

.info.link:hover {
  color: #061d26;
  cursor: pointer;
}

.info-box.border {
  border: solid 1px #727272;
  padding: 20px;
}

#price-value-display {
  background: #ffffff;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 800 !important;
}

.note {
  font-size: 13px;
  color: #333;
  display: block;
  text-align: center;
}

.space-block {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-sm,
.text-sm button,
.text-sm .btn {
  font-size: 15px !important;
}

.text-lg,
.text-lg button,
.text-lg .btn {
  font-size: 20px !important;
}

.text-xl,
.text-xl button,
.text-xl .btn {
  font-size: 28px !important;
}

.rounded-md {
  border-radius: 8px !important;
}

.strong {
  font-weight: 600 !important;
}

.strong-xl {
  font-weight: 800 !important;
}

.max-w-9 {
  max-width: 900px;
}
.max-w-8 {
  max-width: 800px;
}
.max-w-7 {
  max-width: 700px;
}
.max-w-6 {
  max-width: 600px;
}

.custom-select-arrow {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAsQAAALEBxi1JjQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAB/SURBVEiJ7dK9DcIwFEXhr0qD2YFNGII0LMCaSPwshSlS8NJYIjLBDchHeo3le+6zZDqdn2PACWlFNkV2WLq0Q8b1w5IUmRyORQ544I5thXyDM5441m5UW7JKXlvylbwsuRUlTeTvSprKZ0avH3KJyXHWlPklTTcv2cd0Ov/EBGXwITtkfSdBAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 17px;
  padding-right: 20px;
}

.block-category .category-cover img {
  width: 100%;
  height: auto;
  max-width: none;
}

.product-price-and-shipping .regular-price{
  color: #d81919;
}

.valentine-pulse {
  animation: pulse 1.8s ease-in-out infinite;
  color: #e63946 !important;
}

.valentine-blink {
  animation: blink 1.4s infinite alternate;
  color: #ff4d6d !important;
}

.valentine-blink-intense {
  animation: intenseBlink 0.8s infinite;
  color: #ff2d55 !important;
}

@keyframes blink {
  0% {
    opacity: 1;
    text-shadow: 0 0 6px #ff4d6d;
  }
  100% {
    opacity: 0.6;
    text-shadow: 0 0 18px #ff8fa3;
  }
}

@keyframes intenseBlink {
  0% {
    opacity: 1;
    text-shadow:
      0 0 5px #ff2d55,
      0 0 10px #ff2d55,
      0 0 20px #ff5c8a;
  }

  40% {
    opacity: 0.2;
    text-shadow: none;
  }

  60% {
    opacity: 1;
    text-shadow:
      0 0 10px #ff2d55,
      0 0 25px #ff5c8a,
      0 0 40px #ff9bb8;
  }

  100% {
    opacity: 0.9;
    text-shadow:
      0 0 8px #ff2d55,
      0 0 16px #ff5c8a;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    text-shadow: 0 0 4px rgba(230, 57, 70, 0.4);
  }
  50% {
    transform: scale(1.08);
    text-shadow: 0 0 14px rgba(230, 57, 70, 0.9);
  }
  100% {
    transform: scale(1);
    text-shadow: 0 0 4px rgba(230, 57, 70, 0.4);
  }
}


@media screen and (max-width: 767px) {
  .category-cover {
    display: block;
    padding: 10px 0px;
  }
  .block-categories {
    padding: 10px 0px;
    margin: 0;
    text-align: center;
    font-size: 12px;
  }
  .block-categories .h6 {
    font-size: 1.1rem;
    font-weight: 500;
  }
  .category-top-menu{
    margin-bottom: 0;
  }
}

/* Mobile menu overrides */
body.-mobile .mobile-menu {
  border-bottom: none;
  background: #ffffff;
}
body.-mobile .mobile-menu button,
body.-mobile .mobile-menu a {
  color: #000000;
}
body.-mobile .mobile-menu .menu-icon span {
  background-color: #000000;
}
body.-mobile .mobile-menu .nav-icon {
  color: #000000;
}
body.-mobile .mobile-menu svg {
  stroke: #000000;
}
