@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800;900&family=Barlow+Condensed:wght@600;700;800&display=swap");
@font-face {
  font-family: "amd-icons";
  src: url("../fonts/AMD-icons.woff2") format("woff2"), url("../fonts/AMD-icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: "Forzassm Bold";
  src: url("../fonts/forzassm-bold-webfont.woff2") format("woff2");
  font-style: normal;
  font-display: auto; }

:root {
  --primary-text-color: #00205c;
  --secondary-text-color: #fff;
  --primary-form-border: var(--primary-text-color);
  --menu-color: #00205c;
  --menu-bg: #f8f8f8;
  --button--all-border-radius: 5px;
  --button--primary-normal-text: #fff;
  --button--primary-hover-text: #fff;
  --button--primary-normal-bg: #00205c;
  --button--primary-hover-bg: #d9272c;
  --button--primary-normal-border: 3px solid var(--button--primary-normal-bg);
  --button--primary-hover-border: 3px solid var(--button--primary-hover-bg);
  --button--primary-small-normal-text: #fff;
  --button--primary-small-hover-text: #fff;
  --button--primary-small-normal-bg: #00205c;
  --button--primary-small-hover-bg: #000;
  --button--primary-small-normal-border: 3px solid
    var(--button--primary-small-normal-bg);
  --button--primary-small-hover-border: 3px solid
    var(--button--primary-small-hover-bg);
  --button--small-normal-text: #fff;
  --button--small-hover-text: #00205c;
  --button--small-normal-bg: #d9272c;
  --button--small-hover-bg: #fff;
  --button--small-normal-border: 3px solid var(--button--small-normal-bg);
  --button--small-hover-border: var(--button--small-normal-border); }

body.account-pages,
body.page-shippingaddressform {
  background-color: #fff; }
  body.account-pages main.body,
  body.page-shippingaddressform main.body {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.12); }
    body.account-pages main.body .container,
    body.page-shippingaddressform main.body .container {
      margin: 0;
      padding: 0; }
  body.account-pages .account-orderStatus-label,
  body.page-shippingaddressform .account-orderStatus-label {
    border-radius: 5px;
    padding: 5px; }
  body.account-pages .account-product-image,
  body.page-shippingaddressform .account-product-image {
    position: relative;
    mix-blend-mode: multiply; }
  body.account-pages .account-listItem,
  body.page-shippingaddressform .account-listItem {
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    position: relative;
    margin-bottom: 1.5rem; }
    @media (max-width: 801px) {
      body.account-pages .account-listItem,
      body.page-shippingaddressform .account-listItem {
        padding-bottom: 10px; } }
  body.account-pages .account .pagination,
  body.page-shippingaddressform .account .pagination {
    margin: 0; }
    body.account-pages .account .pagination .pagination-item,
    body.account-pages .account .pagination .pagination-item:hover,
    body.page-shippingaddressform .account .pagination .pagination-item,
    body.page-shippingaddressform .account .pagination .pagination-item:hover {
      color: #252525;
      background: transparent; }
  body.account-pages .content-section,
  body.page-shippingaddressform .content-section {
    background: #1b376c;
    padding: 30px;
    color: #fff;
    border: 2px dashed #fff; }
    body.account-pages .content-section input,
    body.page-shippingaddressform .content-section input {
      color: #fff;
      font-size: 15px; }
  body.account-pages .table--line .table-thead,
  body.page-shippingaddressform .table--line .table-thead {
    background-color: transparent; }
    body.account-pages .table--line .table-thead th,
    body.page-shippingaddressform .table--line .table-thead th {
      border-bottom: 1px solid #dee2e6; }
  body.account-pages .form-row .form-field,
  body.page-shippingaddressform .form-row .form-field {
    min-width: 200px; }
  body.account-pages .form-field--error .form-inlineMessage,
  body.page-shippingaddressform .form-field--error .form-inlineMessage {
    font-size: 14px; }
  body.account-pages .space,
  body.page-shippingaddressform .space {
    display: none; }
  body.account-pages .account-wrapper,
  body.page-shippingaddressform .account-wrapper {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px; }
    body.account-pages .account-wrapper .account,
    body.page-shippingaddressform .account-wrapper .account {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      padding-top: 40px; }
      body.account-pages .account-wrapper .account .account-left-side,
      body.page-shippingaddressform .account-wrapper .account .account-left-side {
        margin-bottom: 24px;
        display: flex;
        width: 100%;
        flex-direction: column; }
        @media (min-width: 1024px) {
          body.account-pages .account-wrapper .account .account-left-side,
          body.page-shippingaddressform .account-wrapper .account .account-left-side {
            width: 25%; } }
        body.account-pages .account-wrapper .account .account-left-side .account-welcome-container,
        body.page-shippingaddressform .account-wrapper .account .account-left-side .account-welcome-container {
          border: 1px solid #eee; }
          body.account-pages .account-wrapper .account .account-left-side .account-welcome-container .account-welcome,
          body.page-shippingaddressform .account-wrapper .account .account-left-side .account-welcome-container .account-welcome {
            display: flex;
            flex-direction: column;
            background-color: var(--menu-bg);
            padding: 16px; }
            @media (min-width: 768px) {
              body.account-pages .account-wrapper .account .account-left-side .account-welcome-container .account-welcome,
              body.page-shippingaddressform .account-wrapper .account .account-left-side .account-welcome-container .account-welcome {
                padding: 32px; } }
            body.account-pages .account-wrapper .account .account-left-side .account-welcome-container .account-welcome .welcome-text,
            body.page-shippingaddressform .account-wrapper .account .account-left-side .account-welcome-container .account-welcome .welcome-text {
              font-size: 16px;
              color: var(--primary-text-color); }
            body.account-pages .account-wrapper .account .account-left-side .account-welcome-container .account-welcome .welcome-user-name,
            body.page-shippingaddressform .account-wrapper .account .account-left-side .account-welcome-container .account-welcome .welcome-user-name {
              font-size: 20px;
              line-height: 28px;
              font-weight: 500;
              color: var(--primary-text-color); }
        body.account-pages .account-wrapper .account .account-left-side .account-nav-container nav,
        body.page-shippingaddressform .account-wrapper .account .account-left-side .account-nav-container nav {
          margin-bottom: 16px; }
          body.account-pages .account-wrapper .account .account-left-side .account-nav-container nav .navBar-section,
          body.page-shippingaddressform .account-wrapper .account .account-left-side .account-nav-container nav .navBar-section {
            display: flex;
            flex-direction: column; }
            body.account-pages .account-wrapper .account .account-left-side .account-nav-container nav .navBar-section .navBar-action,
            body.page-shippingaddressform .account-wrapper .account .account-left-side .account-nav-container nav .navBar-section .navBar-action {
              background-color: var(--menu-bg);
              border: 1px solid #eee;
              color: var(--primary-text-color); }
            body.account-pages .account-wrapper .account .account-left-side .account-nav-container nav .navBar-section a,
            body.page-shippingaddressform .account-wrapper .account .account-left-side .account-nav-container nav .navBar-section a {
              color: var(--primary-text-color);
              font-weight: 500;
              font-size: 16px;
              line-height: 24px;
              padding: 16px 32px;
              background-color: #fff;
              display: flex;
              width: 100%;
              margin: 0;
              margin-top: 16px; }
              body.account-pages .account-wrapper .account .account-left-side .account-nav-container nav .navBar-section a span,
              body.page-shippingaddressform .account-wrapper .account .account-left-side .account-nav-container nav .navBar-section a span {
                margin-left: 16px; }
              body.account-pages .account-wrapper .account .account-left-side .account-nav-container nav .navBar-section a svg,
              body.page-shippingaddressform .account-wrapper .account .account-left-side .account-nav-container nav .navBar-section a svg {
                width: 24px;
                height: 24px; }
                body.account-pages .account-wrapper .account .account-left-side .account-nav-container nav .navBar-section a svg.arrow,
                body.page-shippingaddressform .account-wrapper .account .account-left-side .account-nav-container nav .navBar-section a svg.arrow {
                  margin-left: auto; }
                body.account-pages .account-wrapper .account .account-left-side .account-nav-container nav .navBar-section a svg path,
                body.page-shippingaddressform .account-wrapper .account .account-left-side .account-nav-container nav .navBar-section a svg path {
                  stroke: var(--menu-color); }
              body.account-pages .account-wrapper .account .account-left-side .account-nav-container nav .navBar-section a.is-active svg path,
              body.page-shippingaddressform .account-wrapper .account .account-left-side .account-nav-container nav .navBar-section a.is-active svg path {
                stroke: var(--menu-bg); }
            body.account-pages .account-wrapper .account .account-left-side .account-nav-container nav .navBar-section a.is-active,
            body.page-shippingaddressform .account-wrapper .account .account-left-side .account-nav-container nav .navBar-section a.is-active {
              background-color: var(--menu-color);
              color: var(--secondary-text-color); }
      body.account-pages .account-wrapper .account .account-right-side,
      body.page-shippingaddressform .account-wrapper .account .account-right-side {
        display: flex;
        width: 100%;
        flex-direction: column;
        flex-grow: 1; }
        @media (min-width: 1024px) {
          body.account-pages .account-wrapper .account .account-right-side,
          body.page-shippingaddressform .account-wrapper .account .account-right-side {
            width: 50%;
            margin-left: 24px; } }
        body.account-pages .account-wrapper .account .account-right-side .page-heading,
        body.page-shippingaddressform .account-wrapper .account .account-right-side .page-heading {
          font-size: 24px;
          border: 1px solid #eee;
          background-color: var(--menu-bg);
          color: var(--primary-text-color);
          padding-top: 16px;
          padding-bottom: 16px;
          margin-bottom: 0;
          margin: 0;
          width: auto;
          position: static; }
        body.account-pages .account-wrapper .account .account-right-side div.account-wrapper main .account-content,
        body.page-shippingaddressform .account-wrapper .account .account-right-side div.account-wrapper main .account-content {
          border: none;
          background-color: #fff; }
        body.account-pages .account-wrapper .account .account-right-side .account-content,
        body.page-shippingaddressform .account-wrapper .account .account-right-side .account-content {
          padding-left: 0;
          padding-right: 0;
          margin-top: 16px; }
          body.account-pages .account-wrapper .account .account-right-side .account-content .form-label,
          body.page-shippingaddressform .account-wrapper .account .account-right-side .account-content .form-label {
            color: #00205c;
            font-size: 14px;
            font-weight: 500;
            line-height: 24px; }
          body.account-pages .account-wrapper .account .account-right-side .account-content h3.account-heading,
          body.page-shippingaddressform .account-wrapper .account .account-right-side .account-content h3.account-heading {
            display: none; }
        body.account-pages .account-wrapper .account .account-right-side .account-info-wrapper,
        body.page-shippingaddressform .account-wrapper .account .account-right-side .account-info-wrapper {
          margin-top: 16px; }
          body.account-pages .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container,
          body.page-shippingaddressform .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container {
            background-color: var(--menu-bg);
            border: 1px solid #eee;
            padding: 32px 20px; }
            body.account-pages .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container .account-info-label,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container .account-info-label {
              padding-left: 0;
              padding-right: 0;
              color: #3b4550;
              font-weight: 500;
              line-height: 20px;
              font-size: 14px; }
            body.account-pages .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container .account-data,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container .account-data {
              display: grid;
              gap: 16px;
              grid-template-columns: repeat(1, minmax(0, 1fr));
              max-width: 400px;
              margin-left: auto;
              margin-right: auto; }
              @media (min-width: 768px) {
                body.account-pages .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container .account-data,
                body.page-shippingaddressform .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container .account-data {
                  grid-template-columns: repeat(2, minmax(0, 1fr)); } }
              body.account-pages .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container .account-data li,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container .account-data li {
                display: flex;
                flex-direction: column; }
                body.account-pages .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container .account-data li .text,
                body.page-shippingaddressform .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container .account-data li .text {
                  color: #3b4550;
                  font-size: 14px;
                  line-height: 20px;
                  text-align: left; }
                body.account-pages .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container .account-data li .data,
                body.page-shippingaddressform .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container .account-data li .data {
                  color: var(--primary-text-color);
                  font-size: 16px;
                  font-weight: 500;
                  line-height: 24px;
                  text-align: left; }
            body.account-pages .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container form button.button--primary,
            body.account-pages .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container form a.button--primary,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container form button.button--primary,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container form a.button--primary {
              color: var(--button--primary-normal-text);
              background-color: var(--button--primary-normal-bg);
              border-radius: var(--button--all-border-radius); }
              body.account-pages .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container form button.button--primary:hover, body.account-pages .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container form button.button--primary:active,
              body.account-pages .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container form a.button--primary:hover,
              body.account-pages .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container form a.button--primary:active,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container form button.button--primary:hover,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container form button.button--primary:active,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container form a.button--primary:hover,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container form a.button--primary:active {
                border: none;
                color: var(--button--primary-hover-text);
                background-color: var(--button--primary-hover-bg); }
            body.account-pages .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container form button.button--small,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container form button.button--small {
              color: var(--button--small-normal-text);
              background-color: var(--button--small-normal-bg);
              border-radius: var(--button--all-border-radius); }
              body.account-pages .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container form button.button--small:hover, body.account-pages .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container form button.button--small:active,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container form button.button--small:hover,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container form button.button--small:active {
                border: none;
                color: var(--button--small-hover-text);
                background-color: var(--button--small-hover-bg); }
            body.account-pages .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container form .form-select,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .account-info-wrapper .account-info-container form .form-select {
              border-radius: 5px;
              color: var(--primary-text-color);
              border-color: var(--primary-form-border); }
        body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper,
        body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper {
          padding: 16px;
          margin: 0;
          margin-top: 16px;
          background-color: var(--menu-bg);
          border: 1px solid #eee; }
          body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper .share-wishlist .panel-body,
          body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper .share-wishlist .panel-body {
            background-color: transparent; }
            body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper .share-wishlist .panel-body h5,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper .share-wishlist .panel-body h5 {
              margin-bottom: 10px; }
          body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper div.form-actions,
          body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper div.form-actions {
            display: flex;
            flex-direction: row; }
            body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper div.form-actions .button,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper div.form-actions .button {
              padding: 8px 32px;
              font-weight: 600;
              line-height: 24px;
              font-size: 16px;
              color: #fff;
              background-color: var(--button--primary-normal-bg);
              border-radius: var(--button--all-border-radius); }
              body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper div.form-actions .button:hover,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper div.form-actions .button:hover {
                color: #fff !important;
                background-color: var(button--primary-hover-bg);
                font-weight: 600 !important; }
            body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper div.form-actions button.button,
            body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper div.form-actions a.red-button,
            body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper div.form-actions input.red-button,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper div.form-actions button.button,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper div.form-actions a.red-button,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper div.form-actions input.red-button {
              background-color: #dc2626;
              border-radius: var(--button--all-border-radius);
              color: var(--primary-text-color); }
              body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper div.form-actions button.button:hover,
              body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper div.form-actions a.red-button:hover,
              body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper div.form-actions input.red-button:hover,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper div.form-actions button.button:hover,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper div.form-actions a.red-button:hover,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper div.form-actions input.red-button:hover {
                background-color: #fff;
                color: var(--primary-text-color); }
          body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid,
          body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid {
            display: grid;
            row-gap: 40px;
            column-gap: 24px;
            grid-template-columns: repeat(1, minmax(0, 1fr)); }
            @media (min-width: 640px) {
              body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid {
                grid-template-columns: repeat(2, minmax(0, 1fr)); } }
            @media (min-width: 1024px) {
              body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid {
                grid-template-columns: repeat(3, minmax(0, 1fr)); } }
            body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid::before,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid::before {
              content: none; }
            body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid::after,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid::after {
              content: none; }
            body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product {
              align-items: center;
              flex-direction: column;
              display: flex;
              position: relative;
              width: 100%; }
              body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product .card,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product .card {
                border: none;
                margin-bottom: 0; }
                body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product .card .card-img-container,
                body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product .card .card-img-container {
                  width: auto;
                  max-height: 170px; }
                body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product .card .card-figcaption-body,
                body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product .card .card-figcaption-body {
                  display: none; }
                  body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product .card .card-figcaption-body .button,
                  body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product .card .card-figcaption-body .button {
                    margin: 0 auto; }
                    body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product .card .card-figcaption-body .button:hover,
                    body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product .card .card-figcaption-body .button:hover {
                      background: #fff; }
                  body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product .card .card-figcaption-body a.button,
                  body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product .card .card-figcaption-body a.button {
                    margin: 5px 0 0; }
                  body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product .card .card-figcaption-body label.button,
                  body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product .card .card-figcaption-body label.button {
                    margin: 5px 0 0;
                    display: flex;
                    justify-content: center;
                    gap: 5px; }
                body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product .card .card-body [data-test-info-type="brandName"],
                body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product .card .card-body [data-test-info-type="brandName"] {
                  display: none; }
                body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product .card .card-body h3,
                body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product .card .card-body h3 {
                  text-align: center;
                  max-width: 240px;
                  font-weight: 500;
                  color: var(--primary-text-color);
                  line-height: 28px;
                  font-size: 20px; }
                  @media (min-width: 1024px) {
                    body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product .card .card-body h3,
                    body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product .card .card-body h3 {
                      font-size: 20px;
                      line-height: 28px; } }
                  body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product .card .card-body h3 a:hover,
                  body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product .card .card-body h3 a:hover {
                    color: var(--primary-text-color); }
                body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product .card .card-body .rrp-price--withoutTax,
                body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product .card .card-body .rrp-price--withoutTax {
                  display: none; }
                body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product .card .card-body .price--withoutTax,
                body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product .card .card-body .price--withoutTax {
                  display: block;
                  text-align: center;
                  line-height: 28px;
                  font-size: 20px; }
                  @media (min-width: 768px) {
                    body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product .card .card-body .price--withoutTax,
                    body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper .productGrid .product .card .card-body .price--withoutTax {
                      margin-top: 8px; } }
          body.account-pages .account-wrapper .account .account-right-side .wishlist-list-wrapper .pagination,
          body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-wrapper .pagination {
            display: flex;
            justify-content: center; }
        body.account-pages .account-wrapper .account .account-right-side .wishlist-list-share-wrapper,
        body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-share-wrapper {
          padding: 16px;
          margin: 0;
          margin-top: 16px;
          background-color: var(--menu-bg);
          border: 1px solid #eee; }
          body.account-pages .account-wrapper .account .account-right-side .wishlist-list-share-wrapper .wishlist-list-share,
          body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-share-wrapper .wishlist-list-share {
            display: flex;
            flex-wrap: wrap;
            align-items: center; }
            body.account-pages .account-wrapper .account .account-right-side .wishlist-list-share-wrapper .wishlist-list-share h2,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-share-wrapper .wishlist-list-share h2 {
              font-weight: 500;
              font-size: 20px;
              line-height: 28px; }
            body.account-pages .account-wrapper .account .account-right-side .wishlist-list-share-wrapper .wishlist-list-share button,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-share-wrapper .wishlist-list-share button {
              margin-left: 16px; }
            body.account-pages .account-wrapper .account .account-right-side .wishlist-list-share-wrapper .wishlist-list-share svg,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .wishlist-list-share-wrapper .wishlist-list-share svg {
              width: 24px;
              height: 24px; }
        body.account-pages .account-wrapper .account .account-right-side .order-list-wrapper,
        body.page-shippingaddressform .account-wrapper .account .account-right-side .order-list-wrapper {
          padding: 16px;
          margin: 0;
          margin-top: 16px;
          background-color: var(--menu-bg);
          border: 1px solid #eee; }
          body.account-pages .account-wrapper .account .account-right-side .order-list-wrapper .order-header-container,
          body.page-shippingaddressform .account-wrapper .account .account-right-side .order-list-wrapper .order-header-container {
            display: flex;
            align-items: center;
            border-top: 0 solid #e5e7eb; }
            @media (min-width: 640px) {
              body.account-pages .account-wrapper .account .account-right-side .order-list-wrapper .order-header-container,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .order-list-wrapper .order-header-container {
                column-gap: 1.5rem;
                grid-template-columns: repeat(4, minmax(0, 1fr));
                display: grid; } }
            body.account-pages .account-wrapper .account .account-right-side .order-list-wrapper .order-header-container .order-header,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .order-list-wrapper .order-header-container .order-header {
              display: grid;
              font-size: 0.875rem;
              line-height: 1.25rem;
              column-gap: 1.5rem;
              grid-template-columns: repeat(2, minmax(0, 1fr)); }
              @media (min-width: 1000px) {
                body.account-pages .account-wrapper .account .account-right-side .order-list-wrapper .order-header-container .order-header,
                body.page-shippingaddressform .account-wrapper .account .account-right-side .order-list-wrapper .order-header-container .order-header {
                  font-size: 15px;
                  line-height: 20px; } }
              @media (max-width: 801px) {
                body.account-pages .account-wrapper .account .account-right-side .order-list-wrapper .order-header-container .order-header,
                body.page-shippingaddressform .account-wrapper .account .account-right-side .order-list-wrapper .order-header-container .order-header {
                  padding-right: 10px; } }
              @media (min-width: 640px) {
                body.account-pages .account-wrapper .account .account-right-side .order-list-wrapper .order-header-container .order-header,
                body.page-shippingaddressform .account-wrapper .account .account-right-side .order-list-wrapper .order-header-container .order-header {
                  grid-template-columns: repeat(4, minmax(0, 1fr));
                  grid-column: span 3 / span 3; } }
              @media (min-width: 1024px) {
                body.account-pages .account-wrapper .account .account-right-side .order-list-wrapper .order-header-container .order-header,
                body.page-shippingaddressform .account-wrapper .account .account-right-side .order-list-wrapper .order-header-container .order-header {
                  grid-column: span 3 / span 3; } }
            body.account-pages .account-wrapper .account .account-right-side .order-list-wrapper .order-header-container .view-order,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .order-list-wrapper .order-header-container .view-order {
              display: flex;
              justify-content: flex-end;
              align-items: center; }
              body.account-pages .account-wrapper .account .account-right-side .order-list-wrapper .order-header-container .view-order .space,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .order-list-wrapper .order-header-container .view-order .space {
                margin-left: 10px; }
          body.account-pages .account-wrapper .account .account-right-side .order-list-wrapper .account-product-figure::before, body.account-pages .account-wrapper .account .account-right-side .order-list-wrapper .account-product-figure::after,
          body.page-shippingaddressform .account-wrapper .account .account-right-side .order-list-wrapper .account-product-figure::before,
          body.page-shippingaddressform .account-wrapper .account .account-right-side .order-list-wrapper .account-product-figure::after {
            content: none; }
          body.account-pages .account-wrapper .account .account-right-side .order-list-wrapper .pagination,
          body.page-shippingaddressform .account-wrapper .account .account-right-side .order-list-wrapper .pagination {
            display: flex;
            justify-content: center; }
          body.account-pages .account-wrapper .account .account-right-side .order-list-wrapper .alertBox,
          body.page-shippingaddressform .account-wrapper .account .account-right-side .order-list-wrapper .alertBox {
            background-color: var(--menu-bg); }
        body.account-pages .account-wrapper .account .account-right-side .order-details-wrapper,
        body.page-shippingaddressform .account-wrapper .account .account-right-side .order-details-wrapper {
          padding: 20px 20px 40px 20px;
          margin: 0;
          margin-top: 16px;
          background-color: var(--menu-bg);
          border: 1px solid #eee;
          display: flex;
          flex-direction: column; }
          @media (min-width: 1025px) {
            body.account-pages .account-wrapper .account .account-right-side .order-details-wrapper,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .order-details-wrapper {
              display: block; } }
          body.account-pages .account-wrapper .account .account-right-side .order-details-wrapper .order-details-header,
          body.page-shippingaddressform .account-wrapper .account .account-right-side .order-details-wrapper .order-details-header {
            display: flex;
            gap: 45px; }
            body.account-pages .account-wrapper .account .account-right-side .order-details-wrapper .order-details-header .definitionList,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .order-details-wrapper .order-details-header .definitionList {
              display: none; }
          body.account-pages .account-wrapper .account .account-right-side .order-details-wrapper .account-list,
          body.page-shippingaddressform .account-wrapper .account .account-right-side .order-details-wrapper .account-list {
            margin-bottom: 45px; }
            body.account-pages .account-wrapper .account .account-right-side .order-details-wrapper .account-list .account-product,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .order-details-wrapper .account-list .account-product {
              display: flex;
              align-items: center;
              width: 100%; }
              body.account-pages .account-wrapper .account .account-right-side .order-details-wrapper .account-list .account-product .account-product-checkItem,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .order-details-wrapper .account-list .account-product .account-product-checkItem {
                left: 0; }
              body.account-pages .account-wrapper .account .account-right-side .order-details-wrapper .account-list .account-product .account-product-figure,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .order-details-wrapper .account-list .account-product .account-product-figure {
                left: 0;
                width: 100px; }
                body.account-pages .account-wrapper .account .account-right-side .order-details-wrapper .account-list .account-product .account-product-figure::after,
                body.page-shippingaddressform .account-wrapper .account .account-right-side .order-details-wrapper .account-list .account-product .account-product-figure::after {
                  content: none; }
                body.account-pages .account-wrapper .account .account-right-side .order-details-wrapper .account-list .account-product .account-product-figure .account-product-image,
                body.page-shippingaddressform .account-wrapper .account .account-right-side .order-details-wrapper .account-list .account-product .account-product-figure .account-product-image {
                  position: relative;
                  mix-blend-mode: multiply; }
              body.account-pages .account-wrapper .account .account-right-side .order-details-wrapper .account-list .account-product .account-product-body,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .order-details-wrapper .account-list .account-product .account-product-body {
                flex-grow: 1;
                padding-left: 32px; }
          body.account-pages .account-wrapper .account .account-right-side .order-details-wrapper .order-total,
          body.page-shippingaddressform .account-wrapper .account .account-right-side .order-details-wrapper .order-total {
            width: 100%;
            float: right; }
            @media (min-width: 1025px) {
              body.account-pages .account-wrapper .account .account-right-side .order-details-wrapper .order-total,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .order-details-wrapper .order-total {
                width: 34%; } }
            body.account-pages .account-wrapper .account .account-right-side .order-details-wrapper .order-total .account-orderTotal-value,
            body.account-pages .account-wrapper .account .account-right-side .order-details-wrapper .order-total .account-orderTotal-key,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .order-details-wrapper .order-total .account-orderTotal-value,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .order-details-wrapper .order-total .account-orderTotal-key {
              padding-top: 10px;
              padding-bottom: 10px;
              color: var(--primary-text-color); }
          body.account-pages .account-wrapper .account .account-right-side .order-details-wrapper .order-details,
          body.page-shippingaddressform .account-wrapper .account .account-right-side .order-details-wrapper .order-details {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: flex-start;
            align-items: center;
            /* gap: 45px; */
            gap: 1rem;
            justify-content: space-around; }
            @media (min-width: 1025px) {
              body.account-pages .account-wrapper .account .account-right-side .order-details-wrapper .order-details,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .order-details-wrapper .order-details {
                flex-direction: row; } }
            body.account-pages .account-wrapper .account .account-right-side .order-details-wrapper .order-details .account-sidebar-block,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .order-details-wrapper .order-details .account-sidebar-block {
              margin-top: 0;
              width: 100%; }
              body.account-pages .account-wrapper .account .account-right-side .order-details-wrapper .order-details .account-sidebar-block .account-heading,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .order-details-wrapper .order-details .account-sidebar-block .account-heading {
                padding-bottom: 10px;
                margin-bottom: 15px; }
              body.account-pages .account-wrapper .account .account-right-side .order-details-wrapper .order-details .account-sidebar-block li,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .order-details-wrapper .order-details .account-sidebar-block li {
                line-height: 24px;
                font-size: 14px; }
        body.account-pages .account-wrapper .account .account-right-side .messages-list-wrapper,
        body.page-shippingaddressform .account-wrapper .account .account-right-side .messages-list-wrapper {
          padding: 16px;
          margin: 0;
          margin-top: 16px;
          background-color: var(--menu-bg);
          border: 1px solid #eee; }
          body.account-pages .account-wrapper .account .account-right-side .messages-list-wrapper h2,
          body.page-shippingaddressform .account-wrapper .account .account-right-side .messages-list-wrapper h2 {
            font-size: 18px;
            margin-bottom: 10px; }
          body.account-pages .account-wrapper .account .account-right-side .messages-list-wrapper div.form-actions,
          body.page-shippingaddressform .account-wrapper .account .account-right-side .messages-list-wrapper div.form-actions {
            display: flex;
            flex-direction: row; }
            body.account-pages .account-wrapper .account .account-right-side .messages-list-wrapper div.form-actions .button,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .messages-list-wrapper div.form-actions .button {
              padding: 8px 32px;
              font-weight: 600;
              line-height: 24px;
              font-size: 16px; }
            body.account-pages .account-wrapper .account .account-right-side .messages-list-wrapper div.form-actions button.button,
            body.account-pages .account-wrapper .account .account-right-side .messages-list-wrapper div.form-actions a.red-button,
            body.account-pages .account-wrapper .account .account-right-side .messages-list-wrapper div.form-actions input.red-button,
            body.account-pages .account-wrapper .account .account-right-side .messages-list-wrapper div.form-actions input:last-child,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .messages-list-wrapper div.form-actions button.button,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .messages-list-wrapper div.form-actions a.red-button,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .messages-list-wrapper div.form-actions input.red-button,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .messages-list-wrapper div.form-actions input:last-child {
              background-color: #dc2626;
              border-radius: var(--button--all-border-radius); }
              body.account-pages .account-wrapper .account .account-right-side .messages-list-wrapper div.form-actions button.button:hover,
              body.account-pages .account-wrapper .account .account-right-side .messages-list-wrapper div.form-actions a.red-button:hover,
              body.account-pages .account-wrapper .account .account-right-side .messages-list-wrapper div.form-actions input.red-button:hover,
              body.account-pages .account-wrapper .account .account-right-side .messages-list-wrapper div.form-actions input:last-child:hover,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .messages-list-wrapper div.form-actions button.button:hover,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .messages-list-wrapper div.form-actions a.red-button:hover,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .messages-list-wrapper div.form-actions input.red-button:hover,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .messages-list-wrapper div.form-actions input:last-child:hover {
                background-color: #fff;
                color: var(--primary-text-color); }
        body.account-pages .account-wrapper .account .account-right-side .return-list-wrapper,
        body.page-shippingaddressform .account-wrapper .account .account-right-side .return-list-wrapper {
          padding: 16px;
          margin: 0;
          margin-top: 16px;
          background-color: var(--menu-bg);
          border: 1px solid #eee; }
        body.account-pages .account-wrapper .account .account-right-side .recent_items,
        body.page-shippingaddressform .account-wrapper .account .account-right-side .recent_items {
          background-color: var(--menu-bg);
          border: 1px solid #eee;
          padding: 20px; }
          body.account-pages .account-wrapper .account .account-right-side .recent_items .grid,
          body.page-shippingaddressform .account-wrapper .account .account-right-side .recent_items .grid {
            padding-top: 15px;
            display: grid;
            row-gap: 40px;
            column-gap: 24px;
            grid-template-columns: repeat(1, minmax(0, 1fr)); }
            @media (min-width: 640px) {
              body.account-pages .account-wrapper .account .account-right-side .recent_items .grid,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .recent_items .grid {
                grid-template-columns: repeat(2, minmax(0, 1fr)); } }
            @media (min-width: 1024px) {
              body.account-pages .account-wrapper .account .account-right-side .recent_items .grid,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .recent_items .grid {
                grid-template-columns: repeat(3, minmax(0, 1fr)); } }
            body.account-pages .account-wrapper .account .account-right-side .recent_items .grid .product,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .recent_items .grid .product {
              align-items: center;
              flex-direction: column;
              display: flex;
              position: relative; }
              body.account-pages .account-wrapper .account .account-right-side .recent_items .grid .product .card,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .recent_items .grid .product .card {
                border: none; }
                body.account-pages .account-wrapper .account .account-right-side .recent_items .grid .product .card .card-img-container,
                body.page-shippingaddressform .account-wrapper .account .account-right-side .recent_items .grid .product .card .card-img-container {
                  width: auto;
                  max-height: 170px; }
                body.account-pages .account-wrapper .account .account-right-side .recent_items .grid .product .card .card-figcaption-body,
                body.page-shippingaddressform .account-wrapper .account .account-right-side .recent_items .grid .product .card .card-figcaption-body {
                  display: none; }
                  body.account-pages .account-wrapper .account .account-right-side .recent_items .grid .product .card .card-figcaption-body .button,
                  body.page-shippingaddressform .account-wrapper .account .account-right-side .recent_items .grid .product .card .card-figcaption-body .button {
                    margin: 0 auto; }
                    body.account-pages .account-wrapper .account .account-right-side .recent_items .grid .product .card .card-figcaption-body .button:hover,
                    body.page-shippingaddressform .account-wrapper .account .account-right-side .recent_items .grid .product .card .card-figcaption-body .button:hover {
                      background: #fff; }
                  body.account-pages .account-wrapper .account .account-right-side .recent_items .grid .product .card .card-figcaption-body a.button,
                  body.page-shippingaddressform .account-wrapper .account .account-right-side .recent_items .grid .product .card .card-figcaption-body a.button {
                    margin: 5px 0 0; }
                  body.account-pages .account-wrapper .account .account-right-side .recent_items .grid .product .card .card-figcaption-body label.button,
                  body.page-shippingaddressform .account-wrapper .account .account-right-side .recent_items .grid .product .card .card-figcaption-body label.button {
                    margin: 5px 0 0;
                    display: flex;
                    justify-content: center;
                    gap: 5px; }
                body.account-pages .account-wrapper .account .account-right-side .recent_items .grid .product .card .card-body [data-test-info-type="brandName"],
                body.page-shippingaddressform .account-wrapper .account .account-right-side .recent_items .grid .product .card .card-body [data-test-info-type="brandName"] {
                  display: none; }
                body.account-pages .account-wrapper .account .account-right-side .recent_items .grid .product .card .card-body h3,
                body.page-shippingaddressform .account-wrapper .account .account-right-side .recent_items .grid .product .card .card-body h3 {
                  text-align: center;
                  max-width: 240px;
                  font-weight: 500;
                  color: var(--primary-text-color);
                  line-height: 28px;
                  font-size: 20px; }
                  @media (min-width: 1024px) {
                    body.account-pages .account-wrapper .account .account-right-side .recent_items .grid .product .card .card-body h3,
                    body.page-shippingaddressform .account-wrapper .account .account-right-side .recent_items .grid .product .card .card-body h3 {
                      font-size: 20px;
                      line-height: 28px; } }
                  body.account-pages .account-wrapper .account .account-right-side .recent_items .grid .product .card .card-body h3 a:hover,
                  body.page-shippingaddressform .account-wrapper .account .account-right-side .recent_items .grid .product .card .card-body h3 a:hover {
                    color: var(--primary-text-color); }
                body.account-pages .account-wrapper .account .account-right-side .recent_items .grid .product .card .card-body .rrp-price--withoutTax,
                body.page-shippingaddressform .account-wrapper .account .account-right-side .recent_items .grid .product .card .card-body .rrp-price--withoutTax {
                  display: none; }
                body.account-pages .account-wrapper .account .account-right-side .recent_items .grid .product .card .card-body .price--withoutTax,
                body.page-shippingaddressform .account-wrapper .account .account-right-side .recent_items .grid .product .card .card-body .price--withoutTax {
                  display: block;
                  text-align: center;
                  line-height: 28px;
                  font-size: 20px; }
                  @media (min-width: 768px) {
                    body.account-pages .account-wrapper .account .account-right-side .recent_items .grid .product .card .card-body .price--withoutTax,
                    body.page-shippingaddressform .account-wrapper .account .account-right-side .recent_items .grid .product .card .card-body .price--withoutTax {
                      margin-top: 8px; } }
        body.account-pages .account-wrapper .account .account-right-side .address-wrapper,
        body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper {
          display: flex;
          flex-direction: column;
          background-color: var(--menu-bg);
          border: 1px solid #eee;
          padding: 24px; }
          body.account-pages .account-wrapper .account .account-right-side .address-wrapper .address-container,
          body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .address-container {
            display: flex;
            width: 100%;
            flex-wrap: wrap;
            padding: 16px; }
            body.account-pages .account-wrapper .account .account-right-side .address-wrapper .address-container .address-text,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .address-container .address-text {
              display: flex;
              flex-direction: column;
              flex-grow: 1;
              gap: 8px; }
              body.account-pages .account-wrapper .account .account-right-side .address-wrapper .address-container .address-text .name,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .address-container .address-text .name {
                text-transform: capitalize;
                font-size: 18px;
                line-height: 24px;
                font-weight: 500; }
              body.account-pages .account-wrapper .account .account-right-side .address-wrapper .address-container .address-text .address-data,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .address-container .address-text .address-data {
                font-size: 16px;
                line-height: 24px; }
            body.account-pages .account-wrapper .account .account-right-side .address-wrapper .address-container .address-control,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .address-container .address-control {
              display: flex;
              flex-direction: column; }
              body.account-pages .account-wrapper .account .account-right-side .address-wrapper .address-container .address-control div.form-actions,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .address-container .address-control div.form-actions {
                display: flex;
                flex-direction: row; }
                body.account-pages .account-wrapper .account .account-right-side .address-wrapper .address-container .address-control div.form-actions .button,
                body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .address-container .address-control div.form-actions .button {
                  padding: 8px 32px;
                  font-weight: 600;
                  line-height: 24px;
                  font-size: 16px;
                  border-radius: var(--button--all-border-radius); }
                body.account-pages .account-wrapper .account .account-right-side .address-wrapper .address-container .address-control div.form-actions .button--primary.button--small,
                body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .address-container .address-control div.form-actions .button--primary.button--small {
                  color: var(--button--primary-small-normal-text);
                  background-color: var(--button--primary-small-normal-bg);
                  border: var(--button--primary-small-normal-border);
                  border-radius: var(--button--all-border-radius); }
                  body.account-pages .account-wrapper .account .account-right-side .address-wrapper .address-container .address-control div.form-actions .button--primary.button--small:hover, body.account-pages .account-wrapper .account .account-right-side .address-wrapper .address-container .address-control div.form-actions .button--primary.button--small:active,
                  body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .address-container .address-control div.form-actions .button--primary.button--small:hover,
                  body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .address-container .address-control div.form-actions .button--primary.button--small:active {
                    color: var(--button--primary-small-hover-text);
                    background-color: var(--button--primary-small-hover-bg);
                    border: var(--button--primary-small-hover-border); }
                body.account-pages .account-wrapper .account .account-right-side .address-wrapper .address-container .address-control div.form-actions button.button,
                body.account-pages .account-wrapper .account .account-right-side .address-wrapper .address-container .address-control div.form-actions a.red-button,
                body.account-pages .account-wrapper .account .account-right-side .address-wrapper .address-container .address-control div.form-actions input.red-button,
                body.account-pages .account-wrapper .account .account-right-side .address-wrapper .address-container .address-control div.form-actions button.secondary,
                body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .address-container .address-control div.form-actions button.button,
                body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .address-container .address-control div.form-actions a.red-button,
                body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .address-container .address-control div.form-actions input.red-button,
                body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .address-container .address-control div.form-actions button.secondary {
                  background-color: var(--button--small-normal-bg);
                  color: var(--button--small-normal-text);
                  border: var(--button--small-normal-border);
                  border-radius: var(--button--all-border-radius); }
                  body.account-pages .account-wrapper .account .account-right-side .address-wrapper .address-container .address-control div.form-actions button.button:hover,
                  body.account-pages .account-wrapper .account .account-right-side .address-wrapper .address-container .address-control div.form-actions a.red-button:hover,
                  body.account-pages .account-wrapper .account .account-right-side .address-wrapper .address-container .address-control div.form-actions input.red-button:hover,
                  body.account-pages .account-wrapper .account .account-right-side .address-wrapper .address-container .address-control div.form-actions button.secondary:hover,
                  body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .address-container .address-control div.form-actions button.button:hover,
                  body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .address-container .address-control div.form-actions a.red-button:hover,
                  body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .address-container .address-control div.form-actions input.red-button:hover,
                  body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .address-container .address-control div.form-actions button.secondary:hover {
                    border: var(--button--small-hover-border);
                    background-color: var(--button--small-hover-bg);
                    color: var(--button--small-hover-text); }
          body.account-pages .account-wrapper .account .account-right-side .address-wrapper .address-all-control,
          body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .address-all-control {
            margin-top: 16px;
            padding: 16px 0;
            border-top: 0 solid #e5e7eb;
            border-top-width: 1px;
            border-bottom-width: 1px; }
            body.account-pages .account-wrapper .account .account-right-side .address-wrapper .address-all-control .button,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .address-all-control .button {
              display: inline-block;
              padding: 16px 20px;
              color: var(--button--primary-normal-text);
              background-color: var(--button--primary-normal-bg);
              border: var(--button--primary-normal-border);
              border-radius: var(--button--all-border-radius); }
              body.account-pages .account-wrapper .account .account-right-side .address-wrapper .address-all-control .button:active, body.account-pages .account-wrapper .account .account-right-side .address-wrapper .address-all-control .button:hover,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .address-all-control .button:active,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .address-all-control .button:hover {
                color: var(--button--primary-hover-text);
                background-color: var(--button--primary-hover-bg);
                border: var(--button--primary-hover-border); }
          body.account-pages .account-wrapper .account .account-right-side .address-wrapper .form-actions,
          body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .form-actions {
            display: flex;
            justify-content: center; }
            body.account-pages .account-wrapper .account .account-right-side .address-wrapper .form-actions .button,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .form-actions .button {
              padding: 8px 32px;
              font-weight: 600;
              line-height: 24px;
              font-size: 16px;
              border-radius: var(--button--all-border-radius); }
            body.account-pages .account-wrapper .account .account-right-side .address-wrapper .form-actions button.butto,
            body.account-pages .account-wrapper .account .account-right-side .address-wrapper .form-actions a.red-button,
            body.account-pages .account-wrapper .account .account-right-side .address-wrapper .form-actions input.red-button,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .form-actions button.butto,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .form-actions a.red-button,
            body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .form-actions input.red-button {
              color: var(--button--primary-normal-text);
              background-color: #dc2626;
              border-radius: var(--button--all-border-radius); }
              body.account-pages .account-wrapper .account .account-right-side .address-wrapper .form-actions button.butto:hover,
              body.account-pages .account-wrapper .account .account-right-side .address-wrapper .form-actions a.red-button:hover,
              body.account-pages .account-wrapper .account .account-right-side .address-wrapper .form-actions input.red-button:hover,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .form-actions button.butto:hover,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .form-actions a.red-button:hover,
              body.page-shippingaddressform .account-wrapper .account .account-right-side .address-wrapper .form-actions input.red-button:hover {
                background-color: #fff;
                color: var(--primary-text-color); }

body.page-editaccount.complience div.form-field {
  display: none; }

body.page-editaccount.complience .Datebox div.form-field {
  display: block; }

body.page-editaccount.complience div#FormField_28,
body.page-editaccount.complience div#FormField_29,
body.page-editaccount.complience div#FormField_30 {
  display: block; }

body.page-editaccount.complience .compliance_field.compliance_main_field {
  width: 100%;
  margin-bottom: 45px; }

body.page-editaccount.complience .form-field.compliance_field.show {
  margin-bottom: 20px; }

body.page-editaccount.complience div#FormField_28 {
  display: block !important; }

body.page-editaccount.complience #upload {
  display: flex;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 45px;
  margin-top: 20px; }
  body.page-editaccount.complience #upload a.button {
    margin: 0 auto; }

body.page-editaccount.complience #complience {
  margin-top: 20px; }
  body.page-editaccount.complience #complience .complience-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 1rem; }
    @media (min-width: 801px) {
      body.page-editaccount.complience #complience .complience-wrapper {
        flex-direction: row; } }
    body.page-editaccount.complience #complience .complience-wrapper .text {
      width: 100%; }
      @media (min-width: 801px) {
        body.page-editaccount.complience #complience .complience-wrapper .text {
          width: 50%; } }
      body.page-editaccount.complience #complience .complience-wrapper .text h4 {
        font-size: 16px;
        color: var(--primary-text-color); }
      body.page-editaccount.complience #complience .complience-wrapper .text li {
        list-style: disc;
        font-size: 14px;
        color: var(--primary-text-color); }
    body.page-editaccount.complience #complience .complience-wrapper .sample {
      width: 100%; }
      @media (min-width: 801px) {
        body.page-editaccount.complience #complience .complience-wrapper .sample {
          width: 50%; } }
      body.page-editaccount.complience #complience .complience-wrapper .sample .sample-container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap; }
        body.page-editaccount.complience #complience .complience-wrapper .sample .sample-container h4 {
          font-size: 16px;
          color: var(--primary-text-color); }
        body.page-editaccount.complience #complience .complience-wrapper .sample .sample-container .images {
          display: flex;
          align-items: center;
          flex-direction: row;
          justify-content: flex-start; }
          body.page-editaccount.complience #complience .complience-wrapper .sample .sample-container .images img {
            margin: 5px; }
  body.page-editaccount.complience #complience h4 {
    padding: 10px0; }
  body.page-editaccount.complience #complience ul {
    padding: 15px; }
    body.page-editaccount.complience #complience ul li {
      list-style: circle; }

.order-details-header {
  display: block !important;
  overflow: hidden; }
  .order-details-header .order-reorder {
    float: left; }
  .order-details-header .order-invoice {
    float: right; }

body.page-editaccount.complience div.form-field.compliance_field,
body.page-editaccount.complience .complience-desc div.form-field {
  display: block !important; }

.page-editaccount .complience-desc {
  overflow: hidden; }
  @media (min-width: 1000px) {
    .page-editaccount .complience-desc .form-field {
      width: 50%;
      float: left; } }
  .page-editaccount .complience-desc h2 {
    text-align: center; }

html,
body {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: "Barlow", Arial, sans-serif !important;
  font-size: 16px; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
select,
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none; }

a {
  color: #212529; }

a:hover,
a:active,
a:focus,
button:hover,
button:active,
button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: inherit;
  color: #024083; }

.button,
.button:focus {
  background-color: #00205c !important;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 5px !important;
  font-size: 13px;
  padding: 10px 10px;
  font-family: 'Barlow', Arial, sans-serif !important;
  border: none !important; }
  @media (min-width: 801px) {
    .button,
    .button:focus {
      font-size: 14px;
      padding: 12px 20px; } }

.button:hover {
  background-color: #d9272c !important;
  color: #fff !important; }

.button.button--icon,
.button.button--icon:hover,
.button.button--icon:focus {
  background-color: transparent !important; }

.custom-container {
  max-width: 1480px;
  width: 100%;
  margin: 0px auto;
  display: block; }

.body {
  margin-top: 0;
  margin-bottom: 0;
  min-height: 500px; }

.page-default .body,
.page-brands.page-category .body {
  padding-bottom: 0px; }

.page-brands.page-category .body .page {
  padding-top: 30px; }

.page-newsletter_subscribe .page {
  padding-top: 30px; }

.promotionbar-wrapper {
  width: 100%;
  background-color: #00205c;
  background-image: url("../img/topbar.svg");
  display: flex;
  margin: 0px auto;
  text-align: center;
  padding: 8px 0;
  background-repeat: no-repeat;
  align-items: center;
  background-position: -200px; }
  .promotionbar-wrapper span {
    color: #fff;
    font-family: 'Barlow', Arial, sans-serif; }
  .promotionbar-wrapper .promobar-left {
    width: 25%;
    display: none; }
  .promotionbar-wrapper .promobar-center {
    visibility: hidden;
    width: 100%;
    text-align: center;
    font-size: 12px; }
  .promotionbar-wrapper .promobar-right {
    display: none; }
    .promotionbar-wrapper .promobar-right span {
      margin-right: 15px; }
    .promotionbar-wrapper .promobar-right img {
      height: 20px; }

@media (min-width: 767px) {
  .promotionbar-wrapper span {
    color: #fff;
    font-family: 'Barlow', Arial, sans-serif; }
  .promotionbar-wrapper .promobar-left {
    width: 25%;
    display: block; }
  .promotionbar-wrapper .promobar-center {
    width: 50%;
    text-align: center; }
  .promotionbar-wrapper .promobar-right {
    display: flex; }
    .promotionbar-wrapper .promobar-right span {
      margin-right: 15px; } }

@media (min-width: 767px) {
  .promotionbar-wrapper .promobar-right {
    display: block;
    width: 30%; }
    .promotionbar-wrapper .promobar-right .email-topbar,
    .promotionbar-wrapper .promobar-right .phone-topbar {
      float: left; } }

.header-main {
  z-index: 100;
  top: 0;
  width: 100%;
  background-image: url("../img/header-image.png");
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.7); }

.main-header {
  width: 100%;
  padding: 15px 0px 5px;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: rgba(0, 0, 0, 0.7); }
  @media (max-width: 767px) {
    .main-header {
      margin-bottom: 50px; } }
  .main-header .header-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    background-color: transparent; }
    .main-header .header-wrapper .header-left {
      width: 20%; }
      .main-header .header-wrapper .header-left .custom-header-logo {
        width: 100%;
        height: 100%;
        display: none; }
      .main-header .header-wrapper .header-left .NAVtoggle {
        padding: 0;
        float: left;
        background-color: transparent; }
        .main-header .header-wrapper .header-left .NAVtoggle svg {
          max-width: 25px; }
    .main-header .header-wrapper .header-center {
      width: 60%; }
      .main-header .header-wrapper .header-center img {
        max-width: 300px; }
      .main-header .header-wrapper .header-center .form-group {
        display: none;
        position: relative; }
        .main-header .header-wrapper .header-center .form-group input {
          background-color: #00205c;
          border: 1px solid #31508a;
          border-radius: 10px;
          height: 50px;
          font-family: 'Barlow', Arial, sans-serif;
          color: #fff; }
          .main-header .header-wrapper .header-center .form-group input::placeholder {
            color: #fff; }
        .main-header .header-wrapper .header-center .form-group .fa {
          color: #fff;
          font-size: 20px;
          margin-top: -10px; }
    .main-header .header-wrapper .header-right {
      width: 25%;
      display: flex;
      justify-content: flex-end;
      margin-right: 10px; }
      .main-header .header-wrapper .header-right img {
        margin-left: 15px; }
      .main-header .header-wrapper .header-right a {
        display: none;
        color: #fff;
        margin-right: 10px;
        margin-top: 5px; }
      .main-header .header-wrapper .header-right img {
        max-width: 25px; }
      .main-header .header-wrapper .header-right img.account-icon {
        max-width: 15px; }

@media (min-width: 450px) {
  .main-header .header-wrapper .header-left {
    width: 25%; }
  .main-header .header-wrapper .header-center {
    width: 50%;
    justify-content: center; }
  .main-header .header-wrapper .header-right {
    width: 25%;
    justify-content: flex-end;
    align-items: center; }
    .main-header .header-wrapper .header-right .nav-account a {
      margin: 0;
      display: flex; }
      .main-header .header-wrapper .header-right .nav-account a img {
        max-width: 20px;
        margin: 0; }
      .main-header .header-wrapper .header-right .nav-account a span {
        display: none;
        margin-left: 10px;
        margin-top: 5px; }
    .main-header .header-wrapper .header-right .nav-contactus a {
      margin: 0;
      display: flex; }
      .main-header .header-wrapper .header-right .nav-contactus a img {
        max-width: 20px;
        margin-left: 15px; }
      .main-header .header-wrapper .header-right .nav-contactus a span {
        display: none;
        margin-left: 10px;
        margin-top: 5px; } }

@media (max-width: 449px) {
  #contact-btn a {
    display: block; } }

@media (min-width: 1023px) {
  .main-header .header-wrapper .header-right {
    width: 25%;
    justify-content: flex-end; }
    .main-header .header-wrapper .header-right a {
      display: block; }
    .main-header .header-wrapper .header-right .nav-account {
      display: flex;
      align-items: center; }
      .main-header .header-wrapper .header-right .nav-account a span {
        display: block; }
    .main-header .header-wrapper .header-right .nav-contactus {
      display: flex;
      align-items: center; }
      .main-header .header-wrapper .header-right .nav-contactus a span {
        display: block; }
    .main-header .header-wrapper .header-right .nav-cart {
      display: flex;
      align-items: center; } }

.nav-wrapper .main-navigation {
  display: none; }

.nav-wrapper .mobile-search {
  width: 100%;
  margin-bottom: 15px; }
  .nav-wrapper .mobile-search .form-group {
    width: 90%;
    margin: 0 auto;
    position: relative; }
    .nav-wrapper .mobile-search .form-group button {
      color: #fff; }
    .nav-wrapper .mobile-search .form-group .form-control {
      border-radius: 8px;
      background-color: #00205c;
      color: #fff;
      border: 1px solid #fff;
      height: 40px;
      margin-bottom: 10px; }
      .nav-wrapper .mobile-search .form-group .form-control::placeholder {
        color: #fff; }

@media (min-width: 768px) {
  .main-header .header-wrapper {
    padding-bottom: 10px; }
    .main-header .header-wrapper .header-left .custom-header-logo {
      display: block; }
    .main-header .header-wrapper .header-left .NAVtoggle {
      display: none; }
    .main-header .header-wrapper .header-center {
      padding: 0 20px; }
      .main-header .header-wrapper .header-center img {
        display: none; }
      .main-header .header-wrapper .header-center .form-group {
        display: block; }
  .nav-wrapper {
    display: flex;
    justify-content: center;
    padding: 0 30px;
    width: 100%;
    background-color: transparent; }
    .nav-wrapper .main-navigation {
      display: flex;
      width: 100%; }
      .nav-wrapper .main-navigation > ul {
        margin: 0;
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .nav-wrapper .main-navigation > ul > li > a {
          color: #fff;
          font-size: 15px;
          padding-top: 0;
          font-family: 'Barlow', Arial, sans-serif;
          font-weight: 300; }
    .nav-wrapper .mobile-search {
      display: none; } }

@media (min-width: 1024px) {
  .main-header .header-wrapper {
    max-width: 1650px;
    background-color: transparent; }
  .header-right a {
    display: block;
    margin-left: 10px; }
  .nav-wrapper .main-navigation {
    justify-content: center; }
    .nav-wrapper .main-navigation > ul > li > a {
      font-size: 20px; } }

@media (min-width: 1200px) {
  .nav-wrapper .main-navigation {
    width: 85%; } }

.fa-chevron-up:before {
  color: #fff; }

@media (min-width: 1500px) {
  .nav-wrapper .main-navigation {
    width: 70%; }
    .nav-wrapper .main-navigation > ul > li > a {
      font-size: 18px;
      padding: 0.78571rem 1.14286rem 1.14286rem;
      line-height: 20px;
      letter-spacing: 2px; } }

.sndBAR {
  max-width: 1480px;
  width: 92%;
  margin: 0px auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px 23px 0; }

.sndBAR a.custom-header-logo {
  display: inline-block;
  width: 100%;
  height: 100%; }

.snd-rightBAR {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-direction: column; }

.right-top-section {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin-bottom: 10px; }

.right-top-section ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 35px; }

.right-top-section ul li {
  display: inline-block;
  padding: 0px 16px;
  height: 14px;
  line-height: 14px;
  border-right: 1px solid #ffffff; }

.right-top-section ul li:first-child {
  padding: 0px 16px 0px 0px; }

.right-top-section ul li:last-child {
  margin-right: 0px;
  border-right: none;
  padding: 0px 0px 0px 16px; }

.right-top-section ul li span,
.right-top-section ul li a {
  font-family: 'Barlow', Arial, sans-serif;
  display: inline-block;
  color: #ffffff;
  font-size: 18px; }

.right-top-section ul li span a,
.right-top-section ul li a {
  color: #ffffff; }

.right-top-section ul li a small {
  font-size: 100%; }

.right-top-section ul li a small,
.right-top-section ul li a:hover,
.right-top-section ul li a:active,
.right-top-section ul li a:focus {
  color: #024083; }

.right-top-section a.shopping-cart {
  display: inline-block;
  position: relative;
  top: -1px; }

.right-top-section a.shopping-cart img {
  width: 35px; }

.right-top-section a.shopping-cart small {
  width: 20px;
  height: 20px;
  background-color: #fece00;
  border-radius: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Barlow', Arial, sans-serif;
  color: #343434;
  font-size: 16px;
  position: absolute;
  right: -5px;
  top: -8px; }

.snd-rightBAR .form-group {
  width: 100%;
  height: 50px;
  display: block;
  position: relative;
  margin-bottom: 0px; }

.form-group .form-control {
  width: 100%;
  height: 100%;
  font-family: 'Barlow', Arial, sans-serif;
  color: #444343;
  font-size: 18px;
  background-color: #ffffff;
  padding: 5px 55px 5px 12px;
  border-radius: 0px;
  box-shadow: inherit; }

.form-group .form-control:focus {
  border-color: #ffffff; }

.form-group button {
  color: #343434;
  position: absolute;
  right: 11px;
  top: 6px;
  font-size: 28px; }
  .form-group button img {
    display: block !important;
    max-height: 27px;
    margin-top: 6px; }

input.form-control::-webkit-input-placeholder {
  color: #444343; }

input.form-control::-moz-placeholder {
  color: #444343; }

input.form-control:-ms-input-placeholder {
  color: #444343; }

/* main menu css */
.NAVtoggle {
  color: #fff;
  display: block;
  background-color: #fff;
  height: 38px;
  line-height: 38px;
  padding: 0px 10px; }

.NAVtoggle span {
  float: left; }

.NAVtoggle i {
  line-height: 38px;
  font-size: 20px; }

#navBG {
  background: #343434;
  width: 100%;
  display: none;
  margin: 0px auto;
  text-align: center; }

.sidenav {
  width: 100%;
  display: block;
  text-align: center; }
  .sidenav > img {
    margin-top: 15px;
    max-width: 90%; }

.sidenav.show {
  transform: translate(0, 0); }

.sidenav-menu {
  margin-top: 10px;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center; }
  .sidenav-menu > li {
    width: 100%; }

.spaceul {
  display: flex;
  width: 80%;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  position: relative; }

.container {
  max-width: 100%; }

.page-default #main-content .container {
  padding: 0; }

.sidenav-menu:after {
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  border-top: 1px solid #626262; }

.sidenav-menu .spaceul li {
  display: inline-block; }

.sidenav-menu .spaceul li:last-child {
  margin-right: 0px; }

.sidenav-menu a {
  font-family: 'Barlow', Arial, sans-serif;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 15px;
  font-weight: normal; }

.sidenav-menu hr {
  border-top-color: #626262;
  margin: 0px 0px;
  display: block;
  width: 100%; }

.sidenav-menu a:hover,
.sidenav-menu a:active,
.sidenav-menu a:focus {
  color: #024083; }

.sidenav-dropdown {
  width: 100%; }

#navPages-912 .navPage-subMenu-item ul {
  display: none; }

#navPages-912 a {
  font-weight: normal !important; }

.page-content {
  overflow: hidden;
  min-height: 500px; }

.page-content--textCenter {
  margin-top: 30px;
  margin-top: 10px; }

.dropdown-menu {
  border: none;
  border-radius: 0px;
  margin: 0px;
  padding: 0px;
  min-width: 1437px;
  background: #f3f3f3; }
  .dropdown-menu .dropdown-main {
    padding: 20px 40px 30px 40px;
    background: #fff; }
  .dropdown-menu .dropdown-head {
    width: 100%;
    padding-bottom: 15px;
    display: flex; }
    .dropdown-menu .dropdown-head span {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 30px; }
    .dropdown-menu .dropdown-head a {
      color: #000;
      text-transform: none;
      padding: 0;
      margin: auto 20px; }
    .dropdown-menu .dropdown-head a:after {
      content: "\f105";
      font-family: "FontAwesome";
      margin-left: 5px; }
  .dropdown-menu .navPage-subMenu-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0; }
    .dropdown-menu .navPage-subMenu-list .grouped-cat {
      display: block;
      margin: 0;
      padding: 0 !important;
      float: none;
      width: 20%;
      margin-left: -0.75rem; }
      .dropdown-menu .navPage-subMenu-list .grouped-cat .navPage-subMenu-item {
        width: 100%;
        float: none; }
      .dropdown-menu .navPage-subMenu-list .grouped-cat a {
        font-weight: bold; }
      .dropdown-menu .navPage-subMenu-list .grouped-cat .navPage-childList {
        padding: 0; }
        .dropdown-menu .navPage-subMenu-list .grouped-cat .navPage-childList a {
          font-size: 16px;
          font-weight: normal; }
      .dropdown-menu .navPage-subMenu-list .grouped-cat .navPages-action {
        color: #000;
        border: 0;
        padding: 0;
        margin: 0; }

.list-wr {
  max-height: 540px;
  overflow-y: auto;
  margin-bottom: 20px; }

.flex-dropdown {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: flex-start;
  justify-content: space-around; }

.sidenav-dropdown .flex-dropdown ul li {
  display: block;
  margin-right: 0px; }

.sidenav-dropdown .flex-dropdown ul li::before {
  content: "\f00c";
  color: #343434;
  font-weight: 100;
  font-family: FontAwesome;
  margin-right: 4px;
  display: inline-block; }

.sidenav-dropdown .flex-dropdown ul li a {
  color: #343434;
  font-size: 14px;
  display: inline-block;
  font-family: 'Barlow', Arial, sans-serif; }

.sidenav-dropdown .flex-dropdown ul li a:hover,
.sidenav-dropdown .flex-dropdown ul li a:active,
.sidenav-dropdown .flex-dropdown ul li a:focus {
  color: #024083; }

.sidenav-overlay {
  background: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }

.sidenav-no-scroll {
  overflow: hidden !important; }

/* main menu css */
.main-banner {
  width: 100%;
  display: block;
  margin: 0px auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

h1.heading-title,
h2.heading-title,
h3.heading-title {
  width: 100%;
  display: block;
  text-align: center; }

h1.heading-title span,
h2.heading-title span,
h3.heading-title span {
  font-family: 'Barlow', Arial, sans-serif;
  color: #00205c;
  font-size: 30px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 6px;
  padding: 40px 0px 40px; }

.product-list-wrapper h2.heading-title span,
.product-list-wrapper h3.heading-title span {
  padding: 40px 0px 40px; }

.trending-banner-flex {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between; }

.trending-banner-flex .each-side-banner {
  width: 49%;
  display: inline-block;
  vertical-align: top; }

.trending-banner-flex .each-side-banner a.trend-banner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.trending-banner-flex .each-side-banner a.trend-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.trending-banner-flex .each-side-banner a.trend-banner:hover img {
  transform: scale(1.1);
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.trending-banner-flex .each-side-banner:last-child a.trend-banner {
  margin-bottom: 42px; }

.trending-banner-flex .each-side-banner:last-child a.trend-banner:last-child {
  margin-bottom: 0px; }

.product-slider {
  width: 100%;
  display: block; }

.product-slider .owl-carousel img {
  width: auto; }

.each-product-column {
  width: 248px;
  margin: 0px auto;
  display: block; }

.each-product-column img {
  display: block;
  margin: 0px auto; }

.product-slider .owl-carousel .owl-nav,
.insta-slider .owl-carousel .owl-nav {
  width: 100%;
  margin: 0px auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 25%;
  margin-top: -5px;
  display: block; }

.product-slider .owl-carousel .owl-nav button.owl-prev,
.product-slider .owl-carousel .owl-nav button.owl-next,
.insta-slider .owl-carousel .owl-nav button.owl-prev,
.insta-slider .owl-carousel .owl-nav button.owl-next {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  justify-content: center;
  float: left;
  opacity: 1;
  margin: 0px; }

.product-slider .owl-carousel .owl-nav button.owl-next,
.insta-slider .owl-carousel .owl-nav button.owl-next {
  float: right; }

.product-slider .owl-carousel .owl-nav button.owl-next::after,
.insta-slider .owl-carousel .owl-nav button.owl-next::after,
.product-slider .slick-next:before,
.productView .slick-next:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  color: #909090;
  font-size: 52px;
  right: 0px;
  background-image: none; }

.product-slider .owl-carousel .owl-nav button.owl-prev::after,
.insta-slider .owl-carousel .owl-nav button.owl-prev::after,
.product-slider .slick-prev:before,
.productView .slick-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  position: absolute;
  color: #909090;
  font-size: 52px;
  left: 0px;
  background-image: none; }

.product-slider .owl-carousel .owl-nav button.owl-prev span,
.product-slider .owl-carousel .owl-nav button.owl-next span,
.insta-slider .owl-carousel .owl-nav button.owl-prev span,
.insta-slider .owl-carousel .owl-nav button.owl-next span {
  display: none; }

.productView .slick-next,
.productView .slick-prev {
  top: 20% !important; }

a.accessories-bottom-banner {
  width: 100%;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0px auto 20px; }

a.accessories-bottom-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a.accessories-bottom-banner img:hover {
  transform: scale(1.1);
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.about-NDZ-section {
  width: 100%;
  display: block;
  margin: 0px auto;
  background-color: #1c1c1c;
  padding: 50px 0px;
  margin-top: 0px; }

.about-NDZ-section h1 {
  font-family: 'Barlow', Arial, sans-serif;
  color: #ffffff;
  font-size: 30px;
  display: block;
  margin-bottom: 12px; }

.about-NDZ-section p {
  font-family: 'Barlow', Arial, sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
  display: block;
  margin-bottom: 18px; }

.about-NDZ-section p:last-child {
  margin-bottom: 0px; }

.about-NDZ-section a {
  font-family: 'Barlow', Arial, sans-serif;
  color: #024083;
  font-size: 16px;
  display: inline-block; }

.footer-gray-bg {
  width: 100%;
  display: block;
  background-color: #343434;
  text-align: center;
  padding-bottom: 0px; }

h2.insta-heading {
  width: 100%;
  display: block;
  text-align: center; }

h2.insta-heading span {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Barlow', Arial, sans-serif;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 40px 0px 40px; }

h2.insta-heading span i {
  font-size: 36px;
  display: inline-block;
  margin-right: 15px; }

.insta-slider {
  width: 100%;
  display: block; }

.insta-img {
  width: 217px;
  height: 217px;
  display: block;
  margin: 0px auto; }

.insta-img img {
  width: 100%;
  height: 100%; }

ul.support-link {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin: 55px auto 60px; }

ul.support-link li {
  display: flex;
  margin-right: 95px; }

.badge-wrap {
  display: flex; }

ul.support-link li:last-child {
  margin-right: 0px; }

ul.support-link li img {
  display: block;
  margin: 0px auto 0px;
  max-width: 70px; }

ul.support-link li p {
  display: block;
  text-align: left;
  color: #024083;
  text-transform: uppercase;
  font-size: 18.05px;
  margin: 10px 0px 0px 8px; }

ul.support-link li p b {
  font-family: 'Barlow', Arial, sans-serif;
  display: block;
  margin-bottom: -6px; }

ul.support-link li p span {
  font-family: 'Barlow', Arial, sans-serif;
  display: block; }

a.short-footer-bg {
  width: 100%;
  display: block; }

.newsletter-section {
  width: 100%;
  display: block;
  background-color: #024083;
  padding: 35px 0 20px; }

.newsletter-section .custom-container {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center; }

.newsletter-section .custom-container p {
  font-family: 'Barlow', Arial, sans-serif;
  color: #fff;
  font-size: 24.08px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px; }

.newsletter-section .custom-container p b {
  font-family: 'Barlow', Arial, sans-serif; }

.newsletter-section .custom-container .form-group {
  margin-bottom: 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  position: relative; }

.email-content-wrapper .email-content-email .status {
  position: absolute;
  display: none;
  right: 5px;
  top: -5px;
  z-index: 10000; }
  .email-content-wrapper .email-content-email .status .fa-check:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-style: normal;
    font-size: 35px;
    color: #347f31; }
  .email-content-wrapper .email-content-email .status .fa-warning::before {
    content: "\f071";
    font-family: "FontAwesome";
    font-style: normal;
    font-size: 36px;
    color: #bc0b23; }

.newsletter-section .custom-container .form-group .status {
  position: absolute;
  right: 50px;
  display: none; }
  .newsletter-section .custom-container .form-group .status .fa-check:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-style: normal;
    font-size: 40px;
    color: #347f31; }
  .newsletter-section .custom-container .form-group .status .fa-warning::before {
    content: "\f071";
    font-family: "FontAwesome";
    font-style: normal;
    font-size: 40px;
    color: #bc0b23; }

.email-content-wrapper .email-content-email .error {
  position: absolute;
  top: -80px;
  left: 0;
  background: white;
  border-radius: 15px;
  display: none;
  z-index: 10000;
  border: 1px solid #bc0b23; }
  .email-content-wrapper .email-content-email .error p {
    display: block !important;
    font-size: 14px;
    padding: 15px;
    text-transform: none;
    color: #bc0b23; }

.newsletter-section .custom-container .form-group .error {
  position: absolute;
  top: -65px;
  background: white;
  border-radius: 15px;
  display: none; }
  .newsletter-section .custom-container .form-group .error p {
    display: block !important;
    font-size: 14px;
    padding: 20px;
    text-transform: none;
    color: #bc0b23; }

.newsletter-section .custom-container .form-group .form-control {
  width: 100%;
  border-radius: 10px 0 0 10px;
  height: 52px;
  background-color: #fff;
  font-family: 'Barlow', Arial, sans-serif;
  color: #00205c;
  font-size: 16.08px;
  border: none;
  padding: 5px 15px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.newsletter-section .custom-container .form-group input.subscribe-btn {
  font-family: 'Barlow', Arial, sans-serif;
  background-color: #fff !important;
  background-image: url("../img/send.svg");
  background-size: 70%;
  background-position: 10px;
  background-repeat: no-repeat;
  font-size: 18.08px;
  color: #343434;
  text-transform: uppercase;
  position: static;
  padding: 11px 28px 11px;
  border-radius: 0 10px 10px 0;
  border: 0;
  line-height: 20px;
  height: 52px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.button--primary {
  font-family: 'Barlow', Arial, sans-serif;
  font-size: 18.08px;
  text-transform: uppercase;
  position: static;
  padding: 15px 20px;
  border: 0;
  background-color: #fff;
  color: #00205c;
  border-radius: 10px; }

.button-secondary,
.previewCartCheckout a[href="/cart.php"] {
  background: #fece00;
  border: 0;
  border-radius: 0;
  color: #343434;
  text-transform: uppercase;
  font-family: 'Barlow', Arial, sans-serif; }

.button-secondary:hover,
.previewCartCheckout a[href="/cart.php"]:hover {
  background: #343434;
  color: #024083; }

.previewCartCheckout p {
  margin-bottom: 5px; }

#form-action-addToCart,
#form-action-no-cart-addToCart {
  background-color: #c70000;
  border-radius: 10px;
  color: #fff;
  font-family: "Inter", Arial, sans-serif !important; }

#form-action-addToCart:hover,
#form-action-no-cart-addToCart:hover {
  background: #000; }

.productView-options .form-wishlist.form-action a.button {
  background: #74839f;
  color: #fff;
  font-family: 'Barlow', Arial, sans-serif;
  border: 0;
  border-radius: 10px;
  padding: 16px 25px;
  width: 100%; }

.productView-options form {
  width: 100% !important; }

.productView-options .form-wishlist.form-action a.button span {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-family: 'Barlow', Arial, sans-serif;
  font-size: 18.08px;
  font-weight: 500;
  width: 100%; }

.productView-description .productView-title {
  border-bottom: 0;
  margin-top: 1rem;
  font-family: 'Barlow', Arial, sans-serif;
  text-transform: uppercase; }

.product-decription-accordion .productView-description {
  padding-top: 30px;
  padding-bottom: 30px; }

.newsletter-section .custom-container .form-group input.subscribe-btn:hover,
.newsletter-section .custom-container .form-group input.subscribe-btn:active,
.newsletter-section .custom-container .form-group input.subscribe-btn:focus {
  background-color: #024083; }

.footer-bg {
  width: 100%;
  display: block;
  background-color: #1c1c1c;
  padding: 60px 0px 45px; }

.footer-frst-row-flex {
  width: 100%;
  margin: 0px auto;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #373434;
  border-bottom: 1px solid #373434;
  padding: 30px 0; }

.footer-frst-row-flex .each-footer-row {
  display: inline-block;
  vertical-align: top; }

.footer-frst-row-flex .each-footer-row h4 {
  font-family: 'Barlow', Arial, sans-serif;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.footer-frst-row-flex .each-footer-row ul {
  display: block; }
  .footer-frst-row-flex .each-footer-row ul.footer-link-group {
    display: none; }
    @media (min-width: 650px) {
      .footer-frst-row-flex .each-footer-row ul.footer-link-group {
        display: block; } }

.footer-frst-row-flex .each-footer-row ul li {
  display: block;
  margin-bottom: 3px;
  line-height: 23px; }
  .footer-frst-row-flex .each-footer-row ul li .footer-logo {
    width: 100%;
    height: 100%;
    margin: 10px 0;
    max-width: 200px; }
  .footer-frst-row-flex .each-footer-row ul li .giftcard-link {
    width: 100%;
    height: 100%; }
    .footer-frst-row-flex .each-footer-row ul li .giftcard-link img {
      width: 100%;
      height: 100%; }

.footer-frst-row-flex .each-footer-row ul li:last-child {
  margin-bottom: 0px; }

.footer-frst-row-flex .each-footer-row ul li a {
  margin-top: 2px;
  font-family: 'Barlow', Arial, sans-serif;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  text-transform: capitalize; }

.footer-frst-row-flex .each-footer-row.hours-block ul li a {
  text-transform: uppercase; }

.footer-frst-row-flex .each-footer-row a:hover,
.footer-frst-row-flex .each-footer-row a:active,
.footer-frst-row-flex .each-footer-row a:focus {
  color: #2279d6; }

.footer-frst-row-flex .each-footer-row p {
  font-family: 'Barlow', Arial, sans-serif;
  font-size: 18px;
  color: #b5b5b5;
  display: inline-block; }

.footer-frst-row-flex .each-footer-row p a {
  color: #b5b5b5; }

.footer-frst-row-flex .each-footer-row ul.socialul {
  display: flex;
  display: -webkit-flex; }

.footer-frst-row-flex .each-footer-row ul.socialul li {
  margin-bottom: 0px;
  margin-right: 20px; }

.footer-frst-row-flex .each-footer-row ul.socialul li:last-child {
  margin-right: 0px; }

.footer-frst-row-flex .each-footer-row ul.socialul li a {
  font-size: 32px; }

.copyright-section {
  margin-top: 15px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: center; }

.copyright-section .each-footer-row h4 {
  font-family: 'Barlow', Arial, sans-serif;
  font-size: 18px;
  color: #024083;
  display: block;
  margin-bottom: 5px; }

.copyright-section .each-footer-row p {
  font-family: 'Barlow', Arial, sans-serif;
  font-size: 18px;
  color: #b5b5b5;
  display: inline-block; }

.payment-option {
  display: block;
  margin-top: 60px; }

.copyright-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }
  .copyright-text > p {
    font-family: 'Barlow', Arial, sans-serif;
    color: #fff;
    display: block;
    font-size: 14px;
    text-align: center;
    margin: 0px; }
    .copyright-text > p a {
      color: #fff; }
    .copyright-text > p a:hover {
      color: #2279d6; }

.spaceul li:hover > .navPage-subMenu {
  display: block; }

.navPages-action-moreIcon {
  display: none; }

.product-slider .card,
.productGrid .card {
  border: 0; }
  .product-slider .card .card-body:has(small:hover),
  .productGrid .card .card-body:has(small:hover) {
    padding-bottom: 10px; }
  .product-slider .card .card-img-container:after,
  .productGrid .card .card-img-container:after {
    padding-bottom: 60.8%; }
  .product-slider .card .product-content,
  .productGrid .card .product-content {
    width: 100%;
    text-align: left;
    display: block;
    margin-top: 15px; }
    .product-slider .card .product-content .price-wrap,
    .productGrid .card .product-content .price-wrap {
      display: inline-flex;
      width: 40%;
      margin-right: -2px;
      margin-left: 1px;
      border-radius: 5px 0px 0px 5px;
      height: 40px;
      z-index: 15;
      position: relative; }
      .product-slider .card .product-content .price-wrap .price.price--non-sale,
      .productGrid .card .product-content .price-wrap .price.price--non-sale {
        line-height: 12px; }
    .product-slider .card .product-content .outofStock-link,
    .productGrid .card .product-content .outofStock-link {
      background: #d5d5d5;
      height: 100%;
      width: 40%; }
      .product-slider .card .product-content .outofStock-link a,
      .productGrid .card .product-content .outofStock-link a {
        font-size: 0; }
      .product-slider .card .product-content .outofStock-link a:before,
      .productGrid .card .product-content .outofStock-link a:before {
        content: "Notify when in Stock";
        font-size: 14px;
        width: 100%;
        text-align: center;
        display: block;
        margin-top: 6px; }
    .product-slider .card .product-content .price-label,
    .product-slider .card .product-content .price-now-label,
    .product-slider .card .product-content .catSale .price-wrap::before,
    .productGrid .card .product-content .price-label,
    .productGrid .card .product-content .price-now-label,
    .productGrid .card .product-content .catSale .price-wrap::before {
      display: none; }
  .product-slider .card h2.outofStock .price-wrap,
  .productGrid .card h2.outofStock .price-wrap {
    max-width: 100px; }
  .product-slider .card h2.outofStock .outofStock-link,
  .productGrid .card h2.outofStock .outofStock-link {
    background: #d5d5d5;
    height: 100%;
    width: 60%; }
    .product-slider .card h2.outofStock .outofStock-link a,
    .productGrid .card h2.outofStock .outofStock-link a {
      font-size: 0; }
    .product-slider .card h2.outofStock .outofStock-link a:before,
    .productGrid .card h2.outofStock .outofStock-link a:before {
      content: "Notify When in Stock";
      font-family: 'Barlow', Arial, sans-serif;
      font-size: 14px;
      width: 100%;
      text-align: center;
      display: block;
      margin-top: 9px; }
  .product-slider .card h2.outofStock .outofStock-link:hover,
  .productGrid .card h2.outofStock .outofStock-link:hover {
    background-color: #000 !important; }
    .product-slider .card h2.outofStock .outofStock-link:hover a,
    .productGrid .card h2.outofStock .outofStock-link:hover a {
      color: #56ca06; }
  .product-slider .card .product-content h3,
  .productGrid .card .product-content h3 {
    font-family: 'Barlow', Arial, sans-serif;
    color: #00205c;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    display: block;
    height: 57px;
    overflow: hidden;
    text-overflow: ellipsis; }
    .product-slider .card .product-content h3 a,
    .productGrid .card .product-content h3 a {
      color: #00205c; }
  .product-slider .card .product-slider .card .product-content .price-wrap,
  .productGrid .card .product-slider .card .product-content .price-wrap {
    max-width: 50%; }
  .product-slider .card .product-content h2,
  .productGrid .card .product-content h2 {
    font-size: inherit;
    line-height: 44px;
    margin-top: 10px;
    margin-bottom: 5px;
    min-height: 46px;
    display: flex; }
    .product-slider .card .product-content h2 #choose-options,
    .productGrid .card .product-content h2 #choose-options {
      font-size: 11px;
      line-height: 40px;
      display: flex;
      cursor: pointer;
      line-height: 1.2; }
  .product-slider .card .product-content h2.w-full .price-section,
  .productGrid .card .product-content h2.w-full .price-section {
    width: 100%; }
  .product-slider .card .product-content h2 .price-section,
  .productGrid .card .product-content h2 .price-section {
    font-family: 'Inter', Arial, sans-serif;
    line-height: 1.2;
    color: #fff;
    font-size: 12px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #00205c;
    height: 100%;
    flex-grow: 1;
    padding: 10px 0px;
    border-radius: 5px 0px 0px 5px; }
    .product-slider .card .product-content h2 .price-section .price--non-sale:after,
    .productGrid .card .product-content h2 .price-section .price--non-sale:after {
      top: 0px;
      margin-right: -30%; }
  .product-slider .card .product-content h2 .price-section--withoutTax.rrp-price--withoutTax, .product-slider .card .product-content span.para .price-section--withoutTax.rrp-price--withoutTax,
  .productGrid .card .product-content h2 .price-section--withoutTax.rrp-price--withoutTax,
  .productGrid .card .product-content span.para .price-section--withoutTax.rrp-price--withoutTax {
    display: none; }
  .product-slider .card .product-content h2 small, .product-slider .card .preoduct-content span.para small,
  .productGrid .card .product-content h2 small,
  .productGrid .card .preoduct-content span.para small {
    width: 60%;
    height: 40px;
    line-height: 40px;
    font-family: 'Barlow', Arial, sans-serif;
    color: #ffffff;
    font-size: 12px;
    display: inline-block;
    margin-left: -2px;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #c70000;
    border-radius: 0px 5px 5px 0px;
    transform-origin: center;
    transition: 0.1s ease-in-out;
    cursor: pointer; }
    @media (min-width: 1378px) {
      .product-slider .card .product-content h2 small, .product-slider .card .preoduct-content span.para small,
      .productGrid .card .product-content h2 small,
      .productGrid .card .preoduct-content span.para small {
        font-size: 14px;
        line-height: 38px; } }

.product-slider .owl-carousel .owl-item img,
.productGrid .owl-carousel .owl-item img {
  max-width: 248px;
  max-height: 179px;
  width: 80%; }

.product-slider .card .product-content h2 small:hover, .product-slider .card .product-content span.para small:hover {
  width: 60%;
  height: 44px;
  line-height: 38px;
  height: 40px; }

.productGrid .card .product-content h2 small:hover, .productGrid .card .product-content span.para small:hover {
  width: 60%;
  height: 40px;
  line-height: 40px; }

.product-slider .card .product-content h2 #choose-options:hover {
  line-height: 40px; }

.productGrid .card .product-content h2 #choose-options:hover {
  line-height: 40px; }

.page-default .product-slider .card,
.page-default .productGrid .card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 15px;
  overflow: hidden; }
  .page-default .product-slider .card .card-figure,
  .page-default .productGrid .card .card-figure {
    width: 90%;
    margin: 20px auto 0 auto; }

.page-default .product-slider .card .product-content h3,
.page-default .productGrid .card .product-content h3,
.page-category .product-slider .card .product-content h3,
.page-category .productGrid .card .product-content h3 {
  margin-top: 15px; }

.dropdown-menu-cart {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  float: left;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none; }

.dropdown-menu-cart-content {
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0px 6px 34px -14px rgba(0, 0, 0, 0.84);
  padding: 20px; }

.dropdown-menu-cart-content::before {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  left: 100%;
  top: 8px;
  margin-left: -45px; }

.cart-drop {
  min-width: 400px;
  max-width: 400px;
  margin-left: -350px;
  padding-top: 18px; }

.navUser-item--cart:hover .cart-drop {
  display: block; }

.previewCart {
  max-width: 100%; }

.previewCart label {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #1c1c1c;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.previewCartList {
  display: block !important;
  overflow: hidden;
  width: 95% !important; }

.previewCartList li.previewCartItem {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 0.75rem 0 !important; }

.previewCartItem-image,
.previewCartItem-content {
  float: left; }

.navUser-item--cart {
  position: relative; }

.right-top-section ul li .previewCartItem-name a {
  color: #000;
  font-size: 16px; }

.right-top-section ul li .previewCartItem-name a:hover {
  color: #024083; }

.previewCartItem-content {
  padding-right: 0;
  padding-left: 0.75rem;
  padding-top: 0.75rem; }

.previewCartAction-viewCart {
  padding: 0;
  width: 100%;
  margin: 0; }

.previewCartAction {
  width: 100%;
  border-top: 1px solid #1c1c1c;
  padding: 1.5rem 0 0 0; }

.previewCartAction-viewCart a {
  background: #333;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0.78571rem; }

.previewCartAction-viewCart a:hover {
  background: #024083; }

.previewCartList-wrapper {
  max-height: 200px;
  overflow-y: scroll;
  margin-bottom: 20px; }

.previewCartItem-name {
  margin-bottom: 10px; }

.right-top-section ul li span.previewCartItem-price span {
  color: #000;
  font-weight: bold;
  font-size: 20px; }

.cart-preview-total {
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold; }
  .cart-preview-total .sub-total {
    float: left; }
  .cart-preview-total .totals {
    float: right;
    font-size: 20px;
    margin-top: -3px; }

.heroCarousel-content {
  background: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: end;
  width: 40%;
  margin: 0 55%;
  text-align: right; }
  .heroCarousel-content .heroCarousel-description {
    width: 100%;
    color: #024083;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 4px; }
  .heroCarousel-content .heroCarousel-title {
    font-family: 'Barlow', Arial, sans-serif;
    color: #8d8d8d;
    font-size: 94px;
    width: 100%;
    text-shadow: 2px 2px 16px #191918;
    transform: skewX(-18deg); }
  .heroCarousel-content .carousel-button-wrap {
    width: 100%; }
    .heroCarousel-content .carousel-button-wrap .heroCarousel-action {
      font-family: 'Barlow', Arial, sans-serif;
      text-transform: uppercase;
      border: 1px solid #024083;
      background: transparent;
      letter-spacing: 8px;
      color: #024083;
      font-size: 20px; }

.countPill {
  margin: 0;
  font-weight: normal; }

input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 0px !important; }

#quickSearch {
  width: 100%; }
  #quickSearch form {
    height: 100%; }
    #quickSearch form fieldset {
      height: 100%; }

section.nav {
  max-width: 1480px;
  width: 92%;
  margin: 0px auto;
  display: block; }

section.page {
  max-width: 1480px;
  width: 100%;
  margin: 0px auto;
  display: block;
  padding: 0 15px;
  min-height: 500px; }

ol.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0px;
  margin: 0; }
  @media (max-width: 992px) {
    ol.breadcrumbs {
      padding: 0 10px !important;
      justify-content: center; } }
  ol.breadcrumbs li.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    color: #252525;
    font-size: 16px;
    font-family: 'Inter', Arial, sans-serif; }
    ol.breadcrumbs li.breadcrumb a.breadcrumb-label:hover {
      text-decoration: underline; }
  ol.breadcrumbs .breadcrumb:not(:first-child):before {
    margin: 0 0.25rem;
    content: ">";
    border: 0;
    transform: none;
    line-height: 20px;
    top: 2.5px;
    padding: 0 5px; }

.top-bar .dropdown-menu {
  top: 50%; }

.dropdown-menu.sidenav-dropdown {
  left: 100px; }

.lost {
  width: 100%;
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
  margin-bottom: 4rem; }
  .lost h2 {
    text-transform: uppercase;
    padding: 20px;
    max-width: 950px;
    margin: 0 auto;
    color: #000; }
  .lost p {
    max-width: 950px;
    margin: 0 auto;
    font-size: 18px; }
    .lost p span {
      color: #024083; }

.page-brand .cat-head .cat-left {
  padding: 14px; }

.cat-head {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto; }
  .cat-head .cat-left {
    background: #fff;
    padding: 13px;
    width: 100%; }
    .cat-head .cat-left h3 {
      text-transform: uppercase;
      color: #ffff;
      font-family: 'Barlow', Arial, sans-serif; }
  .cat-head .cat-right {
    background: #fff;
    padding: 12px;
    display: flex;
    justify-content: space-between; }
    .cat-head .cat-right .left-split {
      display: flex; }
      .cat-head .cat-right .left-split span {
        padding-right: 10px;
        line-height: 30px; }
      .cat-head .cat-right .left-split .form-label {
        color: #00205c;
        font-family: 'Barlow', Arial, sans-serif;
        font-size: 14px; }
      .cat-head .cat-right .left-split .form-select {
        color: #00205c; }
    .cat-head .cat-right .pagination-list {
      margin: 0; }
    .cat-head .cat-right .actionBar {
      margin: 0; }
      .cat-head .cat-right .actionBar .form-field {
        margin: 0; }

.cat-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0; }
  .cat-wrap .cat-sidebar {
    padding: 0;
    width: 25%; }
    .cat-wrap .cat-sidebar .page-sidebar {
      width: 100%;
      padding: 0 20px 20px 20px; }
      .cat-wrap .cat-sidebar .page-sidebar .inlineList.inlineList--labels {
        padding: 10px; }
      .cat-wrap .cat-sidebar .page-sidebar .sidebarBlock-heading,
      .cat-wrap .cat-sidebar .page-sidebar .accordion-navigation {
        padding: 10px 0px;
        border-radius: 0;
        margin-bottom: 0 !important; }
      .cat-wrap .cat-sidebar .page-sidebar .accordion-title {
        font-weight: bold;
        text-transform: capitalize; }
      .cat-wrap .cat-sidebar .page-sidebar .facetedSearch-refineFilters .sidebarBlock-heading {
        border: 0px; }
      .cat-wrap .cat-sidebar .page-sidebar .facetedSearch-refineFilters p {
        display: none; }
      .cat-wrap .cat-sidebar .page-sidebar .navList-action--checkbox {
        font-size: 1.1rem;
        color: #00205c;
        font-weight: 600; }
  .cat-wrap .form-minMaxRow .button {
    background-color: #00205c;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: 'Barlow', Arial, sans-serif;
    font-weight: 600;
    border: none;
    text-align: center; }
  .cat-wrap .form-minMaxRow .button:hover {
    color: #fff;
    background-color: #d9272c; }
  .cat-wrap .cat-content {
    padding: 0;
    width: 75%; }
    .cat-wrap .cat-content .page-content {
      padding: 0; }
      .cat-wrap .cat-content .page-content .productGrid {
        margin: 0;
        margin-top: -1px; }
      .cat-wrap .cat-content .page-content .card {
        margin: 0;
        border-radius: 0;
        border-right: 0;
        border-bottom: 0; }
        .cat-wrap .cat-content .page-content .card .card-img-container img {
          width: 80%; }
        .cat-wrap .cat-content .page-content .card .card-img-container:after {
          padding-bottom: 90.8%; }
        .cat-wrap .cat-content .page-content .card .product-content.card-body {
          padding: 0;
          font-family: 'Inter', Arial, sans-serif; }
          .cat-wrap .cat-content .page-content .card .product-content.card-body .card-title {
            padding: 0 20px; }
            .cat-wrap .cat-content .page-content .card .product-content.card-body .card-title a {
              font-family: 'Inter', Arial, sans-serif; }
          .cat-wrap .cat-content .page-content .card .product-content.card-body .card-text[data-test-info-type="price"] {
            border-top: 1px solid rgba(0, 0, 0, 0.125);
            position: relative;
            font-family: 'Inter', Arial, sans-serif; }
            .cat-wrap .cat-content .page-content .card .product-content.card-body .card-text[data-test-info-type="price"] .w-full .price-section.price-section--withoutTax.rrp-price--withoutTax {
              display: none; }
            .cat-wrap .cat-content .page-content .card .product-content.card-body .card-text[data-test-info-type="price"] .w-full .price-section.price-section--withoutTax .price-now-label {
              display: none; }
            .cat-wrap .cat-content .page-content .card .product-content.card-body .card-text[data-test-info-type="price"] .w-full .price-section.price-section--withoutTax .price.price--withoutTax {
              display: block; }
            .cat-wrap .cat-content .page-content .card .product-content.card-body .card-text[data-test-info-type="price"] .w-60 .price-section.price-section--withoutTax.rrp-price--withoutTax {
              display: none; }
            .cat-wrap .cat-content .page-content .card .product-content.card-body .card-text[data-test-info-type="price"] .w-60 .price-section.price-section--withoutTax {
              flex-grow: 1;
              text-align: center;
              color: #fff;
              padding: 10px;
              border-radius: 5px 0 0 5px;
              font-weight: bold; }
              .cat-wrap .cat-content .page-content .card .product-content.card-body .card-text[data-test-info-type="price"] .w-60 .price-section.price-section--withoutTax .price-now-label {
                display: none; }

@media (max-width: 992px) {
  .page-category .cat-wrap .cat-sidebar {
    width: 100%; } }

.page-brands .pagination {
  background: transparent;
  margin-top: 30px; }
  .page-brands .pagination .pagination-list {
    text-align: center; }
    .page-brands .pagination .pagination-list .pagination-item a:hover {
      font-weight: bold; }
    .page-brands .pagination .pagination-list .pagination-item.pagination-item--current {
      border: 0; }
      .page-brands .pagination .pagination-list .pagination-item.pagination-item--current a {
        font-weight: bold; }

.pagination {
  background: #dedede;
  margin-bottom: 60px;
  border-radius: 0; }
  .pagination .pagination-list {
    text-align: right;
    width: 100%;
    padding: 10px 15px;
    margin: 0; }
    .pagination .pagination-list li a,
    .pagination .pagination-list li button {
      min-width: 25px;
      text-align: center; }

.prod-list-end {
  width: 100%;
  height: 1px;
  margin-bottom: 60px; }

.cat-right .prod-list-end {
  display: none; }

.cat-right .pagination {
  margin-bottom: 0px; }
  .cat-right .pagination .pagination-list {
    padding: 0px; }

.desc-wrapper {
  padding-bottom: 30px; }

.price-wrap {
  background-color: #00205c; }
  .price-wrap .price-label {
    display: none; }
  .price-wrap .price.price--non-sale {
    display: block;
    height: 100%;
    line-height: 30px;
    position: relative;
    font-size: 18px; }

.price-wrap .price.price--non-sale::after {
  content: "";
  width: 1px;
  height: 15px;
  background: #353334;
  display: block;
  position: absolute;
  right: -1px;
  top: 8px; }

.catSale .price-wrap {
  background: #00205c;
  padding: 3px 0;
  border-radius: 5px; }

.catSale .price-wrap::before {
  content: "ON SALE";
  height: 18px;
  width: 83px;
  position: absolute;
  top: -15px;
  font-size: 11.5px;
  text-align: center;
  color: #000;
  background-image: url("../img/onsale.png");
  padding-top: 3px;
  padding-right: 10px; }

.card-rating {
  text-align: center;
  margin-bottom: 20px; }

.navUser-item--cart .dropdown-menu.is-open {
  right: 0;
  padding: 10px 20px;
  min-width: 350px; }
  .navUser-item--cart .dropdown-menu.is-open .previewCart-additionalCheckoutButtons {
    display: none; }
  .navUser-item--cart .dropdown-menu.is-open .previewCartAction {
    border-top: 1px solid #000; }
    .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-checkout {
      display: none; }
    .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-viewCart {
      width: 100%; }
      .navUser-item--cart .dropdown-menu.is-open .previewCartAction .previewCartAction-viewCart a {
        padding: 13px;
        border-radius: 0;
        background: #333333;
        color: #fff;
        font-weight: bold;
        font-size: 18px; }
  .navUser-item--cart .dropdown-menu.is-open .preview-content .previewCartItem {
    height: auto;
    padding: 0; }
    .navUser-item--cart .dropdown-menu.is-open .preview-content .previewCartItem .previewCartItem-price {
      color: #000;
      text-align: right;
      width: 100%;
      display: block; }
      .navUser-item--cart .dropdown-menu.is-open .preview-content .previewCartItem .previewCartItem-price span {
        color: #000;
        font-weight: bold; }
    .navUser-item--cart .dropdown-menu.is-open .preview-content .previewCartItem .previewCartItem-brand {
      color: #000; }
    .navUser-item--cart .dropdown-menu.is-open .preview-content .previewCartItem .previewCartItem-name {
      color: #000;
      padding-bottom: 10px; }
      .navUser-item--cart .dropdown-menu.is-open .preview-content .previewCartItem .previewCartItem-name a {
        color: #000; }
  .navUser-item--cart .dropdown-menu.is-open .preview-header {
    width: 100%;
    border-bottom: 1px solid black;
    padding-bottom: 10px; }
    .navUser-item--cart .dropdown-menu.is-open .preview-header span {
      font-size: 20px;
      font-weight: 500; }

.productView-options .product-action {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1rem; }

.productView-options .form-label--alternate {
  display: none; }

.productView-options .form-select {
  border-radius: 5px; }

.productView-options .product-action-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-evenly; }
  .productView-options .product-action-wrap .form-label--alternate {
    display: none; }
  .productView-options .product-action-wrap .form-action {
    margin: 0;
    width: 100%; }
    .productView-options .product-action-wrap .form-action #form-action-addToCart,
    .productView-options .product-action-wrap .form-action #form-action-no-cart-addToCart {
      margin: 0;
      padding: 17px 60px;
      min-width: 300px; }
  .productView-options .product-action-wrap .form-field {
    margin: 0; }
  .productView-options .product-action-wrap .form-increment {
    display: flex; }
  .productView-options .product-action-wrap .form-action.set-radio .form-increment,
  .productView-options .product-action-wrap .form-action.set-radio .form-bulk-increment {
    padding: 10px; }
    .productView-options .product-action-wrap .form-action.set-radio .form-increment .form-input,
    .productView-options .product-action-wrap .form-action.set-radio .form-bulk-increment .form-input {
      font-size: 27px;
      height: 2rem; }
  .productView-options .product-action-wrap .form-increment,
  .productView-options .product-action-wrap .form-bulk-increment {
    border: 1px solid #00205c;
    border-radius: 10px !important; }
    .productView-options .product-action-wrap .form-increment .increment-action-wrap,
    .productView-options .product-action-wrap .form-bulk-increment .increment-action-wrap {
      display: flex;
      flex-direction: column-reverse; }
      .productView-options .product-action-wrap .form-increment .increment-action-wrap .button,
      .productView-options .product-action-wrap .form-bulk-increment .increment-action-wrap .button {
        border: 0px; }
    .productView-options .product-action-wrap .form-increment .form-input,
    .productView-options .product-action-wrap .form-bulk-increment .form-input {
      min-width: 50px;
      text-align: center;
      font-weight: 700;
      padding: 10px;
      border-radius: 10px 0 0 10px; }

.productView-options.no-cart [data-product-attribute="product-list"] {
  display: none; }

.dropdown-menu-button .icon svg {
  fill: #fff; }

.productView-options .form-action {
  display: inline-block;
  margin: 0; }
  .productView-options .form-action a.button {
    padding: 15px 10px;
    margin: 0; }

.productView-product {
  max-width: none; }
  .productView-product .productView-title {
    font-weight: bold;
    margin-top: 0;
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
    color: #00205c; }

.productView-details.product-options {
  width: 100%;
  padding: 0; }
  .productView-details.product-options .product-options-content {
    max-width: 600px; }

.productView-details .price-section.price-section--withoutTax.rrp-price--withoutTax .price-label {
  display: none; }

.productView-details .price-section.price-section--withoutTax {
  line-height: 38px; }
  .productView-details .price-section.price-section--withoutTax .price.price--withoutTax,
  .productView-details .price-section.price-section--withoutTax .price.price--non-sale.price-was,
  .productView-details .price-section.price-section--withoutTax .sale-label {
    font-size: 30px;
    font-family: 'Inter', Arial, sans-serif;
    color: #e30613;
    text-transform: uppercase; }

.cat-wrap .cat-content .page-content .card .product-content.card-body .card-text[data-test-info-type="price"] .w-full .price-section.price-section--withoutTax .price.price--withoutTax {
  font-weight: bold; }

.productView-images {
  display: flex;
  flex-wrap: wrap; }
  .productView-images .addthis_toolbox {
    width: 100%; }
  .productView-images .socialLinks {
    position: relative;
    text-align: center;
    display: block;
    margin-top: 15px; }
  .productView-images .productView-thumbnails {
    width: 100%;
    position: relative;
    text-align: left;
    margin-top: 60px; }
  .productView-images .productView-image {
    width: 100%; }
    .productView-images .productView-image .productView-img-container:after {
      padding-bottom: 60%; }
    .productView-images .productView-image img {
      margin: 0 auto; }

.addthis_32x32_style {
  display: block !important; }

#tab-description {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 10%; }

.tabs-contents {
  margin: 0 auto;
  max-width: 80%; }

.tabs {
  max-width: 80%;
  margin: 0 auto;
  border: 0; }
  .tabs .tab.is-active {
    border: 0; }
    .tabs .tab.is-active .tab-title {
      padding: 0;
      font-size: 20px; }

.productView-images .productView-thumbnails.simple-views li {
  float: none;
  display: inline-block;
  max-width: 100px; }

.productView-img-container {
  max-width: 900px; }

.productView-rating {
  padding: 8px 0;
  margin-bottom: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column; }
  .productView-rating .mobil-rev-br {
    display: flex;
    justify-content: center; }

.productView-brand a span {
  font-family: 'Barlow', Arial, sans-serif;
  color: #00205c; }

.productView-brand a span:hover {
  color: #024083; }

.rating-label {
  margin-right: 5px; }

.rating-label,
.star-rating,
.rev-num {
  float: left;
  margin-left: 10px;
  color: #00205c;
  font-weight: 600;
  font-size: 16px; }

.c-rating {
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Barlow', arial;
  font-size: 14px; }

.productView-rating {
  font-size: 18px;
  display: flex;
  align-items: center; }

.star-rating {
  margin-left: 5px;
  margin-top: -2px;
  margin-right: 10px;
  display: flex;
  gap: 1.1rem; }

.rev-seporator a,
.rev-seporator span.productView-reviewLink,
.rev-seporator span.click-reviewLink {
  float: left;
  margin-left: 15px;
  padding-left: 15px;
  color: #00205c;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px; }

.rev-seporator a::before,
.rev-seporator span.productView-reviewLink::before,
.rev-seporator span.click-reviewLink::before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 15px;
  background: #333;
  margin-left: -16px;
  margin-top: 7px; }

.productView-rating .icon {
  height: 20px;
  width: 20px; }

.productView-rating .icon--ratingFull svg {
  fill: #212529; }

.page-product .productView-images .productView-image img {
  padding: 20px; }

#product-reviews .rev-write-wr {
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px; }
  #product-reviews .rev-write-wr a {
    margin: 0;
    background: #dedede;
    text-transform: uppercase;
    padding: 10px 15px; }
  #product-reviews .rev-write-wr a:hover,
  #product-reviews .rev-write-wr a:focus {
    background-color: #343434;
    color: #024083; }

#product-reviews .reviews-title {
  overflow: hidden;
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee; }
  #product-reviews .reviews-title .rev-total-rating {
    float: left; }
    #product-reviews .reviews-title .rev-total-rating .star-rating-total {
      margin-left: 10px; }
    #product-reviews .reviews-title .rev-total-rating .icon {
      height: 25px;
      width: 25px; }
  #product-reviews .reviews-title .rev-total {
    float: right; }

#product-reviews .productReview article {
  border: 1px solid #eee;
  padding: 0;
  margin-bottom: 10px; }
  #product-reviews .productReview article .rev-contant-wr {
    overflow: hidden; }
  #product-reviews .productReview article .productReview-author {
    color: #252525;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize; }

#product-reviews .productReview .rev-author-wr {
  width: 30%;
  float: left; }
  @media (max-width: 600px) {
    #product-reviews .productReview .rev-author-wr {
      width: 100%; } }

#product-reviews .productReview .rev-content {
  width: 70%;
  float: left;
  padding-left: 15px;
  border-left: 1px solid #eee; }
  @media (max-width: 600px) {
    #product-reviews .productReview .rev-content {
      width: 100%;
      padding-left: 0;
      border-left: 0; }
      #product-reviews .productReview .rev-content .secondary-date {
        display: none; } }
  #product-reviews .productReview .rev-content h5 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase; }

.related-contents h2.heading-title {
  max-width: 800px;
  margin: 0 auto;
  position: relative; }
  .related-contents h2.heading-title span {
    letter-spacing: 3px;
    position: relative;
    background: #fff;
    z-index: 1;
    padding: 40px 20px; }
  .related-contents h2.heading-title .line {
    width: 100%;
    height: 1px;
    background: #00205c;
    margin-top: -60px;
    position: absolute; }

@media (max-width: 760px) {
  .related-contents h2.heading-title span {
    font-size: 20px;
    letter-spacing: 1px; }
  .related-contents h2.heading-title .line {
    margin-top: -55px; } }

@media (max-width: 1200px) {
  .mobil-rev-br {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 7px; } }

.product-decription-tabs {
  border: none;
  margin-bottom: 15px;
  border: 1px solid #00205c;
  border-radius: 5px; }

.product-decription-tabs .productView-title {
  overflow: hidden; }
  .product-decription-tabs .productView-title .title {
    float: left;
    color: #00205c; }
  .product-decription-tabs .productView-title .controls {
    float: right;
    font-size: 50px;
    line-height: 30px;
    margin-top: 5px; }
    .product-decription-tabs .productView-title .controls .minus {
      display: none; }

.product-decription-tabs .productView-title:hover {
  cursor: pointer; }

.product-decription-tabs .productView-description {
  display: none;
  padding-bottom: 20px;
  font-family: "Inter", sans-serif !important; }

.product-decription-tabs.open .productView-description {
  display: block !important;
  color: #00205c; }

.product-decription-tabs.open .productView-title .controls .minus {
  display: block;
  font-size: 80px;
  margin-top: 10px; }
  .product-decription-tabs.open .productView-title .controls .minus .minus-content {
    width: 30px;
    height: 4px;
    background: #000;
    display: block; }

.product-decription-tabs.open .productView-title .controls .plus {
  display: none; }

.related-contents .slick-dots {
  display: none !important; }

.productView-details .price-label {
  font-size: 35px;
  margin-right: 10px;
  color: #838383;
  font-family: 'Barlow', Arial, sans-serif; }

.productView-details .price-section.price-section--withoutTax.rrp-price--withoutTax {
  float: left; }
  .productView-details .price-section.price-section--withoutTax.rrp-price--withoutTax .price--rrp {
    font-size: 35px;
    margin-right: 10px;
    color: #838383;
    font-family: 'Barlow', Arial, sans-serif; }

.productView-details .price-section--saving {
  display: none; }

.form-field--stock span {
  color: #c70000;
  font-weight: 500; }

.form-field--stock {
  margin-bottom: 5px;
  margin-top: 0px;
  color: #c70000;
  margin-bottom: 10px;
  text-align: center;
  display: none; }
  .form-field--stock img {
    float: left;
    margin-right: 15px; }

.form-field--availability img {
  float: left;
  margin-right: 10px; }

.form-label--alternate,
.form-field {
  font-family: 'Barlow', Arial, sans-serif;
  font-size: 20px;
  font-weight: bold; }
  .form-label--alternate small,
  .form-field small {
    color: red;
    position: absolute;
    margin-top: -3px; }

.form-label {
  color: #212529; }

.form-input--small {
  font-size: 16px;
  height: 3rem; }

.panel-header,
.panel-body {
  background-color: #eee; }

.page-content.page-content--centered {
  max-width: 1500px;
  width: 100%;
  padding-bottom: 60px; }
  .page-content.page-content--centered p {
    margin: 15px 0; }

/*
div.snize div.snize-horizontal-filters {
  display: flex;
  align-items: center;
  padding: 5px 10px !important;
}
div.snize div.snize-filters-dropdown {
  margin: 5px 10px;
}
div.snize div.snize-filters-sidebar {
  max-width: calc(100% / 3);
  width: 100%;
  float: none;
  margin: 0;
  position: static;
  flex-basis: calc(100% / 3);
  display: flex;
  flex-direction: column;
}
div.snize .snize-product-filters-block {
  display: block;
  height: auto;
}
div.snize-search-results-main-content {
  max-width: 100%;
  width: 100%;
  margin: 0;
  position: static;
  flex-basis: calc(100% / 3 * 2);
}
div#snize-search-results-grid-mode {
  width: 100% !important;
  display: block;
  float: none;
  margin: 0;
}
#snize-search-results-grid-mode.snize-four-columns li.snize-product {
  width: 22% !important;
  margin: 10px;
}
#snize-search-results-grid-mode ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
}
#snize-search-results-grid-mode.snize-five-columns li.snize-product {
  width: 22% !important;
  margin: 15px;
  height: auto;
  border-radius: 5px;
  border-color: #eee;
}
#snize-search-results-grid-mode li.snize-product .snize-view-link {
  border: 1px solid rgba(0, 0, 0, 0.125);
  height: 100%;
  border-bottom: 1px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.page-heading {
  font-family: 'Barlow', Arial, sans-serif;
  text-transform: uppercase;
  color: #000;
}
#snize-search-results-grid-mode span.snize-thumbnail img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: 80%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
span.snize-thumbnail:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 131.71429%;
}
#snize-search-results-grid-mode li.snize-product span.snize-title {
  color: #333333;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}
#snize-search-results-grid-mode span.snize-description {
  display: none;
}
div.snize-search-results {
  display: flex;
  flex-wrap: wrap;
}
#snize-search-results-grid-mode .snize-price-list {
  color: #353334;
  font-size: 18px;
  font-weight: bold;
}
#snize-search-results-grid-mode li.snize-product .snize-view-link {
  height: 100%;
}
#snize-search-results-grid-mode .snize-price-list {
  color: #353334;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 5px 10px;
  margin-top: auto;
}
#snize-search-results-grid-mode span.snize-overhidden {
  padding: 0;
  display: flex;
  flex-direction: column;
}
#snize-search-results-grid-mode li.snize-product .snize-item {
  height: 100%;
}
div.snize div.snize-pagination {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  margin-left: auto;
  background: #fff;
  max-width: calc(100% / 3 * 2);
}
div.snize div.snize-pagination ul {
  padding: 10px 0px;
}
div.snize div.snize-pagination ul li a {
  font-size: 16px;
  border: 0;
  padding: 5px 15px;
}
div.snize div.snize-pagination ul li span {
  font-size: 16px;
  padding: 5px 15px;
  border: 0;
}
div.snize div.snize-pagination ul li:first-child span {
  border: 0;
}
div.snize div.snize-product-filters-title {
  font-family: 'Barlow', Arial, sans-serif;
  color: #353334;
  font-size: 18px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
div.snize .snize-product-filters-block {
  border-bottom: 1px solid #00205c !important;
}
div.snize div.slider-container.snize-theme .back-bar .pointer {
  background-color: #024083 !important;
}
#snize-search-results-grid-mode li.snize-product .snize-button {
  display: none;
}
div.snize .snize-price-range input.snize-price-range-input {
  border-radius: 4px;
}
div.snize-ac-results li.snize-label,
div.snize-ac-results li.snize-view-all-link {
  background: #515151;
  padding: 8px 12px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0;
}
div.snize-ac-results div.snize-arrow-inner.snize-arrow-inner-label {
  border-bottom: 13px solid #515151;
}
div.snize-ac-results div.snize-arrow-inner {
  top: 1px;
  left: 0px;
  display: inline-block;
  border-right: 10px solid rgba(255, 255, 255, 0);
  border-left: 11px solid rgba(255, 255, 255, 0);
  border-bottom: 13px solid #515151;
}
div.snize-ac-results div.snize-dropdown-arrow {
  top: -12px;
}
div.snize-ac-results li.snize-view-all-link span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
div.snize-ac-results li:first-child {
  border-radius: 0;
}
div.snize-ac-results li.snize-category a.snize-view-link {
  color: #353334;
}
div.snize-ac-results span.snize-title {
  color: #353334;
}
div.snize-ac-results .snize-price-list {
  color: #353334;
}
*/
.leftpromotion-text a {
  color: inherit; }
  .leftpromotion-text a:hover {
    color: inherit; }

.credova-wrapper {
  margin: 0px 0 20px;
  display: none; }

@media (min-width: 801px) {
  .productView-product {
    border-bottom: 0;
    padding-bottom: 20px; }
  .productView-price {
    margin: 30px 0; }
  .accordion--navList .accordion-block {
    margin-top: 0;
    border-bottom: 1px solid #00205c; }
  .cat-content figure.card-figure:hover img {
    transform: scale(1.1);
    -webkit-transition: transform 0.5s 0s ease;
    -moz-transition: transform 0.5s 0s ease;
    -o-transition: transform 0.5s 0s ease;
    transition: transform 0.5s 0s ease; }
  .facetedSearch-clearLink {
    right: 20px;
    top: 12px;
    transform: none; } }

@media (min-width: 1200px) {
  .sidenav-menu li:hover > .dropdown-menu,
  .sidenav-menu .dropdown-menu:hover {
    display: block; }
  .sidenav-menu li:hover > a.has-subMenu {
    background: #fff;
    color: #00205c;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear; } }

#more-product-wrap h4 {
  font-size: 16px;
  margin-bottom: 10px; }

#more-product-wrap ul li {
  font-size: 16px;
  font-weight: normal; }

@media (min-width: 992px) {
  .sidenav {
    display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  body br {
    display: none; }
  .product-decription-tabs.open .productView-description br {
    display: block !important; }
  .NAVtoggle {
    display: block; }
  .sidenav {
    background: #343434;
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    overflow: auto;
    transform: translate(-300px, 0);
    transition: transform 0.3s;
    top: 0;
    width: 300px;
    z-index: 100;
    margin: 0px; }
  .sidenav-menu {
    height: auto;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    padding: 10px; }
  .spaceul {
    text-align: left; }
  .sidenav-menu .spaceul li {
    margin-bottom: 0px;
    margin-right: 0px;
    width: 100%; }
  .sidenav-menu li {
    display: block;
    position: relative;
    padding: 0;
    border: none;
    height: auto;
    margin-bottom: 12px; }
  .sidenav-menu li:last-child {
    display: none; }
  .sidenav-dropdown {
    position: static;
    max-width: 100%;
    background-color: #333;
    background-image: none;
    padding: 0px; }
  .dropdown-menu {
    min-width: inherit; }
  .sidenav-dropdown h1 {
    display: none; }
  .flex-dropdown {
    flex-direction: column; }
  .flex-dropdown ul {
    display: block;
    width: 100%; }
  .sidenav-dropdown .flex-dropdown ul li::before {
    display: none; }
  .flex-dropdown ul li {
    display: block;
    width: 100%; }
  .sidenav-dropdown .flex-dropdown ul li a {
    color: #fff;
    font-size: 16px;
    width: 100%;
    padding: 6px 10px; }
  .sidenav-menu a img {
    display: none; }
  .sidenav-menu a {
    height: auto;
    display: block; }
  .footer-frst-row-flex {
    justify-content: flex-start;
    flex-wrap: wrap; }
  .footer-frst-row-flex .each-footer-row {
    margin-bottom: 20px;
    margin-right: 20px; }
  .copyright-section {
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .newsletter-section .custom-container {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 92%; }
  .newsletter-section .custom-container p {
    margin-right: 0px;
    margin-bottom: 20px; }
  .footer-newsletter-summary {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
    .footer-newsletter-summary span {
      font-family: 'Barlow', Arial, sans-serif !important;
      text-transform: uppercase; }
  .newsletter-section .custom-container .form-cotnrol {
    width: 100% !important;
    align-items: center; }
  .newsletter-section .custom-container input.subscribe-btn {
    width: auto !important;
    text-align: center; }
  ul.support-link {
    align-items: center;
    flex-direction: column; }
  ul.support-link li {
    margin: 0px auto 30px; }
  ul.support-link li:last-child {
    margin: 0px auto 0px; }
  h2.insta-heading span i {
    display: none; }
  h2.insta-heading span {
    letter-spacing: 2px; }
  h1.heading-title span {
    font-size: 26px;
    letter-spacing: 1px; }
  .trending-banner-flex {
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .trending-banner-flex .each-side-banner {
    width: 100%; }
  .trending-banner-flex .each-side-banner a {
    margin-bottom: 10px; }
  .trending-banner-flex .each-side-banner:last-child a.trend-banner {
    margin-bottom: 0px; }
  .leftpromotion-text {
    padding: 15px 0px 15px; }
  .leftpromotion-text p {
    display: none; }
  .leftpromotion-text .right-top-section {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px; }
  .leftpromotion-text .right-top-section li:first-child {
    display: none; }
  .leftpromotion-text .right-top-section ul {
    width: auto;
    align-items: center;
    justify-content: center;
    margin-right: 15px; }
  .sndBAR .right-top-section {
    display: none; }
  .sndBAR a.custom-header-logo {
    width: 30%; }
  .snd-rightBAR {
    width: 62%; }
  .form-group a {
    right: 10px;
    top: 8px;
    font-size: 22px; }
  .form-group .form-control {
    padding: 5px 35px 5px 10px; }
  .main-banner {
    /*	height: 320px; */ }
  .sndBAR {
    padding: 15px 0px; } }

@media (max-width: 767px) {
  body br {
    /* display: none; */ }
  .NAVtoggle {
    display: block; }
  .sidenav {
    background: #343434;
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    overflow: auto;
    transform: translate(-300px, 0);
    transition: transform 0.3s;
    top: 0;
    width: 300px;
    z-index: 100;
    margin: 0px; }
  .sidenav-menu {
    height: auto;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    padding: 10px; }
  .spaceul {
    text-align: left; }
  .sidenav-menu .spaceul li {
    margin-bottom: 0px;
    margin-right: 0px;
    width: 100%; }
  .sidenav-menu li {
    display: block;
    position: relative;
    padding: 0;
    border: none;
    height: auto;
    margin-bottom: 12px; }
  /*.sidenav-menu li:last-child
	{
		display: none;
	}
	*/
  .sidenav-dropdown {
    position: static;
    max-width: 100%;
    background-color: #333;
    background-image: none;
    padding: 0px; }
  .dropdown-menu {
    min-width: inherit; }
  .sidenav-dropdown h1 {
    display: none; }
  .flex-dropdown {
    flex-direction: column; }
  .flex-dropdown ul {
    display: block;
    width: 100%; }
  .sidenav-dropdown .flex-dropdown ul li::before {
    display: none; }
  .flex-dropdown ul li {
    display: block;
    width: 100%; }
  .sidenav-dropdown .flex-dropdown ul li a {
    color: #fff;
    font-size: 16px;
    width: 100%;
    padding: 6px 10px; }
  .sidenav-menu a img {
    display: none; }
  .sidenav-menu a {
    height: auto;
    display: block; }
  .footer-frst-row-flex {
    justify-content: flex-start;
    flex-wrap: wrap; }
  .footer-frst-row-flex .each-footer-row {
    margin-bottom: 20px;
    margin-right: 20px; }
  .copyright-section {
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .newsletter-section .custom-container {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 92%; }
  .newsletter-section .custom-container p {
    margin-right: 0px;
    margin-bottom: 20px; }
  .footer-newsletter-summary {
    text-align: center;
    font-family: 'Barlow', Arial, sans-serif !important;
    text-transform: uppercase; }
  .newsletter-section .custom-container .form-group {
    flex-direction: row !important; }
  .newsletter-section .custom-container .form-control {
    width: 100% !important;
    margin-top: 20px; }
  .newsletter-section .custom-container input.subscribe-btn {
    width: auto !important;
    text-align: center;
    margin-top: 20px; }
  ul.support-link {
    align-items: center;
    flex-direction: column; }
  ul.support-link li {
    margin: 0px auto 30px; }
  ul.support-link li:last-child {
    margin: 0px auto 0px; }
  h2.insta-heading span i {
    display: none; }
  h2.insta-heading span {
    letter-spacing: 2px; }
  h1.heading-title span {
    font-size: 26px;
    letter-spacing: 1px; }
  .trending-banner-flex {
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .trending-banner-flex .each-side-banner {
    width: 100%; }
  .trending-banner-flex .each-side-banner a {
    margin-bottom: 10px; }
  .trending-banner-flex .each-side-banner:last-child a.trend-banner {
    margin-bottom: 0px; }
  .leftpromotion-text {
    padding: 15px 0px 15px; }
  .leftpromotion-text p {
    display: none; }
  .leftpromotion-text .right-top-section {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px; }
  .leftpromotion-text .right-top-section li:first-child {
    display: none; }
  .leftpromotion-text .right-top-section ul {
    width: auto;
    align-items: center;
    justify-content: center;
    margin-right: 15px; }
  .sndBAR .right-top-section {
    display: none; }
  .sndBAR a.custom-header-logo {
    width: 30%; }
  .snd-rightBAR {
    width: 62%; }
  .form-group a {
    right: 10px;
    top: 8px;
    font-size: 22px; }
  .form-group .form-control {
    padding: 5px 35px 5px 10px; }
  .sndBAR {
    padding: 15px 0px; } }

.quickSearchResults {
  display: none !important; }

.header-wrapper {
  display: flex;
  align-items: center; }
  .header-wrapper h1 {
    margin: 0 !important;
    padding: 0; }

.home-more {
  display: none; }

.breadcrumb.is-active > .breadcrumb-label {
  font-weight: normal; }

.small-sub-btn {
  background-color: #00205c;
  padding: 8px 40px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 18px;
  font-family: 'Barlow', Arial, sans-serif;
  font-weight: 600;
  border: none; }

.small-sub-btn:hover {
  color: #fff;
  background-color: #d9272c;
  font-weight: 600; }

.btn_price {
  margin: 0;
  border-radius: 0;
  padding: 14px 1.5rem;
  border: 0;
  font-size: 14px; }

.page-category .container {
  padding: 0; }

.page-category .card {
  text-align: center; }
  .page-category .card h3 {
    text-align: center;
    text-transform: uppercase;
    height: 70px;
    overflow: hidden;
    margin-bottom: 15px; }

.page-category h1 {
  font-family: 'Barlow', Arial, sans-serif;
  text-transform: uppercase;
  color: #00205c;
  margin: 0 auto 40px auto;
  font-weight: 600; }

.page-category h2 {
  font-family: 'Barlow', Arial, sans-serif;
  text-transform: uppercase;
  color: #00205c;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px; }

.page-category p {
  color: #00205c; }

.page-category .category-subheader {
  text-align: center; }

.page-category .category-subheader.background-cat-img {
  background-size: cover;
  padding-bottom: 100px;
  min-height: 250px;
  text-align: left; }
  .page-category .category-subheader.background-cat-img h1 {
    text-align: left; }

.page-category .short-banner .category-subheader.background-cat-img {
  min-height: 50px; }
  .page-category .short-banner .category-subheader.background-cat-img .page-heading {
    margin: 0; }

.page-category .short-banner .simple-dark .category-subheader {
  padding-bottom: 30px; }

.page-category .breadcrumb::before {
  color: #252525; }

.page-category .simple-dark .category-subheader {
  background: #1a1a1a;
  padding-bottom: 60px;
  background-size: cover; }
  .page-category .simple-dark .category-subheader .breadcrumb a,
  .page-category .simple-dark .category-subheader h1,
  .page-category .simple-dark .category-subheader .custom-container,
  .page-category .simple-dark .category-subheader a {
    color: #fff;
    text-align: center; }

.page-category .simple-dark .category-subheader.background-cat-img h1 {
  text-align: left; }

.page-category .subCat-list {
  padding: 0 0 60px 0;
  position: relative;
  text-align: center;
  overflow: hidden;
  display: flex;
  gap: 1rem; }
  .page-category .subCat-list .subCat-item {
    text-align: center;
    margin-bottom: 0px;
    display: inline-block;
    width: 33%;
    vertical-align: baseline;
    border-radius: 5px;
    transition: all 0.2s ease-in-out; }
    .page-category .subCat-list .subCat-item .cat-wrapper {
      vertical-align: baseline;
      display: inline-block;
      width: 100%;
      position: relative; }
    .page-category .subCat-list .subCat-item .subcat-desc-wrap {
      display: inline-block;
      vertical-align: baseline;
      position: absolute;
      top: 32%;
      left: 0;
      right: 0; }
      .page-category .subCat-list .subCat-item .subcat-desc-wrap a {
        text-align: center;
        color: #fff;
        font-weight: 600; }
      .page-category .subCat-list .subCat-item .subcat-desc-wrap .cat-action {
        vertical-align: bottom;
        display: inline-block; }
    .page-category .subCat-list .subCat-item .sub-cat-img {
      margin-bottom: 30px;
      display: block;
      border-radius: 5px; }
      .page-category .subCat-list .subCat-item .sub-cat-img img {
        border-radius: 5px; }
    .page-category .subCat-list .subCat-item .subCat-action {
      color: #00205c;
      font-size: 20px;
      text-transform: uppercase;
      padding: 0.21429rem 0; }
  .page-category .subCat-list .subCat-item:hover {
    transform: scale(1.1); }

.page-category .simple-list .subCat-list {
  padding: 30px 0px 15px 30px;
  overflow: hidden; }
  .page-category .simple-list .subCat-list .subCat-item {
    text-align: left;
    width: 25%;
    float: left;
    margin-bottom: 0;
    list-style: disc;
    color: #000;
    display: list-item; }
    .page-category .simple-list .subCat-list .subCat-item a {
      text-transform: capitalize;
      color: inherit; }
  .page-category .simple-list .subCat-list :hover {
    color: #024083; }
  @media (min-width: 801px) and (max-width: 1200px) {
    .page-category .simple-list .subCat-list .subCat-item {
      width: 33.33333%; } }
  @media (min-width: 501px) and (max-width: 800px) {
    .page-category .simple-list .subCat-list .subCat-item {
      width: 50%; } }
  @media (max-width: 500px) {
    .page-category .simple-list .subCat-list .subCat-item {
      width: 100%; } }

.page-category .actionBar-section .form-field {
  border: 0; }

.page-category .pagination-list li a {
  font-size: 16px; }

.page-category li.pagination-item--current a,
.page-category li.pagination-item a:hover {
  background: #fff;
  cursor: pointer; }

.cat-description {
  font-size: 18px; }

.default-fullwidth .category-header-wrapper {
  background: linear-gradient(to right, #343434 0, #343434 50%, #dedede 50%, #dedede 100%); }

.desc-wrapper a {
  text-decoration: underline; }

.page-category .custom-ammor-cat .subCat-list .subCat-item {
  background: #eee;
  padding-bottom: 15px; }
  .page-category .custom-ammor-cat .subCat-list .subCat-item .subCat-action {
    font-size: 16px;
    padding: 0 15px;
    display: block; }

.actionBar-section .form-field,
.pagination-list li a,
.navList-action--checkbox::before,
.form-field--error .form-input,
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-prefixPostfix-label,
input:not([type="range"]),
.form-select,
textarea,
.form-input {
  border-radius: 5px !important;
  color: #00205c;
  border-color: #00205c; }

.navList-action--checkbox::before {
  border: 1px solid #00205c !important; }

.accordion-title {
  font-family: 'Barlow', Arial, sans-serif;
  color: #00205c;
  font-size: 18px; }

.accordion--navList .accordion-indicator {
  fill: #353334;
  font-size: 25px;
  margin-top: -15px; }

.accordion-navigation.toggleLink .fa-angle-up {
  display: none; }

.accordion-navigation.toggleLink.is-open .fa-angle-up {
  display: block; }

.accordion-navigation.toggleLink.is-open .fa-angle-down,
.accordion-block .facetedSearch-clearLink {
  display: none; }

.facetedSearch-toggle + .facetedSearch-navList,
.sidebarBlock + .facetedSearch-navList {
  margin-top: 0; }

.accordion--navList .accordion-content.is-open {
  padding-bottom: 20px; }

.custom-header-logo img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-height: 90px; }

header {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-bottom: 0 !important; }

.fixed-header .body {
  padding-top: 160px; }

.fixed-header .header-main {
  z-index: 100;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: fixed; }
  .fixed-header .header-main .promotionbar-wrapper {
    display: none; }
  .fixed-header .header-main .header-wrapper {
    padding: 15px 25px 10px 25px; }
    .fixed-header .header-main .header-wrapper .form-group {
      margin-bottom: 0; }
  .fixed-header .header-main .custom-header-logo img {
    width: 300px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .fixed-header .header-main .sndBAR {
    padding: 15px 0px; }
  .fixed-header .header-main .right-top-section {
    margin-bottom: 5px; }

.fixed-header .snd-rightBAR .form-group {
  height: 40px; }

.fixed-header .form-group button {
  font-size: 23px; }

.fixed-header .sidenav {
  box-shadow: 0px 6px 25px -14px rgba(74, 66, 66, 0.84); }

.fixed-header.open-side .header-main {
  position: static; }

.productView-thumbnail-link {
  border: 0; }

.productView-details .productView-brand,
.page-default .product-slider .card-rating,
.page-product .product-slider .card-rating {
  display: none; }

.alertBox,
.form-select,
.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label,
.rc-anchor,
.button {
  border-radius: 0; }

.cart-wrapper {
  display: flex;
  margin: 3rem auto;
  flex-wrap: wrap; }
  .cart-wrapper .cart-item-brand {
    color: #000;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px; }
  .cart-wrapper .cart-remove {
    background-color: #00205c; }
    .cart-wrapper .cart-remove svg {
      fill: #fff; }
  .cart-wrapper .cart-header .cart-header-item:first-of-type {
    text-align: center; }
  .cart-wrapper .cart-item-image {
    max-width: 150px; }
  .cart-wrapper .page-heading {
    padding: 20px;
    margin-top: 0;
    margin-bottom: 10px; }
  .cart-wrapper .cart-action-bar {
    background: #fff;
    padding-bottom: 30px;
    border: 1px solid #ccc; }
    .cart-wrapper .cart-action-bar .cart-total a,
    .cart-wrapper .cart-action-bar .cart-total button {
      color: #000; }
    .cart-wrapper .cart-action-bar .cart-total a:hover,
    .cart-wrapper .cart-action-bar .cart-total button:hover {
      color: #024083;
      text-decoration: underline; }
      .cart-wrapper .cart-action-bar .cart-total a:hover span,
      .cart-wrapper .cart-action-bar .cart-total button:hover span {
        color: #024083; }
    .cart-wrapper .cart-action-bar .cart-total-value span {
      color: #000; }
    .cart-wrapper .cart-action-bar h2 {
      color: #000;
      text-transform: uppercase;
      padding: 30px 20px; }
    .cart-wrapper .cart-action-bar .FloatRight.PayPalExpressCheckout.PayPalExpressBraintreeCheckout.RemoteCheckout.CheckoutButton {
      margin: 0; }
      .cart-wrapper .cart-action-bar .FloatRight.PayPalExpressCheckout.PayPalExpressBraintreeCheckout.RemoteCheckout.CheckoutButton .or-use-label {
        text-align: center;
        color: #000;
        text-transform: uppercase;
        font-weight: 900;
        padding: 10px; }
      .cart-wrapper .cart-action-bar .FloatRight.PayPalExpressCheckout.PayPalExpressBraintreeCheckout.RemoteCheckout.CheckoutButton .BraintreeContainer.paypal-buttons-container {
        float: none; }
        .cart-wrapper .cart-action-bar .FloatRight.PayPalExpressCheckout.PayPalExpressBraintreeCheckout.RemoteCheckout.CheckoutButton .BraintreeContainer.paypal-buttons-container .braintree-paypal-button.paypal-smart-buttons {
          display: flex;
          flex-direction: column;
          float: none;
          margin: 0;
          width: 100%; }
          .cart-wrapper .cart-action-bar .FloatRight.PayPalExpressCheckout.PayPalExpressBraintreeCheckout.RemoteCheckout.CheckoutButton .BraintreeContainer.paypal-buttons-container .braintree-paypal-button.paypal-smart-buttons div {
            float: none; }
    .cart-wrapper .cart-action-bar .cart-actions .button.button--primary {
      background-color: #00205c !important;
      padding: 15px 40px !important;
      color: #fff !important;
      text-transform: uppercase !important;
      border-radius: 5px !important;
      font-size: 18px !important;
      font-family: 'Barlow', Arial, sans-serif !important;
      font-weight: 600 !important;
      border: none !important;
      width: 100%; }
      .cart-wrapper .cart-action-bar .cart-actions .button.button--primary.deny {
        cursor: not-allowed; }
    .cart-wrapper .cart-action-bar .cart-actions .button.button--primary:hover {
      color: #fff !important;
      background-color: #d9272c !important;
      font-weight: 600 !important; }
    .cart-wrapper .cart-action-bar .cart-totals {
      padding: 20px;
      padding-top: 0;
      width: 100%; }
      .cart-wrapper .cart-action-bar .cart-totals .cart-total-label {
        color: #000; }

.heroCarousel .slick-dots li,
.heroCarousel .slick-dots li:hover {
  background-color: transparent !important; }

.heroCarousel .slick-dots {
  bottom: 0; }

.slick-dots li button {
  border: 0;
  background: #d6d6d6;
  box-shadow: none; }

.slick-next,
.slick-prev,
.slick-next:hover,
.slick-prev:hover {
  background-color: transparent !important;
  border: 0; }

.heroCarousel.slick-dotted.slick-slider {
  margin-bottom: 0px; }

.subtitle {
  display: block; }

.featured-wrapper {
  padding-bottom: 30px; }
  .featured-wrapper .slick-dots {
    display: none !important; }

.prop-64 {
  margin-top: 15px; }
  .prop-64 a img {
    border: 1px solid #000;
    padding: 5px; }

ul.support-link.not-home {
  margin: 20px auto; }

.modal-header {
  background: #00205c;
  color: #fff;
  text-align: center;
  border-radius: 0; }
  .modal-header .modal-header-title {
    display: block;
    width: 100%;
    font-family: 'Barlow', Arial, sans-serif; }

.modal-body input.button {
  background-color: #00205c;
  padding: 12px 40px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 18px;
  font-family: 'Barlow', Arial, sans-serif;
  font-weight: 600;
  border: none; }

.modal-body input.button:hover {
  color: #fff;
  background-color: #d9272c;
  font-weight: 600; }

.modal-body {
  min-height: 330px;
  padding-bottom: 0; }
  .modal-body .previewCart {
    margin-top: 0; }
    @media (min-width: 800px) {
      .modal-body .previewCart {
        margin-top: 50px; } }
  .modal-body .productView {
    padding-bottom: 30px;
    border-bottom: 1px solid #00205c;
    width: 100%;
    max-width: 1140px;
    float: none;
    margin: 0 auto; }
  .modal-body .productView-image {
    width: 100%;
    min-height: 0; }
    @media (min-width: 800px) {
      .modal-body .productView-image {
        width: 25%; } }
  .modal-body .productView-details {
    width: 65%;
    padding-bottom: 0; }
  .modal-body .productView-title {
    margin-top: 0;
    color: #00205c;
    font-family: "Aldrich";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 143.8%;
    text-transform: uppercase; }
  .modal-body .productView-price {
    margin: 10px 0;
    font-family: "Aldrich";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 23px;
    text-transform: uppercase;
    color: #00205c; }
  .modal-body .productView-info-name strong,
  .modal-body .productView-info-value {
    font-family: "Aldrich";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #00205c; }

.cart-subscription-thank-container {
  max-width: 1140px;
  padding: 30px 40px;
  background: rgba(0, 32, 92, 0.15);
  margin: 50px auto;
  display: none; }
  .cart-subscription-thank-container .cart-subscription-thank {
    padding: 30px 30px;
    background: rgba(0, 32, 92, 0.9);
    display: flex;
    justify-content: space-between;
    gap: 1rem; }
    .cart-subscription-thank-container .cart-subscription-thank .left-section {
      width: 100%; }
      @media (min-width: 801px) {
        .cart-subscription-thank-container .cart-subscription-thank .left-section {
          width: 70%; } }
    .cart-subscription-thank-container .cart-subscription-thank .right-section {
      width: 30%;
      display: none; }
      @media (min-width: 801px) {
        .cart-subscription-thank-container .cart-subscription-thank .right-section {
          display: flex; } }
      .cart-subscription-thank-container .cart-subscription-thank .right-section img {
        margin: 0 auto;
        object-fit: contain; }
    .cart-subscription-thank-container .cart-subscription-thank .cart-subscription-thank-title {
      padding-bottom: 10px; }
      .cart-subscription-thank-container .cart-subscription-thank .cart-subscription-thank-title h3 {
        color: #fff;
        font-family: "Aldrich";
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 23px;
        display: flex;
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
        align-items: center;
        justify-content: center; }
      .cart-subscription-thank-container .cart-subscription-thank .cart-subscription-thank-title span {
        font-family: "Aldrich";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        display: flex;
        align-items: center;
        letter-spacing: 1px;
        justify-content: center;
        text-transform: uppercase;
        color: #ffffff;
        margin-top: 10px;
        text-align: center; }
    .cart-subscription-thank-container .cart-subscription-thank span {
      color: #fff;
      font-family: "Aldrich";
      font-size: 16px;
      margin-bottom: 19px; }
  .cart-subscription-thank-container .cart-subscription-thank-first {
    text-transform: uppercase; }
  .cart-subscription-thank-container .cart-subscription-thank-first {
    margin-bottom: 20px; }
  .cart-subscription-thank-container .cart-subscription-thank-button {
    margin: 0 auto;
    float: none;
    width: 300px;
    margin-top: 10px;
    display: flex;
    justify-content: center; }
    .cart-subscription-thank-container .cart-subscription-thank-button .button.button--primary {
      color: #00205c !important;
      background-color: #fff !important;
      width: 170px; }

.cart-subscription {
  max-width: 1140px;
  margin: 0 auto; }
  .cart-subscription .cart-subscription-container {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px; }
  .cart-subscription .cart-subscription-wrapper {
    background: rgba(0, 32, 92, 0.15); }
  .cart-subscription .cart-subscription-inside,
  .cart-subscription .cart-subscription-thank {
    background: rgba(0, 32, 92, 0.9); }
  .cart-subscription .cart-subscription-title,
  .cart-subscription .cart-subscription-thank-title {
    padding: 30px 30px 0; }
    @media (min-width: 800px) {
      .cart-subscription .cart-subscription-title,
      .cart-subscription .cart-subscription-thank-title {
        padding: 30px; } }
    .cart-subscription .cart-subscription-title h3,
    .cart-subscription .cart-subscription-thank-title h3 {
      color: #fff;
      font-family: "Aldrich";
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      line-height: 23px;
      display: flex;
      text-align: center;
      letter-spacing: 1px;
      text-transform: uppercase;
      align-items: center;
      justify-content: center; }
    .cart-subscription .cart-subscription-title span,
    .cart-subscription .cart-subscription-thank-title span {
      font-family: "Aldrich";
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 14px;
      display: flex;
      align-items: center;
      letter-spacing: 1px;
      justify-content: center;
      text-transform: uppercase;
      color: #ffffff;
      margin-top: 10px;
      text-align: center; }
  .cart-subscription .email-subscribe {
    margin-top: 15px;
    padding-bottom: 40px; }
  .cart-subscription .form-group {
    display: flex;
    max-width: 550px;
    margin: 0 auto;
    flex-direction: column;
    padding: 15px; }
    @media (min-width: 800px) {
      .cart-subscription .form-group {
        flex-direction: row;
        padding: 5px; } }
  .cart-subscription .status-wrapper {
    position: relative; }
  .cart-subscription .form-control {
    height: 52px;
    background: #00205c;
    border: 2px solid #fffbfb;
    border-radius: 10px !important;
    color: #fff; }
    .cart-subscription .form-control:focus {
      border-color: #80bdff; }
    .cart-subscription .form-control::placeholder {
      color: #8e8e8e;
      text-transform: capitalize;
      font-family: "Aldrich";
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 20px; }
  .cart-subscription .subscribe-btn {
    font-family: 'Barlow', Arial, sans-serif;
    background-color: #fff !important;
    font-size: 24px;
    color: #00205c;
    text-transform: uppercase;
    border-radius: 10px;
    border: 1px solid #fff;
    line-height: 20px;
    height: 52px;
    padding: 0 40px;
    margin-top: 10px;
    min-width: 200px; }
    @media (min-width: 800px) {
      .cart-subscription .subscribe-btn {
        margin-left: 8px;
        margin-top: 0; } }
  .cart-subscription .form-group .status {
    position: absolute;
    right: 10px;
    bottom: -5px;
    display: none; }
    .cart-subscription .form-group .status .fa-check:before {
      content: "\f00c";
      font-family: "FontAwesome";
      font-style: normal;
      font-size: 40px;
      color: #347f31; }
    .cart-subscription .form-group .status .fa-warning::before {
      content: "\f071";
      font-family: "FontAwesome";
      font-style: normal;
      font-size: 40px;
      color: #bc0b23; }
  .cart-subscription .form-group .error {
    position: absolute;
    top: -55px;
    background: white;
    border-radius: 15px;
    border: 1px solid #bc0b23;
    display: none; }
    .cart-subscription .form-group .error p {
      display: block !important;
      font-size: 14px;
      padding: 15px;
      text-transform: none;
      color: #bc0b23; }

.top-bar .dropdown-promo {
  display: none; }

.top-bar.available-promo .dropdown-promo {
  display: block;
  width: 300px;
  float: left; }
  .top-bar.available-promo .dropdown-promo .promo-content {
    padding: 20px 15px; }

.top-bar.available-promo .dropdown-main {
  float: left;
  width: calc(100% - 300px); }

.dropdown-menu .navPage-subMenu-list.sections-3 .grouped-cat {
  width: 33.3333%; }

.dropdown-menu .navPage-subMenu-list.sections-4 .grouped-cat {
  width: 20%; }

.page-giftcertificates #main-content {
  margin: 0 auto; }
  .page-giftcertificates #main-content .star-heading {
    margin-bottom: 20px; }
  .page-giftcertificates #main-content .category-header-image {
    margin-bottom: 30px; }
  .page-giftcertificates #main-content .account--fixed {
    width: 100%; }
  .page-giftcertificates #main-content .gift-content-wrapper {
    padding: 20px 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .page-giftcertificates #main-content .gift-content-wrapper .giftcard-img {
      margin-bottom: 30px; }
    .page-giftcertificates #main-content .gift-content-wrapper .gift-checkbox {
      display: flex;
      justify-content: center;
      width: 100%;
      margin: 0 auto; }
  .page-giftcertificates #main-content .form-column {
    width: 100%; }
  .page-giftcertificates #main-content .form-comments {
    padding: 0; }
  .page-giftcertificates #main-content .form-input {
    border-radius: 5px;
    max-height: 80px; }
  .page-giftcertificates #main-content .form-label {
    color: #fff;
    font-size: 16px !important; }
  .page-giftcertificates #main-content .form-checkbox + .form-label::before {
    border-radius: 5px;
    border: 1px solid #fff;
    background-color: transparent; }
  .page-giftcertificates #main-content #selected_amount {
    appearance: none;
    background-color: white;
    border-color: #cccccc;
    display: block;
    font-family: inherit;
    font-size: 1rem;
    width: 100%;
    border: none;
    border-radius: 5px; }
  .page-giftcertificates #main-content .cert-amount {
    padding: 0;
    background-color: #fff;
    border-radius: 5px; }
  .page-giftcertificates #main-content .g-title {
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-style: italic;
    margin-bottom: 80px; }
    .page-giftcertificates #main-content .g-title .line {
      width: 100%;
      height: 5px;
      background: #000;
      display: block;
      margin-top: -25px; }
    .page-giftcertificates #main-content .g-title .title {
      background: #b5b0b0;
      z-index: 1;
      position: relative;
      padding: 0 20px;
      font-weight: bold; }
    @media (max-width: 800px) {
      .page-giftcertificates #main-content .g-title {
        display: none; } }
  .page-giftcertificates #main-content #gift-certificate-preview {
    display: none; }

@media (min-width: 1023px) {
  .page-giftcertificates #main-content .navBar--sub {
    margin-bottom: 2rem; }
  .page-giftcertificates #main-content .gift-content-wrapper {
    flex-direction: row;
    align-items: flex-start;
    gap: 3rem; }
    .page-giftcertificates #main-content .gift-content-wrapper .gift-img {
      width: 70%; } }

.gift-nav {
  padding: 0 20px; }
  .gift-nav ul {
    display: flex;
    justify-content: center; }
  .gift-nav li {
    display: block !important;
    margin-bottom: 10px !important;
    border: 0 !important; }
    .gift-nav li span,
    .gift-nav li a {
      background: #fff;
      display: block !important;
      border: none;
      color: #024083 !important;
      display: block !important;
      font-size: 14px; }
    .gift-nav li a:hover {
      background: #d9272c !important;
      border: none;
      color: #fff !important;
      cursor: pointer; }
  .gift-nav li:hover {
    background-color: #d9272c !important;
    color: #fff !important;
    border-radius: 5px !important; }
  .gift-nav li.is-active {
    background: #d9272c !important;
    border: none;
    color: #fff !important;
    cursor: pointer;
    padding: 5px;
    font-size: 14px; }

.subcat-btn.activeSub {
  background-color: #343434 !important;
  color: #024083 !important; }

.img-id {
  margin-bottom: 20px;
  margin-top: -10px; }
  .img-id .select-img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e1e1e1;
    -webkit-transition: all 225ms ease-out;
    -o-transition: all 225ms ease-out;
    transition: all 225ms ease-out; }
    .img-id .select-img-wrapper .img-thumb-title {
      padding: 7px 12px 9px;
      line-height: 1.42857143;
      color: #555;
      font-size: 1.2em;
      font-weight: bold; }
    .img-id .select-img-wrapper .img-thumbnail {
      position: relative;
      padding: 0;
      border: 0;
      border-radius: 0;
      max-width: 75px; }

.img-select {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee; }
  .img-select div.ct {
    background: #eee;
    color: #000;
    text-align: center;
    font-size: 18px;
    padding: 5px;
    margin-bottom: 10px; }
  .img-select .form-field {
    margin-bottom: 20px; }

#navPages-1455 {
  display: none !important; }

.cat-more-prod {
  text-align: center;
  margin-bottom: 50px;
  border-top: 1px solid #eee;
  padding-top: 40px; }
  .cat-more-prod h2 {
    color: #343434;
    padding: 12px;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Barlow', Arial, sans-serif; }
  .cat-more-prod a {
    color: #56ca06; }

@media (max-width: 1199px) {
  .cart-action-bar {
    width: 100%; }
  .page-cart .col-lg-3,
  .page-cart .col-lg-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .cart-wrapper .cart-item-image {
    max-width: 100%; }
  .cart-wrapper .page-heading {
    font-size: 20px; } }

@media (min-width: 1561px) and (max-width: 1690px) {
  .sidenav-menu a {
    padding: 12px 10px;
    font-size: 17px; } }

@media (max-width: 1560px) {
  .spaceul {
    width: 100%; } }

@media (min-width: 1161px) and (max-width: 1560px) {
  .sidenav-menu a {
    padding: 12px 10px;
    font-size: 16px; }
  .heroCarousel-content .heroCarousel-title {
    font-size: 65px; }
  .trending-banner-flex .each-side-banner:last-child a.trend-banner {
    margin-bottom: 35px; }
  ul.support-link li {
    margin-right: 40px; } }

@media (max-width: 1510px) and (min-width: 500px) {
  .custom-container {
    padding: 50px; } }

@media (min-width: 1061px) and (max-width: 1160px) {
  .sidenav-menu a {
    padding: 12px 10px;
    font-size: 14px; }
  .heroCarousel-content .heroCarousel-title {
    font-size: 50px; }
  .custom-header-logo img {
    max-width: 80%; }
  .right-top-section {
    margin-bottom: 15px; }
  .right-top-section ul li span,
  .right-top-section ul li a {
    font-size: 15px; }
  .trending-banner-flex .each-side-banner:last-child a.trend-banner {
    margin-bottom: 30px; }
  ul.support-link li p {
    font-size: 16px; }
  ul.support-link li {
    margin-right: 30px; } }

@media (max-width: 1060px) {
  .sidenav-menu a {
    padding: 12px 10px;
    font-size: 13px; }
  .page-product .breadcrumb.is-active {
    display: none; } }

@media (min-width: 992px) and (max-width: 1060px) {
  .heroCarousel-content .heroCarousel-title {
    font-size: 45px; }
  .custom-header-logo img {
    max-width: 80%; }
  .right-top-section ul li span,
  .right-top-section ul li a {
    font-size: 15px; }
  ul.support-link li {
    margin-right: 20px; }
  ul.support-link li p {
    font-size: 15px; } }

@media (max-width: 991px) {
  .heroCarousel-content .heroCarousel-title {
    font-size: 45px; }
  .heroCarousel-content {
    background: #222;
    width: 100%;
    text-align: center;
    position: static;
    transform: translateY(0%);
    padding: 10px 1.5rem 2.5rem 1.5rem;
    margin: 0; }
  .heroCarousel-content .heroCarousel-title {
    font-size: 45px; }
  .heroCarousel-content .heroCarousel-description {
    margin-bottom: 10px; }
  h1.heading-title span,
  h2.heading-title span,
  h3.heading-title span {
    padding: 30px 0px 30px; }
  .trending-banner-flex .each-side-banner a.trend-banner {
    display: block; }
  .trending-banner-flex .each-side-banner a {
    margin-bottom: 0px; }
  .trending-banner-flex .each-side-banner a.trend-banner img {
    margin-bottom: 20px; }
  ul.support-link {
    display: block; }
  ul.support-link li {
    width: 100%;
    text-align: left;
    padding-top: 15px;
    border-top: 1px solid #413f3f; }
  .page-page.not-home p {
    margin: 15px 0; }
  .page-page.not-home ul.support-link li:first-child {
    border: 0; }
  .badge-wrap {
    width: 300px;
    margin: 0 auto; }
  ul.support-link li img {
    max-width: 100%;
    margin: 0; }
  ul.support-link li p span {
    font-size: 16px; } }

@media (max-width: 991px) {
  .facetedSearch-refineFilters,
  .facetedSearch-navList {
    display: none !important; }
  .facetedSearch-toggle,
  .facetedSearch-navList.is-open {
    display: block !important; }
  .facetedSearch-navList.is-open {
    border: 1px solid #e5e5e5;
    padding: 0px;
    background: #eee;
    margin-top: 0 !important;
    border-top: 0; }
  .facetedSearch-toggle.is-open {
    border-bottom: 0; }
  .cat-wrap .cat-sidebar .page-sidebar {
    padding: 20px 0; }
  .cat-wrap .cat-content .page-content .productGrid {
    margin-top: 0; }
  .facetedSearch-toggle {
    border-radius: 0;
    margin-bottom: 0; }
  .page-sidebar .accordion {
    border: 0;
    margin: 0; }
  .page-sidebar .accordion-navigation {
    border: 0;
    border-top: 1px solid #e5e5e5;
    padding: 0 !important;
    padding-right: 10px !important; }
  .page-sidebar .accordion-navigation {
    padding: 0; }
  .cat-head .cat-right,
  .left-split,
  .cat-right .pagination {
    display: block;
    width: 100%; }
  .cat-right .pagination .pagination-list {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ebe5e5; } }

@media (max-width: 860px) {
  .cat-wrap .cat-content .page-content .productGrid,
  .cat-wrap .cat-content .page-content .card .product-content.card-body .card-text[data-test-info-type="price"] {
    border: 0; }
    .cat-wrap .cat-content .page-content .productGrid .card,
    .cat-wrap .cat-content .page-content .card .product-content.card-body .card-text[data-test-info-type="price"] .card {
      border: 0; }
  .cat-wrap .cat-content .page-content .card .product-content.card-body .card-text[data-test-info-type="price"] h2.w-60::after {
    max-height: 20px;
    top: 10px; }
  .cat-wrap .cat-content .page-content .card .product-content.card-body .card-text[data-test-info-type="price"] .w-60 .price-section.price-section--withoutTax .price.price--withoutTax {
    text-align: right;
    margin-right: 10px; }
  .cat-wrap .cat-content .page-content .card .product-content.card-body .card-text[data-test-info-type="price"] .w-60 small {
    text-align: left;
    padding-left: 10px; }
  .cat-wrap .cat-content .page-content .card .product-content.card-body .card-text[data-test-info-type="price"] .w-60 {
    font-size: 1.8rem; } }

@media (max-width: 800px) {
  .custom-header-logo img {
    max-height: 50px;
    width: auto; }
  .snd-rightBAR .form-group {
    height: 45px; }
  .sndBAR {
    padding: 0px 0px 15px 0; }
  .header-main {
    position: static;
    height: auto; }
  .fixed-header .body {
    padding-top: 180px; }
  .productView-details.product-data {
    -ms-flex-order: 1;
    order: 0; } }

@media (max-width: 650px) {
  .productGrid .product {
    width: 50%; } }

@media (max-width: 600px) {
  .product-slider .card .product-content h2 .price-section {
    width: 100%; }
  .cat-wrap .cat-content .page-content .card .product-content.card-body .card-text[data-test-info-type="price"] .w-60 .price-section.price-section--withoutTax .price.price--withoutTax {
    text-align: center !important;
    margin-right: 0 !important; }
  .cat-wrap .cat-content .page-content .card .product-content.card-body .card-text[data-test-info-type="price"] h2.w-60::after {
    border-right: 0; } }

.page-giftcertificates_redeem .navBar--sub,
.page-giftcertificates_balance .navBar--sub {
  margin-bottom: 2rem; }

.page-giftcertificates_redeem .gift-info,
.page-giftcertificates_balance .gift-info {
  padding: 0 25px; }
  .page-giftcertificates_redeem .gift-info .account--fixed,
  .page-giftcertificates_balance .gift-info .account--fixed {
    width: 100%;
    padding: 20px 5px 60px; }
  .page-giftcertificates_redeem .gift-info main,
  .page-giftcertificates_balance .gift-info main {
    color: #fff; }
    .page-giftcertificates_redeem .gift-info main h3,
    .page-giftcertificates_balance .gift-info main h3 {
      margin-bottom: 20px; }
    .page-giftcertificates_redeem .gift-info main a,
    .page-giftcertificates_balance .gift-info main a {
      color: #fff;
      text-decoration: underline; }

@media (min-width: 900px) {
  .page-giftcertificates_redeem .gift-info,
  .page-giftcertificates_balance .gift-info {
    padding: 0 25px; }
    .page-giftcertificates_redeem .gift-info .account--fixed,
    .page-giftcertificates_balance .gift-info .account--fixed {
      width: 100%;
      padding: 20px 27px 60px;
      max-width: 1150px; }
    .page-giftcertificates_redeem .gift-info main,
    .page-giftcertificates_balance .gift-info main {
      color: #fff; }
      .page-giftcertificates_redeem .gift-info main h3,
      .page-giftcertificates_balance .gift-info main h3 {
        margin-bottom: 20px; }
      .page-giftcertificates_redeem .gift-info main a,
      .page-giftcertificates_balance .gift-info main a {
        color: #fff;
        text-decoration: underline; } }

/*==== temp insta ================*/
.insta-slider .eui-widget-title,
.insta-slider .eapps-link {
  display: none !important; }

.img-id .form-field {
  margin-bottom: 1rem; }

.img-id .img-thumb {
  margin-bottom: 10px; }

html {
  scroll-behavior: smooth; }

.img-id .form-field {
  display: none !important; }

@media (max-width: 420px) {
  #library-hash {
    padding-left: 0;
    padding-right: 0; }
    #library-hash .custom-container {
      padding: 0; }
    #library-hash .productView-description {
      padding-left: 0;
      padding-right: 0; } }

.socialLinks .socialLinks-item {
  margin-right: 30px; }
  .socialLinks .socialLinks-item a.socialLinks__link {
    height: 2rem;
    width: 2rem;
    filter: brightness(0.1);
    margin-top: -5px; }
    .socialLinks .socialLinks-item a.socialLinks__link:focus:before {
      display: none; }
    .socialLinks .socialLinks-item a.socialLinks__link:focus:after {
      display: none; }
    .socialLinks .socialLinks-item a.socialLinks__link:hover a img {
      filter: invert(1); }
  .socialLinks .socialLinks-item .socialLinks__link:focus:before {
    display: none; }
  .socialLinks .socialLinks-item .socialLinks__link:focus:after {
    display: none; }
  .socialLinks .socialLinks-item .socialLinks__link:hover a img {
    filter: invert(1); }
  .socialLinks .socialLinks-item a.socialLinks__link.icon--email {
    width: 2.25rem;
    height: 3rem;
    margin-top: -3px; }
  .socialLinks .socialLinks-item a.socialLinks__link.icon--print {
    width: 2.2rem;
    height: 2.2rem; }
  .socialLinks .socialLinks-item a.socialLinks__link.icon--twitter {
    width: 2.4rem;
    height: 2.4rem; }
  .socialLinks .socialLinks-item a.socialLinks__link.icon--pinterest {
    width: 2.2rem;
    height: 2.2rem;
    margin-top: -1px; }
  .socialLinks .socialLinks-item button:hover {
    background: #c70000;
    border-color: #c70000; }
    .socialLinks .socialLinks-item button:hover a img {
      filter: invert(1); }

form .form-label small {
  margin-top: -5px;
  font-size: 20px; }

@media (max-width: 1700px) {
  .heroCarousel-slide .heroCarousel-image {
    -o-object-position: 0% 20%;
    object-position: 0% 20%; } }

@media (min-width: 1401px) and (max-width: 1650px) {
  .heroCarousel.slick-initialized {
    max-height: 500px; } }

@media (min-width: 1201px) and (max-width: 1400px) {
  .heroCarousel.slick-initialized {
    max-height: 480px; } }

@media (min-width: 1101px) and (max-width: 1200px) {
  .heroCarousel.slick-initialized {
    max-height: 430px; } }

@media (min-width: 1001px) and (max-width: 1110px) {
  .heroCarousel.slick-initialized {
    max-height: 400px; } }

@media (max-width: 800px) {
  .bread-wrap li,
  .bread-wrap li a {
    font-size: 12px; }
  ol.breadcrumbs .breadcrumb:not(:first-child)::before {
    top: -2px; } }

@media (min-width: 801px) and (max-width: 1000px) {
  .heroCarousel.slick-initialized {
    max-height: 370px; } }

@media (min-width: 601px) and (max-width: 800px) {
  .heroCarousel.slick-initialized {
    max-height: 300px; } }

@media (min-width: 501px) and (max-width: 600px) {
  .heroCarousel {
    margin-top: -5px; }
  .heroCarousel.slick-initialized {
    max-height: 250px; } }

@media (min-width: 351px) and (max-width: 500px) {
  .heroCarousel {
    margin-top: -5px; }
  .heroCarousel.slick-initialized {
    max-height: 200px; } }

@media (max-width: 500px) {
  .page-category .subCat-list .subCat-item {
    width: 100%; } }

@media (max-width: 350px) {
  .heroCarousel {
    margin-top: -5px; }
  .heroCarousel.slick-initialized {
    max-height: 150px; } }

.mainbanner {
  /*max-height: 600px;*/
  overflow: hidden;
  /*max-width: 1500px;*/
  width: 100%;
  margin: 0px auto; }
  .mainbanner .owl-carousel .owl-nav {
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 50%;
    font-weight: bold;
    color: #000; }
    .mainbanner .owl-carousel .owl-nav .owl-prev {
      float: left;
      margin-left: 15px; }
    .mainbanner .owl-carousel .owl-nav .owl-next {
      float: right;
      margin-right: 15px; }
    .mainbanner .owl-carousel .owl-nav button.owl-prev,
    .mainbanner .owl-carousel .owl-nav button.owl-next {
      transform: translateY(-50%);
      padding: 5px 15px 18px 15px !important;
      font-size: 80px !important;
      line-height: 30px !important;
      background-color: transparent !important;
      text-align: center;
      border-radius: 0;
      color: #fff; }
    .mainbanner .owl-carousel .owl-nav button.owl-prev:hover,
    .mainbanner .owl-carousel .owl-nav button.owl-next:hover {
      color: #024083; }
    @media (max-width: 680px) {
      .mainbanner .owl-carousel .owl-nav button.owl-prev,
      .mainbanner .owl-carousel .owl-nav button.owl-next {
        font-size: 60px !important; } }

.mainbanner .owl-carousel .bannerIMG {
  padding: 0; }

.mainbanner .owl-carousel .banner-CONTEnt {
  text-align: center; }

.mainbanner .owl-carousel .banner-CONTEnt img {
  width: auto;
  display: inline-block;
  margin: 0px auto; }

.mainbanner .owl-carousel .banner-CONTEnt .hero-text img {
  max-width: 330px; }

@media (max-width: 768px) {
  .mainbanner .owl-carousel .banner-CONTEnt .hero-text img {
    max-width: 230px; } }

.mainbanner .owl-carousel .banner-CONTEnt a[aria-label="common.carousel_slide_number"] img {
  width: 100%;
  display: block;
  margin: 0px auto;
  min-height: 500px;
  max-height: none;
  object-fit: cover; }

@media (max-width: 768px) {
  .mainbanner .owl-carousel .banner-CONTEnt a[aria-label="common.carousel_slide_number"] img {
    min-height: auto; } }

.mainbanner .owl-carousel .owl-dots {
  margin-top: -0px !important;
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  bottom: 10px; }

.mainbanner .owl-theme .owl-carousel .owl-dot span {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 2px solid #024083;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.mainbanner .owl-theme .owl-dots .owl-dot {
  z-index: 10;
  position: relative; }
  .mainbanner .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    background-color: #024083 !important; }

.mainbanner .owl-theme .owl-dots .owl-dot.active span {
  width: 16px;
  height: 16px;
  background-color: #c70000 !important; }

.mainbanner .owl-carousel .owl-dots .owl-dot.active span,
.mainbanner .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.mainbanner .hero-text.main-banner-content .content-wrapper-banner {
  width: auto;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px; }
  .mainbanner .hero-text.main-banner-content .content-wrapper-banner p {
    color: #00205c;
    margin-bottom: 10px; }
  .mainbanner .hero-text.main-banner-content .content-wrapper-banner span {
    font-family: vitessebold;
    display: block;
    margin-bottom: 30px;
    color: #000; }

@media (max-width: 766px) {
  .mainbanner .hero-text.main-banner-content {
    top: 30%; }
    .mainbanner .hero-text.main-banner-content .content-wrapper-banner {
      max-width: 90%;
      padding: 40px; }
      .mainbanner .hero-text.main-banner-content .content-wrapper-banner span {
        font-size: 20px; } }

@media (min-width: 767px) and (max-width: 1260px) {
  .hero-text.main-banner-content {
    right: 0%;
    top: 25%; }
    .hero-text.main-banner-content .content-wrapper-banner {
      max-width: 70%;
      padding: 20px; } }

@media (min-width: 1261px) and (max-width: 1500px) {
  .hero-text.main-banner-content {
    right: 0%;
    top: 30%; }
    .hero-text.main-banner-content .content-wrapper-banner {
      max-width: 50%;
      padding: 30px; }
      .hero-text.main-banner-content .content-wrapper-banner p {
        line-height: 50px;
        font-size: 50px;
        margin-bottom: 0; }
      .hero-text.main-banner-content .content-wrapper-banner span {
        font-size: 30px; } }

@media (min-width: 1501px) {
  .mainbanner .hero-text.main-banner-content .content-wrapper-banner {
    max-width: 50%;
    padding: 60px 40px;
    background: rgba(255, 255, 255, 0.5); }
    .mainbanner .hero-text.main-banner-content .content-wrapper-banner p {
      font-size: 70px;
      margin-bottom: 10px;
      line-height: 50px; }
    .mainbanner .hero-text.main-banner-content .content-wrapper-banner span {
      font-size: 30px;
      margin-bottom: 30px; } }

.cart-form.gift-certificate-code .button.button--primary.button--small,
.coupon-form .button {
  font-size: 14px;
  height: auto;
  padding: 9px 5px; }

#add-shipping .form-label {
  color: #fff; }

.estimator-form .shipping-estimate-submit,
.select-shipping-quote {
  background: #00205c !important;
  color: #fff !important;
  border-radius: 5px;
  font-size: 18px !important;
  font-family: 'Barlow', Arial, sans-serif !important;
  font-weight: 600 !important;
  border: none !important;
  padding: 10px;
  width: 100%; }
  .estimator-form .shipping-estimate-submit:hover,
  .select-shipping-quote:hover {
    text-decoration: none !important; }

.estimator-form .shipping-estimate-submit:hover,
.select-shipping-quote:hover {
  background-color: #d9272c !important;
  color: #fff !important; }

@media (max-width: 500px) {
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 70%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    width: 25%; } }

.account-navighation {
  width: 100%;
  overflow: hidden;
  max-width: none;
  text-align: center;
  border-top: 1px solid #eeee;
  padding: 40px 0;
  min-height: 55px; }
  .account-navighation a {
    margin: 0;
    max-width: 250px;
    width: 100%;
    height: 100%; }

.logout-btn.small-sub-btn {
  margin-top: 10px;
  height: 100%; }

.logout-btn.small-sub-btn:focus {
  color: #fff;
  background-color: #d9272c;
  font-weight: 600; }

.new-products .slick-arrow {
  display: none !important; }

.productView-details.product-options {
  overflow: visible; }

#wishlist-dropdown.is-open {
  min-width: 150px !important;
  width: 300px; }
  #wishlist-dropdown.is-open input {
    border: 0; }

@media (max-width: 500px) {
  .page-title,
  .page-category h1 {
    font-size: 2rem !important; }
  .mak {
    display: block; } }

@media (max-width: 1300px) {
  .form.form-wishlist.form-action {
    margin-top: 10px; } }

@media (max-width: 800px) {
  .mainbanner .owl-dots {
    display: none !important; }
  .productView-options .product-action-wrap .form-increment .form-input {
    min-width: 50px; }
  .productView-options .product-action-wrap .form-bulk-increment .form-input {
    min-width: 50px; }
  .product-action-wrap .form-action {
    width: auto; }
  .productView-options .form-wishlist.form-action a.button span {
    font-size: 16px; }
  .form.form-wishlist.form-action {
    float: left;
    overflow: visible; }
  .productView-options .form {
    display: block;
    overflow: hidden;
    margin-bottom: 0; }
  .productView-details.product-options {
    overflow: visible; } }

.img-select div.ct,
.change_btn,
.change_btn:focus {
  background-color: #00205c;
  color: #fff;
  padding: 5px 15px !important;
  margin-top: 10px !important;
  border-radius: 5px; }

.cart-item-block .definitionList {
  margin-bottom: 20px; }

.img-select div.ct:hover,
.change_btn:hover {
  background-color: #d9272c;
  color: #fff; }

.change_btn {
  background-color: #00205c;
  color: #fff;
  padding: 5px 15px !important; }

#library-hash .memo {
  font-size: 20px;
  font-style: italic;
  display: block;
  margin-top: -20px;
  margin-bottom: -20px; }

.previewCart .productView,
.previewCart .productView-image {
  display: block; }

.productView-img-container::after {
  padding-bottom: 50%; }

.productView-info-name {
  font-family: 'Barlow', Arial, sans-serif, 'Barlow', Arial, Helvetica, sans-serif; }

.previewCart .productView-info-name {
  font-size: 16px; }

/*
div.snize div.snize-filters-sidebar {
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
div.snize-search-results-main-content {
  max-width: 78%;
  -ms-flex-preferred-size: 78%;
  flex-basis: 78%;
}
.snize-description {
  display: none !important;
}
div.snize .snize-product-filters-block {
  height: auto !important;
  padding: 10px;
}
#snize-search-results-grid-mode ul {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
div.snize div.snize-pagination ul li:first-child span {
  border: 1px solid #d3d3d3;
}
*/
.customized-product .change_btn {
  display: none !important; }

#snize-search-results-grid-mode li.snize-product span.snize-title {
  height: 2.8em !important;
  -webkit-line-clamp: 2 !important; }

#snize-search-results-grid-mode span.snize-overhidden {
  padding: 15px 0px 5px 0px !important; }

@media (max-width: 800px) {
  div.snize-search-results-main-content {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%; }
  #snize-search-results-grid-mode ul {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important; }
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product span.snize-title {
    padding: 0 15px !important;
    text-align: center !important; }
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode .snize-price-list {
    text-align: center !important; }
  div.snize#snize_results.snize-mobile-design li.snize-product .snize-price-list .snize-price {
    color: #333 !important; }
  #snize_results.snize-mobile-design.snize-new-version div.snize-pagination a.snize-pagination-prev,
  #snize_results.snize-mobile-design.snize-new-version div.snize-pagination a.snize-pagination-next,
  #snize_results.snize-mobile-design.snize-new-version div.snize-pagination a.snize-pagination-load-more {
    padding: 10px 0 !important; }
  #snize-search-results-grid-mode .snize-price-list {
    margin: 0 !important; } }

#scrollToTopFloatingButton {
  position: fixed;
  bottom: 30px;
  right: 35px;
  padding: 0.75rem;
  font-size: 35px;
  background-color: #024083;
  margin: 0;
  border: 0;
  border-radius: 60px;
  width: 60px;
  height: 60px;
  z-index: 10;
  display: none; }
  #scrollToTopFloatingButton span {
    display: none; }

.img-error {
  background: #024083;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 5px;
  display: none; }

.open-side #scrollToTopFloatingButton {
  display: none !important; }

.mobile-logo {
  padding: 20px;
  border-bottom: 1px solid #626262; }
  .mobile-logo img {
    max-width: 200px; }

@media (min-width: 992px) {
  .sidenav-menu #navPages-912 .navPage-subMenu-item a {
    color: #000;
    border: 0;
    padding: 0;
    margin: 0; }
  .sidenav-menu #navPages-912 .navPage-subMenu-item .dropdown-menu {
    display: none !important; }
  #sidenav-toggle {
    display: none; } }

@media (max-width: 991px) {
  .open-side {
    overflow-y: hidden; }
  .dropdown-promo {
    display: none !important; }
  .top-bar.available-promo .dropdown-main {
    width: 100%; }
  #navPages-912 .navPage-subMenu-item ul {
    display: block; }
  .sidenav.show {
    overflow-x: hidden; }
    .sidenav.show .navPages-action-moreIcon {
      display: block;
      float: right;
      height: 10px;
      width: 10px;
      margin-top: 8px; }
      .sidenav.show .navPages-action-moreIcon svg {
        fill: #024083;
        stroke: #024083; }
    .sidenav.show .sidenav-menu {
      padding: 10px 0; }
      .sidenav.show .sidenav-menu li {
        position: static; }
    .sidenav.show .sidenav-menu a {
      padding: 5px 10px;
      font-size: 15px; }
    .sidenav.show .sidenav-menu:after {
      border-top: 0; }
    .sidenav.show .subMenu-action,
    .sidenav.show .sidenav-dropdown ul li ul.subMenu-action {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      position: absolute !important;
      top: -5px !important;
      width: 100%;
      height: 100%;
      z-index: 20;
      -webkit-transition: 0.35s;
      transition: 0.35s;
      display: block !important;
      left: 20px !important; }
    .sidenav.show .subMenu-slide {
      -webkit-transform: translate3d(0, 0, 0) !important;
      transform: translate3d(0, 0, 0) !important;
      height: auto;
      min-height: 100%;
      left: 0 !important;
      overflow: hidden;
      display: block; }
    .sidenav.show .sidenav-menu li.top-bar {
      position: static; }
    .sidenav.show .dropdown-menu .dropdown-main {
      padding: 0 10px;
      background: transparent; }
      .sidenav.show .dropdown-menu .dropdown-main .dropdown-head {
        padding-bottom: 0; }
        .sidenav.show .dropdown-menu .dropdown-main .dropdown-head span {
          display: none; }
        .sidenav.show .dropdown-menu .dropdown-main .dropdown-head a {
          text-transform: uppercase;
          color: #fff;
          padding: 0px 10px;
          margin: 0; }
      .sidenav.show .dropdown-menu .dropdown-main .list-wr {
        max-height: 100%;
        margin-bottom: 20px;
        overflow-y: visible; }
        .sidenav.show .dropdown-menu .dropdown-main .list-wr .navPage-subMenu-list {
          display: block; }
          .sidenav.show .dropdown-menu .dropdown-main .list-wr .navPage-subMenu-list .grouped-cat {
            display: block;
            float: none;
            width: 100%;
            margin-left: 0px; }
            .sidenav.show .dropdown-menu .dropdown-main .list-wr .navPage-subMenu-list .grouped-cat li a {
              color: #fff;
              font-size: 15px;
              text-transform: uppercase;
              font-weight: normal;
              padding: 5px 0px 0 0; }
              .sidenav.show .dropdown-menu .dropdown-main .list-wr .navPage-subMenu-list .grouped-cat li a i {
                margin-top: 5px; }
            .sidenav.show .dropdown-menu .dropdown-main .list-wr .navPage-subMenu-list .grouped-cat li a.all {
              font-size: 13px;
              padding: 0; }
            .sidenav.show .dropdown-menu .dropdown-main .list-wr .navPage-subMenu-list .grouped-cat li a.all:after {
              content: "\f105";
              font-family: "FontAwesome";
              margin-left: 5px; }
      .sidenav.show .dropdown-menu .dropdown-main .dropdown-menu.sidenav-dropdown.subMenu-action.sub-sub-list {
        top: 0px !important; }
    .sidenav.show .mobile-back.visible-item {
      border-bottom: 1px solid #626262;
      margin-bottom: 20px;
      color: #024083 !important; }
    .sidenav.show .sub-sub-list .mobile-back.visible-item {
      padding-bottom: 10px !important;
      padding-left: 10px !important; }
    .sidenav.show li a.all {
      padding: 0 !important; }
    .sidenav.show .navPage-childList {
      display: block;
      border: 0;
      margin-left: 1.2rem; } }

@media (min-width: 992px) {
  .mobile-logo,
  .back_btn {
    display: none; }
  .dropdown-menu {
    box-shadow: 0px 6px 34px -14px rgba(0, 0, 0, 0.84); } }

.cart-wrapper .cart-action-bar .FloatRight.PayPalExpressCheckout.PayPalExpressBraintreeCheckout.RemoteCheckout.CheckoutButton .BraintreeContainer.paypal-buttons-container {
  text-align: center; }

.site.page-brands #main-content {
  margin-left: -15px;
  margin-right: -15px; }
  .site.page-brands #main-content .category-subheader.background-cat-img {
    background: #fff;
    margin-bottom: 40px; }
    .site.page-brands #main-content .category-subheader.background-cat-img .page-heading {
      color: #fff; }
    .site.page-brands #main-content .category-subheader.background-cat-img .breadcrumb.is-active > .breadcrumb-label,
    .site.page-brands #main-content .category-subheader.background-cat-img .breadcrumb a,
    .site.page-brands #main-content .category-subheader.background-cat-img .breadcrumb:before {
      color: #fff; }

.mc-layout__modalContent {
  box-shadow: 0 6px 34px -14px rgba(0, 0, 0, 0.84) !important; }

.shipping-quotes {
  color: #000;
  text-align: left;
  margin-bottom: 1rem; }
  .shipping-quotes ul {
    margin-top: 5px;
    margin-left: 0; }

#main-content .productView-description li {
  list-style: disc;
  margin-left: 15px; }

#product-reviews {
  margin: 30px 0;
  overflow: hidden; }

.videoGallery-main iframe {
  width: 100%;
  height: 100%; }

@media (min-width: 300px) {
  .newsletter-section .custom-container form {
    width: 100%; }
    .newsletter-section .custom-container form .form-group {
      flex-direction: column; } }

@media (min-width: 600px) {
  .newsletter-section .custom-container form {
    width: 100%;
    max-width: 500px; }
    .newsletter-section .custom-container form .form-group {
      flex-direction: row; } }

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #024083 !important; }

div.snize div.snize-filters-dropdown {
  margin: 0px 7px 0px 0px !important; }

.footer-frst-row-flex .mobile-row-fix {
  display: none; }

.payment-option {
  text-align: center;
  margin: 0 0 20px; }

.NAVtoggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px; }
  .NAVtoggle span {
    line-height: 0; }

@media (min-width: 992px) {
  .mobile-logo,
  .back_btn {
    display: none; }
  .dropdown-menu {
    box-shadow: 0px 6px 34px -14px rgba(0, 0, 0, 0.84); } }

.cart-wrapper .cart-action-bar .FloatRight.PayPalExpressCheckout.PayPalExpressBraintreeCheckout.RemoteCheckout.CheckoutButton .BraintreeContainer.paypal-buttons-container {
  text-align: center; }

.site.page-brands #main-content {
  margin-left: 0px;
  margin-right: 0px; }
  .site.page-brands #main-content .category-subheader.background-cat-img {
    background: #fff;
    margin-bottom: 40px; }
    .site.page-brands #main-content .category-subheader.background-cat-img .page-heading {
      color: #00205c; }
    .site.page-brands #main-content .category-subheader.background-cat-img .breadcrumb.is-active > .breadcrumb-label,
    .site.page-brands #main-content .category-subheader.background-cat-img .breadcrumb a,
    .site.page-brands #main-content .category-subheader.background-cat-img .breadcrumb:before {
      color: #fff; }

.mc-layout__modalContent {
  box-shadow: 0 6px 34px -14px rgba(0, 0, 0, 0.84) !important; }

@media (max-width: 991px) {
  .footer-frst-row-flex {
    justify-content: center; }
    .footer-frst-row-flex .mobile-row {
      width: 30%;
      text-align: center; }
      .footer-frst-row-flex .mobile-row ul.socialul {
        justify-content: center; }
    .footer-frst-row-flex .mobile-row-fix {
      display: block; }
  .copyright-section .each-footer-row {
    width: 100%;
    display: none; }
  .copyright-section .copyright-text {
    text-align: center;
    width: 100%;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center; } }

#main-content .productView-description li {
  list-style: disc;
  margin-left: 15px; }

#product-reviews {
  margin: 30px 0;
  overflow: hidden; }

.videoGallery-main iframe {
  width: 100%;
  height: 100%; }

@media (min-width: 300px) {
  .newsletter-section .custom-container form {
    width: 100%; }
    .newsletter-section .custom-container form .form-group {
      flex-direction: column; } }

@media (min-width: 600px) {
  .newsletter-section .custom-container form {
    width: 100%;
    max-width: 500px; }
    .newsletter-section .custom-container form .form-group {
      flex-direction: row; } }

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #024083 !important; }

div.snize div.snize-filters-dropdown {
  margin: 0px 7px 0px 0px !important; }

.footer-frst-row-flex .mobile-row-fix {
  display: none; }

.payment-option {
  text-align: center;
  margin: 0 0 20px; }

.NAVtoggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px; }
  .NAVtoggle span {
    line-height: 0; }

@media (max-width: 991px) {
  .footer-frst-row-flex {
    justify-content: center; }
    .footer-frst-row-flex .mobile-row {
      width: 30%;
      text-align: center; }
      .footer-frst-row-flex .mobile-row ul.socialul {
        justify-content: center; }
    .footer-frst-row-flex .mobile-row-fix {
      display: block; }
  .copyright-section {
    margin-top: 15px; }
    .copyright-section .each-footer-row {
      width: 100%;
      display: none; }
    .copyright-section .copyright-text {
      text-align: center;
      width: 100%;
      display: flex;
      text-align: center;
      flex-direction: column;
      align-items: center; } }

@media (max-width: 650px) {
  .footer-frst-row-flex .each-footer-row {
    width: 100%;
    margin-right: 0px; }
    .footer-frst-row-flex .each-footer-row h4 {
      text-align: center;
      margin-bottom: 10px; }
    .footer-frst-row-flex .each-footer-row p {
      text-align: center;
      width: 100%; }
    .footer-frst-row-flex .each-footer-row ul li {
      text-align: center; }
  .copyright-section .each-footer-row {
    width: 100%;
    margin-right: 0px; }
    .copyright-section .each-footer-row h4 {
      text-align: center;
      margin-bottom: 10px; }
    .copyright-section .each-footer-row p {
      text-align: center;
      width: 100%; } }

.footer-frst-row-flex .copyright-section {
  align-items: flex-start !important; }
  .footer-frst-row-flex .copyright-section .payment-option {
    margin: 0 0 20px; }

div.snize div.snize-product-filters-title {
  font-size: 18px !important;
  font-weight: 600 !important;
  border-radius: 0px !important; }

div.snize ul.snize-product-filters-list li {
  margin: 13px 0 !important; }
  div.snize ul.snize-product-filters-list li .snize-filter-checkbox span {
    border-radius: 2px !important; }
  div.snize ul.snize-product-filters-list li label > span {
    font-size: 15px !important; }

div.snize div.snize-filters-sidebar {
  margin-right: 13px !important;
  border: none !important;
  border-right: none !important; }

div.snize .snize-product-filters-block {
  border-bottom: 1px solid #00205c !important; }

.productView-details .product-title-next-wrapper {
  display: flex;
  justify-content: space-between; }
  .productView-details .product-title-next-wrapper .next-prev-icons {
    margin-bottom: 10px; }
    .productView-details .product-title-next-wrapper .next-prev-icons a.prev-icon {
      padding-right: 15px;
      font-size: 0;
      display: inline-block;
      width: 26px;
      height: 19px;
      color: #cecece;
      opacity: 0.5; }
    .productView-details .product-title-next-wrapper .next-prev-icons a.prev-icon.disable::before {
      opacity: 0.5; }
    .productView-details .product-title-next-wrapper .next-prev-icons a.prev-icon::before {
      content: "";
      width: 100%;
      height: 100%;
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: 100%;
      display: block;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
    .productView-details .product-title-next-wrapper .next-prev-icons a.next-icon {
      font-size: 0;
      display: inline-block;
      width: 26px;
      height: 19px;
      padding-left: 15px; }
    .productView-details .product-title-next-wrapper .next-prev-icons a.next-icon.disable .next-prev-modal {
      display: none; }
    .productView-details .product-title-next-wrapper .next-prev-icons a.next-icon.disable::before {
      opacity: 0.2; }
    .productView-details .product-title-next-wrapper .next-prev-icons a.next-icon::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
      content: "";
      width: 100%;
      height: 100%;
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: 100%;
      display: block; }
  .productView-details .product-title-next-wrapper a.prev-icon.disable .next-prev-modal {
    display: none; }
  .productView-details .product-title-next-wrapper a.prev-icon.disable::before {
    opacity: 0.2; }
  .productView-details .product-title-next-wrapper .next-prev-modal {
    display: none; }
  .productView-details .product-title-next-wrapper .next-prev-modal.is-active {
    display: block;
    position: absolute;
    max-width: 400px;
    right: 50px; }
    .productView-details .product-title-next-wrapper .next-prev-modal.is-active .card {
      flex-direction: row;
      justify-content: center;
      height: auto;
      max-height: 125px;
      padding: 10px;
      border-radius: 0;
      border: 1px solid #eee; }
      .productView-details .product-title-next-wrapper .next-prev-modal.is-active .card .card-prevNext-image {
        margin-right: 20px;
        width: 20%; }
      .productView-details .product-title-next-wrapper .next-prev-modal.is-active .card .card-image {
        position: relative;
        height: 100%;
        margin-right: 15px; }
      .productView-details .product-title-next-wrapper .next-prev-modal.is-active .card .card-content {
        width: 70%;
        padding-left: 20px; }
        .productView-details .product-title-next-wrapper .next-prev-modal.is-active .card .card-content .card-price .price-section .price--withoutTax {
          font-size: 18px !important; }

.videoGallery {
  border: 1px solid #e5e5e5;
  padding: 1rem;
  margin-left: -1rem;
  margin-right: -1rem; }
  .videoGallery .toggle-title {
    margin-bottom: 0;
    padding: 0 1rem; }
  .videoGallery .minus {
    display: block;
    font-size: 80px;
    margin-top: 10px; }
    .videoGallery .minus .minus-content {
      width: 30px;
      height: 4px;
      background: #000;
      display: block; }
  .videoGallery .plus {
    font-size: 50px;
    font-weight: 700; }

h4.toggle-title {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Barlow', Arial, sans-serif; }

.videoGallery-main {
  height: 600px;
  padding-bottom: 20px;
  margin-top: 20px; }

.product-decription-tabs .productView-title .controls {
  float: right;
  font-size: 50px;
  line-height: 30px;
  margin-top: 5px; }

.product-slider .card .product-content h2 small a, .product-slider .card .product-content span.para small a,
.productGrid .card .product-content h2 small a,
.productGrid .card .product-content span.para small a {
  color: #fff; }

.product-slider .card .product-content h2 small:hover, .product-slider .card .product-content span.para small:hover,
.productGrid .card .product-content h2 small:hover,
.productGrid .card .product-content span.para small:hover {
  background-color: #c70000; }
  .product-slider .card .product-content h2 small:hover a, .product-slider .card .product-content span.para small:hover a,
  .productGrid .card .product-content h2 small:hover a,
  .productGrid .card .product-content span.para small:hover a {
    color: #fff; }

@media (max-width: 992px) {
  #scrollToTopFloatingButton {
    position: fixed;
    bottom: 30px;
    right: 35px;
    padding: 0.75rem;
    font-size: 35px;
    background-color: #024083;
    margin: 0;
    border: 0;
    border-radius: 60px;
    width: 60px;
    height: 60px;
    z-index: 10;
    display: none; }
    #scrollToTopFloatingButton span {
      display: none; } }

.socialLinks-item--email {
  display: none; }

@media (min-width: 1200px) {
  .videoGallery .toggle-content.is-open {
    display: flex; }
    .videoGallery .toggle-content.is-open .videoGallery-main {
      width: 90%; }
    .videoGallery .toggle-content.is-open .videoGallery-list .videoGallery-item {
      width: 80%;
      margin-left: 20px;
      margin-top: 20px; } }

@media (max-width: 1511px) {
  .videoGallery .toggle-title {
    padding: 0 2rem; } }

@media (max-width: 1261px) {
  .videoGallery .toggle-title {
    font-size: 20px; } }

@media (max-width: 991px) {
  .videoGallery-main {
    height: 400px; }
  .toggle-title {
    font-size: 20px;
    font-weight: 400; } }

.cat-right-only {
  padding: 0; }

.productView-nextProducts {
  display: none !important; }

.copy button.socialLinks__link.icon {
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #000;
  border-radius: 50%; }
  .copy button.socialLinks__link.icon:hover {
    background: #c70000;
    border-color: #c70000; }
    .copy button.socialLinks__link.icon:hover a {
      filter: invert(1); }

.copy .socialLinks__link.icon svg {
  fill: transparent; }

.desc-wrapper .category-banner-wrapper {
  margin-bottom: 20px; }

@media (min-width: 767px) {
  .sidenav-menu .spaceul li {
    display: block !important; } }

#tab-related .card {
  border: 1px solid #ccc;
  border-radius: 10px; }
  #tab-related .card .card-figure {
    border-radius: 10px 10px 0 0; }
    #tab-related .card .card-figure img {
      border-radius: 10px 10px 0 0; }

.NAVtoggle i {
  display: none; }

ul.support-link li {
  border-top: none !important; }

.category-banner-wrapper {
  width: 100%;
  max-height: 350px;
  position: relative; }
  .category-banner-wrapper img {
    max-height: 350px;
    width: 100%;
    object-fit: cover; }
  .category-banner-wrapper .category-banner-text {
    position: absolute;
    margin-top: 20px;
    top: 0;
    left: 20%;
    text-transform: uppercase; }
    .category-banner-wrapper .category-banner-text h2 {
      text-align: left;
      font-size: 79px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 0px;
      height: 100%;
      font-family: 'Barlow', Arial, sans-serif; }
    .category-banner-wrapper .category-banner-text h3 {
      font-size: 40px;
      font-weight: 600;
      color: #fff;
      margin-top: 0px; }
      .category-banner-wrapper .category-banner-text h3 span {
        color: #024083; }
    .category-banner-wrapper .category-banner-text h4 {
      font-size: 29px;
      font-weight: 400;
      color: #fff; }
    .category-banner-wrapper .category-banner-text h3:last-child {
      font-style: italic;
      letter-spacing: 1.3px; }

.category-banner-wrapper.full-banner {
  max-height: 800px; }
  .category-banner-wrapper.full-banner img {
    max-height: 800px; }
  @media (min-width: 1300px) {
    .category-banner-wrapper.full-banner .category-banner-text {
      top: 20%; } }

@media (max-width: 992px) {
  .category-banner-wrapper {
    background-color: #000; }
    .category-banner-wrapper img {
      opacity: 0.6; }
    .category-banner-wrapper .category-banner-text {
      margin-top: 0;
      position: block;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      left: auto; }
      .category-banner-wrapper .category-banner-text h2 {
        font-size: 70px;
        height: auto;
        line-height: 0.8; }
      .category-banner-wrapper .category-banner-text h3 {
        font-size: 35px; }
        .category-banner-wrapper .category-banner-text h3 span {
          color: #024083; }
      .category-banner-wrapper .category-banner-text h4 {
        font-size: 25px; }
      .category-banner-wrapper .category-banner-text h3:last-child {
        font-style: italic;
        letter-spacing: 1.3px; } }

@media (max-width: 850px) {
  .category-banner-wrapper .category-banner-text h2 {
    font-size: 50px; }
  .category-banner-wrapper .category-banner-text h3 {
    font-size: 25px; }
    .category-banner-wrapper .category-banner-text h3 span {
      color: #024083; }
  .category-banner-wrapper .category-banner-text h4 {
    font-size: 18px; }
  .category-banner-wrapper .category-banner-text h3:last-child {
    font-style: italic;
    letter-spacing: 1.3px; } }

@media (max-width: 550px) {
  .category-banner-wrapper img {
    min-height: 200px; } }

@media (max-width: 760px) {
  .promotionbar-wrapper {
    display: none;
    background-position: 0px;
    background-image: url("../img/flag-mobile.png"); }
  .promotionbar-wrapper .promobar-center {
    text-align: right;
    font-size: 13px;
    margin-right: 20px;
    font-weight: 600; } }

.hero-text {
  top: 45%;
  left: 0;
  right: 0%;
  position: absolute;
  background-color: transparent; }
  .hero-text p {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    margin: 20px 0;
    font-family: vitessebold;
    letter-spacing: 5px;
    line-height: 60px; }
  .hero-text a {
    color: #00205c;
    padding: 8px 40px;
    background-color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Barlow', Arial, sans-serif;
    font-weight: bold; }

@media (min-width: 767px) {
  .hero-text {
    right: 25%;
    top: 30%;
    padding-top: 80px; }
  .banner-CONTEnt img {
    width: auto;
    display: inline-block;
    margin: 0px auto;
    width: 30%; } }

@media (max-width: 560px) {
  .new-arrival h3 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    letter-spacing: 2px;
    margin: 15px 0;
    font-family: 'Barlow', Arial, sans-serif;
    font-weight: bold; }
  .new-arrival .new-arrival-wrapper {
    max-width: 1600px;
    margin: 20px auto -130px;
    z-index: 99;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    display: flex;
    padding: 20px 0; }
    .new-arrival .new-arrival-wrapper .ammo {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1rem;
      width: 150px !important; }
      .new-arrival .new-arrival-wrapper .ammo .ammo-card {
        text-align: center;
        width: 140px !important;
        padding: 20px;
        border-radius: 10px;
        height: 180px !important; }
        .new-arrival .new-arrival-wrapper .ammo .ammo-card h4 {
          font-size: 1.2rem !important; }
        .new-arrival .new-arrival-wrapper .ammo .ammo-card img {
          height: 50% !important; }
      .new-arrival .new-arrival-wrapper .ammo .ammo-card:after {
        content: "";
        top: -1px !important;
        right: -4px !important;
        height: 60px !important;
        width: 60px !important; } }

@media (max-width: 360px) {
  .new-arrival h3 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    letter-spacing: 2px;
    margin: 15px 0;
    font-family: 'Barlow', Arial, sans-serif;
    font-weight: bold; }
  .new-arrival .new-arrival-wrapper {
    max-width: 1600px;
    margin: 20px auto -70px !important;
    z-index: 99;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    display: flex;
    padding: 0 !important; }
    .new-arrival .new-arrival-wrapper .ammo {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1rem;
      width: 100px !important; }
      .new-arrival .new-arrival-wrapper .ammo .ammo-card {
        width: 90px !important;
        padding: 20px;
        border-radius: 10px;
        height: 110px !important;
        text-align: center; }
        .new-arrival .new-arrival-wrapper .ammo .ammo-card h4 {
          font-size: 0.8rem !important; }
        .new-arrival .new-arrival-wrapper .ammo .ammo-card img {
          height: 50% !important; }
      .new-arrival .new-arrival-wrapper .ammo .ammo-card:after {
        content: "";
        top: -1px !important;
        right: -2px !important;
        height: 40px !important;
        width: 40px !important; } }

.new-arrival {
  width: 100%;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  background: #080808;
  margin-top: -5px;
  background: linear-gradient(180deg, #080808 0%, #011d4f 100%); }
  .new-arrival h3 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    letter-spacing: 2px;
    margin: 15px 0;
    font-family: 'Barlow', Arial, sans-serif;
    font-weight: bold; }
  .new-arrival .new-arrival-wrapper {
    max-width: 1600px;
    margin: 20px auto -130px;
    z-index: 99;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    display: flex;
    padding: 20px 0; }
    .new-arrival .new-arrival-wrapper .ammo {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1rem;
      width: 250px; }
      .new-arrival .new-arrival-wrapper .ammo .ammo-card {
        display: flex;
        gap: 0.5rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 250px;
        background-color: #00205c;
        padding: 20px;
        border-radius: 10px;
        height: 300px;
        border: 2px solid #fff;
        position: relative;
        transition: all 0.2s ease-in-out;
        text-align: center; }
        .new-arrival .new-arrival-wrapper .ammo .ammo-card h4 {
          color: #fff;
          text-transform: uppercase;
          font-family: 'Barlow', Arial, sans-serif;
          font-size: 1.8rem; }
        .new-arrival .new-arrival-wrapper .ammo .ammo-card img {
          height: 100px; }
      .new-arrival .new-arrival-wrapper .ammo .ammo-card:after {
        content: "";
        top: -2px;
        right: -8px;
        height: 100px;
        width: 100px;
        position: absolute;
        background-size: cover;
        background-image: url("../img/new-ammo-tag.svg"); }
      .new-arrival .new-arrival-wrapper .ammo .ammo-card:hover {
        background-color: #c70000;
        transform: scale(1.1); }

.best-sellers {
  margin: 175px auto 100px auto;
  max-width: 1900px;
  padding: 0 15px;
  overflow: hidden; }
  .best-sellers .page-heading {
    display: none; }
  .best-sellers .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 30px 0;
    gap: 0.75rem; }
    .best-sellers .header-wrapper h3 {
      text-transform: uppercase;
      font-weight: 600;
      margin: 0;
      font-family: 'Barlow', Arial, sans-serif;
      color: #00205c; }
  .best-sellers .custom-container {
    max-width: 1550px; }
    .best-sellers .custom-container .product {
      border-radius: 20px; }
      .best-sellers .custom-container .product .card-title a {
        color: #00205c !important;
        font-weight: 600 !important;
        font-size: 16px; }
      .best-sellers .custom-container .product .price-wrap {
        background: #00205c;
        border-radius: 10px 0px 0px 10px;
        color: #fff;
        width: 50%;
        padding: 10px;
        font-size: 18px; }
    .best-sellers .custom-container .home-best-wrapper {
      overflow: hidden; }
      .best-sellers .custom-container .home-best-wrapper h3 {
        margin: 0 auto; }
      .best-sellers .custom-container .home-best-wrapper .carusel-nav {
        float: right;
        display: flex; }
        .best-sellers .custom-container .home-best-wrapper .carusel-nav button {
          position: static; }

.homepage-vimeo {
  width: 100%;
  height: auto;
  position: relative;
  overflow-y: hidden; }
  .homepage-vimeo .homepage-vimeo-button-wrapper a {
    padding: 10px 40px;
    background-color: #bc0b23;
    color: #fff;
    border-radius: 10px 0 0 10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-transform: uppercase; }

@media (min-width: 650px) {
  .homepage-vimeo .homepage-vimeo-button-wrapper a {
    bottom: 50px; } }

.testimonials {
  max-width: 1600px;
  margin: 20px auto 60px auto;
  padding: 0 20px; }
  .testimonials .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 30px 0;
    gap: 0.75rem; }
    .testimonials .header-wrapper h3 {
      text-transform: uppercase;
      font-weight: 600;
      margin: 0;
      font-family: 'Barlow', Arial, sans-serif;
      color: #00205c; }
  .testimonials .testimonials-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    gap: 1rem;
    padding: 20px 0;
    max-width: 1600px;
    margin: 0 auto; }
    .testimonials .testimonials-wrapper .testimonal {
      background-color: #eee;
      padding: 50px 40px;
      color: #00205c;
      font-weight: 600;
      border-radius: 10px;
      position: relative;
      width: 19%; }
    .testimonials .testimonials-wrapper .testimonal::after {
      content: "";
      background-image: url("../img/quote.svg");
      position: absolute;
      background-repeat: no-repeat;
      width: 50px;
      height: 100%;
      top: -15px;
      right: 15px; }

@media (min-width: 600px) {
  .testimonials .testimonials-wrapper .testimonal {
    width: 45% !important;
    height: 350px; } }

@media (min-width: 1500px) {
  .testimonials .testimonials-wrapper .testimonal {
    width: 45% !important;
    height: 310px; } }

@media (min-width: 1024px) {
  .testimonials .testimonials-wrapper .testimonal {
    width: 23% !important; } }

@media (min-width: 1200px) {
  .testimonials .testimonials-wrapper .testimonal {
    width: 19% !important; } }

.homepage-imgs {
  width: 100%;
  background-image: url("../img/red-flag.png");
  background-repeat: no-repeat;
  background-size: cover; }
  .homepage-imgs .homepage-img-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto -15px;
    padding: 40px 30px;
    max-width: 1600px; }
    .homepage-imgs .homepage-img-wrapper .homepage-card {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1rem;
      width: 23%;
      justify-content: space-between; }
      .homepage-imgs .homepage-img-wrapper .homepage-card h4 {
        text-align: center; }
      .homepage-imgs .homepage-img-wrapper .homepage-card img {
        max-width: 125px;
        width: 100%;
        max-height: 100px; }
    .homepage-imgs .homepage-img-wrapper .homepage-card-4 img {
      max-width: 80px !important;
      width: 100%; }
    .homepage-imgs .homepage-img-wrapper h4 {
      font-weight: 300;
      color: #fff;
      font-family: 'Barlow', Arial, sans-serif;
      max-width: 150px;
      text-align: center;
      text-transform: uppercase; }

.footer-intro-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 40px; }
  .footer-intro-wrapper img {
    width: 25%;
    max-width: 400px; }
  .footer-intro-wrapper p {
    width: 50%;
    color: #fff;
    font-family: 'Barlow', Arial, sans-serif; }
  .footer-intro-wrapper .footer-social {
    display: flex;
    align-items: center; }
    .footer-intro-wrapper .footer-social > ul {
      width: 100%;
      display: flex;
      justify-content: space-between;
      gap: 20px; }
      .footer-intro-wrapper .footer-social > ul > li {
        border: 1px solid #2a2a2a;
        background: #2a2a2a;
        width: 50px;
        height: 50px;
        border-radius: 50px; }
        .footer-intro-wrapper .footer-social > ul > li > img {
          display: block;
          width: 60%;
          height: auto;
          margin: 10px auto 0px; }
        .footer-intro-wrapper .footer-social > ul > li:hover {
          border: 1px solid #fff;
          cursor: pointer; }

/*
.best-sellers {
  .productGrid {
    display: flex;
    justify-content: space-around;
    max-width: 1600px;
    margin: 0 auto;
    gap: 2rem;
  }
}
*/
.page-login body {
  background-color: #000 !important;
  padding-bottom: 0 !important; }

.page-login .header-wrapper {
  width: 100%;
  justify-content: center;
  gap: 0.75rem; }
  .page-login .header-wrapper h1 {
    color: #00205c;
    font-family: 'Barlow', Arial, sans-serif; }

.page-login .login-row {
  display: flex;
  flex-direction: column;
  padding: 20px; }
  .page-login .login-row .form-actions {
    display: flex;
    align-items: center;
    justify-content: center; }
    .page-login .login-row .form-actions input {
      background-color: #00205c !important;
      color: #fff !important;
      border-radius: 5px; }

.page-login .login {
  background-size: cover;
  background-color: #fff; }
  .page-login .login .new-customer {
    background-color: transparent; }
    .page-login .login .new-customer .panel {
      font-family: 'Barlow', Arial, sans-serif; }
      .page-login .login .new-customer .panel .panel-header {
        background-color: transparent; }
      .page-login .login .new-customer .panel .panel-body {
        background-color: transparent;
        color: #fff; }
        .page-login .login .new-customer .panel .panel-body p {
          color: #00205c; }
        .page-login .login .new-customer .panel .panel-body .new-customer-fact-list {
          margin-left: 0;
          margin-bottom: 10px; }
          .page-login .login .new-customer .panel .panel-body .new-customer-fact-list li {
            padding-left: 0;
            padding: 5px 0;
            text-transform: uppercase;
            color: #00205c; }
        .page-login .login .new-customer .panel .panel-body button {
          background-color: #00205c !important;
          color: #fff !important; }

.page-login .login-row .login-form input {
  border-radius: 5px; }

@media (min-width: 800px) {
  .page-login .login-row {
    flex-direction: row;
    gap: 4rem; }
    .page-login .login-row .login-form {
      margin-top: 0; }
      .page-login .login-row .login-form .form-input::placeholder {
        font-family: "'Barlow', Arial,sans-serif"; }
    .page-login .login-row .new-customer .panel .panel-header {
      padding-top: 0; }
    .page-login .login-row .new-customer .panel button {
      margin-top: 15px; } }

.bread-wrap {
  background-color: transparent;
  width: 100%;
  max-width: none;
  margin: 15px 0; }
  .bread-wrap a {
    color: #00205c; }
    .bread-wrap a span {
      color: #00205c; }

.newsletter-section .custom-container {
  justify-content: space-around; }

.newsletter-section p {
  display: none !important; }
  .newsletter-section p b {
    display: none; }

.newsletter-section .footer-newsletter-summary {
  color: #fff;
  font-family: "'Barlow', Arial,sans-serif"; }
  .newsletter-section .footer-newsletter-summary h3 {
    font-family: 'Barlow', Arial, sans-serif; }
  .newsletter-section .footer-newsletter-summary p {
    font-family: 'Barlow', Arial, sans-serif !important;
    text-transform: uppercase !important; }

/*
.page-createaccount .container {
  background-image: url("../img/contactus-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  h1 {
    color: #fff;
  }
  .form-label {
    color: #fff;
  }
}
*/
.page-createaccount_thanks .container {
  background-image: url("../img/acc-created-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0; }
  .page-createaccount_thanks .container .page-content--textCenter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px; }
  .page-createaccount_thanks .container h1 {
    color: #fff;
    margin: 30px auto;
    font-family: 'Barlow', Arial, sans-serif; }
  .page-createaccount_thanks .container p {
    color: #fff;
    margin-bottom: 40px;
    width: 45%;
    font-family: 'Barlow', Arial, sans-serif; }
  .page-createaccount_thanks .container strong {
    color: #fff; }

.navBar--sub .navBar-item {
  color: #00205c;
  font-weight: 600;
  border-bottom: none; }

ol.breadcrumbs {
  max-width: 1650px;
  margin: 0 auto;
  padding: 0 0 0 20px; }

.breadcrumb:before {
  color: #00205c; }

.container {
  padding: 0; }

.footer .copyright-section {
  margin-top: 0; }

.alertBox--info {
  max-width: 1400px;
  margin: 0 auto; }

.page-account_addressbook .panel--address .form-actions .button + .button {
  height: 45px; }

@media (max-width: 1500px) {
  .promotionbar-wrapper .promobar-right .email {
    display: none !important; }
  .promotionbar-wrapper .promobar-right img {
    display: none; } }

.new-arrival {
  padding: 0 20px; }

@media (max-width: 1600px) {
  .new-arrival-wrapper {
    flex-wrap: wrap;
    justify-content: center; }
    .new-arrival-wrapper .ammo {
      width: 33%;
      margin-bottom: 20px; } }

@media (max-width: 1200px) {
  .promotionbar-wrapper .promobar-right {
    padding-left: 10px; }
    .promotionbar-wrapper .promobar-right .phone-topbar {
      display: none; }
  .new-arrival .new-arrival-wrapper .ammo .ammo-card {
    height: 250px; }
  .testimonials .testimonials-wrapper .testimonal {
    width: 30%;
    margin-bottom: 20px; } }

@media (max-width: 860px) {
  .new-arrival-wrapper {
    flex-wrap: wrap;
    justify-content: center; }
    .new-arrival-wrapper .ammo {
      width: 50%;
      margin-bottom: 20px; }
      .new-arrival-wrapper .ammo .ammo-card {
        height: 100%; }
        .new-arrival-wrapper .ammo .ammo-card h4 {
          text-align: center; }
        .new-arrival-wrapper .ammo .ammo-card img {
          max-height: 100px; }
  .testimonials .testimonials-wrapper .testimonal {
    width: 100%;
    margin-bottom: 20px; }
  .homepage-imgs .homepage-img-wrapper {
    justify-content: center; }
    .homepage-imgs .homepage-img-wrapper .homepage-card {
      width: 50%;
      margin-bottom: 30px; } }

@media (max-width: 500px) {
  .homepage-imgs .homepage-img-wrapper {
    justify-content: center; }
    .homepage-imgs .homepage-img-wrapper .homepage-card {
      width: 100%;
      margin-bottom: 30px; } }

@media (max-width: 900px) {
  .footer-intro-wrapper {
    flex-direction: column;
    align-items: center; }
    .footer-intro-wrapper img {
      width: 50%; }
    .footer-intro-wrapper p {
      width: 75%;
      text-align: left; } }

.page-404 {
  background-color: #000; }
  .page-404 .page-404-wrapper {
    max-width: 1400px;
    width: 100%;
    padding: 0 20px;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .page-404 .page-404-wrapper .text-wrapper {
      display: flex;
      flex-direction: column; }
      .page-404 .page-404-wrapper .text-wrapper .left-text {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        margin-bottom: 20px; }
        .page-404 .page-404-wrapper .text-wrapper .left-text h2 {
          color: #fff;
          text-transform: uppercase;
          font-size: 36px;
          text-align: left;
          font-weight: 600; }
        .page-404 .page-404-wrapper .text-wrapper .left-text img {
          width: 100px;
          height: 100px; }
      .page-404 .page-404-wrapper .text-wrapper .right-text {
        color: #fff;
        text-transform: capitalize;
        font-size: 26px;
        width: 90%;
        margin: 0 auto 20px;
        text-align: center; }
    .page-404 .page-404-wrapper img {
      max-width: 250px; }

@media (min-width: 1200px) {
  .page-404 .page-404-wrapper {
    padding: 50px 0;
    gap: 4rem; }
    .page-404 .page-404-wrapper .text-wrapper {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      max-width: 80%; }
      .page-404 .page-404-wrapper .text-wrapper .left-text {
        width: 50%; }
        .page-404 .page-404-wrapper .text-wrapper .left-text img {
          width: 60px;
          height: 60px; }
      .page-404 .page-404-wrapper .text-wrapper .right-text {
        width: 40%;
        text-align: left; }
    .page-404 .page-404-wrapper img {
      max-width: 400px; } }

.page-giftcart .container {
  background-image: url("../img/giftcard-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .page-giftcart .container .giftcard-page-wrapper {
    max-width: 1600px;
    margin: 0 auto;
    padding: 50px 0;
    width: 75%; }
    .page-giftcart .container .giftcard-page-wrapper .header-wrapper {
      text-align: center;
      justify-content: center;
      margin-bottom: 2rem;
      gap: 0.75rem; }
      .page-giftcart .container .giftcard-page-wrapper .header-wrapper h1 {
        color: #fff;
        text-align: center; }
    .page-giftcart .container .giftcard-page-wrapper .giftcard-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 2rem; }
      .page-giftcart .container .giftcard-page-wrapper .giftcard-wrapper .giftcard-form {
        width: 100%; }
        .page-giftcart .container .giftcard-page-wrapper .giftcard-wrapper .giftcard-form .form-field {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          width: 100%;
          margin: 0 auto; }
          .page-giftcart .container .giftcard-page-wrapper .giftcard-wrapper .giftcard-form .form-field .formrow {
            width: 100%;
            max-width: 600px; }
            .page-giftcart .container .giftcard-page-wrapper .giftcard-wrapper .giftcard-form .form-field .formrow input {
              margin-bottom: 1rem;
              width: 100%;
              border-radius: 10px; }
          .page-giftcart .container .giftcard-page-wrapper .giftcard-wrapper .giftcard-form .form-field .giftcard-3 input {
            height: 100px; }
          .page-giftcart .container .giftcard-page-wrapper .giftcard-wrapper .giftcard-form .form-field .giftcard-5 {
            display: flex;
            margin: 0 0 1rem 1rem;
            align-items: center; }
            .page-giftcart .container .giftcard-page-wrapper .giftcard-wrapper .giftcard-form .form-field .giftcard-5 span {
              color: #fff;
              margin-left: 20px;
              font-size: 16px;
              font-weight: 400; }
            .page-giftcart .container .giftcard-page-wrapper .giftcard-wrapper .giftcard-form .form-field .giftcard-5 input {
              width: auto;
              margin-bottom: 0; }
          .page-giftcart .container .giftcard-page-wrapper .giftcard-wrapper .giftcard-form .form-field .gift-submit {
            border: none;
            border-radius: 10px;
            color: #00205c;
            height: 60px;
            max-width: 200px; }

@media (min-width: 1200px) {
  .page-giftcart .container .giftcard-page-wrapper {
    width: 100%;
    padding: 50px; }
    .page-giftcart .container .giftcard-page-wrapper .giftcard-wrapper {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: center;
      gap: 2rem; }
      .page-giftcart .container .giftcard-page-wrapper .giftcard-wrapper .giftcard-form .form-field .giftcard-1 {
        display: flex;
        gap: 2rem; }
        .page-giftcart .container .giftcard-page-wrapper .giftcard-wrapper .giftcard-form .form-field .giftcard-1 input {
          width: 50%; }
      .page-giftcart .container .giftcard-page-wrapper .giftcard-wrapper .giftcard-form .form-field .giftcard-2 {
        display: flex;
        gap: 2rem; }
        .page-giftcart .container .giftcard-page-wrapper .giftcard-wrapper .giftcard-form .form-field .giftcard-2 input {
          width: 50%; }
      .page-giftcart .container .giftcard-page-wrapper .giftcard-wrapper .giftcard-form .form-field .giftcard-5 {
        display: flex;
        margin-bottom: 1rem; }
        .page-giftcart .container .giftcard-page-wrapper .giftcard-wrapper .giftcard-form .form-field .giftcard-5 span {
          color: #fff;
          margin-left: 20px;
          font-size: 16px;
          font-weight: 400; }
        .page-giftcart .container .giftcard-page-wrapper .giftcard-wrapper .giftcard-form .form-field .giftcard-5 input {
          width: auto; }
      .page-giftcart .container .giftcard-page-wrapper .giftcard-wrapper .giftcard-form .form-field .gift-submit {
        border: none;
        border-radius: 10px;
        color: #00205c; } }

.page-blog .star-heading {
  margin: 20px auto 40px; }

@media (max-width: 600px) {
  .page-blog .blog-post-listed {
    column-gap: 20px; }
    .page-blog .blog-post-listed .devPostBody {
      -webkit-line-clamp: 2; } }

.page-blog .blog-wrapper,
.page-blog .blog-wrap, .page-blog .related-wrap {
  max-width: 1650px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 480px) {
    .page-blog .blog-wrapper,
    .page-blog .blog-wrap, .page-blog .related-wrap {
      padding: 0 2rem; } }
  .page-blog .blog-wrapper .blog,
  .page-blog .blog-wrap .blog, .page-blog .related-wrap .blog {
    position: relative;
    border: 1px solid #000;
    border-radius: 10px;
    width: 100%;
    margin: 0 auto 20px; }
    @media (max-width: 600px) {
      .page-blog .blog-wrapper .blog,
      .page-blog .blog-wrap .blog, .page-blog .related-wrap .blog {
        width: calc(50% - 10px); }
        .page-blog .blog-wrapper .blog .blog-title,
        .page-blog .blog-wrap .blog .blog-title, .page-blog .related-wrap .blog .blog-title {
          margin: 10px; }
          .page-blog .blog-wrapper .blog .blog-title span,
          .page-blog .blog-wrap .blog .blog-title span, .page-blog .related-wrap .blog .blog-title span {
            font-size: 18px !important;
            line-height: 20px !important;
            height: auto !important; }
        .page-blog .blog-wrapper .blog .blog-post,
        .page-blog .blog-wrap .blog .blog-post, .page-blog .related-wrap .blog .blog-post {
          font-size: 14px !important;
          line-height: 18px !important; } }
    .page-blog .blog-wrapper .blog .blog-thumbnail,
    .page-blog .blog-wrap .blog .blog-thumbnail, .page-blog .related-wrap .blog .blog-thumbnail {
      margin: 0;
      width: 100%;
      max-width: none; }
      .page-blog .blog-wrapper .blog .blog-thumbnail img,
      .page-blog .blog-wrap .blog .blog-thumbnail img, .page-blog .related-wrap .blog .blog-thumbnail img {
        border-radius: 10px 10px 0 0; }
    .page-blog .blog-wrapper .blog .blog-post-body,
    .page-blog .blog-wrap .blog .blog-post-body, .page-blog .related-wrap .blog .blog-post-body {
      padding: 15px;
      width: 100%;
      border-radius: 0 0 10px 10px; }
      .page-blog .blog-wrapper .blog .blog-post-body .blog-header,
      .page-blog .blog-wrap .blog .blog-post-body .blog-header, .page-blog .related-wrap .blog .blog-post-body .blog-header {
        text-align: left; }
        .page-blog .blog-wrapper .blog .blog-post-body .blog-header h2,
        .page-blog .blog-wrap .blog .blog-post-body .blog-header h2, .page-blog .related-wrap .blog .blog-post-body .blog-header h2 {
          margin: 0;
          font-weight: 600; }
      .page-blog .blog-wrapper .blog .blog-post-body .blog-date,
      .page-blog .blog-wrap .blog .blog-post-body .blog-date, .page-blog .related-wrap .blog .blog-post-body .blog-date {
        margin: 10px 0;
        text-align: left;
        color: #000; }
    .page-blog .blog-wrapper .blog .blog-post,
    .page-blog .blog-wrap .blog .blog-post, .page-blog .related-wrap .blog .blog-post {
      color: #000;
      font-size: 1.45rem;
      line-height: 30px;
      display: flex;
      flex-direction: column;
      gap: 1rem;
      width: 100%;
      padding-bottom: 35px; }
      .page-blog .blog-wrapper .blog .blog-post .read-more,
      .page-blog .blog-wrap .blog .blog-post .read-more, .page-blog .related-wrap .blog .blog-post .read-more {
        position: absolute;
        font-weight: 600;
        text-decoration: none;
        text-transform: capitalize;
        color: #00205c;
        bottom: 15px;
        right: 20px;
        font-family: "Forzassm Bold", sans-serif !important; }
        .page-blog .blog-wrapper .blog .blog-post .read-more:hover,
        .page-blog .blog-wrap .blog .blog-post .read-more:hover, .page-blog .related-wrap .blog .blog-post .read-more:hover {
          font-weight: 700; }

.page-blog .blog + .blog {
  padding-top: 0;
  margin-top: 0; }

.page-blog .blog-wrap, .page-blog .related-wrap {
  padding: 0; }

.page-blog_post .breadcrumbs {
  display: none;
  padding: 0; }
  @media (min-width: 768px) {
    .page-blog_post .breadcrumbs {
      display: flex; } }
  @media (max-width: 992px) {
    .page-blog_post .breadcrumbs {
      justify-content: flex-start; } }
  .page-blog_post .breadcrumbs .breadcrumb:not(:first-child):before {
    top: 1px; }
    @media (min-width: 993px) {
      .page-blog_post .breadcrumbs .breadcrumb:not(:first-child):before {
        top: 2.5px; } }

.page-blog_post .breadcrumb-label {
  font-weight: 700;
  font-size: 16px; }
  @media (min-width: 993px) {
    .page-blog_post .breadcrumb-label {
      font-size: 20px; } }
  .page-blog_post .breadcrumb-label span {
    color: #333; }

.page-blog_post .breadcrumb.is-active .breadcrumb-label span {
  color: #707070; }

.page-blog_post .blog {
  padding: 0 20px;
  max-width: 1400px; }
  .page-blog_post .blog .blog-post-figure {
    margin: 0 0 20px;
    max-width: none; }
    .page-blog_post .blog .blog-post-figure img {
      max-height: 400px;
      object-fit: cover; }
  .page-blog_post .blog .blog-header .header-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    gap: 0.75rem; }
    .page-blog_post .blog .blog-header .header-wrapper h2 {
      margin: 5px 10px 0;
      font-weight: 600; }
  .page-blog_post .blog .blog-header .blog-date {
    margin-bottom: 15px;
    text-align: left; }
  .page-blog_post .blog .blog-post-body .blog-post p {
    font-size: 16px; }

@media (min-width: 650px) {
  .page-blog .blog-wrapper,
  .page-blog .blog-wrap,
  .page-blog .related-wrap {
    justify-content: center; }
    .page-blog .blog-wrapper .blog,
    .page-blog .blog-wrap .blog,
    .page-blog .related-wrap .blog {
      width: calc(50% - 12px);
      margin: 0 6px 10px; } }

@media (min-width: 992px) {
  .page-blog .blog-wrapper,
  .page-blog .blog-wrap,
  .page-blog .related-wrap {
    justify-content: center; }
    .page-blog .blog-wrapper .blog,
    .page-blog .blog-wrap .blog,
    .page-blog .related-wrap .blog {
      width: 29%;
      margin: 0 20px 20px; } }

@media (min-width: 1023px) {
  .page-blog .blog-wrapper .blog,
  .page-blog .blog-wrap .blog,
  .page-blog .related-wrap .blog {
    margin-bottom: 30px; } }

@media (min-width: 1400px) {
  .page-blog .blog-wrapper,
  .page-blog .blog-wrap,
  .page-blog .related-wrap {
    justify-content: center; }
    .page-blog .blog-wrapper .blog,
    .page-blog .blog-wrap .blog,
    .page-blog .related-wrap .blog {
      width: 22%;
      margin-bottom: 30px; } }

.vets-page {
  height: 100%;
  background-image: url("../img/vets-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .vets-page .vets-page-wrapper {
    padding: 20px 20px 60px; }
    .vets-page .vets-page-wrapper .header-wrapper {
      justify-content: center;
      margin: 20px 0 40px;
      gap: 0.75rem; }
      .vets-page .vets-page-wrapper .header-wrapper h1 {
        color: #fff; }
    .vets-page .vets-page-wrapper .vets-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 4rem; }
      .vets-page .vets-page-wrapper .vets-wrapper .vet {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%; }
        .vets-page .vets-page-wrapper .vets-wrapper .vet img {
          border-radius: 50%;
          max-width: 200px; }
        .vets-page .vets-page-wrapper .vets-wrapper .vet .header-wrapper {
          justify-content: center;
          margin: 20px 0;
          gap: 0.3rem; }
          .vets-page .vets-page-wrapper .vets-wrapper .vet .header-wrapper h3 {
            color: #fff;
            margin: 0 15px; }
        .vets-page .vets-page-wrapper .vets-wrapper .vet .vet-desc {
          color: #fff;
          padding: 0 15px;
          width: 80%; }

@media (min-width: 1023px) {
  .vets-page .vets-page-wrapper .vets-wrapper {
    flex-direction: row;
    align-items: flex-start; }
    .vets-page .vets-page-wrapper .vets-wrapper .vet {
      width: 45%; }
      .vets-page .vets-page-wrapper .vets-wrapper .vet .vet-desc {
        width: 100%; } }

@media (min-width: 1400px) {
  .vets-page .vets-page-wrapper {
    max-width: 1600px;
    margin: 0 auto;
    padding-bottom: 30px; }
    .vets-page .vets-page-wrapper .vets-wrapper .vet {
      width: 30%; }
      .vets-page .vets-page-wrapper .vets-wrapper .vet .vet-desc {
        width: 100%; } }

.about-us-page {
  height: 100%;
  background-image: url("../img/about-us-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: relative; }
  .about-us-page .about-us-wrapper {
    min-height: 500px;
    max-width: 650px;
    margin: 60px 0 0 60px; }
  .about-us-page h1 {
    color: #fff;
    font-family: 'Barlow', Arial, sans-serif;
    margin: 0 auto; }
  .about-us-page .about-us-desc {
    margin: 30px auto;
    padding: 0 30px; }
    .about-us-page .about-us-desc p {
      color: #fff;
      margin: 0 auto;
      line-height: 26px;
      margin: 30px 0;
      font-family: 'Barlow', Arial, sans-serif; }

@media (max-width: 1023px) {
  .about-us-page {
    background-position: center; }
    .about-us-page .about-us-wrapper {
      margin: 50px auto; }
    .about-us-page .about-us-desc {
      text-align: center;
      margin: 0 auto; }
      .about-us-page .about-us-desc p {
        color: #fff;
        margin: 30px; } }

.page-page_contact_form .container {
  height: 100%;
  background-image: url("../img/contact-us-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat; }
  .page-page_contact_form .container .button--primary {
    color: #00205c;
    padding: 12px 40px;
    background-color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Barlow', Arial, sans-serif;
    font-weight: 600;
    border: none; }
  .page-page_contact_form .container .button--primary:hover {
    color: #fff;
    background-color: #d9272c;
    font-weight: 600; }
  .page-page_contact_form .container .header-wrapper {
    justify-content: center;
    gap: 1rem;
    margin: 30px 0;
    gap: 0.75rem; }
    .page-page_contact_form .container .header-wrapper h1 {
      color: #fff; }
  .page-page_contact_form .container .map-wrapper iframe {
    margin-bottom: -10px; }
  .page-page_contact_form .container #contact-us-page {
    padding: 0 30px; }
    .page-page_contact_form .container #contact-us-page .contact-us-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 1rem; }
      .page-page_contact_form .container #contact-us-page .contact-us-wrapper .form-input {
        border-radius: 5px; }
    .page-page_contact_form .container #contact-us-page .contact-info h4 {
      color: #fff;
      text-transform: uppercase;
      font-weight: 600;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center; }
    .page-page_contact_form .container #contact-us-page .contact-info ul {
      width: 100%;
      margin: 0 auto; }
      .page-page_contact_form .container #contact-us-page .contact-info ul li {
        color: #fff;
        display: flex;
        justify-content: space-between; }
      .page-page_contact_form .container #contact-us-page .contact-info ul h5 {
        color: #fff;
        margin: 20px 0; }
    .page-page_contact_form .container #contact-us-page .contact-info .table-wrapper table {
      width: 100%;
      margin: 0 auto 30px; }
      .page-page_contact_form .container #contact-us-page .contact-info .table-wrapper table tbody {
        width: auto; }
      .page-page_contact_form .container #contact-us-page .contact-info .table-wrapper table tr td {
        color: #fff;
        text-transform: uppercase; }
      .page-page_contact_form .container #contact-us-page .contact-info .table-wrapper table tr th {
        padding: 5px 20px 0 0;
        color: #fff;
        text-transform: uppercase; }
      .page-page_contact_form .container #contact-us-page .contact-info .table-wrapper table tr .table-heading {
        padding: 20px 0;
        text-transform: uppercase; }

@media (min-width: 1023px) {
  .page-page_contact_form .container #contact-us-page .contact-us-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 4rem; }
    .page-page_contact_form .container #contact-us-page .contact-us-wrapper .form-actions {
      text-align: left; }
  .page-page_contact_form .container #contact-us-page .contact-info .header-wrapper {
    margin-top: 0;
    justify-content: flex-start;
    gap: 0.75rem; } }

.page-shippingaddressform .form-actions input {
  background: #00205c;
  display: inline-block;
  padding: 5px 20px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0px;
  border-radius: 5px;
  border: 1px solid #00205c; }

.page-shippingaddressform .form-actions .button,
.page-shippingaddressform .form-actions input {
  border-radius: 10px;
  padding: 12px 35px;
  font-family: 'Barlow', Arial, sans-serif; }

.page-shippingaddressform .button--primary {
  border-radius: 10px;
  padding: 12px 35px;
  font-family: 'Barlow', Arial, sans-serif;
  line-height: 20px;
  color: #00205c; }

@media (max-width: 420px) {
  .page-login .login-row .form-actions {
    flex-direction: column; } }

.page-wishlists .button--primary {
  border-radius: 10px;
  padding: 12px 35px;
  font-family: 'Barlow', Arial, sans-serif;
  line-height: 20px;
  color: #fff;
  background-color: #00205c; }

.page-editaccount .button--primary {
  border-radius: 10px;
  padding: 12px 35px;
  font-family: 'Barlow', Arial, sans-serif;
  line-height: 20px;
  color: #fff;
  background-color: #00205c; }

.page-account_orderstatus .star-heading {
  text-align: center;
  margin: 25px auto; }

.navBar--account {
  margin-bottom: 1.5rem; }
  .navBar--account ul li a {
    color: #00205c !important;
    font-size: 17px !important;
    font-family: 'Barlow', Arial, sans-serif; }

@media (min-width: 800px) {
  .page-category .cat-wrap .cat-content .page-content .productGrid .product {
    width: 21% !important;
    margin: 15px;
    border: 1px solid #eee;
    border-radius: 10px; }
    .page-category .cat-wrap .cat-content .page-content .productGrid .product .card {
      border: none; }
      .page-category .cat-wrap .cat-content .page-content .productGrid .product .card .card-figure {
        border-radius: 10px 10px 0 0; }
        .page-category .cat-wrap .cat-content .page-content .productGrid .product .card .card-figure a {
          border-radius: 10px 10px 0 0; }
        .page-category .cat-wrap .cat-content .page-content .productGrid .product .card .card-figure img {
          border-radius: 10px 10px 0 0; }
      .page-category .cat-wrap .cat-content .page-content .productGrid .product .card .card-body {
        border-radius: 0 0 10px 10px; }
        .page-category .cat-wrap .cat-content .page-content .productGrid .product .card .card-body .card-title a {
          color: #00205c;
          font-family: 'Inter', Arial, sans-serif;
          text-align: left; } }

@media (min-width: 991px) {
  .page-category .cat-wrap .cat-content .page-content .productGrid .product {
    width: 28% !important;
    margin: 15px; }
    .page-category .cat-wrap .cat-content .page-content .productGrid .product:has(small:hover) {
      transition: 0.1s ease-in-out;
      margin-bottom: 13px; } }

@media (min-width: 1200px) {
  .page-category .cat-wrap .cat-content .page-content .productGrid .product {
    width: 21% !important; } }

@media (min-width: 1400px) {
  .page-category .cat-wrap .cat-content .page-content .productGrid .product {
    width: 22% !important; } }

.page-product .productView-images .productView-image img {
  border: 1px solid #eee;
  border-radius: 10px; }

.star-heading {
  background-color: transparent;
  color: #00205c;
  font-family: 'Barlow', Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin: 40px auto;
  padding: 0 30px;
  position: relative;
  text-transform: uppercase;
  width: fit-content; }
  @media (max-width: 767px) {
    .star-heading {
      text-align: center; } }
  .star-heading:before, .star-heading:after {
    content: "";
    background-image: none !important;
    background-size: cover;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    width: 20px; }
  .star-heading:before {
    left: 2px; }
  .star-heading:after {
    right: 2px; }

.reg-button {
  color: #00205c !important;
  padding: 8px 40px !important;
  background-color: #fff !important;
  text-transform: uppercase !important;
  border-radius: 5px !important;
  font-size: 18px !important;
  font-family: 'Barlow', Arial, sans-serif !important;
  font-weight: 600 !important;
  border: none !important; }

.reg-button:hover {
  color: #fff !important;
  background-color: #d9272c !important;
  font-weight: 600 !important; }

.page-search .accordion-block .star-heading {
  font-size: 16px;
  margin: 10px auto; }

.page-search .accordion-block .star-heading::before,
.page-search .accordion-block .star-heading::after {
  display: none; }

.alertBox {
  width: 75%;
  margin: 20px auto;
  background-color: #d9d9d9; }
  .alertBox .alertBox-column {
    color: #00205c;
    font-weight: 600;
    text-align: center; }
  .alertBox .alertBox-icon svg {
    fill: #d9272c; }

.alertBox--success svg {
  fill: #d9272c !important; }

.page-giftcertificates .star-heading {
  text-align: center;
  margin: 40px auto;
  color: #fff; }

.page-giftcertificates .container {
  background-size: cover;
  background-image: url("../img/giftcard-bg.jpg"); }

.page-giftcertificates .gift-flex {
  padding: 20px;
  max-width: 1600px;
  margin: 0 auto; }
  .page-giftcertificates .gift-flex .col-sm-12 {
    padding: 0; }
  .page-giftcertificates .gift-flex .account-navigation li {
    border-radius: 5px !important; }

@media (max-width: 900px) {
  .page-giftcertificates .gift-nav .navBar--sub {
    margin-bottom: 1rem; }
    .page-giftcertificates .gift-nav .navBar--sub ul {
      flex-direction: column; } }

.page-giftcertificates_balance .star-heading {
  color: #fff; }

.page-giftcertificates_balance .container {
  background-size: cover;
  background-image: url("../img/giftcard-bg.jpg"); }
  .page-giftcertificates_balance .container .account--fixed {
    padding: 0 40px;
    max-width: 1175px;
    width: 100%; }
    .page-giftcertificates_balance .container .account--fixed h3 {
      color: #fff; }
    .page-giftcertificates_balance .container .account--fixed p {
      color: #fff;
      padding: 10px 0; }
    .page-giftcertificates_balance .container .account--fixed .form-label {
      color: #fff; }
    .page-giftcertificates_balance .container .account--fixed .form-prefixPostfix {
      gap: 1rem; }
      .page-giftcertificates_balance .container .account--fixed .form-prefixPostfix .reg-button {
        padding: 6px 20px !important; }

.page-giftcertificates_redeem .star-heading {
  text-align: center;
  margin: 40px auto;
  color: #fff; }

.page-giftcertificates_redeem .container {
  background-size: cover;
  background-image: url("../img/giftcard-bg.jpg"); }

.page-giftcertificates_redeem .gift-flex {
  padding: 20px;
  max-width: 1600px;
  margin: 0 auto; }
  .page-giftcertificates_redeem .gift-flex .col-sm-12 {
    padding: 0; }
  .page-giftcertificates_redeem .gift-flex .account-navigation li {
    border-radius: 5px !important; }
  .page-giftcertificates_redeem .gift-flex .account--fixed h3 {
    text-align: center; }
  .page-giftcertificates_redeem .gift-flex .account--fixed p {
    text-align: center; }
  .page-giftcertificates_redeem .gift-flex .account--fixed ol {
    text-align: center; }
  .page-giftcertificates_redeem .gift-flex .gift-flex {
    padding: 20px;
    max-width: 1600px;
    margin: 0 auto; }
    .page-giftcertificates_redeem .gift-flex .gift-flex .col-sm-12 {
      padding: 0; }
    .page-giftcertificates_redeem .gift-flex .gift-flex .account-navigation li {
      border-radius: 5px !important; }

@media (max-width: 900px) {
  .page-giftcertificates_redeem .gift-nav .navBar--sub {
    margin-bottom: 1rem; }
    .page-giftcertificates_redeem .gift-nav .navBar--sub ul {
      flex-direction: column; } }

@media (min-width: 1023px) {
  .page-giftcertificates_redeem .account--fixed {
    padding: 0 20px; }
    .page-giftcertificates_redeem .account--fixed h3 {
      text-align: left; }
    .page-giftcertificates_redeem .account--fixed p {
      text-align: left; }
    .page-giftcertificates_redeem .account--fixed ol {
      text-align: left; } }

@media (max-width: 450px) {
  .page-giftcertificates .gift-nav .navBar--sub {
    margin-bottom: 1rem; }
    .page-giftcertificates .gift-nav .navBar--sub ul {
      flex-direction: column; } }

.page-cart .cart-wrapper .page-heading {
  background: #00205c;
  color: #fff;
  font-family: 'Barlow', Arial, sans-serif; }

@media (max-width: 1200px) {
  .page-category .subCat-list {
    flex-wrap: wrap;
    justify-content: center; }
    .page-category .subCat-list .subCat-item {
      width: 30%; } }

@media (max-width: 800px) {
  .page-category .subCat-list .subCat-item {
    width: 45% !important; } }

@media (max-width: 600px) {
  .page-category .subCat-list .subCat-item .subCat-action {
    font-size: 16px; } }

.page-category .cat-wrap .cat-sidebar .page-sidebar .accordion-title .star-heading {
  margin: 10px 0;
  font-size: 18px;
  text-transform: capitalize; }

.page-category .cat-wrap .cat-sidebar .page-sidebar .accordion-title .star-heading:before {
  top: 0;
  width: 18px;
  height: 18px; }

.page-category .cat-wrap .cat-sidebar .page-sidebar .accordion-title .star-heading:after {
  display: none; }

.card-text {
  position: relative;
  z-index: 10; }
  .card-text .animation-button-wrapper:after {
    content: "";
    background-image: url(../img/banner_2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: -6px;
    position: absolute;
    /* top: -8px; */
    left: -50px;
    width: 130px;
    height: 45px;
    opacity: 0;
    animation-duration: 1.5s;
    animation-iteration-count: inherit;
    transform-origin: bottom;
    z-index: 5;
    pointer-events: none; }
  @media (min-width: 768px) {
    .card-text .animation-button-wrapper:hover:after {
      opacity: 1 !important;
      animation-name: button-slide;
      animation-timing-function: ease;
      animation-duration: 3s;
      z-index: 12; } }
  .card-text .animation-button-wrapper a {
    font-family: 'Inter', Arial, sans-serif; }
  .card-text .animation-button-wrapper.out-of-stock {
    background-color: #eee !important; }
    .card-text .animation-button-wrapper.out-of-stock a {
      color: #000 !important; }
    .card-text .animation-button-wrapper.out-of-stock:hover a {
      color: #000; }

@keyframes button-slide {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(320px); }
  100% {
    transform: translateX(320px); } }

.ReactModal__Overlay {
  z-index: 100; }

.productView-details .price-section.price-section--withoutTax .price.price--withoutTax {
  color: #e30613;
  font-family: 'Inter', Arial, sans-serif; }

.product-info-guarantee {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border: 1px solid #000;
  padding: 0;
  margin: 30px 0;
  border-radius: 5px; }
  .product-info-guarantee .row-1 {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0; }
    .product-info-guarantee .row-1 .norton-logo {
      max-width: 250px;
      padding: 5px 10px; }
      .product-info-guarantee .row-1 .norton-logo img {
        width: 100%;
        object-fit: cover; }
    .product-info-guarantee .row-1 .guarantee {
      width: 100%;
      background-color: #8e8e8e;
      padding: 20px; }
      .product-info-guarantee .row-1 .guarantee h4 {
        width: 100%;
        text-align: center;
        font-weight: 600;
        color: #fff;
        font-size: 16px; }
  .product-info-guarantee .row-2 {
    width: 100%;
    border-top: 1px solid #000; }
    .product-info-guarantee .row-2 ul {
      display: flex;
      justify-content: space-between;
      width: 100%;
      padding: 10px; }
      .product-info-guarantee .row-2 ul li {
        color: #000;
        font-weight: 600;
        list-style-type: disc;
        font-size: 12px; }
      .product-info-guarantee .row-2 ul li:first-child {
        list-style-type: none; }

.page-sitemap .body {
  background-image: url("../img/sitemap-bg.jpg") !important;
  background-repeat: no-repeat;
  background-size: cover; }

.page-sitemap .star-heading {
  margin: 30px auto;
  color: #fff;
  font-family: 'Barlow', Arial, sans-serif; }

.page-sitemap ul {
  display: flex;
  justify-content: center; }
  .page-sitemap ul .star-heading {
    margin: 20px 0;
    color: #fff;
    font-family: 'Barlow', Arial, sans-serif; }
  .page-sitemap ul .star-heading:after {
    display: none; }
  .page-sitemap ul ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-left: 20px;
    line-height: 28px; }
    .page-sitemap ul ul li {
      list-style-type: disc;
      color: #fff; }
      .page-sitemap ul ul li a {
        color: #fff;
        font-family: 'Barlow', Arial, sans-serif; }
    .page-sitemap ul ul li a:hover {
      color: #2279d6; }

@media (max-width: 800px) {
  .page-sitemap ul {
    flex-wrap: wrap;
    padding: 0 20px;
    justify-content: center; }
    .page-sitemap ul li {
      width: 100%; }
      .page-sitemap ul li ul {
        width: 100%; }
        .page-sitemap ul li ul li {
          width: 100%; } }

div.snize-ac-results div.snize-price-list {
  color: #00205c !important; }

div.snize-ac-results li.snize-label {
  padding: 8px 10px !important;
  background: #00205c !important;
  color: #fff !important;
  text-align: left !important; }

div.snize-ac-results li.snize-view-all-link {
  background-color: #00205c !important;
  color: #fff !important; }
  div.snize-ac-results li.snize-view-all-link span {
    color: #fff !important; }

.snize-results-page .page {
  padding: 0 20px; }
  .snize-results-page .page .page-heading {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    font-size: 30px;
    padding: 20px;
    color: #00205c;
    font-weight: 500; }
  .snize-results-page .page .page-heading:before {
    content: "";
    background-image: url("../img/star123.svg");
    height: 15px;
    width: 15px;
    position: absolute;
    top: 28px;
    left: -5px;
    background-size: cover; }
  .snize-results-page .page .page-heading:after {
    content: "";
    background-image: url("../img/star123.svg");
    height: 15px;
    width: 15px;
    position: absolute;
    top: 28px;
    right: -5px;
    background-size: cover; }
  .snize-results-page .page .snize-filters-dropdown-title .caret {
    float: right;
    margin-top: 10px; }
  .snize-results-page .page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode.snize-two-columns li.snize-product {
    width: 100% !important;
    margin-bottom: 20px;
    border-radius: 5px; }
    .snize-results-page .page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode.snize-two-columns li.snize-product a {
      border-radius: 5px 5px 0 0; }
      .snize-results-page .page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode.snize-two-columns li.snize-product a #snize-search-results-grid-mode .snize-item {
        border-radius: 5px 5px 0 0; }
        .snize-results-page .page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode.snize-two-columns li.snize-product a #snize-search-results-grid-mode .snize-item .snize-thumbnail-wrapper {
          border-radius: 5px 5px 0 0; }
          .snize-results-page .page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode.snize-two-columns li.snize-product a #snize-search-results-grid-mode .snize-item .snize-thumbnail-wrapper .snize-thumbnail {
            border-radius: 5px 5px 0 0; }
      .snize-results-page .page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode.snize-two-columns li.snize-product a #snize-search-results-grid-mode ul {
        justify-content: center !important; }

#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-controls > ul {
  border-radius: 5px !important; }

#snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products {
  background-color: #00205c !important;
  padding: 8px 40px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border-radius: 5px !important;
  font-size: 18px !important;
  font-family: 'Barlow', Arial, sans-serif !important;
  font-weight: 500 !important;
  border: none !important; }

#snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products:hover {
  color: #fff !important;
  background-color: #d9272c !important;
  font-weight: 500 !important; }

#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-dropdown > a {
  border-radius: 5px !important;
  font-family: 'Barlow', Arial, sans-serif; }

#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-mobile-filters > a {
  border-radius: 5px !important; }

#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-view-mode a.snize-view-mode-icon {
  border-radius: 5px !important; }

#snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all {
  color: #00205c !important; }

#snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-reset-all:hover {
  color: #fff !important;
  background-color: #d9272c !important;
  font-weight: 500 !important; }

.snize-mobile-design #snize-search-results-grid-mode li.snize-product.mobile-in-view .snize-button {
  background-color: #00205c !important;
  padding: 8px 40px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  font-family: 'Barlow', Arial, sans-serif !important;
  font-weight: 500 !important;
  border: none !important;
  left: -105px !important; }

#snize-search-results-list-mode li.snize-product .snize-button {
  background-color: #00205c !important;
  padding: 8px 40px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  font-family: 'Barlow', Arial, sans-serif !important;
  font-weight: 500 !important;
  border: none !important; }

.snize-product-filters-title {
  position: relative !important;
  padding-left: 35px !important;
  color: #00205c !important; }

.snize-product-filters-title:before {
  content: "";
  background-image: url("../img/star123.svg");
  height: 15px;
  width: 15px;
  position: absolute;
  top: 17px;
  left: 10px;
  background-size: cover; }

div.snize ul.snize-product-filters-list li .snize-filter-checkbox {
  border: 1px solid #00205c;
  border-radius: 4px;
  margin-top: 2px !important; }

/* Search Results Responsiveness */
@media (min-width: 650px) {
  .snize-results-page #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode.snize-two-columns li.snize-product {
    width: 40% !important; }
  #snize-search-results-grid-mode ul {
    justify-content: center; } }

@media (max-width: 768px) {
  .snize-results-page div.snize div.snize-horizontal-filters {
    display: none; } }

#snize-modal-mobile-filters-dialog div.snize-product-filters-header span.snize-product-filters-title {
  padding-left: 20px !important; }

#snize-modal-mobile-filters-dialog div.snize-product-filters-header span.snize-product-filters-title:before {
  top: 5px !important;
  left: 0 !important; }

#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-controls ul li a.active,
#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-controls ul li a:hover {
  background-color: transparent; }

#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-controls ul li a,
#snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-controls ul li a {
  font-size: 12px;
  font-weight: bold !important; }

@media (min-width: 767px) {
  .snize-filters-dropdown-title {
    color: #00205c !important;
    background-color: #fff;
    padding: 8px 20px !important;
    border-radius: 5px !important;
    font-family: 'Barlow', Arial, sans-serif !important;
    font-weight: 600;
    border: none; } }

.page-page .page-heading {
  width: fit-content;
  position: relative;
  text-align: center;
  margin: 20px auto;
  color: #00205c;
  font-family: 'Barlow', Arial, sans-serif;
  font-weight: 600; }

.page-page .page-heading:before {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 9px;
  left: -28px;
  background-size: cover; }

.page-page .page-heading:after {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 9px;
  right: -28px;
  background-size: cover; }

.email-contant-contact {
  position: fixed;
  left: 0;
  right: 0;
  height: 100%;
  display: none;
  align-items: center;
  top: 0;
  width: 100%;
  justify-content: center;
  z-index: 10000; }
  .email-contant-contact .email-content-wrapper {
    z-index: 9000;
    position: relative;
    border-radius: 5px;
    padding: 190px 15px 15px;
    top: 30vh; }
    .email-contant-contact .email-content-wrapper .email-content-email {
      position: relative;
      background: #fff;
      padding: 20px;
      border-radius: 5px; }
      .email-contant-contact .email-content-wrapper .email-content-email .email-text .email-title {
        text-align: center;
        font-weight: 600;
        text-transform: capitalize;
        margin: 20px;
        font-size: 25px;
        font-family: 'Barlow', Arial, sans-serif;
        margin-bottom: 20px; }
        .email-contant-contact .email-content-wrapper .email-content-email .email-text .email-title .email-secondary-title {
          font-weight: 600;
          margin-top: 20px;
          font-size: 14px;
          font-family: 'Barlow', Arial, sans-serif; }
      .email-contant-contact .email-content-wrapper .email-content-email .email-text .wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        position: relative; }
        .email-contant-contact .email-content-wrapper .email-content-email .email-text .wrap .form-prefixPostfix-button--postfix {
          color: #00205c;
          padding: 12px 40px;
          background-color: #fff;
          text-transform: uppercase;
          border-radius: 5px;
          font-size: 18px;
          font-family: 'Barlow', Arial, sans-serif;
          font-weight: 600;
          border: 1px solid #00205c; }
        .email-contant-contact .email-content-wrapper .email-content-email .email-text .wrap .form-prefixPostfix-button--postfix:hover {
          color: #fff;
          background-color: #d9272c !important;
          font-weight: 600; }
    .email-contant-contact .email-content-wrapper .email-img {
      display: block;
      max-width: 450px;
      left: 0;
      top: 0;
      position: absolute;
      transform: translateY(-100%); }
  .email-contant-contact .wrap-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000; }

.email-contant-contact.show {
  display: flex; }

@media (min-width: 767px) {
  .email-contant-contact .email-content-wrapper {
    max-width: 600px;
    top: calc(50% - 210px);
    left: calc(50% - 260px); }
    .email-contant-contact .email-content-wrapper .email-img img {
      display: block;
      max-width: 480px;
      left: 0;
      top: -237px; }
    .email-contant-contact .email-content-wrapper .email-content-email .email-text {
      width: 80%;
      margin: 0 auto; }
      .email-contant-contact .email-content-wrapper .email-content-email .email-text .email-title .email-secondary-title {
        width: 100%;
        margin: 20px auto 0; }
    .email-contant-contact .email-content-wrapper .form {
      margin: 0; }
      .email-contant-contact .email-content-wrapper .form .form-field {
        margin: 0; }
      .email-contant-contact .email-content-wrapper .form .form-input,
      .email-contant-contact .email-content-wrapper .form .button {
        z-index: 10000; } }

.page-category .cat-wrap .cat-content {
  width: 100%;
  flex: 0 0 100%; }

@media (min-width: 992px) {
  .page-category .col-lg-8 {
    max-width: none !important;
    flex: 0 0 75% !important; } }

.page-product #product-reviews .productReview article {
  border: none;
  margin-bottom: 20px; }
  .page-product #product-reviews .productReview article .rev-contant-wr {
    display: flex;
    flex-direction: column; }
    .page-product #product-reviews .productReview article .rev-contant-wr .rev-author-wr {
      padding-left: 15px;
      width: 100%; }
      .page-product #product-reviews .productReview article .rev-contant-wr .rev-author-wr p {
        color: #00205c; }
      .page-product #product-reviews .productReview article .rev-contant-wr .rev-author-wr div {
        display: none; }
    .page-product #product-reviews .productReview article .rev-contant-wr .rev-content {
      border-right: 1px solid #eee;
      padding-right: 30px; }
      .page-product #product-reviews .productReview article .rev-contant-wr .rev-content .secondary-date {
        color: #00205c; }
      .page-product #product-reviews .productReview article .rev-contant-wr .rev-content h5 {
        color: #00205c;
        margin-bottom: 15px; }
      .page-product #product-reviews .productReview article .rev-contant-wr .rev-content .rev-rating-tw {
        display: flex;
        justify-content: space-between;
        margin: 10px 0; }

.page-product #product-reviews .rev-write-wr a {
  background-color: #00205c;
  padding: 8px 40px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 18px;
  font-family: 'Barlow', Arial, sans-serif;
  font-weight: 500;
  border: none; }

.page-sitemap .container {
  max-width: 1400px;
  padding: 0 40px 40px; }
  .page-sitemap .container .star-heading {
    margin: 20px auto; }
  .page-sitemap .container ul {
    justify-content: flex-start;
    margin-left: 0; }
    .page-sitemap .container ul li {
      text-align: center;
      list-style-type: none;
      padding: 8px; }
  .page-sitemap .container ul:first-child li {
    border-top: none; }

@media (min-width: 800px) {
  .page-sitemap .container .sitemap-first-ul {
    gap: 7rem; }
  .page-sitemap .container ul {
    justify-content: center; }
    .page-sitemap .container ul li {
      text-align: left;
      list-style-type: none;
      padding: 8px; } }

@media (min-width: 1200px) {
  .page-sitemap .container .sitemap-first-ul {
    gap: 12rem; } }

@media (max-width: 550px) {
  .page-page_contact_form .container #contact-us-page .contact-us-wrapper .table-wrapper table tr {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 5px 0; }
    .page-page_contact_form .container #contact-us-page .contact-us-wrapper .table-wrapper table tr .table-heading {
      border-bottom: 1px solid #eee; } }

.page-editaccount .body {
  padding-bottom: 60px; }
  .page-editaccount .body .account--fixed {
    width: 92%;
    margin: 0 auto;
    max-width: 1600px; }

.page-account_inbox .body {
  padding-bottom: 60px; }
  .page-account_inbox .body .account--fixed {
    width: 92%;
    margin: 0 auto;
    max-width: 1600px; }

.page-account_addressbook .body {
  padding-bottom: 60px; }
  .page-account_addressbook .body .account--fixed {
    width: 92%;
    margin: 0 auto; }
  .page-account_addressbook .body .addressList {
    padding: 0 10px 0 20px; }
    .page-account_addressbook .body .addressList form .form-actions a {
      margin-right: 20px;
      text-align: center; }
    .page-account_addressbook .body .addressList form .form-actions button {
      width: 100%; }

@media (min-width: 551px) {
  .page-account_addressbook .body .addressList {
    padding: 0 10px 0 20px; }
    .page-account_addressbook .body .addressList .panel-body {
      padding-bottom: 1rem; }
    .page-account_addressbook .body .addressList form .form-actions {
      position: relative; }
      .page-account_addressbook .body .addressList form .form-actions a {
        margin-right: 20px;
        text-align: center;
        width: 100%;
        margin: 20px 0; }
      .page-account_addressbook .body .addressList form .form-actions button {
        width: 100%; } }

@media (min-width: 1023px) {
  .page-account_addressbook .body .addressList {
    padding: 0 10px 0 20px; }
    .page-account_addressbook .body .addressList .panel-body {
      padding-bottom: 1rem; }
    .page-account_addressbook .body .addressList form .form-actions {
      display: flex;
      gap: 1rem;
      margin-top: 40px; }
      .page-account_addressbook .body .addressList form .form-actions a {
        margin-right: 20px;
        text-align: center;
        width: 100%;
        margin: 0;
        height: 44px; }
      .page-account_addressbook .body .addressList form .form-actions button {
        width: 100%; } }

.page-wishlists .body {
  padding-bottom: 60px; }
  .page-wishlists .body .account--fixedLarge {
    width: 80%;
    margin: 0 auto; }

.page-account_recentitems .body {
  padding-bottom: 60px; }
  .page-account_recentitems .body form {
    width: 92%;
    margin: 0 auto;
    max-width: 1600px; }

.page-createaccount .account--fixed {
  padding-bottom: 40px; }

.newsletter-section .footer-newsletter-summary span {
  text-transform: uppercase;
  font-family: 'Barlow', Arial, sans-serif; }

.footer-frst-row-flex .not-collapsible {
  display: none !important; }
  @media (min-width: 650px) {
    .footer-frst-row-flex .not-collapsible {
      display: block !important; } }

.footer-frst-row-flex .collapsible {
  position: relative;
  display: block; }
  @media (min-width: 650px) {
    .footer-frst-row-flex .collapsible {
      display: none !important; } }

.footer .collapsible:after {
  content: "\02795";
  font-size: 20px;
  color: #fff;
  float: right;
  margin-left: 5px; }

.page-brands .category-sublist .subCat-list {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-wrap: wrap;
  gap: 2%; }
  .page-brands .category-sublist .subCat-list li {
    width: 45%; }
    .page-brands .category-sublist .subCat-list li .card {
      border: none; }
      .page-brands .category-sublist .subCat-list li .card .card-figure {
        height: 100%;
        border: 1px solid #eee;
        padding: 10px; }
        .page-brands .category-sublist .subCat-list li .card .card-figure .card-img-container {
          margin: 0 auto;
          max-width: none;
          width: 100%; }
      .page-brands .category-sublist .subCat-list li .card .card-body {
        text-align: center; }
        .page-brands .category-sublist .subCat-list li .card .card-body h4 {
          font-weight: 700;
          font-size: 16px; }

.brand .card div.card-img-container::after {
  content: none; }

.brand .card div.card-img-container img {
  position: relative;
  object-fit: cover; }

@media (min-width: 600px) {
  .page-brands .category-sublist .subCat-list li .card .card-body h4 {
    font-size: 20px; } }

@media (min-width: 1023px) {
  .page-brands .category-sublist .subCat-list li {
    width: 30%; } }

@media (min-width: 1200px) {
  .page-brands .category-sublist .subCat-list li {
    width: 23%; } }

.account-links,
#account-links {
  display: none;
  position: absolute;
  z-index: 100;
  width: 175px;
  top: 20px;
  padding-top: 10px;
  right: -50px; }
  @media (min-width: 1024px) {
    .account-links,
    #account-links {
      right: auto; } }
  .account-links ul,
  #account-links ul {
    display: block;
    margin: 0;
    background: #fff;
    padding: 10px;
    border: 1px solid #eee;
    box-shadow: 0px 10px 20px 2px #736868; }
    .account-links ul li,
    #account-links ul li {
      padding: 2px 0;
      display: block;
      height: auto;
      margin-bottom: 3px; }
      .account-links ul li a,
      #account-links ul li a {
        color: #000;
        display: block;
        text-align: left; }
      .account-links ul li a:hover,
      #account-links ul li a:hover {
        color: #024083; }

.nav-account:hover .account-links,
.nav-account:hover #account-links {
  display: block; }
  .nav-account:hover .account-links ul,
  .nav-account:hover #account-links ul {
    border-radius: 10px;
    background-color: #00205c;
    border: none;
    margin-top: 10px;
    padding: 0;
    box-shadow: 1px 5px 20px 2px #040404; }
    .nav-account:hover .account-links ul li,
    .nav-account:hover #account-links ul li {
      border-top: 1px solid #103479;
      margin: 0; }
      .nav-account:hover .account-links ul li a,
      .nav-account:hover #account-links ul li a {
        color: #fff;
        padding: 8px 15px;
        margin: 0; }
    .nav-account:hover .account-links ul li:first-child,
    .nav-account:hover #account-links ul li:first-child {
      border: none;
      border-radius: 10px 10px 0 0; }
    .nav-account:hover .account-links ul li:last-child,
    .nav-account:hover #account-links ul li:last-child {
      border-radius: 0 0 10px 10px; }
    .nav-account:hover .account-links ul li:hover,
    .nav-account:hover #account-links ul li:hover {
      background-color: #fff; }
      .nav-account:hover .account-links ul li:hover a,
      .nav-account:hover #account-links ul li:hover a {
        color: #00205c;
        font-weight: 700; }

.account-links-wrapper:hover > .account-links {
  display: block; }

@media (max-width: 650px) {
  .footer-frst-row-flex {
    padding: 0; }
  .footer-frst-row-flex .each-footer-row {
    margin-bottom: 0;
    border-top: 1px solid #373434;
    padding: 15px 0;
    cursor: pointer; }
    .footer-frst-row-flex .each-footer-row h4.collapsible {
      position: relative;
      padding: 10px;
      margin: 0; }
      .footer-frst-row-flex .each-footer-row h4.collapsible:after {
        content: "\02795";
        font-size: 20px;
        color: #fff;
        position: absolute;
        right: 0; }
    .footer-frst-row-flex .each-footer-row h4.collapsible.active:after {
      content: "\2796";
      /* Unicode character for "minus" sign (-) */ }
  .footer-frst-row-flex .each-footer-row:first-child {
    border-top: none; } }

.mobile-blog-img {
  display: none; }

.page-blog_post .body {
  padding-bottom: 50px; }

.page-blog_post .blog-title {
  text-align: center;
  font-weight: bold; }

.page-blog_post .blog-post-figure {
  display: none; }

.page-blog_post .mobile-blog-img {
  display: block; }
  .page-blog_post .mobile-blog-img img {
    max-height: 300px;
    background-size: cover;
    object-fit: cover; }

.page-blog_post h2 {
  font-weight: bold; }

.page-blog_post li {
  list-style: disc;
  margin-left: 1em; }

.page-product .credova-wrapper {
  display: none; }

.credova-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem; }
  .credova-wrapper a {
    padding-top: 7px;
    text-decoration: underline; }

.animation-button-wrapper .button-animation {
  font-size: 13px; }

.productView-options .product-action-wrap {
  flex-direction: column;
  justify-content: flex-start; }
  .productView-options .product-action-wrap .form-action {
    width: 100%;
    padding: 0; }
  .productView-options .product-action-wrap .form-field {
    width: 100%; }
    .productView-options .product-action-wrap .form-field .form-increment {
      display: flex; }
    .productView-options .product-action-wrap .form-field .form-increment,
    .productView-options .product-action-wrap .form-field .form-bulk-increment {
      justify-content: space-between;
      overflow: hidden; }

@media (min-width: 1200px) {
  .productView-options .product-action-wrap {
    flex-direction: row;
    justify-content: flex-start; }
    .productView-options .product-action-wrap .form-action {
      width: auto; } }

#wishlist-button {
  background-color: #00205c;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 18px;
  font-family: 'Barlow', Arial, sans-serif;
  font-weight: 600;
  border: none;
  width: 300px;
  height: 100%;
  display: block;
  text-align: center; }

.full-header-wrapper .navPages-container .navPages .navPages-list .navPages-item:hover a {
  color: #e85d5d; }

.full-header-wrapper .navPages-container .navPages .navPages-list .navPages-item a {
  font-size: 16px; }

@media (max-width: 1100px) {
  .navPages-list {
    display: block;
    text-align: center; }
    .navPages-list .navPages-item {
      display: inline-block;
      width: auto;
      height: auto;
      float: none; }
      .navPages-list .navPages-item a {
        width: 100%;
        padding: 0px 10px 8px 10px !important;
        color: #fff;
        font-weight: 500;
        width: 100%; } }

.full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu .level3-nav .level3 {
  max-height: 300px; }

@media (min-width: 1024px) {
  .full-header-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    top: 0; }
    .full-header-wrapper .header-main {
      position: relative;
      padding: 0 !important; }
    .full-header-wrapper .navPages-container {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 45px;
      position: relative; }
      .full-header-wrapper .navPages-container .navPages {
        /* width: 75%;*/ }
        .full-header-wrapper .navPages-container .navPages .navPages-list .navPages-item .cat-description .cat-image {
          width: 50px;
          height: 50px;
          max-width: 50px;
          max-height: 50px;
          float: left; }
          .full-header-wrapper .navPages-container .navPages .navPages-list .navPages-item .cat-description .cat-image img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
        .full-header-wrapper .navPages-container .navPages .navPages-list .navPages-item .cat-description .cat-name {
          min-width: 400px; }
        .full-header-wrapper .navPages-container .navPages .navPages-list .navPages-item a {
          color: #fff;
          font-weight: 500;
          width: 100%;
          font-family: "Inter", sans-serif !important; }
          .full-header-wrapper .navPages-container .navPages .navPages-list .navPages-item a > img {
            margin-right: 5px; }
        .full-header-wrapper .navPages-container .navPages .navPages-list .blue-item {
          background: #0085ff; }
          .full-header-wrapper .navPages-container .navPages .navPages-list .blue-item:nth-child(3) {
            width: calc(100% + 100px); }
          .full-header-wrapper .navPages-container .navPages .navPages-list .blue-item a.navPage-subMenu-action {
            background: #0085ff;
            z-index: 10;
            position: relative;
            padding: 10px 0 10px;
            height: 53px; }
      .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu {
        margin-top: -8px;
        background: rgba(0, 0, 0, 0.95) !important; }
        .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu .level2-nav {
          line-height: 30px;
          background-color: transparent;
          padding: 0;
          padding-top: 40px;
          padding-bottom: 30px;
          margin: 0;
          background: transparent;
          width: 100%;
          text-align: center;
          max-width: 1200px;
          margin: 0 auto;
          float: none; }
          .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu .level2-nav > li {
            margin: 0 10px; }
          .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu .level2-nav li {
            width: 24%;
            display: inline-block !important;
            margin-left: 0 !important; }
            .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu .level2-nav li a {
              color: #fff !important; }
          .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu .level2-nav .level3 {
            display: none !important;
            min-height: 370px; }
          .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu .level2-nav li {
            margin-right: 0;
            text-align: left;
            display: flex;
            /*
              a.selected-cat {
                border-radius: 0;
                padding: 5px 20px 5px 30px;
                background-color: #c70000;
                background-image: url(../img/white-star.png);
                background-repeat: no-repeat;
                background-position: 3px 6px;
              }
			  */ }
            .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu .level2-nav li.selected-cat {
              margin-left: 140px; }
            .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu .level2-nav li a {
              color: #000;
              padding: 5px 20px 5px 20px; }
          .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu .level2-nav li:first-child {
            border: none; }
          .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu .level2-nav li:hover {
            margin-left: 140px;
            /*  a {
                padding: 5px 20px 5px 30px;
                background-color: #c70000;
                background-image: url(../img/white-star.png);
                background-repeat: no-repeat;
                background-position: 3px 6px;
              }
				*/ }
            .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu .level2-nav li:hover .level3 {
              display: block;
              width: 74%;
              position: absolute;
              right: 0;
              top: 0;
              height: 100%;
              background-color: #eee;
              line-height: 30px; }
              .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu .level2-nav li:hover .level3 li {
                width: 100%;
                background-color: #eee; }
                .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu .level2-nav li:hover .level3 li a {
                  text-decoration: none;
                  padding: 10px; }
        .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu .level3-nav {
          float: left;
          overflow: hidden;
          padding-top: 40px;
          padding-bottom: 30px;
          padding-right: 15px;
          padding-left: 0px;
          width: 70%;
          height: 100%;
          min-height: 370px; }
          .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu .level3-nav:has(.cat-description) {
            display: flex;
            justify-content: flex-start;
            align-items: center; }
          .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu .level3-nav .level3 {
            float: left;
            padding: 0 15px;
            overflow-y: auto; }
            .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu .level3-nav .level3:has(.cat-description) {
              float: none;
              display: flex;
              justify-content: flex-start;
              align-items: center;
              align-content: center;
              flex-wrap: nowrap;
              flex-direction: row;
              margin-left: 45px; }
              .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu .level3-nav .level3:has(.cat-description) li {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: flex-start;
                align-items: center; }
                .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu .level3-nav .level3:has(.cat-description) li a {
                  display: flex;
                  float: left;
                  align-items: center;
                  flex-wrap: nowrap;
                  gap: 3rem;
                  flex-direction: row;
                  justify-content: flex-start; }
            .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu .level3-nav .level3 li {
              float: left;
              width: 30%;
              text-align: left; }
              .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu .level3-nav .level3 li a {
                color: #fff;
                text-decoration: none;
                font-size: 17px;
                text-transform: uppercase;
                margin-bottom: 0;
                display: block;
                font-weight: 400; }
              .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu .level3-nav .level3 li a:hover {
                color: #3779f7; }
            .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu .level3-nav .level3 .level4-nav {
              margin: 0; }
              .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu .level3-nav .level3 .level4-nav a {
                text-align: left;
                margin-bottom: 0;
                font-weight: 400;
                font-size: 16px;
                margin-bottom: 3px; } }

@media (min-width: 1101px) {
  .full-header-wrapper .navPages-container .navPages .navPages-list .navPages-item a {
    font-size: 18px; }
  .full-header-wrapper .navPages-container .navPages .navPages-list {
    display: flex;
    justify-content: space-evenly; }
  .full-header-wrapper .navPages-container .navPages .navPages-list .navPages-item {
    height: 55px; } }

@media (min-width: 1501px) {
  .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu .level2-nav {
    width: 100%; }
  .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu .level3-nav {
    width: 72%; }
  .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu .level2-nav li {
    margin-left: 150px; }
  .full-header-wrapper
.navPages-container
.dropdowning-item
.full-header-wrapper
.navPages-container
.dropdowning-item:hover
> .shop-all-menu
.level3-nav
.level3 {
    max-height: 410px; } }

.shop-all-menu .promo-banner {
  float: left;
  padding-top: 30px;
  padding-right: 15px;
  padding-left: 15px; }
  .shop-all-menu .promo-banner a {
    display: block;
    width: 230px !important;
    margin: 20px;
    border: 10px solid #000;
    position: relative; }
    .shop-all-menu .promo-banner a img {
      width: 100% !important; }
    .shop-all-menu .promo-banner a h4 {
      position: absolute;
      font-weight: 600;
      font-size: 20px;
      text-transform: uppercase;
      display: block;
      text-align: center;
      background: rgba(255, 255, 255, 0.7);
      margin-top: 50%;
      width: 100%;
      padding: 10px 0;
      font-family: "Roboto"; }
  .shop-all-menu .promo-banner a:hover {
    border: 10px solid #0085ff; }

/*
@media (min-width: 1300px) {
    .full-header-wrapper {
        .navPages-container {
            .navPages {
                width: 65%;
            }
        }
    }
}
*/
.shop-all-menu {
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  left: 0;
  position: absolute;
  box-shadow: 0px 14px 22px rgba(0, 0, 0, 0.2); }
  .shop-all-menu .shop-all-menu-content {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 15px;
    /* First List */ }
    .shop-all-menu .shop-all-menu-content ul.level1 {
      width: 25%;
      position: relative;
      float: left;
      max-height: 600px;
      overflow-y: auto;
      margin-right: 3%;
      padding: 20px 0;
      /* Second List */ }
      .shop-all-menu .shop-all-menu-content ul.level1 li {
        display: -webkit-inline-box;
        width: 100%;
        border: none;
        height: 100%;
        padding: 7px !important;
        margin: 0;
        border-bottom: 1px solid #a7ce3c; }
        .shop-all-menu .shop-all-menu-content ul.level1 li a {
          text-decoration: none !important;
          font-size: 17px !important;
          position: relative;
          border: none;
          color: #fff !important;
          text-align: left;
          font-weight: 500;
          text-transform: capitalize;
          padding: 0;
          margin: 0; }
          .shop-all-menu .shop-all-menu-content ul.level1 li a i {
            float: right;
            margin-right: 15px; }
        .shop-all-menu .shop-all-menu-content ul.level1 li a:hover {
          color: #fff !important; }
        .shop-all-menu .shop-all-menu-content ul.level1 li .navPage-childList {
          display: none; }
      .shop-all-menu .shop-all-menu-content ul.level1 li.active,
      .shop-all-menu .shop-all-menu-content ul.level1 li.hover {
        background: transparent;
        border-bottom: 1px solid #a7ce3c; }
        .shop-all-menu .shop-all-menu-content ul.level1 li.active a,
        .shop-all-menu .shop-all-menu-content ul.level1 li.hover a {
          color: #fff !important; }
      .shop-all-menu .shop-all-menu-content ul.level1 li:hover {
        border-bottom: 1px solid #fff !important; }
      .shop-all-menu .shop-all-menu-content ul.level1 .navPage-childList {
        margin-left: 25px;
        flex-direction: row;
        background-color: #fff;
        width: 80%;
        height: 100%;
        padding: 0 20px 20px 20px; }
        .shop-all-menu .shop-all-menu-content ul.level1 .navPage-childList.active.level2 {
          display: flex;
          width: 80%;
          overflow: hidden;
          height: auto; }
          .shop-all-menu .shop-all-menu-content ul.level1 .navPage-childList.active.level2 li {
            display: block; }
        .shop-all-menu .shop-all-menu-content ul.level1 .navPage-childList li {
          margin: 0 20px;
          border: none;
          width: 100%; }
          .shop-all-menu .shop-all-menu-content ul.level1 .navPage-childList li a {
            color: #017eb8 !important;
            font-weight: 700;
            top: 0;
            width: 100%;
            font-size: 20px !important;
            padding-top: 10px; }
    .shop-all-menu .shop-all-menu-content .mega-nav-content-wrapper {
      float: left;
      width: 70%;
      margin-bottom: 0; }
      .shop-all-menu .shop-all-menu-content .mega-nav-content-wrapper .mega-nav-content {
        width: 100%;
        overflow: hidden;
        padding: 30px 0;
        margin-bottom: 0;
        padding-bottom: 0; }
        .shop-all-menu .shop-all-menu-content .mega-nav-content-wrapper .mega-nav-content .level2 {
          width: 70%;
          float: left;
          display: flex;
          flex-wrap: wrap;
          max-height: 300px;
          overflow-y: auto; }
          .shop-all-menu .shop-all-menu-content .mega-nav-content-wrapper .mega-nav-content .level2 li {
            margin: 0 10px 10px;
            float: left;
            width: 45%;
            text-align: left; }
            .shop-all-menu .shop-all-menu-content .mega-nav-content-wrapper .mega-nav-content .level2 li a {
              color: #00659f !important;
              font-weight: 500;
              font-size: 16px;
              border-bottom: 1px solid #fff;
              text-decoration: none !important;
              font-weight: 700; }
            .shop-all-menu .shop-all-menu-content .mega-nav-content-wrapper .mega-nav-content .level2 li a:hover {
              color: #001f31;
              border-bottom: 1px solid #00659f; }
            .shop-all-menu .shop-all-menu-content .mega-nav-content-wrapper .mega-nav-content .level2 li ul.level3 li {
              float: none;
              width: 100%;
              margin: 5px 0; }
              .shop-all-menu .shop-all-menu-content .mega-nav-content-wrapper .mega-nav-content .level2 li ul.level3 li a.navLevel3 {
                font-size: 15px;
                text-indent: 5px;
                color: #249ee3; }
            .shop-all-menu .shop-all-menu-content .mega-nav-content-wrapper .mega-nav-content .level2 li .level3 {
              /*display: none;*/ }
              .shop-all-menu .shop-all-menu-content .mega-nav-content-wrapper .mega-nav-content .level2 li .level3 a {
                font-weight: 400; }
        .shop-all-menu .shop-all-menu-content .mega-nav-content-wrapper .mega-nav-content .promo-banner {
          width: 28%;
          float: right;
          margin-bottom: 0;
          background-image: url("../img/background-banner-category.png");
          border-radius: 15px;
          position: relative; }
          .shop-all-menu .shop-all-menu-content .mega-nav-content-wrapper .mega-nav-content .promo-banner a {
            display: block; }
            .shop-all-menu .shop-all-menu-content .mega-nav-content-wrapper .mega-nav-content .promo-banner a h4 {
              position: absolute;
              color: #fff;
              font-size: 18px;
              margin: 10px;
              text-transform: uppercase;
              font-weight: 800;
              width: 60%;
              text-align: left; }

li.nav-All:hover .shop-all-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  transform: translateY(0px);
  display: block; }

@media (max-width: 800px) {
  .productView-options {
    text-align: center; }
  .credova-wrapper {
    justify-content: center; } }

@media (min-width: 800px) {
  .page-product .productView-product .productView-title {
    text-align: left; }
  .page-product .productView-product .form-field--stock {
    text-align: left; }
  .page-product .productView-product .productView-rating {
    justify-content: flex-start; } }

.pagination {
  background: transparent; }
  .pagination .pagination-item--current {
    background-color: #00205c; }
    .pagination .pagination-item--current a {
      color: #fff;
      background: transparent !important; }
    .pagination .pagination-item--current a:hover {
      color: #fff !important; }
  .pagination .pagination-item:hover {
    background: #00205c;
    border-radius: 4px !important;
    color: #fff; }
    .pagination .pagination-item:hover a {
      background: transparent !important;
      color: #fff; }

@-webkit-keyframes ping {
  75%,
  100% {
    transform: scale(2);
    opacity: 0; } }

@keyframes ping {
  75%,
  100% {
    transform: scale(2);
    opacity: 0; } }

.nav-account .account-complience-circle {
  height: 20px;
  width: 20px;
  display: flex;
  opacity: 0.9;
  position: absolute;
  top: 0;
  right: -12px; }

.nav-account .account-complience-circle .complience-inner {
  position: absolute;
  display: inline-flex;
  height: 100%;
  width: 100%;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  border-radius: 9999px;
  opacity: 0.75;
  --tw-bg-opacity: 1;
  background-color: #bc0b23; }

.nav-account .account-complience-circle #complience-warn {
  position: relative;
  display: inline-flex;
  height: 20px;
  width: 20px;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: #bc0b23;
  border-radius: 9999px; }

#account-links #complience-warn,
.account-nav-container #complience-warn {
  position: relative;
  display: inline-flex;
  height: 15px;
  width: 15px;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: #bc0b23;
  border-radius: 9999px;
  margin-left: 5px; }

.cart-qty-circle {
  height: 20px;
  width: 20px;
  display: flex;
  opacity: 0.9;
  position: absolute;
  top: 0;
  right: -12px; }
  .cart-qty-circle .qty-inner {
    position: absolute;
    display: inline-flex;
    height: 100%;
    width: 100%;
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    border-radius: 9999px;
    opacity: 0.75;
    --tw-bg-opacity: 1;
    background-color: #bc0b23; }
  .cart-qty-circle #cart-qty {
    position: relative;
    display: inline-flex;
    height: 20px;
    width: 20px;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: #bc0b23;
    border-radius: 9999px; }

#cart-btn {
  position: relative; }

.page-product .body {
  padding-bottom: 100px; }
  .page-product .body .productView-options .form-select {
    font-size: 16px;
    height: 40px;
    min-width: 80%;
    background-position: right 0.5rem top 0.7rem; }

.products-new {
  margin-top: 60px;
  margin-bottom: 60px; }

.ReactModal__Content--after-open .active-category {
  height: calc(100vh - 145px);
  overflow-x: auto; }

.ReactModal__Content--after-open ul {
  line-height: 35px; }
  .ReactModal__Content--after-open ul li {
    border-top: 1px solid #393838; }
    .ReactModal__Content--after-open ul li a.view-all {
      font-weight: 600;
      color: #3b7fff !important; }
  .ReactModal__Content--after-open ul li:first-child {
    border: none; }

.ReactModal__Content--after-open .icon-bar ul li {
  border-top: none; }

.ReactModal__Content--after-open .sidenav-logo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 89%;
  width: 89%;
  margin: 0 0 10px 25px; }
  .ReactModal__Content--after-open .sidenav-logo + div {
    height: calc(100vh - 185px);
    overflow-x: auto; }
  .ReactModal__Content--after-open .sidenav-logo img {
    margin-top: 25px; }
  .ReactModal__Content--after-open .sidenav-logo .close-btn {
    color: #fff;
    font-size: 24px;
    font-weight: 900; }

.ReactModal__Content--after-open .mobile-nav > header {
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px; }
  .ReactModal__Content--after-open .mobile-nav > header > button {
    width: 35px; }
    .ReactModal__Content--after-open .mobile-nav > header > button > svg {
      width: 100%;
      height: 100%;
      color: #fff; }
  .ReactModal__Content--after-open .mobile-nav > header > .logo-wrap-nav {
    width: 85%;
    height: 100%;
    background-image: url(../img/logo.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }

.ReactModal__Content--after-open .mobile-nav .cat-extra {
  display: none; }
  .ReactModal__Content--after-open .mobile-nav .cat-extra ul li {
    border-top: 1px solid #eee !important;
    border-bottom: 1px solid #eee;
    padding: 10px 0; }
    .ReactModal__Content--after-open .mobile-nav .cat-extra ul li a {
      font-size: 16px;
      text-decoration: none;
      display: block !important; }
      .ReactModal__Content--after-open .mobile-nav .cat-extra ul li a .fa-2x {
        font-size: 1.5rem; }

.ReactModal__Content--after-open .mobile-nav .active-title {
  background: rgba(0, 0, 0, 0.5); }
  .ReactModal__Content--after-open .mobile-nav .active-title > a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-family: Roboto;
    font-weight: 400; }
  .ReactModal__Content--after-open .mobile-nav .active-title > button {
    width: 30px;
    height: 30px; }
    .ReactModal__Content--after-open .mobile-nav .active-title > button > svg {
      width: inherit;
      height: inherit;
      stroke: #fff; }

.ReactModal__Content--after-open .mobile-nav .blue-active-title {
  background: rgba(0, 133, 255, 0.83); }

.ReactModal__Content--after-open .mobile-nav ul {
  padding: 0; }
  .ReactModal__Content--after-open .mobile-nav ul > li {
    height: 80px;
    padding: 20px; }
    .ReactModal__Content--after-open .mobile-nav ul > li > a {
      position: relative;
      height: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      text-decoration: none; }
      .ReactModal__Content--after-open .mobile-nav ul > li > a > .category-img-block {
        width: 40px;
        height: 40px; }
        .ReactModal__Content--after-open .mobile-nav ul > li > a > .category-img-block > .mob-cat-img {
          width: 100%;
          height: 100%;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center; }
      .ReactModal__Content--after-open .mobile-nav ul > li > a > span {
        position: absolute;
        color: #fff;
        font-family: Roboto;
        font-size: 24px;
        font-weight: 400;
        left: 20%; }
      .ReactModal__Content--after-open .mobile-nav ul > li > a > svg {
        width: 30px;
        height: 30px;
        stroke: #fff; }
  .ReactModal__Content--after-open .mobile-nav ul > .blue-category {
    background: rgba(0, 133, 255, 0.83); }

.ReactModal__Content--after-open .icon-bar {
  position: fixed;
  bottom: 0px;
  width: 90%;
  max-width: 400px;
  background-color: #eee;
  padding: 5px 0; }
  .ReactModal__Content--after-open .icon-bar ul {
    width: 100%;
    display: flex;
    justify-content: space-around; }
    .ReactModal__Content--after-open .icon-bar ul li button i {
      font-size: 25px; }

.ammo-cat .custom-ammor-cat {
  display: flex;
  width: 100%;
  margin: 0 auto; }
  .ammo-cat .custom-ammor-cat .sub-cat-list {
    display: none;
    width: 30%;
    max-width: 360px;
    min-width: 250px; }
    @media (min-width: 801px) {
      .ammo-cat .custom-ammor-cat .sub-cat-list {
        display: block; } }
    .ammo-cat .custom-ammor-cat .sub-cat-list .custom-container {
      overflow-y: scroll;
      box-shadow: 0 0 10px 0 #999999;
      max-height: 80vh; }
      .ammo-cat .custom-ammor-cat .sub-cat-list .custom-container .subCat-list {
        gap: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
        padding: 25px;
        padding-top: 30px; }
        .ammo-cat .custom-ammor-cat .sub-cat-list .custom-container .subCat-list .subCat-item {
          width: auto;
          border-radius: 0;
          margin-top: 0.4em; }
          .ammo-cat .custom-ammor-cat .sub-cat-list .custom-container .subCat-list .subCat-item:hover {
            transform: none; }
          .ammo-cat .custom-ammor-cat .sub-cat-list .custom-container .subCat-list .subCat-item .subCat-name {
            text-align: left; }
          .ammo-cat .custom-ammor-cat .sub-cat-list .custom-container .subCat-list .subCat-item .subCat-action {
            font-size: 16px;
            font-weight: 700; }
  .ammo-cat .custom-ammor-cat .sub-cat-grid {
    padding: 0 15px;
    max-width: 1650px;
    margin: 0 auto; }
    .ammo-cat .custom-ammor-cat .sub-cat-grid .category-sublist .subCat-list {
      position: relative;
      overflow: hidden;
      display: flex;
      gap: 1rem;
      flex-direction: row;
      flex-wrap: wrap; }
      .ammo-cat .custom-ammor-cat .sub-cat-grid .category-sublist .subCat-list .subCat-item {
        width: 48% !important; }
        @media (min-width: 500px) {
          .ammo-cat .custom-ammor-cat .sub-cat-grid .category-sublist .subCat-list .subCat-item {
            width: 48% !important; } }
        @media (min-width: 700px) {
          .ammo-cat .custom-ammor-cat .sub-cat-grid .category-sublist .subCat-list .subCat-item {
            width: 30% !important; } }
        @media (min-width: 1024px) {
          .ammo-cat .custom-ammor-cat .sub-cat-grid .category-sublist .subCat-list .subCat-item {
            width: 19% !important; } }
        .ammo-cat .custom-ammor-cat .sub-cat-grid .category-sublist .subCat-list .subCat-item .subCat-img-wrap {
          overflow: hidden; }
        .ammo-cat .custom-ammor-cat .sub-cat-grid .category-sublist .subCat-list .subCat-item img {
          transition: all 0.2s ease-in-out;
          padding: 10px;
          mix-blend-mode: multiply;
          max-height: 200px; }
        .ammo-cat .custom-ammor-cat .sub-cat-grid .category-sublist .subCat-list .subCat-item:hover {
          transform: none; }
          .ammo-cat .custom-ammor-cat .sub-cat-grid .category-sublist .subCat-list .subCat-item:hover img {
            transform: scale(1.1);
            transition: all 0.2s ease-in-out; }

.products-new .carusel-nav {
  display: none !important; }

.shop-all-menu-wrapper .cat-description {
  width: 95% !important; }
  .shop-all-menu-wrapper .cat-description .cat-desc {
    background: #00205c;
    overflow: hidden;
    padding: 15px; }
    .shop-all-menu-wrapper .cat-description .cat-desc a.cat-banner-only {
      display: block;
      overflow: hidden;
      border: 1px solid #26498a;
      padding: 5px 10px !important; }
      .shop-all-menu-wrapper .cat-description .cat-desc a.cat-banner-only .cat-image {
        display: block;
        float: left; }
      .shop-all-menu-wrapper .cat-description .cat-desc a.cat-banner-only .cat-name {
        float: left;
        max-width: 200px;
        min-width: 50px !important;
        font-size: 15px;
        width: 70%;
        line-height: 20px;
        margin-top: 5px;
        text-transform: uppercase;
        text-align: left;
        padding-left: 5px; }

.productView-description h2 {
  margin: 14px 0;
  font-family: Barlow,Arial,sans-serif;
  font-weight: 400;
  text-transform: uppercase; }

.card-image {
  top: 30px; }

.card-body {
  padding: 1.25rem 1.25rem 10px 1.25rem; }

.cat-wrapper-highlighted .subCat-item {
  background: #00205c;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative; }
  .cat-wrapper-highlighted .subCat-item .sub-cat-img {
    margin-bottom: 5px !important; }
    .cat-wrapper-highlighted .subCat-item .sub-cat-img img {
      max-height: 170px; }
  .cat-wrapper-highlighted .subCat-item .subcat-desc-wrap {
    position: static !important; }

.cat-wrapper-highlighted .subCat-item::after {
  content: "";
  top: -4px;
  right: -10px;
  height: 100px;
  width: 100px;
  position: absolute;
  background-size: cover;
  background-image: url("../img/new-ammo-tag.svg"); }

.page-product .tab-feature .productView-description .ammo_table {
  width: 100%; }
  .page-product .tab-feature .productView-description .ammo_table tr {
    height: 50px;
    /*
          border: 1px solid #ccc;
		  */
    border: 0; }
    .page-product .tab-feature .productView-description .ammo_table tr td {
      /* border-right: 1px solid #ccc; */
      border: 0;
      padding-left: 25px; }
  .page-product .tab-feature .productView-description .ammo_table tr:nth-child(even) {
    background-color: #eee; }

.page-category .subCat-list {
  display: none;
  flex-wrap: wrap;
  justify-content: center; }
  .page-category .subCat-list .subCat-item {
    background-color: #00205c;
    padding: 20px;
    height: auto;
    position: relative;
    border: 4px solid transparent; }
    .page-category .subCat-list .subCat-item .cat-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 20px; }
    .page-category .subCat-list .subCat-item .sub-cat-img img {
      max-height: 100px; }
    .page-category .subCat-list .subCat-item .subcat-desc-wrap {
      position: relative;
      top: 0;
      padding: 0 10px; }
    .page-category .subCat-list .subCat-item:after {
      content: "";
      top: -8px;
      right: -11px;
      height: 100px;
      width: 100px;
      position: absolute;
      background-size: cover;
      background-image: url("../img/new-ammo-tag.svg"); }
    .page-category .subCat-list .subCat-item:hover {
      transform: none;
      border: 4px solid #c70000; }
  @media (min-width: 1023px) {
    .page-category .subCat-list .subCat-item {
      width: 20%; } }
  @media (min-width: 1300px) {
    .page-category .subCat-list .subCat-item {
      width: 15%; } }

.page-product #product-reviews .productReview article .rev-contant-wr {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 10px; }
  .page-product #product-reviews .productReview article .rev-contant-wr .rev-content {
    border: none; }

.accordion--navList .accordion-indicator {
  fill: #00205c; }

.page-login .login .new-customer .panel-header h2 {
  color: #00205c;
  margin-bottom: 0; }

.page-login .login .new-customer .new-customer-intro {
  color: #fff;
  margin-bottom: 20px; }

.product-decription-tabs .productView-title .controls .minus .minus-content {
  background: #00205c !important; }

.product-decription-tabs .productView-title .controls .plus {
  color: #00205c; }

.addToCartError {
  color: #c70000;
  margin-top: 10px; }

#sidenav {
  width: 90% !important;
  max-width: 400px;
  background: #1c1c1c !important;
  border: none !important;
  border-radius: 0 4px 4px 0 !important; }
  #sidenav ul li {
    padding: 10px 15px 10px;
    width: 100%; }
    #sidenav ul li a {
      color: #fff;
      font-size: 18px;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #sidenav ul li a svg {
        margin-top: 0px; }
  #sidenav .active-title {
    color: #fff;
    padding-left: 25px !important; }
    #sidenav .active-title a {
      color: #fff; }
  #sidenav .contact-info {
    color: #fff; }
    #sidenav .contact-info .widget-title {
      color: #fff;
      padding: 10px 15px; }
    #sidenav .contact-info .textwidget a {
      color: #fff; }
    #sidenav .contact-info .textwidget {
      padding: 0 15px; }
  #sidenav .social-info {
    margin-left: 15px; }

#choose-options .mobile-choose {
  display: none; }

@media (min-width: 1500px) {
  #choose-options .mobile-choose {
    display: inline-block;
    padding-right: 5px; } }

.page-product #choose-options .mobile-choose {
  display: inline-block;
  padding-right: 5px; }

@media (min-width: 800px) {
  .page-product .productView-rating {
    align-items: flex-start; }
    .page-product .productView-rating .mobil-rev-br {
      justify-content: flex-start; } }

@media (min-width: 500px) {
  .productView-options .product-action-wrap {
    flex-direction: row;
    width: 100%; }
    .productView-options .product-action-wrap .form-field {
      max-width: 100px; }
  #wishlist-button {
    width: 100%; } }

@media (min-width: 800px) {
  .productView-options .product-action-wrap {
    flex-direction: row;
    justify-content: flex-start; }
    .productView-options .product-action-wrap .form-action {
      width: 100%; }
      .productView-options .product-action-wrap .form-action .button {
        width: 100%; }
  .rating-label,
  .star-rating {
    margin-bottom: 10px; }
    .rating-label .rev-num,
    .star-rating .rev-num {
      margin-left: 0; } }

@media (min-width: 1200px) {
  .productView-options .product-action {
    flex-direction: row; }
    .productView-options .product-action .product-action-wrap {
      flex-direction: row;
      justify-content: flex-start;
      width: 60%; }
      .productView-options .product-action .product-action-wrap .form-action {
        width: 100%; }
        .productView-options .product-action .product-action-wrap .form-action.set-radio #form-action-addToCart {
          min-width: 230px;
          font-size: 18px;
          font-family: 'Inter', Arial;
          font-weight: 700; }
          .productView-options .product-action .product-action-wrap .form-action.set-radio #form-action-addToCart:focus {
            font-size: 18px; }
        .productView-options .product-action .product-action-wrap .form-action #form-action-addToCart,
        .productView-options .product-action .product-action-wrap .form-action #form-action-no-cart-addToCart {
          min-width: 175px;
          padding: 17px 20px;
          margin: 0; }
    .productView-options .product-action #wishlist-button {
      width: 40%;
      text-align: center; }
      .productView-options .product-action #wishlist-button i {
        display: none; } }

.icon--ratingFull svg {
  fill: #c70000; }

/* custom ammo tab */
.hideAll {
  display: none !important; }

.full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu.category-AMMO {
  background: rgba(0, 0, 0, 0.95) !important; }
  .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu.category-AMMO .shop-all-menu-wrapper {
    background-image: none; }
    .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu.category-AMMO .shop-all-menu-wrapper .level2-nav {
      width: 100% !important;
      background: transparent !important;
      padding-top: 10px;
      max-width: 1400px;
      padding-bottom: 30px;
      overflow: hidden; }
      .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu.category-AMMO .shop-all-menu-wrapper .level2-nav li {
        display: block;
        float: left;
        width: 20%;
        margin-left: 2%; }
        .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu.category-AMMO .shop-all-menu-wrapper .level2-nav li a.navPages-action {
          padding: 5px 0px 5px 0px;
          background-color: transparent;
          background-image: none;
          font-weight: 600;
          color: #3363bb !important; }
        .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu.category-AMMO .shop-all-menu-wrapper .level2-nav li a.navPages-action:hover {
          text-decoration: underline; }
        .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu.category-AMMO .shop-all-menu-wrapper .level2-nav li .level3-ammo {
          display: block !important;
          min-height: 20px;
          overflow: hidden; }
          .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu.category-AMMO .shop-all-menu-wrapper .level2-nav li .level3-ammo li {
            margin-left: 0;
            width: 100%;
            line-height: 20px !important; }
            .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu.category-AMMO .shop-all-menu-wrapper .level2-nav li .level3-ammo li a {
              padding: 0 !important;
              font-size: 17px;
              background: transparent; }
            .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu.category-AMMO .shop-all-menu-wrapper .level2-nav li .level3-ammo li a:hover {
              color: #e85d5d !important; }
            .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu.category-AMMO .shop-all-menu-wrapper .level2-nav li .level3-ammo li a.navLevel3.shop_all {
              background: #00205c !important;
              padding: 3px 10px 4px !important;
              border-radius: 3px;
              margin-top: 10px;
              display: inline-block;
              max-width: 110px;
              text-align: center;
              color: #fff !important; }
              .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu.category-AMMO .shop-all-menu-wrapper .level2-nav li .level3-ammo li a.navLevel3.shop_all i svg {
                fill: #fff; }
            .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu.category-AMMO .shop-all-menu-wrapper .level2-nav li .level3-ammo li a.navLevel3.shop_all:hover {
              background: #bc0b23 !important; }
    .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu.category-AMMO .shop-all-menu-wrapper .level3-nav {
      display: none !important; }
    .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu.category-AMMO .shop-all-menu-wrapper .level3-cat-banners {
      margin-left: 0; }
      .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu.category-AMMO .shop-all-menu-wrapper .level3-cat-banners ul {
        overflow: hidden;
        margin-top: 20px; }
        .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu.category-AMMO .shop-all-menu-wrapper .level3-cat-banners ul .cat-description {
          margin-bottom: 20px; }
          .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu.category-AMMO .shop-all-menu-wrapper .level3-cat-banners ul .cat-description .cat-desc {
            padding: 10px 15px 10px 10px; }
            .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu.category-AMMO .shop-all-menu-wrapper .level3-cat-banners ul .cat-description .cat-desc a {
              padding: 5px 10px 5px 10px; }
              .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu.category-AMMO .shop-all-menu-wrapper .level3-cat-banners ul .cat-description .cat-desc a .cat-image {
                width: 50px;
                height: 50px;
                float: left; }
              .full-header-wrapper .navPages-container .dropdowning-item:hover > .shop-all-menu.category-AMMO .shop-all-menu-wrapper .level3-cat-banners ul .cat-description .cat-desc a .cat-name {
                float: left;
                width: auto;
                margin-left: 10px;
                min-width: 50px !important;
                margin-top: 5%;
                font-size: 18px;
                text-align: center; }

.copyright-text p {
  color: #fff !important; }

.clear {
  height: 45px; }

.page-large-center {
  max-width: 1440px;
  margin: 0 auto;
  float: none; }

.custom-create-account .split-half {
  overflow: hidden;
  display: flex;
  flex-direction: column; }
  @media (min-width: 1200px) {
    .custom-create-account .split-half {
      display: block; } }
  .custom-create-account .split-half .form-row.form-row--half {
    width: 100%;
    display: block;
    float: left;
    padding: 20px; }
    @media (min-width: 1200px) {
      .custom-create-account .split-half .form-row.form-row--half {
        width: 50%; } }
    .custom-create-account .split-half .form-row.form-row--half .form-field {
      width: 100% !important; }
  .custom-create-account .split-half + .form-row.form-row--half {
    display: block;
    padding: 20px; }
    .custom-create-account .split-half + .form-row.form-row--half .form-field {
      width: 100%; }

.custom-create-account .form-row.form-row--half {
  margin: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 15px; }
  @media (min-width: 801px) {
    .custom-create-account .form-row.form-row--half {
      margin: 0;
      margin-left: 0;
      margin-right: 0;
      padding: 0; } }
  .custom-create-account .form-row.form-row--half .form-field {
    float: none; }

.custom-create-account .action-wrapper {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 15px; }
  .custom-create-account .action-wrapper .g-recaptcha div {
    margin: 0 auto; }
  .custom-create-account .action-wrapper .form-actions {
    margin-top: 0;
    width: 90%; }
    @media (min-width: 801px) {
      .custom-create-account .action-wrapper .form-actions {
        width: 100%;
        margin-top: 15px; } }
    .custom-create-account .action-wrapper .form-actions .button {
      background-color: #00205c;
      padding: 15px 35px;
      color: #fff;
      text-transform: uppercase;
      border-radius: 10px;
      font-size: 18px;
      font-family: 'Barlow', Arial, sans-serif;
      font-weight: 600;
      border: none;
      text-align: center; }

.custom-create-account .account-section {
  background-color: #f7f7f7;
  padding: 20px;
  margin-bottom: 50px;
  border-radius: 20px;
  box-shadow: 0 5px 30px rgba(27, 31, 35, 0.05), 0 0 1px rgba(27, 31, 35, 0.1), 0 1px 2px rgba(27, 31, 35, 0.05); }
  .custom-create-account .account-section h2 {
    color: #00205c;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px; }

.custom-create-account .form-field {
  min-width: 200px;
  margin-bottom: 15px; }
  .custom-create-account .form-field .form-label {
    color: #00205c; }
  .custom-create-account .form-field select {
    border: 1px solid #00205c;
    border-radius: 5px;
    color: #00205c; }
  .custom-create-account .form-field .form-field--error .form-inlineMessage {
    color: #bc0b23;
    font-size: 15px; }

.custom-create-account .complience-section {
  display: none; }
  .custom-create-account .complience-section .form-field {
    display: block !important; }
  .custom-create-account .complience-section .complience-desc {
    width: 100%;
    overflow: hidden;
    padding: 0;
    color: #00205c;
    font-size: 18px;
    display: none; }
    .custom-create-account .complience-section .complience-desc ul {
      padding-left: 15px;
      margin-top: 20px; }
      .custom-create-account .complience-section .complience-desc ul li {
        list-style: disc;
        font-size: 16px; }
    .custom-create-account .complience-section .complience-desc img {
      width: 100%; }
    .custom-create-account .complience-section .complience-desc div.flex {
      display: flex;
      flex-direction: column;
      gap: 1rem; }
      @media (min-width: 1200px) {
        .custom-create-account .complience-section .complience-desc div.flex {
          flex-direction: row; } }
  .custom-create-account .complience-section .file-upload-section {
    padding: 0; }
    .custom-create-account .complience-section .file-upload-section .content-section {
      background: #1b376c;
      padding: 30px;
      color: #fff;
      border: 2px dashed #fff; }
      .custom-create-account .complience-section .file-upload-section .content-section input {
        color: #fff; }
    .custom-create-account .complience-section .file-upload-section h3 {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 10px; }
  .custom-create-account .complience-section .complience-upload-wrapper {
    width: 100% !important; }
    .custom-create-account .complience-section .complience-upload-wrapper .form-label,
    .custom-create-account .complience-section .complience-upload-wrapper input[type="text"] {
      display: none; }
  .custom-create-account .complience-section .complience-fields-wrapper {
    overflow: hidden;
    margin-bottom: 30px;
    width: 100%; }

.cart-item.complience-row {
  border: 0 !important; }
  .cart-item.complience-row .button {
    border: 0;
    font-size: 16px;
    height: auto;
    padding: 15px !important;
    font-weight: 400;
    font-family: 'Barlow', Arial, sans-serif;
    line-height: 17px; }

#modal {
  border-radius: 10px;
  overflow: hidden; }
  #modal select {
    border-radius: 5px;
    color: #00205c;
    border-color: #00205c;
    font-size: 16px;
    height: auto;
    line-height: 20px; }
  #modal .form-label {
    color: #00205c;
    font-size: 16px; }
  #modal .form-field {
    margin: 0 15px 20px 15px; }
  #modal .complience-desc {
    display: none; }
  #modal .file-upload-wrapper input {
    background: #254788;
    padding: 20px;
    width: 100%;
    border: 2px dashed #fff; }

.complience-information-wrapper {
  padding-bottom: 20px; }
  .complience-information-wrapper .complience-state-selection select {
    width: 100%;
    max-width: 100%; }
  .complience-information-wrapper .save-complience-product {
    text-align: center; }
    .complience-information-wrapper .save-complience-product #form-action-addToCart,
    .complience-information-wrapper .save-complience-product #form-action-no-cart-addToCart {
      background-color: #00205c; }
    .complience-information-wrapper .save-complience-product #form-action-addToCart:hover,
    .complience-information-wrapper .save-complience-product #form-action-no-cart-addToCart:hover {
      background-color: #d9272c !important; }
  .complience-information-wrapper div[data-product-attributes-wrapper=""] {
    height: auto !important; }
  .complience-information-wrapper .state-complience-fields,
  .complience-information-wrapper .complience-desc,
  .complience-information-wrapper .select-complience-wr {
    padding: 10px 0 0 0;
    border: 1px solid #00205c;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
    display: block; }
    .complience-information-wrapper .state-complience-fields .compl-note,
    .complience-information-wrapper .complience-desc .compl-note,
    .complience-information-wrapper .select-complience-wr .compl-note {
      padding: 0 15px 20px 15px;
      color: #dc2626; }
      .complience-information-wrapper .state-complience-fields .compl-note a,
      .complience-information-wrapper .complience-desc .compl-note a,
      .complience-information-wrapper .select-complience-wr .compl-note a {
        color: #dc2626;
        text-decoration: underline; }
  .complience-information-wrapper .state-complience-fields {
    display: none; }

#add-shipping select {
  border-radius: 5px;
  color: #00205c;
  border-color: #00205c;
  font-size: 16px;
  height: auto;
  line-height: 20px; }

.page-category.cart-account-login .login-row {
  margin-bottom: 60px;
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  margin-top: 40px; }
  .page-category.cart-account-login .login-row .panel-header,
  .page-category.cart-account-login .login-row .panel-body {
    background-color: transparent; }
  .page-category.cart-account-login .login-row h2 {
    margin-bottom: 0;
    font-size: 23px; }
  .page-category.cart-account-login .login-row .panel-body {
    padding: 0px 2rem 1.5rem; }
    .page-category.cart-account-login .login-row .panel-body ul {
      padding: 0;
      margin: 0; }
      .page-category.cart-account-login .login-row .panel-body ul .new-customer-fact {
        padding-left: 0;
        margin-bottom: 8px;
        color: #00205c;
        text-transform: uppercase;
        font-size: 15px; }
        .page-category.cart-account-login .login-row .panel-body ul .new-customer-fact img {
          margin-right: 20px; }
  .page-category.cart-account-login .login-row .new-customer-intro {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600; }
  .page-category.cart-account-login .login-row .reg-button {
    background: #00205c !important;
    color: #fff !important; }
  .page-category.cart-account-login .login-row .reg-button:hover {
    background-color: #d9272c !important; }
  .page-category.cart-account-login .login-row .forgot-password {
    color: #d9272c !important; }
  .page-category.cart-account-login .login-row .forgot-password:hover {
    color: #00205c !important; }

.page-category.cart-account-login h1 {
  margin: 40px auto 0px auto !important; }
  @media (max-width: 801px) {
    .page-category.cart-account-login h1 {
      width: 70%;
      font-size: 20px !important; } }

.page-category.cart-account-login .back-cart a {
  color: #00205c;
  font-size: 18px; }

.page-category.cart-account-login .new-customer {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 801px) {
  .page-category.cart-account-login .login-row .panel-body {
    padding: 0px 0rem 0rem; }
  .panel-header {
    padding: 1.5rem 0rem 0; }
  .back-cart {
    margin-bottom: 15px;
    text-indent: 15px; } }

.bread-wrap.custom-container {
  padding: 0; }

.complience-information-wrapper-cart {
  padding: 0px 0; }
  .complience-information-wrapper-cart .form-label--alternate,
  .complience-information-wrapper-cart .form-field {
    font-size: 15px;
    font-weight: normal;
    color: #00205c; }
  .complience-information-wrapper-cart h2 {
    font-size: 20px;
    font-weight: 600; }

.swal2-modal .swal2-confirm {
  background-color: #00205c !important;
  border-color: #00205c !important;
  color: white;
  border-radius: 5px; }

.swal2-modal .swal2-cancel {
  border-color: #00205c !important;
  color: #fff !important;
  border-radius: 5px;
  text-transform: uppercase !important; }

.page-orderconfirmation .orderConfirmation {
  text-align: center; }

.page-orderconfirmation .checkout-content {
  padding-bottom: 60px; }
  .page-orderconfirmation .checkout-content .button {
    background-color: #00205c !important;
    padding: 15px 40px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    border-radius: 5px !important;
    font-size: 18px !important;
    font-family: 'Inter', Arial, sans-serif !important;
    font-weight: 600 !important;
    border: none !important; }
  .page-orderconfirmation .checkout-content .button:hover {
    background-color: #d9272c !important; }

.ms-massachusetts {
  width: 100%;
  height: 250px;
  background: url("../img/Massachusetts.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain; }

.ms-sample {
  width: 100%;
  height: 250px;
  background: url("../img/CT-Permit-Sample.png");
  background-repeat: no-repeat;
  background-size: 100%; }

.ms-illinois {
  width: 100%;
  height: 250px;
  background: url("../img/Illinois.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain; }

.ms-newyork {
  width: 100%;
  height: 250px;
  background: url("../img/newyork.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: contain; }

.page-cart .page-content {
  padding: 0; }
  .page-cart .page-content .button.checkout-nocompliene {
    width: 100%;
    font-size: 20px;
    padding: 15px 20px; }

.complience-note {
  background: #d9272c;
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  display: none;
  width: 100%;
  margin-bottom: 20px; }

.account-complience-note .complience-note {
  display: block;
  background: transparent;
  border: 1px solid #d9272c;
  border-radius: 0;
  color: #d9272c;
  margin: 20px 0 5px 0; }

.page-login h1 {
  color: #00205c; }

.page-login .login-row .login-form input {
  border: 1px solid #00205c; }

.checkout-content.order_confirmation h1 {
  font-weight: bold;
  margin-bottom: 20px; }

.checkout-content.order_confirmation p {
  font-size: 18px; }

.checkout-content.order_confirmation .upload-complience {
  display: none;
  text-align: center; }
  .checkout-content.order_confirmation .upload-complience .compl-text {
    margin-bottom: 5px;
    font-weight: bold;
    margin-top: 15px; }

@media (min-width: 1100px) {
  .checkout-content.order_confirmation .layout-main {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(95, 95, 95, 0.14);
    background: url(../img/toilet-flag-compl.png);
    background-repeat: no-repeat;
    height: 470px;
    padding-right: 30px;
    margin-bottom: 5px;
    background-position: bottom left; }
  .checkout-content.order_confirmation .cart {
    margin: 0rem 0 1.5rem; }
  .checkout-content.order_confirmation .orderConfirmation {
    text-align: center;
    max-width: 400px;
    float: right;
    margin: 15px auto 15px;
    padding-top: 0;
    background: rgba(255, 255, 255, 0.8); }
  .checkout-content.order_confirmation .continueButtonContainer {
    margin-top: 020px; }
  .checkout-content.order_confirmation .upload-complience {
    float: right;
    max-width: 400px;
    background: rgba(255, 255, 255, 0.8);
    margin-top: -15px; } }

.previewCart .cart-subscription .form-group {
  max-width: 700px; }
  .previewCart .cart-subscription .form-group .status-wrapper {
    width: 100%; }

.previewCart .productView-info {
  display: none; }

.cart-subscription-thank-container .cart-subscription-thank span {
  color: #fff;
  font-family: 'Barlow', Arial, sans-serif !important;
  font-size: 18px !important;
  margin-bottom: 19px;
  text-align: center;
  display: block; }

.cart-subscription-thank-container .cart-subscription-thank {
  background: #00205c !important; }

.cart-subscription-thank-container .cart-subscription-thank .right-section img {
  max-width: 178px; }

@media (max-width: 800px) {
  .modal-header-title {
    font-size: 16px;
    max-width: 90%;
    text-align: left; }
  .cart-subscription-thank-container .cart-subscription-thank {
    display: block !important; }
  .cart-subscription-thank-container {
    padding: 0 !important;
    background: transparent !important;
    margin: 0 !important; }
  .cart-subscription-thank-container .cart-subscription-thank {
    background: transparent !important; }
  .cart-subscription-thank-container .cart-subscription-thank .cart-subscription-thank-title h3,
  .cart-subscription-thank-container .cart-subscription-thank span {
    color: #00205c !important; }
  .modal-body .cart-subscription-thank-container .cart-subscription-thank-button .button.button--primary {
    color: #fff !important;
    background-color: #00205c !important; }
  .cart-subscription-thank-container .cart-subscription-thank .right-section {
    display: block !important;
    width: 100% !important;
    text-align: center;
    margin-top: 20px; } }

.account-wrapper.complience #complience .complience-information-wrapper-cart .complience-desc .form-field {
  text-align: center; }
  .account-wrapper.complience #complience .complience-information-wrapper-cart .complience-desc .form-field img {
    margin: 20px auto; }
  .account-wrapper.complience #complience .complience-information-wrapper-cart .complience-desc .form-field ul,
  .account-wrapper.complience #complience .complience-information-wrapper-cart .complience-desc .form-field .main-item {
    text-align: left; }

.fSVbeU .cart-preview_footer .cart-btn {
  position: relative; }

.fSVbeU .cart-preview_footer .cart-btn a:not(.checkout) {
  display: none; }

.fSVbeU .cart-preview_footer .gurCdr {
  padding-bottom: 70px; }

.fSVbeU .cart-preview_footer .cart-btn {
  background: #fff;
  position: fixed;
  bottom: 0;
  left: auto;
  right: 18px;
  width: 382px;
  max-width: 100%;
  padding: 0 20px 20px; }

.product-slider .card .product-content h2 small a,
.productGrid .card .product-content h2 small a, .product-slider .card .product-content span.para small a, .productGrid .card .product-content span.para small a {
  font-size: 11px; }

@media (max-width: 992px) {
  .product-slider .card .product-content h2,
  .productGrid .card .product-content h2 {
    flex-wrap: wrap; }
  .productGrid .card .price-wrap {
    width: 100% !important;
    margin: 0 0 5px !important;
    border-radius: 5px !important; }
  .productGrid .card #choose-options {
    width: 100%;
    margin: 0; }
  .product-slider .card .product-content h2 .price-section,
  .productGrid .card .product-content h2 .price-section {
    border-radius: 5px !important; }
  .product-slider .card .product-content h2 small, .product-slider .card .product-content span.para small
.productGrid .card .product-content h2 small, .productGrid .card .product-content span.para small {
    width: 100% !important;
    border-radius: 5px !important; } }

#snize-search-results-grid-mode li.snize-product .snize-button {
  display: block !important;
  opacity: 1;
  visibility: visible; }

#snize-search-results-grid-mode li.snize-product .snize-button {
  border-radius: 5px;
  width: calc(100% - 20px) !important;
  position: relative;
  font-size: 14px;
  position: relative;
  top: 0 !important; }

#snize-search-results-grid-mode li.snize-product .snize-button:after {
  content: "";
  background-image: url(../img/banner_2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: -6px;
  position: absolute;
  left: 0;
  transform: translateX(-100%);
  top: 0;
  width: 130px;
  height: 45px;
  z-index: 5;
  pointer-events: none; }

#snize-search-results-grid-mode li.snize-product .snize-button:hover:after {
  animation-name: button-slide2;
  animation-timing-function: ease;
  animation-duration: 1.5s;
  z-index: 12; }

@keyframes button-slide2 {
  0% {
    left: 0%;
    transform: translateX(-100%); }
  100% {
    left: 100%;
    transform: translateX(100%); } }

#snize-search-results-grid-mode li.snize-product span.snize-title {
  min-height: 36px;
  line-height: 18px; }

#snize-search-results-grid-mode span.snize-description {
  min-height: 48px;
  line-height: 16px; }

#snize-search-results-grid-mode .snize-price-list {
  min-height: 21px; }

div.snize #snize-search-results-grid-mode .snize-reviews {
  min-height: 16px; }

#snize-search-results-grid-mode span.snize-description:empty,
#snize-search-results-list-mode span.snize-description:empty,
div.snize #snize-search-results-list-mode .snize-reviews:empty,
div.snize #snize-search-results-grid-mode .snize-reviews:empty {
  display: block !important; }

@media (max-width: 992px) {
  #snize-search-results-grid-mode li.snize-product .snize-button {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .product-slider .card .product-content .price-wrap,
  .productGrid .card .product-content .price-wrap {
    width: 100% !important;
    border-radius: 5px !important;
    margin: 0 0 5px; }
  .product-slider .card .product-content h2 small, .product-slider .card .product-content span.para small
.productGrid .card .product-content h2 small, .productGrid .card .product-content span.para small {
    margin: 0; }
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode li.snize-product .snize-button {
    width: auto !important;
    position: relative !important;
    left: 0 !important;
    border-radius: 5px !important;
    font-size: 14px !important; }
  #snize-search-results-grid-mode li.snize-product span.snize-title {
    min-height: auto; }
  #snize-search-results-grid-mode span.snize-description {
    min-height: auto; }
  #snize-search-results-grid-mode .snize-price-list {
    min-height: auto; }
  div.snize #snize-search-results-grid-mode .snize-reviews {
    min-height: auto; } }

@media (max-width: 600px) {
  .product-slider .card .product-content .price-wrap,
  .productGrid .card .product-content .price-wrap {
    width: 40% !important;
    border-radius: 5px 0 0 5px !important; }
  .product-slider .card .product-content h2 small, .product-slider .card .product-content span.para small
.productGrid .card .product-content h2 small, .productGrid .card .product-content span.para small {
    width: 60% !important;
    border-radius: 0 5px 5px 0 !important; }
  .fSVbeU .cart-preview_footer .cart-btn {
    bottom: 10px;
    right: 0;
    padding: 20px 20px 5px; } }

.blog .socialLinks {
  margin-bottom: 20px; }

.blog .addthis_toolbox {
  margin-top: 1rem; }

#blog-listing-page .star-heading {
  margin: 40px auto 15px;
  font-size: 3rem;
  padding: 0; }
  @media (min-width: 480px) {
    #blog-listing-page .star-heading {
      padding: 0 30px; } }
  #blog-listing-page .star-heading:before, #blog-listing-page .star-heading:after {
    display: none; }
    @media (min-width: 480px) {
      #blog-listing-page .star-heading:before, #blog-listing-page .star-heading:after {
        display: block; } }

#blog-listing-page ul.nav-tabs {
  margin: 0 0 15px; }

#blog-listing-page > h3 {
  margin: 0 0 15px; }
  @media (max-width: 600px) {
    #blog-listing-page > h3 {
      margin: 0; } }

@media (max-width: 600px) {
  #blog-listing-page .blog-wrapper.filters-nav {
    position: sticky;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 100;
    padding-top: 15px; } }

#blog-listing-page .blog-wrapper,
#blog-listing-page .blog-wrap, #blog-listing-page .related-wrap {
  align-items: stretch; }
  #blog-listing-page .blog-wrapper .blog,
  #blog-listing-page .blog-wrap .blog, #blog-listing-page .related-wrap .blog {
    overflow: hidden;
    transition: all 0.3s; }
    @media (min-width: 1400px) {
      #blog-listing-page .blog-wrapper .blog,
      #blog-listing-page .blog-wrap .blog, #blog-listing-page .related-wrap .blog {
        width: 29%;
        margin: 0 20px 30px; } }
    #blog-listing-page .blog-wrapper .blog:hover,
    #blog-listing-page .blog-wrap .blog:hover, #blog-listing-page .related-wrap .blog:hover {
      border-color: #000;
      box-shadow: 0 0 0 1px #000; }
      #blog-listing-page .blog-wrapper .blog:hover .blog-post-body .blog-post p,
      #blog-listing-page .blog-wrap .blog:hover .blog-post-body .blog-post p, #blog-listing-page .related-wrap .blog:hover .blog-post-body .blog-post p {
        color: #d9272c; }
    #blog-listing-page .blog-wrapper .blog .blog-post-figure,
    #blog-listing-page .blog-wrap .blog .blog-post-figure, #blog-listing-page .related-wrap .blog .blog-post-figure {
      height: auto;
      aspect-ratio: 16/9;
      background: url("https://cdn11.bigcommerce.com/s-147rwa95bf/images/stencil/original/image-manager/placeholder-image.png") no-repeat 50% 50%/cover #eee; }
      @media (max-width: 1024px) {
        #blog-listing-page .blog-wrapper .blog .blog-post-figure,
        #blog-listing-page .blog-wrap .blog .blog-post-figure, #blog-listing-page .related-wrap .blog .blog-post-figure {
          aspect-ratio: unset; } }
      #blog-listing-page .blog-wrapper .blog .blog-post-figure .blog-thumbnail > div,
      #blog-listing-page .blog-wrap .blog .blog-post-figure .blog-thumbnail > div, #blog-listing-page .related-wrap .blog .blog-post-figure .blog-thumbnail > div {
        display: block; }
        #blog-listing-page .blog-wrapper .blog .blog-post-figure .blog-thumbnail > div img,
        #blog-listing-page .blog-wrap .blog .blog-post-figure .blog-thumbnail > div img, #blog-listing-page .related-wrap .blog .blog-post-figure .blog-thumbnail > div img {
          height: auto;
          aspect-ratio: 16/9;
          object-fit: cover;
          border-radius: 10px 10px 0 0; }
    #blog-listing-page .blog-wrapper .blog .blog-header .blog-title,
    #blog-listing-page .blog-wrap .blog .blog-header .blog-title, #blog-listing-page .related-wrap .blog .blog-header .blog-title {
      margin-bottom: 0; }
      #blog-listing-page .blog-wrapper .blog .blog-header .blog-title span,
      #blog-listing-page .blog-wrap .blog .blog-header .blog-title span, #blog-listing-page .related-wrap .blog .blog-header .blog-title span {
        color: #00205c;
        font-size: 2rem;
        font-weight: 700;
        line-height: 30px;
        height: 60px;
        display: block;
        overflow: hidden; }
    #blog-listing-page .blog-wrapper .blog .blog-post-body .blog-post p,
    #blog-listing-page .blog-wrap .blog .blog-post-body .blog-post p, #blog-listing-page .related-wrap .blog .blog-post-body .blog-post p {
      display: table;
      margin-left: auto;
      margin-top: 0; }
  #blog-listing-page .blog-wrapper .pagination,
  #blog-listing-page .blog-wrap .pagination, #blog-listing-page .related-wrap .pagination {
    flex: 1 0 100%; }
    #blog-listing-page .blog-wrapper .pagination .pagination-list,
    #blog-listing-page .blog-wrap .pagination .pagination-list, #blog-listing-page .related-wrap .pagination .pagination-list {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      align-items: center; }
      #blog-listing-page .blog-wrapper .pagination .pagination-list .pagination-item.pagination-item--current,
      #blog-listing-page .blog-wrap .pagination .pagination-list .pagination-item.pagination-item--current, #blog-listing-page .related-wrap .pagination .pagination-list .pagination-item.pagination-item--current {
        background: #d9272c; }
      #blog-listing-page .blog-wrapper .pagination .pagination-list .pagination-item:hover,
      #blog-listing-page .blog-wrap .pagination .pagination-list .pagination-item:hover, #blog-listing-page .related-wrap .pagination .pagination-list .pagination-item:hover {
        background: #d9272c; }
      #blog-listing-page .blog-wrapper .pagination .pagination-list .pagination-item a,
      #blog-listing-page .blog-wrap .pagination .pagination-list .pagination-item a, #blog-listing-page .related-wrap .pagination .pagination-list .pagination-item a {
        min-width: 40px;
        min-height: 40px;
        line-height: 32px;
        font-size: 25px; }
        #blog-listing-page .blog-wrapper .pagination .pagination-list .pagination-item a .icon,
        #blog-listing-page .blog-wrap .pagination .pagination-list .pagination-item a .icon, #blog-listing-page .related-wrap .pagination .pagination-list .pagination-item a .icon {
          display: none; }

#blog-details-page a {
  color: #00205c; }

#blog-details-page .blog-post a {
  color: #bc0b23;
  text-decoration: underline; }
  #blog-details-page .blog-post a:active, #blog-details-page .blog-post a:focus, #blog-details-page .blog-post a:hover {
    color: #000; }

#blog-details-page .mobile-blog-img {
  margin: 0 0 30px; }
  #blog-details-page .mobile-blog-img a {
    display: block; }
    #blog-details-page .mobile-blog-img a img {
      max-height: 30rem;
      object-fit: cover;
      border-radius: 0.625rem; }

#blog-details-page .blog-header .blog-title {
  margin: 15px 0 15px;
  text-align: left;
  text-transform: uppercase;
  font-size: 42px;
  text-transform: uppercase; }
  @media (max-width: 1024px) {
    #blog-details-page .blog-header .blog-title {
      font-size: 30px; } }

#blog-details-page .blog-header .blog-date {
  align-items: center;
  color: #333;
  margin: 0 0 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center; }
  @media (min-width: 480px) {
    #blog-details-page .blog-header .blog-date {
      justify-content: flex-start;
      text-align: left; } }
  @media (max-width: 479px) {
    #blog-details-page .blog-header .blog-date .blog-author-img {
      width: 100%; } }
  #blog-details-page .blog-header .blog-date span {
    position: relative;
    font-size: 20px; }
    @media (min-width: 480px) {
      #blog-details-page .blog-header .blog-date span {
        align-items: center;
        display: flex; } }
    #blog-details-page .blog-header .blog-date span + span {
      font-weight: 400; }
    #blog-details-page .blog-header .blog-date span:not(:first-child):before {
      content: "";
      background-image: url(../img/star123.svg);
      height: 15px;
      width: 15px;
      margin: 0 10px;
      background-size: cover; }
      @media (max-width: 479px) {
        #blog-details-page .blog-header .blog-date span:not(:first-child):before {
          display: none; } }
    #blog-details-page .blog-header .blog-date span img {
      width: 4rem;
      height: 4rem;
      object-fit: cover;
      border-radius: 100%;
      margin-right: 1rem; }
      @media (max-width: 1024px) {
        #blog-details-page .blog-header .blog-date span img {
          width: 7rem;
          height: 7rem;
          margin: 0 0 1rem; } }

#blog-details-page .blog-post-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative; }
  #blog-details-page .blog-post-body .blog-post {
    position: relative;
    z-index: 1; }
    @media (max-width: 1024px) {
      #blog-details-page .blog-post-body .blog-post {
        flex: 1 1 100%;
        padding-right: 0;
        max-width: 100%; } }
    #blog-details-page .blog-post-body .blog-post p {
      font-size: 1.25rem;
      margin: 0 0 15px; }
    #blog-details-page .blog-post-body .blog-post h2 {
      margin: 35px 0 15px;
      font-size: 2.25rem; }
    #blog-details-page .blog-post-body .blog-post h3 {
      margin: 30px 0 15px;
      font-size: 2rem; }
    #blog-details-page .blog-post-body .blog-post h4 {
      margin: 25px 0 15px;
      font-size: 1.8rem; }
    #blog-details-page .blog-post-body .blog-post img {
      max-width: 100%;
      width: auto;
      max-height: 100%;
      margin: 0 0 15px;
      border-radius: 10px; }
  #blog-details-page .blog-post-body .sidebar-blog {
    position: sticky;
    z-index: 2;
    top: 150px;
    flex: 0 1 25%; }
    @media (max-width: 1024px) {
      #blog-details-page .blog-post-body .sidebar-blog {
        flex: 1 1 100%; } }
    #blog-details-page .blog-post-body .sidebar-blog > div:first-child {
      display: none; }

#blog-details-page .blog-author-sec > div > div > div > div:nth-child(3) div {
  background: none; }

#blog-details-page .blog-author-sec > div > div > div > div:nth-child(3) img {
  width: 10rem;
  height: 10rem;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  opacity: 1;
  display: block;
  margin-left: auto; }
  @media (max-width: 1024px) {
    #blog-details-page .blog-author-sec > div > div > div > div:nth-child(3) img {
      margin-right: auto;
      margin-bottom: 10px; } }

#related-blog-list .blog-sidebar-heading {
  position: relative;
  background-color: transparent;
  font-family: 'Barlow', Arial,sans-serif;
  font-size: 3rem;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  color: #00205c;
  text-transform: uppercase;
  margin: 80px auto 40px;
  text-align: center; }
  @media (max-width: 1024px) {
    #related-blog-list .blog-sidebar-heading {
      margin: 80px 0 40px;
      width: 100%; } }
  @media (max-width: 600px) {
    #related-blog-list .blog-sidebar-heading {
      font-size: 2.5rem; } }

#related-blog-list .blog-sidebar-heading:before {
  content: "";
  background-image: url(../img/star123.svg);
  height: 20px;
  width: 20px;
  position: absolute;
  top: 15px;
  left: -28px;
  background-size: cover; }
  @media (max-width: 1024px) {
    #related-blog-list .blog-sidebar-heading:before {
      left: 24vw; } }
  @media (max-width: 600px) {
    #related-blog-list .blog-sidebar-heading:before {
      left: 5vw;
      top: 11px; } }

#related-blog-list .blog-sidebar-heading:after {
  content: "";
  background-image: url(../img/star123.svg);
  height: 20px;
  width: 20px;
  position: absolute;
  top: 15px;
  right: -28px;
  background-size: cover; }
  @media (max-width: 1024px) {
    #related-blog-list .blog-sidebar-heading:after {
      right: 24vw; } }
  @media (max-width: 600px) {
    #related-blog-list .blog-sidebar-heading:after {
      right: 5vw;
      top: 11px; } }

#related-blog-list .blog-wrapper,
#related-blog-list .blog-wrap, #related-blog-list .related-wrap {
  max-width: 1650px;
  margin: 0 auto;
  padding: 0 30px;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    #related-blog-list .blog-wrapper,
    #related-blog-list .blog-wrap, #related-blog-list .related-wrap {
      flex-direction: column;
      align-items: center; } }
  #related-blog-list .blog-wrapper .blog,
  #related-blog-list .blog-wrap .blog, #related-blog-list .related-wrap .blog {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
    transition: all 0.3s; }
    #related-blog-list .blog-wrapper .blog:hover,
    #related-blog-list .blog-wrap .blog:hover, #related-blog-list .related-wrap .blog:hover {
      border-color: #000;
      box-shadow: 0 0 0 1px #000; }
      #related-blog-list .blog-wrapper .blog:hover .blog-post-body .blog-post p,
      #related-blog-list .blog-wrap .blog:hover .blog-post-body .blog-post p, #related-blog-list .related-wrap .blog:hover .blog-post-body .blog-post p {
        color: #d9272c; }
    @media (min-width: 992px) {
      #related-blog-list .blog-wrapper .blog,
      #related-blog-list .blog-wrap .blog, #related-blog-list .related-wrap .blog {
        margin: 0 6px 30px;
        max-width: 400px;
        width: 29%; } }
    #related-blog-list .blog-wrapper .blog .blog-post-figure,
    #related-blog-list .blog-wrap .blog .blog-post-figure, #related-blog-list .related-wrap .blog .blog-post-figure {
      height: auto;
      aspect-ratio: 16/9;
      background: url(https://cdn11.bigcommerce.com/s-147rwa95bf/images/stencil/original/image-manager/placeholder-image.png) no-repeat 50% 50%/cover #eee;
      display: block;
      margin: auto;
      text-align: center;
      border-radius: 10px 10px 0 0; }
      #related-blog-list .blog-wrapper .blog .blog-post-figure .blog-thumbnail,
      #related-blog-list .blog-wrap .blog .blog-post-figure .blog-thumbnail, #related-blog-list .related-wrap .blog .blog-post-figure .blog-thumbnail {
        margin: 0;
        width: 100%;
        max-width: none; }
        #related-blog-list .blog-wrapper .blog .blog-post-figure .blog-thumbnail > div,
        #related-blog-list .blog-wrap .blog .blog-post-figure .blog-thumbnail > div, #related-blog-list .related-wrap .blog .blog-post-figure .blog-thumbnail > div {
          display: block; }
          #related-blog-list .blog-wrapper .blog .blog-post-figure .blog-thumbnail > div img,
          #related-blog-list .blog-wrap .blog .blog-post-figure .blog-thumbnail > div img, #related-blog-list .related-wrap .blog .blog-post-figure .blog-thumbnail > div img {
            height: auto;
            aspect-ratio: 16/9;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 10px 10px 0 0; }
    #related-blog-list .blog-wrapper .blog .blog-header .blog-title,
    #related-blog-list .blog-wrap .blog .blog-header .blog-title, #related-blog-list .related-wrap .blog .blog-header .blog-title {
      font-weight: 600;
      margin: 15px 15px 0; }
      #related-blog-list .blog-wrapper .blog .blog-header .blog-title span,
      #related-blog-list .blog-wrap .blog .blog-header .blog-title span, #related-blog-list .related-wrap .blog .blog-header .blog-title span {
        color: #00205c;
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        height: 60px;
        display: block;
        overflow: hidden;
        text-align: left; }
    #related-blog-list .blog-wrapper .blog .mobile-blog-img,
    #related-blog-list .blog-wrap .blog .mobile-blog-img, #related-blog-list .related-wrap .blog .mobile-blog-img {
      display: none; }
    #related-blog-list .blog-wrapper .blog .blog-post-body,
    #related-blog-list .blog-wrap .blog .blog-post-body, #related-blog-list .related-wrap .blog .blog-post-body {
      width: 100%;
      display: block;
      border-radius: 0 0 10px 10px;
      margin: 0 auto;
      padding: 15px;
      text-align: center; }
      #related-blog-list .blog-wrapper .blog .blog-post-body .blog-post,
      #related-blog-list .blog-wrap .blog .blog-post-body .blog-post, #related-blog-list .related-wrap .blog .blog-post-body .blog-post {
        color: #000;
        font-size: 16px;
        line-height: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
        width: 100%;
        padding-bottom: 35px; }
        #related-blog-list .blog-wrapper .blog .blog-post-body .blog-post .read-more,
        #related-blog-list .blog-wrap .blog .blog-post-body .blog-post .read-more, #related-blog-list .related-wrap .blog .blog-post-body .blog-post .read-more {
          position: absolute;
          display: table;
          margin-left: auto;
          font-weight: 600;
          text-decoration: none;
          text-transform: capitalize;
          color: #00205c;
          margin: 0;
          bottom: 15px;
          right: 20px;
          font-family: "Forzassm Bold", sans-serif !important; }
          #related-blog-list .blog-wrapper .blog .blog-post-body .blog-post .read-more:hover,
          #related-blog-list .blog-wrap .blog .blog-post-body .blog-post .read-more:hover, #related-blog-list .related-wrap .blog .blog-post-body .blog-post .read-more:hover {
            font-weight: 700; }

[data-layout-name="BlogTarget"] .buttonLink {
  margin-top: 20px; }

[data-layout-name="AuthorblogSection"] > div:nth-child(2), [data-layout-name="AuthorblogSection"] > div:nth-child(5) {
  display: none; }

/* Premium Tactical Recharge Widget - Next Level Design */
/* Hide popup */
.rca-subscription-widget .rc_popup {
  display: none !important; }

/* Reset and enhance widget container */
.rca-subscription-widget {
  padding: 0 !important;
  margin: 32px 0 !important;
  font-family: 'Barlow', -apple-system, BlinkMacSystemFont, sans-serif !important;
  position: relative !important; }

/* Add "CHOOSE YOUR PLAN" header */
.rca-subscription-widget::before {
  content: '⚡ CHOOSE YOUR PLAN' !important;
  display: block !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  letter-spacing: 1.5px !important;
  color: #111827 !important;
  margin-bottom: 16px !important;
  text-transform: uppercase !important;
  text-align: center !important; }

/* Main form container with premium styling */
.rca-subscription-widget .rca-subscription-form {
  background: #FFFFFF !important;
  border: none !important;
  border-radius: 12px !important;
  padding: 6px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 10px 40px rgba(0, 0, 0, 0.08) !important;
  position: relative !important;
  overflow: hidden !important; }

/* American flag pattern - repeating as requested */
.rca-subscription-widget .rca-subscription-form::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 4px !important;
  background: repeating-linear-gradient(90deg, #DC2626 0px, #DC2626 15px, #FFFFFF 15px, #FFFFFF 30px, #1E40AF 30px, #1E40AF 45px) !important;
  z-index: 10 !important; }

/* Button container - premium glass effect background */
.rca-subscription-widget .rca-subscription-form__buttons-type {
  display: flex !important;
  gap: 6px !important;
  margin-bottom: 6px !important;
  padding: 0 !important;
  background: #F8FAFC !important;
  border-radius: 8px !important;
  position: relative !important; }

/* Remove spans wrapping buttons */
.rca-subscription-widget .rca-subscription-form__buttons-type > span {
  flex: 1 !important;
  display: flex !important; }

/* Premium button styling */
.rca-subscription-widget .rca-subscription-form__button {
  flex: 1 !important;
  padding: 20px 16px !important;
  background: #FFFFFF !important;
  border: 2px solid transparent !important;
  color: #64748B !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-align: center !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important; }

/* Rounded corners */
.rca-subscription-widget .rca-button-left {
  border-radius: 6px 0 0 6px !important; }

.rca-subscription-widget .rca-button-right {
  border-radius: 0 6px 6px 0 !important; }

/* Selected state - premium red with effects */
.rca-subscription-widget .rca-subscription-form__button--selected {
  background: linear-gradient(135deg, #DC2626 0%, #B91C1C 100%) !important;
  color: #FFFFFF !important;
  border-color: #DC2626 !important;
  font-weight: 700 !important;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1), 0 4px 6px rgba(220, 38, 38, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
  transform: scale(1.02) !important;
  z-index: 2 !important; }

/* Add checkmark to selected */
.rca-subscription-widget .rca-subscription-form__button--selected .rca-subscription-form-buttons-subscription-text::before {
  content: '✓ ' !important;
  font-weight: 800 !important;
  margin-right: 4px !important; }

/* Hover effects for non-selected */
.rca-subscription-widget .rca-subscription-form__button:not(.rca-subscription-form__button--selected):hover {
  background: #FEF2F2 !important;
  border-color: #DC2626 !important;
  color: #DC2626 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important; }

/* Active state */
.rca-subscription-widget .rca-subscription-form__button:active {
  transform: translateY(0) scale(0.98) !important; }

/* Remove BR tags */
.rca-subscription-widget br {
  display: none !important; }

/* Button text enhancement */
.rca-subscription-form-buttons-subscription-text,
.rca-subscription-form-buttons-otp-text {
  display: block !important;
  font-size: 16px !important;
  line-height: 1.2 !important; }

/* Add savings badge to subscription button */
.rca-subscription-widget .rca-subscription-form__button--subscription .rca-subscription-form-buttons-subscription-text::after {
  content: 'BEST VALUE' !important;
  display: block !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.5px !important;
  margin-top: 4px !important;
  opacity: 0.9 !important; }

/* Frequency selector section - premium card style */
.rca-subscription-widget .rca-subscription-form__frequency {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  font-size: 14px !important;
  color: #475569 !important;
  font-weight: 500 !important;
  padding: 20px !important;
  background: linear-gradient(135deg, #F8FAFC 0%, #F1F5F9 100%) !important;
  border-radius: 8px !important;
  margin: 0 !important;
  border: 1px solid #E2E8F0 !important; }

/* Premium dropdown styling */
.rca-subscription-widget .rca-subscription-form__frequency-selector {
  appearance: none !important;
  -webkit-appearance: none !important;
  background: #FFFFFF !important;
  border: 2px solid #CBD5E1 !important;
  border-radius: 6px !important;
  padding: 10px 40px 10px 16px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #1E293B !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  font-family: 'Barlow', sans-serif !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important; }

.rca-subscription-widget .rca-subscription-form__frequency-selector:hover {
  border-color: #DC2626 !important;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1) !important; }

.rca-subscription-widget .rca-subscription-form__frequency-selector:focus {
  outline: none !important;
  border-color: #DC2626 !important;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.15) !important; }

/* Add delivery icon */
.rca-subscription-widget .rca-subscription-form__frequency::before {
  content: '📦' !important;
  font-size: 20px !important; }

/* Premium trust badges */
.rca-subscription-widget::after {
  content: '' !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 24px !important;
  margin-top: 24px !important;
  padding: 16px !important;
  background: linear-gradient(135deg, #FAFAFA 0%, #F5F5F5 100%) !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  color: #64748B !important;
  font-weight: 600 !important;
  font-family: 'Barlow', sans-serif !important;
  letter-spacing: 0.3px !important; }

/* Individual trust badges with icons */
.rca-subscription-widget::after {
  content: '🛡️ SECURE CHECKOUT    🚚 PRIORITY SHIPPING    🇺🇸 VETERAN OPERATED' !important; }

/* Pulse animation for selected button */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.4), 0 4px 6px rgba(220, 38, 38, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.2); }
  70% {
    box-shadow: 0 0 0 6px rgba(220, 38, 38, 0), 0 4px 6px rgba(220, 38, 38, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.2); }
  100% {
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0), 0 4px 6px rgba(220, 38, 38, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.2); } }

/* Apply pulse to selected button on load */
.rca-subscription-widget .rca-subscription-form__button--selected {
  animation: pulse 2s ease-out !important; }

/* Mobile optimization - premium responsive design */
@media (max-width: 640px) {
  .rca-subscription-widget::before {
    font-size: 16px !important; }
  .rca-subscription-widget .rca-subscription-form__button {
    padding: 18px 12px !important;
    font-size: 14px !important; }
  .rca-subscription-widget .rca-subscription-form__frequency {
    flex-direction: column !important;
    gap: 12px !important;
    text-align: center !important; }
  .rca-subscription-widget .rca-subscription-form__frequency-selector {
    width: 100% !important; }
  .rca-subscription-widget::after {
    font-size: 11px !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
    text-align: center !important;
    line-height: 1.6 !important; } }

/* Ultra small screens */
@media (max-width: 400px) {
  .rca-subscription-widget .rca-subscription-form__button {
    padding: 16px 8px !important;
    font-size: 13px !important; }
  .rca-subscription-widget .rca-subscription-form__button--subscription .rca-subscription-form-buttons-subscription-text::after {
    font-size: 10px !important; }
  .rca-subscription-widget::after {
    content: '🛡️ SECURE\n🚚 PRIORITY\n🇺🇸 VETERAN' !important;
    white-space: pre-line !important; } }

/* Loading state */
.rca-subscription-widget.loading {
  opacity: 0.7 !important;
  pointer-events: none !important; }

/* Ensure consistent font rendering */
.rca-subscription-widget * {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; }

[data-layout-name="WhatIncluded"] {
  background-color: #F6F6F6; }
  @media (max-width: 1024px) {
    [data-layout-name="WhatIncluded"] {
      flex-direction: column-reverse; } }
  [data-layout-name="WhatIncluded"] > div:nth-child(2) {
    padding: 40px; }
  [data-layout-name="WhatIncluded"] > div:nth-child(3) {
    padding: 40px;
    background: #00205c; }

[data-layout-name="WhoThis"] {
  background-color: #F6F6F6; }
  [data-layout-name="WhoThis"] > div:nth-child(2) {
    padding: 40px;
    background: #00205c; }
  [data-layout-name="WhoThis"] > div:nth-child(3) {
    padding: 40px; }

.progress-bar {
  width: 100%;
  height: 5px;
  background: rgba(0, 0, 0, 0.5);
  position: sticky;
  top: 140px;
  display: none;
  overflow: hidden;
  z-index: 10;
  pointer-events: none; }

.progress-bar .bar {
  width: 0;
  height: 100%;
  background: #c70000; }

[data-layout-name="productColumn2"] {
  margin: 50px 0 0; }
  [data-layout-name="productColumn2"] > div:nth-child(2) {
    background-color: #F6F6F6;
    padding: 0 0 30px 0;
    justify-content: flex-start;
    border-right: 15px solid #fff; }
    @media (max-width: 1024px) {
      [data-layout-name="productColumn2"] > div:nth-child(2) {
        border: 0; } }
    [data-layout-name="productColumn2"] > div:nth-child(2) > div:nth-child(2) {
      padding: 40px;
      background: #00205c; }
      [data-layout-name="productColumn2"] > div:nth-child(2) > div:nth-child(2) img {
        width: 100% !important;
        height: 450px !important;
        object-fit: contain; }
        @media (max-width: 1024px) {
          [data-layout-name="productColumn2"] > div:nth-child(2) > div:nth-child(2) img {
            height: auto !important; } }
    [data-layout-name="productColumn2"] > div:nth-child(2) > div:nth-child(3) {
      padding: 40px; }
  [data-layout-name="productColumn2"] > div:nth-child(3) {
    background-color: #F6F6F6;
    padding: 0 0 30px 0;
    justify-content: flex-start;
    border-left: 15px solid #fff; }
    @media (max-width: 1024px) {
      [data-layout-name="productColumn2"] > div:nth-child(3) {
        border: 0; } }
    [data-layout-name="productColumn2"] > div:nth-child(3) > div:nth-child(2) {
      padding: 40px;
      background: #00205c; }
      [data-layout-name="productColumn2"] > div:nth-child(3) > div:nth-child(2) img {
        width: 100% !important;
        height: 450px !important;
        object-fit: contain; }
        @media (max-width: 1024px) {
          [data-layout-name="productColumn2"] > div:nth-child(3) > div:nth-child(2) img {
            height: auto !important; } }
    [data-layout-name="productColumn2"] > div:nth-child(3) > div:nth-child(3) {
      padding: 40px; }

[data-layout-name="Blogsubmitbutton"] .subscribe-btn {
  height: 100%;
  color: #fff;
  background-color: #c70000;
  border-radius: 0.625rem;
  flex: none;
  padding: 0.5rem 0.7rem;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color .2s;
  display: flex;
  float: right; }

[data-layout-name="Blogsubmitbutton"] .subscribe-btn:hover {
  color: #fff !important;
  background-color: #000 !important; }

[data-layout-name="Blogsubmitbutton"] .form-control {
  height: 100%;
  border-radius: 0.625rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1rem;
  padding: 0.5rem 1rem;
  display: flex;
  float: left;
  width: 60%; }

.product-options-content {
  margin-top: 20px; }

.productView-options .form-label--alternate {
  display: block;
  line-height: 1;
  margin-bottom: 15px; }

.product-options-content .form-option-wrapper {
  display: inline-block;
  position: relative; }

.product-options-content .form-option-wrapper .form-option {
  padding: 0;
  border: 1px solid #C60606;
  color: #000;
  font-size: 18px;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1; }

.product-options-content .form-option-wrapper .form-option .form-option-variant {
  font-size: 15px; }

.product-options-content .form-option-wrapper .form-radio:checked + .form-option {
  background: #C60606;
  border-color: #C60606;
  box-shadow: none;
  color: #fff; }

.rca-subscription-form__buttons-type .rca-subscription-form__buttons {
  flex-direction: column;
  max-width: 100%; }

.rca-subscription-form__buttons-type .rca-subscription-form__button {
  padding: 15px;
  border: 2px solid #000;
  color: #000;
  font-size: 16px;
  border-radius: 5px;
  width: 100% !important;
  margin: 0 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: all 0.3s; }

.rca-subscription-form__buttons-type .rca-subscription-form__button--selected {
  border-color: #C60606;
  color: #C60606;
  outline: 0 !important;
  box-shadow: none !important;
  background: none;
  padding-left: 32px;
  font-weight: 700;
  pointer-events: none; }

.rca-subscription-form__buttons-type .rca-subscription-form__button:before {
  content: "\2714";
  position: absolute;
  left: 8px;
  top: 14px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  opacity: 0;
  transition: all 0.3s; }

.rca-subscription-form__buttons-type .rca-subscription-form__button--selected:before {
  opacity: 1; }

.rca-subscription-form-buttons-otp-text, .rca-subscription-form-buttons-subscription-text {
  font-size: 18px; }

.rca-subscription-form .rca-subscription-form__frequency .rca-subscription-form__frequency-selector {
  display: none; }

@media (max-width: 1024px) {
  .productView-details {
    padding: 0 30px; } }

.productView-details .product-options-content .form-label--alternate {
  font-size: 18px;
  color: #000; }

[data-layout-name="FaqContents"] .accordion {
  color: #000; }

[data-layout-name="FaqContents"] .panel p {
  color: #000; }
  [data-layout-name="FaqContents"] .panel p:last-child {
    margin-bottom: 30px; }
  [data-layout-name="FaqContents"] .panel p a {
    color: #000; }

.productView-options .product-action .product-action-wrap {
  flex-wrap: wrap;
  width: 100%; }

.productView-options .product-action-wrap .form-field {
  order: 2; }

.rca-subscription-form {
  order: 1 !important; }

.productView-options .product-action-wrap .form-action {
  width: calc(100% - 114px) !important;
  order: 2; }

.productView-options .product-action-wrap .form-field .form-increment {
  border-radius: 5px !important; }

.rca-subscription-form__buttons-type .rca-subscription-form__buttons {
  flex-direction: column;
  max-width: 100%; }

.productView-options .product-action-wrap .form-increment .increment-action-wrap .button {
  border-radius: 0 !important; }

.productView-options .product-action-wrap .form-increment .increment-action-wrap .button:first-child {
  border-left: 1px solid #00205c !important; }

.productView-options .product-action-wrap .form-increment .increment-action-wrap .button:first-child:before {
  content: '-';
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  font-size: 25px;
  color: #00205c; }

.productView-options .product-action-wrap .form-increment .increment-action-wrap .button:nth-child(2) {
  border-left: 1px solid #00205c !important;
  border-bottom: 1px solid #00205c !important; }

.productView-options .product-action-wrap .form-increment .increment-action-wrap .button:nth-child(2):before {
  content: '+';
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  font-size: 25px;
  color: #00205c; }

.productView-options .product-action-wrap .form-increment .increment-action-wrap .button .icon svg {
  fill: none; }

@media (max-width: 992px) {
  .productView-options .product-action-wrap {
    flex-direction: row; }
  .rca-subscription-form-buttons-otp-text, .rca-subscription-form-buttons-subscription-text {
    font-size: 15px !important;
    margin-right: 15px; }
  .productView-options .product-action-wrap .form-action #form-action-addToCart {
    padding: 17px 10px;
    min-width: 100%; }
  .productView-options .product-action-wrap .form-field {
    max-width: 100px;
    width: 40% !important; } }

[data-layout-name="GuaranteedAmmo"] p {
  max-width: 670px; }

@media (max-width: 767px) {
  .main-header .header-wrapper .header-center .form-group {
    bottom: -50px;
    display: block;
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    z-index: 10; } }

@media (max-width: 767px) {
  .main-header .header-wrapper .header-center .form-group input {
    border-radius: 0 !important; } }

footer .cust-h3 {
  font-size: 1.75rem !important;
  font-family: 'Barlow', Arial, sans-serif !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  color: #fff;
  margin: 0; }

footer .cust-h4 {
  font-family: Barlow, Arial, sans-serif !important;
  font-size: 18px !important;
  color: #fff !important;
  margin-bottom: 20px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important; }

.facet-quick-heading.cust-h2 {
  font-family: 'Barlow', Arial, sans-serif;
  text-transform: uppercase;
  color: #00205c;
  margin: 0 auto 40px auto;
  font-weight: 600;
  font-size: 35px !important; }

h2.card-title {
  font-family: 'Barlow', Arial, sans-serif;
  color: #00205c !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
  text-transform: uppercase;
  display: block;
  height: 57px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 15px 0 !important; }

.card-text span.para .price-section {
  font-family: 'Inter', Arial, sans-serif;
  line-height: 1.2;
  color: #fff;
  font-size: 12px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #00205c;
  height: 100%;
  flex-grow: 1;
  padding: 10px 0px;
  border-radius: 5px 0px 0px 5px; }

.card-text span.para .price-section.price-section--withoutTax {
  flex-grow: 1;
  text-align: center;
  color: #fff;
  padding: 10px;
  border-radius: 5px 0 0 5px;
  font-weight: bold; }

.card .card-text span.para small {
  width: 60%;
  height: 40px;
  line-height: 40px;
  font-family: 'Barlow', Arial, sans-serif;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
  margin-left: -2px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #c70000;
  border-radius: 0px 5px 5px 0px;
  transform-origin: center;
  transition: 0.1s ease-in-out;
  cursor: pointer; }

.product-content span.para small {
  font-size: 14px;
  line-height: 38px; }

.card .product-content span.para {
  font-size: inherit;
  line-height: 44px;
  margin-top: 10px;
  margin-bottom: 5px;
  min-height: 46px;
  display: flex; }

.header-main li {
  list-style-type: none !important; }

@media (max-width: 650px) {
  .footer-frst-row-flex .each-footer-row p.collapsible:after {
    content: "\02795";
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 0; }
  .footer-frst-row-flex .each-footer-row p.collapsible.active:after {
    content: "\2796"; }
  .card-body {
    padding: 1.25rem 0.75rem 10px 0.75rem; } }

@media screen and (max-width: 540px) {
  #pop-myModal #main-text-pop {
    margin-top: 5em; } }
