@charset "UTF-8";
html,
body {
  font-size: 15px;
  font-weight: 300;
  font-family: 'DM Sans', sans-serif !important;
  color: #3e3e3d; }
  html h1, html h2, html h3, html h4,
  body h1,
  body h2,
  body h3,
  body h4 {
    font-weight: 900;
    color: #3e3e3d; }
  html h5,
  body h5 {
    font-weight: 700;
    color: #3e3e3d; }
  html p,
  body p {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
    font-family: 'DM Sans', sans-serif !important;
    color: #3e3e3d; }
  html .container,
  body .container {
    max-width: 100%;
    width: 100%; }
  @media (min-width: 1200px) {
    html .container,
    body .container {
      max-width: 1920px; } }

#header {
  margin: 0 !important; }
  #header #stafe_preheaderbanner {
    font-size: 12px;
    line-height: 15px; }
    @media (min-width: 768px) {
      #header #stafe_preheaderbanner {
        font-size: 15px;
        line-height: 18px; } }
    #header #stafe_preheaderbanner a {
      text-decoration: none !important; }
  #header .header-nav {
    padding: 0 !important;
    display: block; }
    @media (min-width: 768px) {
      #header .header-nav {
        display: none; } }
    #header .header-nav .an_wishlist-nav-container {
      height: 100%; }
      #header .header-nav .an_wishlist-nav-container .an_wishlist-nav {
        padding: 7px 0 8px;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%; }
  #header .open-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    padding: 0 5px; }
    #header .open-menu span {
      font-size: 40px;
      color: #102747; }
    @media (min-width: 768px) {
      #header .open-menu {
        display: none; } }
  #header .header-top {
    padding: 0 10px 0 0;
    background-color: transparent; }
    @media (min-width: 768px) {
      #header .header-top {
        display: block;
        padding: 0 15px 0 0; } }
    #header .header-top .header_middle_line {
      justify-content: space-between;
      display: flex; }
      #header .header-top .header_middle_line .logo-wrapper {
        display: flex; }
        #header .header-top .header_middle_line .logo-wrapper #_desktop_logo {
          padding: 0; }
          #header .header-top .header_middle_line .logo-wrapper #_desktop_logo a {
            display: block;
            background-color: #102747;
            width: auto;
            padding: 10px;
            max-width: 150px; }
            @media (min-width: 768px) {
              #header .header-top .header_middle_line .logo-wrapper #_desktop_logo a {
                border-radius: 0 0 15px 0;
                padding: 20px 15px 20px 10px;
                max-width: none; } }
            #header .header-top .header_middle_line .logo-wrapper #_desktop_logo a img {
              width: 100%; }
      #header .header-top .header_middle_line .header-left {
        flex-grow: 1;
        padding: 10px 20px 0;
        display: none;
        align-items: center; }
        @media (min-width: 768px) {
          #header .header-top .header_middle_line .header-left {
            display: flex; } }
      #header .header-top .header_middle_line .header-right {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        #header .header-top .header_middle_line .header-right #_desktop_user_info {
          margin: 0; }
        #header .header-top .header_middle_line .header-right .an_wishlist-nav,
        #header .header-top .header_middle_line .header-right .user-info,
        #header .header-top .header_middle_line .header-right .blockcart .header {
          margin: 0; }
          #header .header-top .header_middle_line .header-right .an_wishlist-nav a,
          #header .header-top .header_middle_line .header-right .user-info a,
          #header .header-top .header_middle_line .header-right .blockcart .header a {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none !important;
            color: #102747; }
            #header .header-top .header_middle_line .header-right .an_wishlist-nav a span,
            #header .header-top .header_middle_line .header-right .user-info a span,
            #header .header-top .header_middle_line .header-right .blockcart .header a span {
              font-size: 15px;
              line-height: 28px;
              display: none; }
              @media (min-width: 768px) {
                #header .header-top .header_middle_line .header-right .an_wishlist-nav a span,
                #header .header-top .header_middle_line .header-right .user-info a span,
                #header .header-top .header_middle_line .header-right .blockcart .header a span {
                  display: inline; } }
              #header .header-top .header_middle_line .header-right .an_wishlist-nav a span.material-symbols-outlined,
              #header .header-top .header_middle_line .header-right .user-info a span.material-symbols-outlined,
              #header .header-top .header_middle_line .header-right .blockcart .header a span.material-symbols-outlined {
                font-size: 35px;
                display: inline !important; }
            #header .header-top .header_middle_line .header-right .an_wishlist-nav a:hover,
            #header .header-top .header_middle_line .header-right .user-info a:hover,
            #header .header-top .header_middle_line .header-right .blockcart .header a:hover {
              color: #f44545; }
              #header .header-top .header_middle_line .header-right .an_wishlist-nav a:hover .count,
              #header .header-top .header_middle_line .header-right .user-info a:hover .count,
              #header .header-top .header_middle_line .header-right .blockcart .header a:hover .count {
                color: #ffffff; }
              #header .header-top .header_middle_line .header-right .an_wishlist-nav a:hover *,
              #header .header-top .header_middle_line .header-right .user-info a:hover *,
              #header .header-top .header_middle_line .header-right .blockcart .header a:hover * {
                color: #f44545; }
          #header .header-top .header_middle_line .header-right .an_wishlist-nav .blockcart-link,
          #header .header-top .header_middle_line .header-right .user-info .blockcart-link,
          #header .header-top .header_middle_line .header-right .blockcart .header .blockcart-link {
            position: relative; }
          #header .header-top .header_middle_line .header-right .an_wishlist-nav .count,
          #header .header-top .header_middle_line .header-right .user-info .count,
          #header .header-top .header_middle_line .header-right .blockcart .header .count {
            position: absolute;
            top: 0;
            right: 0;
            color: #ffffff;
            background: #f44545;
            border-radius: 50px;
            min-width: 15px;
            width: fit-content;
            height: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 10px;
            font-weight: 700;
            padding: 5px; }
        #header .header-top .header_middle_line .header-right .user-info .account {
          padding: 0; }
          #header .header-top .header_middle_line .header-right .user-info .account .material-symbols-outlined {
            position: relative; }
            #header .header-top .header_middle_line .header-right .user-info .account .material-symbols-outlined::after {
              display: block;
              content: " ";
              position: absolute;
              bottom: -1px;
              right: 3px;
              height: 12px;
              width: 12px;
              border-radius: 100%;
              background-color: #f44545; }
          #header .header-top .header_middle_line .header-right .user-info .account.connected .material-symbols-outlined {
            position: relative; }
            #header .header-top .header_middle_line .header-right .user-info .account.connected .material-symbols-outlined::after {
              background-color: #23b14f; }
        #header .header-top .header_middle_line .header-right .blockcart .header span {
          position: relative;
          background: none;
          height: auto;
          width: auto;
          border-radius: 0;
          color: #102747; }
        @media (min-width: 768px) {
          #header .header-top .header_middle_line .header-right {
            padding: 15px 0 0; }
            #header .header-top .header_middle_line .header-right .an_wishlist-nav,
            #header .header-top .header_middle_line .header-right .user-info {
              margin-right: 35px; }
            #header .header-top .header_middle_line .header-right .blockcart .header {
              margin-right: 5px; } }
  #header .user-info {
    margin-right: 10px; }
    #header .user-info, #header .user-info a, #header .user-info span, #header .user-info .dropdown .expand-more {
      color: #18344d; }
      #header .user-info:hover, #header .user-info a:hover, #header .user-info span:hover, #header .user-info .dropdown .expand-more:hover {
        color: #f44545; }
    #header .user-info .dropdown .expand-more {
      color: #fff; }
      #header .user-info .dropdown .expand-more:hover {
        transition: color 0.5s ease-in-out;
        color: #a5a5a5; }
  #header #mobile_top_menu_wrapper, #header .ybc-menu-toggle {
    display: none !important; }
  #header .search-wrapper .search-widget {
    padding: 0; }
    #header .search-wrapper .search-widget form {
      min-width: 0; }
      #header .search-wrapper .search-widget form input[type='text'] {
        background-color: #f4f4f8;
        border: none;
        border-radius: 10px;
        padding: 20px 20px 20px 60px;
        color: #818b9b;
        max-height: 55px;
        font-size: 12px;
        width: 100%; }
        #header .search-wrapper .search-widget form input[type='text']::placeholder {
          opacity: 1; }
        @media (min-width: 768px) {
          #header .search-wrapper .search-widget form input[type='text'] {
            font-size: 16px; } }
      #header .search-wrapper .search-widget form button[type='submit'] {
        right: auto;
        left: 0;
        width: 60px;
        justify-content: center; }
        #header .search-wrapper .search-widget form button[type='submit'] span {
          font-size: 40px;
          color: #102747; }
  #header .menu-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px; }
    #header .menu-line .mobile-search {
      flex-grow: 1; }
    #header .menu-line .open-menu {
      display: none; }
      @media (min-width: 768px) and (max-width: 1200px) {
        #header .menu-line .open-menu {
          display: inline-block;
          position: relative;
          text-transform: uppercase;
          font-weight: bold;
          color: #102747;
          font-size: 16px;
          padding: 25px 25px 25px 70px; }
          #header .menu-line .open-menu:before {
            position: absolute;
            display: flex;
            left: 0;
            top: 0;
            padding: 0 12px;
            height: 100%;
            font-family: "Material Symbols Outlined";
            content: '\e5d2';
            background: transparent;
            font-size: 45px;
            justify-content: center;
            align-items: center; } }
    @media (min-width: 768px) {
      #header .menu-line {
        padding: 0; }
        #header .menu-line .mobile-search {
          display: none; } }
    #header .menu-line .mm_tabs_li .mm_columns_contents_ul {
      width: calc(100% - 230px);
      width: -o-calc(100% - 230px);
      width: -webkit-calc(100% - 230px); }
    #header .menu-line .ets_mm_megamenu {
      z-index: 999;
      background-color: #fff;
      width: 0;
      margin: 0;
      padding: 0; }
      #header .menu-line .ets_mm_megamenu.bg_submenu:before {
        display: none !important;
        width: 100vw; }
      #header .menu-line .ets_mm_megamenu .mm_menus_ul {
        background-color: #fff; }
        #header .menu-line .ets_mm_megamenu .mm_menus_ul .close_menu {
          background-color: #102747; }
        #header .menu-line .ets_mm_megamenu .mm_menus_ul .mm_menus_li {
          border-top: 0; }
          #header .menu-line .ets_mm_megamenu .mm_menus_ul .mm_menus_li .h1, #header .menu-line .ets_mm_megamenu .mm_menus_ul .mm_menus_li .h2, #header .menu-line .ets_mm_megamenu .mm_menus_ul .mm_menus_li .h3, #header .menu-line .ets_mm_megamenu .mm_menus_ul .mm_menus_li .h4, #header .menu-line .ets_mm_megamenu .mm_menus_ul .mm_menus_li .h5, #header .menu-line .ets_mm_megamenu .mm_menus_ul .mm_menus_li .h6 {
            color: #102747 !important; }
          #header .menu-line .ets_mm_megamenu .mm_menus_ul .mm_menus_li a {
            background-color: transparent !important;
            color: #102747 !important;
            text-decoration: none !important; }
            #header .menu-line .ets_mm_megamenu .mm_menus_ul .mm_menus_li a:hover {
              color: #f44545 !important; }
          #header .menu-line .ets_mm_megamenu .mm_menus_ul .mm_menus_li.red a {
            color: #f44545 !important; }
            #header .menu-line .ets_mm_megamenu .mm_menus_ul .mm_menus_li.red a:hover {
              color: #102747 !important; }
          #header .menu-line .ets_mm_megamenu .mm_menus_ul .mm_menus_li.products > a {
            position: relative; }
            @media (min-width: 1200px) {
              #header .menu-line .ets_mm_megamenu .mm_menus_ul .mm_menus_li.products > a {
                padding-left: 50px; }
                #header .menu-line .ets_mm_megamenu .mm_menus_ul .mm_menus_li.products > a:before {
                  position: absolute;
                  display: flex;
                  left: 0;
                  top: 0;
                  padding: 0 12px;
                  height: 100%;
                  font-family: "Material Symbols Outlined";
                  content: '\e5d2';
                  background: transparent;
                  font-size: 45px;
                  justify-content: center;
                  align-items: center; } }
          #header .menu-line .ets_mm_megamenu .mm_menus_ul .mm_menus_li .mm_menu_content_title {
            padding: 0; }
            @media (min-width: 1200px) {
              #header .menu-line .ets_mm_megamenu .mm_menus_ul .mm_menus_li .mm_menu_content_title {
                padding: 25px 20px; } }
          #header .menu-line .ets_mm_megamenu .mm_menus_ul .mm_menus_li .mm_columns_ul {
            margin-top: 0 !important; }
            @media (min-width: 1200px) {
              #header .menu-line .ets_mm_megamenu .mm_menus_ul .mm_menus_li .mm_columns_ul {
                width: 100vw !important;
                margin-top: 10px; }
                #header .menu-line .ets_mm_megamenu .mm_menus_ul .mm_menus_li .mm_columns_ul .mm_columns_li {
                  margin-top: 0; } }
          #header .menu-line .ets_mm_megamenu .mm_menus_ul .mm_menus_li .ets_mm_block {
            margin-top: 5px; }
          #header .menu-line .ets_mm_megamenu .mm_menus_ul .mm_menus_li a.ets_mm_url {
            display: inline-block; }
          #header .menu-line .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mobile-only {
            display: none;
            padding: 10px 15px; }
            @media (max-width: 767px) {
              #header .menu-line .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mobile-only {
                display: block; } }
            #header .menu-line .ets_mm_megamenu .mm_menus_ul .mm_menus_li.mobile-only * {
              color: #484848 !important; }
      @media (min-width: 768px) {
        #header .menu-line .ets_mm_megamenu {
          width: 100%; } }
      @media (min-width: 1200px) {
        #header .menu-line .ets_mm_megamenu {
          flex-grow: 1; }
          #header .menu-line .ets_mm_megamenu.bg_submenu:before {
            display: block !important; }
          #header .menu-line .ets_mm_megamenu .mm_menus_ul {
            background-color: transparent; } }
    #header .menu-line .stafe_headernav {
      display: none; }
      @media (min-width: 768px) {
        #header .menu-line .stafe_headernav {
          display: block; } }
      #header .menu-line .stafe_headernav a.tel {
        display: flex;
        background: #f44545;
        border-radius: 10px;
        color: #fff !important;
        justify-content: center;
        align-items: center;
        padding: 3px 12px 0 8px;
        margin-right: 15px; }
        #header .menu-line .stafe_headernav a.tel:hover {
          background-color: #102747; }
        #header .menu-line .stafe_headernav a.tel p {
          margin: 0 0 -12px;
          color: #fff !important;
          font-size: 14px;
          line-height: 22px;
          font-weight: bold; }
        #header .menu-line .stafe_headernav a.tel span {
          white-space: nowrap;
          font-size: 10px;
          line-height: 12px; }
          #header .menu-line .stafe_headernav a.tel span.material-symbols-outlined {
            font-size: 35px;
            line-height: 35px;
            padding-top: 6px; }

.stafe_headernav {
  display: none; }
  @media (min-width: 768px) {
    .stafe_headernav {
      display: inline-block; } }
  .stafe_headernav a.tel {
    display: flex;
    background: #f44545;
    border-radius: 10px;
    color: #fff !important;
    justify-content: center;
    align-items: center;
    padding: 3px 12px 0 8px;
    margin-right: 15px; }
    .stafe_headernav a.tel:hover {
      background-color: #102747; }
    .stafe_headernav a.tel p {
      margin: 0 0 -12px;
      color: #fff !important;
      font-size: 14px;
      line-height: 22px;
      font-weight: bold; }
    .stafe_headernav a.tel span {
      white-space: nowrap;
      font-size: 10px;
      line-height: 12px; }
      .stafe_headernav a.tel span.material-symbols-outlined {
        font-size: 35px;
        line-height: 35px;
        padding-top: 6px; }

.grecaptcha-badge {
  z-index: 100; }

.product-miniature .product-price-and-shipping .price {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .product-miniature .product-price-and-shipping .price .money-te {
    font-size: 16px;
    font-weight: 400; }

#product .product-flags .discount-amount {
  background: white;
  display: block;
  width: auto;
  padding: 0 7px;
  text-transform: uppercase;
  min-width: 50px;
  min-height: 25px;
  line-height: 25px;
  font-size: 12px;
  font-weight: 400;
  border-width: 0;
  border-style: solid;
  border-radius: 30px; }
#product .product-prices div {
  margin-bottom: 0.1rem; }
#product .product-prices .row {
  padding: 0 15px; }
#product .product-prices .price-ecotax {
  font-size: 12px;
  line-height: 12px; }
#product .product-reference {
  display: none; }
#product .product-actions {
  margin-top: 20px; }
#product .an_trust_badges-container {
  margin-top: 20px; }

.js-address-form .hide, .js-customer-form .hide {
  display: none !important; }

#cart #main .opartdevis-button {
  max-width: 100%;
  white-space: normal; }

.ui-jolisearch.ui-autocomplete {
  max-height: unset !important; }

.ui-menu.ui-jolisearch .jolisearch-body aside[role="complementary"] li {
  padding: 0.5em 0; }
  .ui-menu.ui-jolisearch .jolisearch-body aside[role="complementary"] li a {
    padding: 15px 0 !important; }

.quickview .an_trust_badges-container {
  margin-top: 20px; }
.quickview .product-prices {
  display: block; }
  .quickview .product-prices .product-without-taxes {
    font-size: 35px;
    font-weight: 700;
    color: #102747;
    margin-bottom: 0; }
  .quickview .product-prices .product-price {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end; }
    .quickview .product-prices .product-price .current-price {
      font-size: 30px;
      font-weight: 700; }
    .quickview .product-prices .product-price .product-discount {
      margin: 0 0 0 15px; }
      .quickview .product-prices .product-price .product-discount .regular-price {
        font-size: 20px;
        font-weight: 300;
        color: #f44545; }
  .quickview .product-prices .price-ecotax {
    font-size: 12px;
    font-weight: 300;
    color: #818b9b;
    margin: 10px 0 0; }
.quickview .product-add-to-cart {
  margin: 0;
  align-items: center; }
  .quickview .product-add-to-cart .product-quantity {
    margin: 0; }
    .quickview .product-add-to-cart .product-quantity .qty {
      width: auto;
      height: auto;
      margin-right: 15px; }
      .quickview .product-add-to-cart .product-quantity .qty .input-group-btn {
        width: 50px; }
        .quickview .product-add-to-cart .product-quantity .qty .input-group-btn + .input-group-btn {
          display: none; }
        .quickview .product-add-to-cart .product-quantity .qty .input-group-btn .btn {
          background: #f4f4f8;
          height: 55px;
          color: #102747;
          font-size: 30px;
          font-weight: 300;
          font-family: sans-serif;
          width: 50px;
          padding-bottom: 2px; }
          .quickview .product-add-to-cart .product-quantity .qty .input-group-btn .btn.bootstrap-touchspin-down {
            border-radius: 10px 0 0 10px; }
          .quickview .product-add-to-cart .product-quantity .qty .input-group-btn .btn.bootstrap-touchspin-up {
            border-radius: 0 10px 10px 0; }
      .quickview .product-add-to-cart .product-quantity .qty #quantity_wanted {
        height: 55px;
        background-color: #f4f4f8 !important;
        width: 60px;
        color: #818b9b;
        font-size: 15px;
        font-weight: 300; }
  .quickview .product-add-to-cart .btn.add-to-cart {
    height: 55px;
    border-radius: 10px;
    background-color: #102747;
    color: #fff;
    border: none !important;
    margin-top: 7px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 25px; }
    .quickview .product-add-to-cart .btn.add-to-cart:hover {
      background-color: #8ac249; }
    .quickview .product-add-to-cart .btn.add-to-cart span.material-symbols-outlined {
      font-size: 35px;
      margin-right: 10px; }

.an_wishlist-nav {
  margin-top: .9375rem;
  margin-left: .625rem; }

.an_wishlist-in svg path {
  fill: #e63344; }

.an_wishlist-container {
  text-align: left;
  display: flex; }

.an_wishlist-container .btn-secondary {
  display: flex;
  justify-content: center;
  align-items: center; }

.an_wishlist-container .btn-secondary svg {
  margin-right: 5px; }

.an_wishlist-mini {
  position: absolute;
  top: -238px;
  right: 10px; }

.an_wishlist-mini span {
  cursor: pointer; }

.an_wishlist-list-cart h1 {
  margin-top: 20px;
  margin-bottom: 15px; }

.an_wishlist-list-cart #products .thumbnail-container,
.an_wishlist-list-cart #products .product-description,
.an_wishlist-list-cart #products .highlighted-informations {
  width: 233px; }

.an_wishlist-list-cart #products .thumbnail-container img {
  max-width: 100%; }

.an_wishlist-list-cart #products .product-miniature img {
  margin-left: 0px; }

.an_wishlist-mini-count {
  position: absolute;
  font-size: 12px;
  left: -47px;
  height: 35px;
  line-height: 35px;
  top: -5px;
  text-align: center;
  padding-right: 6px;
  min-width: 45px;
  background: url(../img/count.svg) no-repeat center center; }

.an_wishlist-message-popup {
  position: relative;
  width: 70%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  text-align: center; }

.an_wishlist-message-popuporspan {
  margin: 0 16px; }

@media (max-width: 680px) {
  .an_wishlist-message-popup .btn,
  .an_wishlist-message-popuporspan {
    display: block; }

  .an_wishlist-message-popuporspan {
    padding: 10px; } }
.an_wishlist-social {
  margin-bottom: 30px; }

.an_wishlist-social .social-share {
  background: #f1f1f1;
  padding: 26px 30px 21px;
  margin-bottom: 56px; }

.an_wishlist-social .an_wishlist-social-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }

.an_wishlist-social .social-heading {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 16px; }

.an_wishlist-social .itemFacebookButton a {
  background-color: #5373be; }

.an_wishlist-social .itemFacebookButton a:hover {
  background-color: #3e5ea9; }

.an_wishlist-social .itemTwitterButton a {
  background-color: #0084b4; }

.an_wishlist-social .itemTwitterButton a:hover {
  background-color: #1195c5; }

.an_wishlist-social .itemPinterestButton a {
  background-color: #cb2027; }

.an_wishlist-social .itemPinterestButton a:hover {
  background: rgba(203, 30, 39, 0.8); }

.an_wishlist-social .itemLinkedinButton a {
  background-color: #0077b5; }

.an_wishlist-social .itemLinkedinButton a:hover {
  background-color: #1289c7; }

.an_wishlist-social .itemTumblrButton a {
  background-color: #405167; }

.an_wishlist-social .itemTumblrButton a:hover {
  background-color: #516278; }

#module-an_wishlist-list #products {
  padding-left: 0; }

.an_wishlist-social .itemSocialButton a {
  font-size: 12px;
  display: flex;
  height: 34px;
  border-radius: 3px;
  line-height: 18px;
  margin: 0 7px 10px 0;
  width: 120px;
  text-align: left;
  overflow: hidden;
  color: #fff !important;
  min-width: 100px;
  cursor: pointer;
  float: left;
  font-family: inherit;
  padding: 8px 10px 8px 10px; }

.an_wishlist-social .itemSocialButton a:before {
  display: none !important; }

.an_wishlist-social .itemSocialButton a svg {
  display: inline-block;
  margin-left: -10px;
  margin-top: -7px;
  margin-bottom: -7px;
  font-size: 14px;
  line-height: 34px;
  width: 34px;
  text-align: center;
  margin-right: 7px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 9px; }

.an_wishlist-social .itemSocialButton a svg path {
  fill: #fff; }

.page-my-account #content .links a span.link-item.an_wishlist-link-item {
  display: flex;
  flex-direction: column;
  align-items: center; }

.page-my-account .link-item.an_wishlist-link-item svg {
  width: 40px;
  height: auto;
  margin-bottom: 15px; }

.sb-overlay {
  z-index: 1000 !important; }

#index .page-home {
  padding: 0;
  margin: 0; }

.an_homeslider-block {
  margin: 0; }
  .an_homeslider-block .an_homeslider .an_homeslider-item .an_homeslider-desc {
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .an_homeslider-block .an_homeslider .an_homeslider-item .an_homeslider-desc .wrapper {
      display: inline-block;
      background-color: #102747;
      border-radius: 10px;
      padding: 10px 10px 5px;
      text-align: left;
      max-width: 40%;
      width: auto; }
      .an_homeslider-block .an_homeslider .an_homeslider-item .an_homeslider-desc .wrapper .h2 {
        font-size: 10px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 10px; }
      .an_homeslider-block .an_homeslider .an_homeslider-item .an_homeslider-desc .wrapper p {
        font-size: 12px;
        font-weight: 900;
        color: #fff;
        line-height: 14px;
        display: inline-block !important;
        margin: 0; }
      .an_homeslider-block .an_homeslider .an_homeslider-item .an_homeslider-desc .wrapper button {
        border: none;
        background-color: #fff;
        border-radius: 10px;
        color: #102747;
        padding: 5px 10px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 11px;
        min-width: auto; }
        .an_homeslider-block .an_homeslider .an_homeslider-item .an_homeslider-desc .wrapper button:hover {
          background-color: #f44545;
          color: #fff; }
  .an_homeslider-block .an_homeslider .owl-next:hover, .an_homeslider-block .an_homeslider .owl-prev:hover {
    background-color: #f44545; }
  @media (min-width: 768px) {
    .an_homeslider-block .an_homeslider .an_homeslider-item .an_homeslider-desc {
      padding: 50px; }
      .an_homeslider-block .an_homeslider .an_homeslider-item .an_homeslider-desc .wrapper {
        padding: 40px 50px;
        border-radius: 15px;
        max-width: 500px; }
        .an_homeslider-block .an_homeslider .an_homeslider-item .an_homeslider-desc .wrapper .h2 {
          font-size: 16px;
          margin-bottom: 20px; }
        .an_homeslider-block .an_homeslider .an_homeslider-item .an_homeslider-desc .wrapper p {
          font-size: 50px;
          line-height: 52px;
          margin-bottom: 20px; }
        .an_homeslider-block .an_homeslider .an_homeslider-item .an_homeslider-desc .wrapper button {
          padding: 10px 20px;
          font-size: 14px; } }

.everblock.homepage-title {
  padding: 15px;
  margin: 0;
  float: none; }
  .everblock.homepage-title h1 {
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    margin: 0;
    text-align: center; }
    .everblock.homepage-title h1 strong {
      font-weight: 700; }
  @media (min-width: 768px) {
    .everblock.homepage-title {
      padding: 35px 50px; }
      .everblock.homepage-title h1 {
        font-size: 20px; } }

.an_homecategories {
  padding: 15px;
  margin: 0;
  position: relative; }
  .an_homecategories .left {
    text-align: center;
    min-width: 160px;
    margin-bottom: 20px; }
    .an_homecategories .left .an_homecategories-head {
      margin-bottom: 0; }
      .an_homecategories .left .an_homecategories-head h2 {
        font-size: 25px;
        font-weight: 900;
        margin: 0 0 10px 0;
        text-align: center; }
      .an_homecategories .left .an_homecategories-head p {
        color: #818b9b;
        text-align: center;
        font-size: 12px; }
    .an_homecategories .left .an_homecategories-nav {
      position: absolute;
      z-index: 2;
      left: -10px;
      right: -10px;
      top: 12%;
      height: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0; }
      .an_homecategories .left .an_homecategories-nav .owl-next,
      .an_homecategories .left .an_homecategories-nav .owl-prev {
        background-color: #8ac249;
        color: #fff;
        padding: 5px;
        border-radius: 10px;
        cursor: pointer;
        margin: 0;
        line-height: 1; }
        .an_homecategories .left .an_homecategories-nav .owl-next span,
        .an_homecategories .left .an_homecategories-nav .owl-prev span {
          font-size: 35px; }
        .an_homecategories .left .an_homecategories-nav .owl-next:hover,
        .an_homecategories .left .an_homecategories-nav .owl-prev:hover {
          background-color: #102747; }
      .an_homecategories .left .an_homecategories-nav .owl-prev {
        margin-right: 15px; }
  .an_homecategories .an_homecategories-slider {
    overflow: hidden;
    flex-grow: 1; }
    .an_homecategories .an_homecategories-slider .owl-item .an_homecategories-item {
      width: 100%;
      margin: 0;
      padding: 0 10px 10px 0;
      overflow: inherit; }
      .an_homecategories .an_homecategories-slider .owl-item .an_homecategories-item .an_homecategories-image {
        border-radius: 15px;
        background: none;
        height: auto;
        margin: 0; }
      .an_homecategories .an_homecategories-slider .owl-item .an_homecategories-item .an_homecategories-item-desc {
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: #102747;
        padding: 7px 20px;
        border-radius: 10px;
        z-index: 3; }
        .an_homecategories .an_homecategories-slider .owl-item .an_homecategories-item .an_homecategories-item-desc h3 {
          text-transform: uppercase;
          color: #fff;
          font-size: 14px;
          font-weight: 700;
          margin: 0; }
  @media (min-width: 768px) {
    .an_homecategories {
      padding: 50px;
      display: flex; }
      .an_homecategories .left {
        text-align: left;
        margin-right: 60px;
        margin-bottom: 0; }
        .an_homecategories .left .an_homecategories-head {
          margin-bottom: 25px; }
          .an_homecategories .left .an_homecategories-head h2 {
            text-align: left;
            font-size: 30px; }
          .an_homecategories .left .an_homecategories-head p {
            text-align: left;
            font-size: 15px; }
        .an_homecategories .left .an_homecategories-nav {
          position: relative;
          justify-content: flex-start;
          height: auto;
          top: 0;
          left: 0;
          right: 0; } }

.an_homeproducts {
  background-color: #f4f4f8;
  padding: 15px; }
  .an_homeproducts .header {
    display: block;
    text-align: center;
    margin-bottom: 40px; }
    .an_homeproducts .header h2 {
      font-size: 35px;
      font-weight: 900;
      margin: 0 0 30px; }
    .an_homeproducts .header .an_homeproducts-tabs {
      margin: 0; }
      .an_homeproducts .header .an_homeproducts-tabs .an_homeproducts-tabs-list {
        padding: 0; }
        .an_homeproducts .header .an_homeproducts-tabs .an_homeproducts-tabs-list a {
          margin: 0 15px 10px;
          border-bottom: 3px solid transparent; }
          .an_homeproducts .header .an_homeproducts-tabs .an_homeproducts-tabs-list a h3 {
            font-size: 25px;
            font-weight: normal;
            color: #838d9c; }
          .an_homeproducts .header .an_homeproducts-tabs .an_homeproducts-tabs-list a:hover h3 {
            color: #3e3e3d; }
          .an_homeproducts .header .an_homeproducts-tabs .an_homeproducts-tabs-list a.active {
            border-bottom: 3px solid #f44545; }
            .an_homeproducts .header .an_homeproducts-tabs .an_homeproducts-tabs-list a.active h3 {
              color: #3e3e3d;
              font-weight: 900; }
  .an_homeproducts .an_homeproducts-products .products .owl-stage {
    display: flex; }
    .an_homeproducts .an_homeproducts-products .products .owl-stage > .owl-item {
      flex: 1; }
      .an_homeproducts .an_homeproducts-products .products .owl-stage > .owl-item article {
        height: 100%; }
  .an_homeproducts .an_homeproducts-products .products .owl-nav {
    position: absolute;
    left: -25px;
    right: -25px;
    top: 0;
    height: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    pointer-events: none; }
    .an_homeproducts .an_homeproducts-products .products .owl-nav.disabled {
      display: none; }
    .an_homeproducts .an_homeproducts-products .products .owl-nav .owl-prev, .an_homeproducts .an_homeproducts-products .products .owl-nav .owl-next {
      background-color: #8ac249;
      border: none;
      color: #fff;
      padding: 5px;
      border-radius: 10px;
      cursor: pointer;
      margin: 0;
      line-height: 1;
      width: auto;
      height: auto;
      pointer-events: auto; }
      .an_homeproducts .an_homeproducts-products .products .owl-nav .owl-prev span, .an_homeproducts .an_homeproducts-products .products .owl-nav .owl-next span {
        font-size: 35px; }
      .an_homeproducts .an_homeproducts-products .products .owl-nav .owl-prev:hover, .an_homeproducts .an_homeproducts-products .products .owl-nav .owl-next:hover {
        background-color: #102747; }
  @media (min-width: 600px) {
    .an_homeproducts .header .an_homeproducts-tabs .an_homeproducts-tabs-list a {
      margin: 0; }
      .an_homeproducts .header .an_homeproducts-tabs .an_homeproducts-tabs-list a + a {
        margin-left: 20px; } }
  @media (min-width: 768px) {
    .an_homeproducts {
      padding: 50px; }
      .an_homeproducts .header h2 {
        font-size: 42px; }
      .an_homeproducts .header .an_homeproducts-tabs .an_homeproducts-tabs-list a + a {
        margin-left: 40px; }
      .an_homeproducts .header .an_homeproducts-tabs .an_homeproducts-tabs-list a h3 {
        font-size: 30px; } }
  @media (min-width: 1200px) {
    .an_homeproducts .header {
      display: flex;
      justify-content: space-between; }
      .an_homeproducts .header h2 {
        margin: 0; }
      .an_homeproducts .header .an_homeproducts-tabs .an_homeproducts-tabs-list a + a {
        margin-left: 50px; } }

.an_homeproducts-banner-wrapper {
  padding: 15px 15px 0;
  margin: 0; }
  .an_homeproducts-banner-wrapper h2 {
    font-size: 35px;
    font-weight: 900;
    margin: 0 0 30px;
    text-align: center; }
  .an_homeproducts-banner-wrapper .simple {
    padding: 0;
    float: none;
    width: auto; }
    .an_homeproducts-banner-wrapper .simple p.h2 {
      display: none; }
  .an_homeproducts-banner-wrapper .banners .an_homeproducts-banner {
    padding: 0;
    margin: 0;
    float: none;
    flex-grow: 1;
    width: auto;
    position: relative;
    display: block; }
    .an_homeproducts-banner-wrapper .banners .an_homeproducts-banner + .an_homeproducts-banner {
      margin: 25px 0 0; }
    .an_homeproducts-banner-wrapper .banners .an_homeproducts-banner img {
      border-radius: 15px; }
    .an_homeproducts-banner-wrapper .banners .an_homeproducts-banner .an_homeproducts-banner-content {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      padding: 15px;
      display: flex;
      align-items: flex-end;
      justify-content: flex-start;
      flex-direction: row;
      background-color: transparent; }
      .an_homeproducts-banner-wrapper .banners .an_homeproducts-banner .an_homeproducts-banner-content .wrapper {
        width: 100%; }
        .an_homeproducts-banner-wrapper .banners .an_homeproducts-banner .an_homeproducts-banner-content .wrapper .an_homeproducts-banner-title {
          font-size: 15px;
          line-height: 16px;
          font-weight: 900;
          color: #fff;
          margin-bottom: 0; }
        .an_homeproducts-banner-wrapper .banners .an_homeproducts-banner .an_homeproducts-banner-content .wrapper .desc {
          margin-top: 10px; }
          .an_homeproducts-banner-wrapper .banners .an_homeproducts-banner .an_homeproducts-banner-content .wrapper .desc p {
            font-size: 12px;
            line-height: 15px;
            font-weight: 300;
            color: #fff; }
        .an_homeproducts-banner-wrapper .banners .an_homeproducts-banner .an_homeproducts-banner-content .wrapper button {
          display: none; }
  @media (min-width: 440px) {
    .an_homeproducts-banner-wrapper .banners .an_homeproducts-banner .an_homeproducts-banner-content .wrapper .an_homeproducts-banner-title {
      font-size: 30px;
      line-height: 33px; }
    .an_homeproducts-banner-wrapper .banners .an_homeproducts-banner .an_homeproducts-banner-content .wrapper .desc p {
      font-size: 15px;
      line-height: 22px; } }
  @media (min-width: 768px) {
    .an_homeproducts-banner-wrapper {
      padding: 50px 50px 0; }
      .an_homeproducts-banner-wrapper h2 {
        font-size: 42px;
        margin-bottom: 50px;
        text-align: left; }
      .an_homeproducts-banner-wrapper .banners .an_homeproducts-banner .an_homeproducts-banner-content {
        padding: 40px; }
        .an_homeproducts-banner-wrapper .banners .an_homeproducts-banner .an_homeproducts-banner-content .wrapper button {
          margin-top: 30px;
          display: inline-block;
          background-color: #fff;
          color: #102747;
          font-size: 14px;
          line-height: 22px;
          font-weight: 700;
          text-transform: uppercase;
          border-radius: 10px;
          padding: 12px 20px;
          border: none; }
          .an_homeproducts-banner-wrapper .banners .an_homeproducts-banner .an_homeproducts-banner-content .wrapper button:hover {
            background-color: #102747;
            color: #fff; } }
  @media (min-width: 980px) {
    .an_homeproducts-banner-wrapper .banners {
      display: flex;
      justify-content: space-between; }
      .an_homeproducts-banner-wrapper .banners .an_homeproducts-banner + .an_homeproducts-banner {
        margin: 0 0 0 20px; }
      .an_homeproducts-banner-wrapper .banners .an_homeproducts-banner .an_homeproducts-banner-content {
        padding: 20px; }
        .an_homeproducts-banner-wrapper .banners .an_homeproducts-banner .an_homeproducts-banner-content .wrapper button {
          display: none; } }
  @media (min-width: 1200px) {
    .an_homeproducts-banner-wrapper .banners .an_homeproducts-banner + .an_homeproducts-banner {
      margin: 0 0 0 35px; }
    .an_homeproducts-banner-wrapper .banners .an_homeproducts-banner .an_homeproducts-banner-content .wrapper button {
      display: inline-block; } }
  @media (min-width: 1440px) {
    .an_homeproducts-banner-wrapper .banners .an_homeproducts-banner .an_homeproducts-banner-content {
      padding: 40px; }
      .an_homeproducts-banner-wrapper .banners .an_homeproducts-banner .an_homeproducts-banner-content .wrapper {
        max-width: 70%; } }

.secondary-blog-title {
  margin: 0;
  padding: 15px 15px 0; }
  .secondary-blog-title h2 {
    font-size: 35px;
    font-weight: 900;
    margin: 0;
    text-align: center;
    color: #3e3e3d; }
  @media (min-width: 768px) {
    .secondary-blog-title {
      padding: 50px 50px 0; }
      .secondary-blog-title h2 {
        font-size: 42px;
        text-align: left; } }

.secondary-blog {
  margin: 0;
  padding: 15px;
  display: block;
  justify-content: space-between;
  flex-wrap: nowrap; }
  .secondary-blog .blog-item {
    padding: 0;
    margin: 0 0 15px;
    flex-grow: 1;
    max-width: none;
    width: 100%;
    border-radius: 15px;
    background-color: #f4f4f8; }
    .secondary-blog .blog-item .blog-image {
      margin: 0; }
      .secondary-blog .blog-item .blog-image img {
        border-radius: 15px 15px 0 0; }
    .secondary-blog .blog-item .blog-info {
      padding: 15px; }
      .secondary-blog .blog-item .blog-info .blog-cat {
        margin-bottom: 5px; }
        .secondary-blog .blog-item .blog-info .blog-cat a {
          font-size: 15px;
          font-weight: 300;
          color: #818b9b !important; }
      .secondary-blog .blog-item .blog-info h3 {
        margin: 0; }
        .secondary-blog .blog-item .blog-info h3 a {
          color: #3e3e3d !important;
          line-height: 24px;
          font-size: 24px;
          font-weight: 900;
          text-transform: none; }
      .secondary-blog .blog-item .blog-info .btn-primary {
        display: inline-block;
        background-color: #102747;
        color: #fff;
        font-size: 14px;
        line-height: 22px;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 10px;
        padding: 12px 20px;
        border: none;
        min-width: 0;
        margin-top: 25px;
        display: inline-flex; }
        .secondary-blog .blog-item .blog-info .btn-primary:hover {
          background-color: #8ac249; }
  @media (min-width: 768px) {
    .secondary-blog {
      padding: 50px 40px 30px;
      display: flex;
      flex-wrap: wrap; }
      .secondary-blog .blog-item {
        margin: 0 10px 20px;
        max-width: 46%; }
        .secondary-blog .blog-item .blog-info {
          padding: 20px; }
          .secondary-blog .blog-item .blog-info h3 a {
            line-height: 33px;
            font-size: 30px; } }
  @media (min-width: 980px) {
    .secondary-blog {
      flex-wrap: nowrap;
      padding: 50px; }
      .secondary-blog .blog-item {
        margin: 0;
        max-width: none; }
        .secondary-blog .blog-item + .blog-item {
          margin-left: 20px; }
        .secondary-blog .blog-item .blog-info {
          padding: 30px; } }
  @media (min-width: 1200px) {
    .secondary-blog .blog-item + .blog-item {
      margin-left: 35px; }
    .secondary-blog .blog-item .blog-info {
      padding: 40px; } }

.home-after .an_homeproducts-banner-wrapper {
  padding: 0; }
  .home-after .an_homeproducts-banner-wrapper .banners {
    justify-content: center;
    align-items: center; }
    .home-after .an_homeproducts-banner-wrapper .banners .an_homeproducts-banner-content {
      position: relative;
      border-radius: 0;
      background-color: #f44545;
      text-align: center;
      justify-content: center;
      align-items: center;
      padding: 15px; }
      .home-after .an_homeproducts-banner-wrapper .banners .an_homeproducts-banner-content .wrapper {
        max-width: 100%; }
        .home-after .an_homeproducts-banner-wrapper .banners .an_homeproducts-banner-content .wrapper .desc {
          margin: 0; }
          .home-after .an_homeproducts-banner-wrapper .banners .an_homeproducts-banner-content .wrapper .desc h2 {
            font-size: 19px;
            line-height: 22px;
            font-weight: 300;
            color: #fff;
            text-align: center;
            margin: 0; }
            .home-after .an_homeproducts-banner-wrapper .banners .an_homeproducts-banner-content .wrapper .desc h2 strong {
              font-weight: 700; }
  @media (min-width: 768px) {
    .home-after .an_homeproducts-banner-wrapper .banners .an_homeproducts-banner-content {
      padding: 35px; } }
.home-after .an_advantages {
  margin: 0;
  padding: 15px;
  background-color: #f4f4f8; }
  .home-after .an_advantages .an_advantages-head {
    width: 100%;
    margin-bottom: 15px; }
    .home-after .an_advantages .an_advantages-head h3 {
      font-size: 24px;
      line-height: 24px;
      font-weight: 900;
      margin-bottom: 15px; }
    .home-after .an_advantages .an_advantages-head p {
      color: #818b9b;
      margin-bottom: 10px; }
      .home-after .an_advantages .an_advantages-head p + h3 {
        margin-top: 30px; }
  .home-after .an_advantages .an_advantages-list {
    width: 100%;
    padding: 0 0 15px 0; }
    .home-after .an_advantages .an_advantages-list .an_advantages-item {
      background-color: #fff;
      border-radius: 15px;
      padding: 25px 25px 10px;
      display: block;
      margin: 0;
      width: 100%; }
      .home-after .an_advantages .an_advantages-list .an_advantages-item + .an_advantages-item {
        margin-top: 20px; }
      .home-after .an_advantages .an_advantages-list .an_advantages-item .header {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0 0 10px; }
        .home-after .an_advantages .an_advantages-list .an_advantages-item .header .an_advantages-item-img {
          width: 34px;
          min-width: 34px;
          border-radius: 0;
          padding: 0;
          display: inline-block; }
          .home-after .an_advantages .an_advantages-list .an_advantages-item .header .an_advantages-item-img img {
            width: 100%; }
        .home-after .an_advantages .an_advantages-list .an_advantages-item .header .an_advantages-item-title {
          text-transform: uppercase;
          font-size: 14px;
          line-height: 16px;
          color: #102747;
          font-weight: 700;
          margin: 0 0 0 5px; }
      .home-after .an_advantages .an_advantages-list .an_advantages-item .an_advantages-item-desc {
        color: #818b9b;
        margin: 0; }
        .home-after .an_advantages .an_advantages-list .an_advantages-item .an_advantages-item-desc p {
          margin-bottom: 15px; }
          .home-after .an_advantages .an_advantages-list .an_advantages-item .an_advantages-item-desc p img + img {
            margin-left: 20px; }
  @media (min-width: 768px) {
    .home-after .an_advantages {
      padding: 50px; } }
  @media (min-width: 980px) {
    .home-after .an_advantages .an_advantages-head {
      width: 60%;
      margin-bottom: 0; }
      .home-after .an_advantages .an_advantages-head h3 {
        font-size: 30px;
        line-height: 33px; }
    .home-after .an_advantages .an_advantages-list {
      width: 40%;
      padding: 0 0 0 80px; } }

.products article.product-miniature {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important; }
  @media (min-width: 480px) {
    .products article.product-miniature {
      flex-basis: 50%; } }
  @media (min-width: 1200px) {
    .products article.product-miniature {
      flex-basis: 33.33%; } }
  @media (min-width: 1440px) {
    .products article.product-miniature {
      flex-basis: 20%; } }
  .products article.product-miniature .thumbnail-container {
    width: 100%;
    padding: 15px !important;
    background-color: #fff;
    border-radius: 15px; }
    .products article.product-miniature .thumbnail-container .thumbnail-container-image .product-thumbnail img {
      width: 100% !important; }
    .products article.product-miniature .thumbnail-container .thumbnail-container-image .quick-view {
      display: none !important; }
    .products article.product-miniature .thumbnail-container .product-flags li {
      border-radius: 10px;
      font-weight: 700;
      min-width: 0;
      padding: 0 10px;
      margin: 0 0 5px 0; }
      .products article.product-miniature .thumbnail-container .product-flags li.pack {
        background-color: #102747; }
    .products article.product-miniature .thumbnail-container .product-description {
      display: flex;
      width: 100%;
      flex-direction: column;
      justify-content: space-between; }
      .products article.product-miniature .thumbnail-container .product-description .product-title {
        display: inline-block !important;
        text-align: left !important;
        height: auto !important;
        margin: 10px 0 !important;
        flex-grow: 1; }
        .products article.product-miniature .thumbnail-container .product-description .product-title a {
          font-size: 18px !important;
          line-height: 24px !important;
          color: #3e3e3d !important; }
      .products article.product-miniature .thumbnail-container .product-description .product-price-and-shipping {
        margin-top: 15px;
        display: flex;
        justify-content: space-between !important;
        align-items: center; }
        .products article.product-miniature .thumbnail-container .product-description .product-price-and-shipping .product-prices-block {
          text-align: left; }
          .products article.product-miniature .thumbnail-container .product-description .product-price-and-shipping .product-prices-block .price {
            display: inline;
            text-align: left; }
            .products article.product-miniature .thumbnail-container .product-description .product-price-and-shipping .product-prices-block .price .money-te {
              font-weight: 700;
              font-size: 20px;
              color: #102747; }
            .products article.product-miniature .thumbnail-container .product-description .product-price-and-shipping .product-prices-block .price .details .money {
              font-weight: 700;
              color: #8ac249;
              font-size: 18px; }
            .products article.product-miniature .thumbnail-container .product-description .product-price-and-shipping .product-prices-block .price .details .regular-price {
              font-size: 12px;
              font-weight: 300;
              color: #f44545; }
        .products article.product-miniature .thumbnail-container .product-description .product-price-and-shipping .add-to-cart {
          background-color: #102747;
          border: none;
          color: #fff;
          padding: 5px;
          border-radius: 10px;
          cursor: pointer;
          margin: 0;
          line-height: 1;
          width: auto;
          height: auto; }
          .products article.product-miniature .thumbnail-container .product-description .product-price-and-shipping .add-to-cart span {
            font-size: 35px; }
          .products article.product-miniature .thumbnail-container .product-description .product-price-and-shipping .add-to-cart:hover {
            background-color: #8ac249; }

.breadcrumb {
  padding: 15px;
  background-color: transparent; }
  .breadcrumb ol {
    padding: 0; }
    .breadcrumb ol li {
      display: inline-flex;
      align-items: center; }
      .breadcrumb ol li a {
        font-size: 11px;
        text-transform: none;
        color: #818b9b; }
        .breadcrumb ol li a:hover {
          color: #3e3e3d; }
      .breadcrumb ol li:after {
        content: '>';
        color: #818b9b;
        font-size: 18px;
        line-height: 1;
        margin: 0 3px 3px; }
      .breadcrumb ol li:last-child a {
        color: #3e3e3d; }
  @media (min-width: 768px) {
    .breadcrumb {
      padding: 15px 50px; }
      .breadcrumb ol li a {
        font-size: 15px; }
      .breadcrumb ol li:after {
        font-size: 25px;
        margin: 0 5px 3px; } }

#category .breadcrumb {
  background-color: #f4f4f8; }
#category #wrapper {
  padding: 15px;
  background-color: #f4f4f8; }
  #category #wrapper .block-categories {
    background: transparent; }
    #category #wrapper .block-categories .category-top-menu p.title {
      font-size: 30px;
      line-height: 33px;
      font-weight: 900;
      margin-bottom: 25px; }
    #category #wrapper .block-categories .category-sub-menu a {
      font-size: 22px;
      line-height: 25px;
      font-weight: normal;
      color: #838d9c;
      padding: 10px 0; }
      #category #wrapper .block-categories .category-sub-menu a:hover {
        color: #f44545; }
    #category #wrapper .block-categories .category-sub-menu .navbar-toggler {
      color: #838d9c; }
      #category #wrapper .block-categories .category-sub-menu .navbar-toggler:hover {
        color: #f44545; }
    #category #wrapper .block-categories .category-sub-menu .category-sub-link {
      margin: 0;
      padding-left: 25px; }
      #category #wrapper .block-categories .category-sub-menu .category-sub-link:before {
        border-color: #838d9c; }
      #category #wrapper .block-categories .category-sub-menu .category-sub-link:hover:before {
        border-color: #f44545; }
  #category #wrapper #content-wrapper .block-category {
    margin-bottom: 20px; }
    #category #wrapper #content-wrapper .block-category h1 {
      font-size: 35px;
      line-height: 1;
      font-weight: 900;
      color: #3e3e3d;
      margin-bottom: 20px;
      text-transform: none; }
    #category #wrapper #content-wrapper .block-category h2 {
      font-size: 24px;
      line-height: 24px; }
    #category #wrapper #content-wrapper .block-category p {
      color: #818b9b;
      line-height: 22px; }
  #category #wrapper #content-wrapper #products #js-product-list-top {
    padding: 0;
    background-color: transparent;
    margin-bottom: 50px; }
    #category #wrapper #content-wrapper #products #js-product-list-top .sort-by {
      color: #818b9b;
      margin: 0 10px 0 0; }
    #category #wrapper #content-wrapper #products #js-product-list-top a.select-title {
      display: inline-flex;
      justify-content: space-between;
      align-items: center;
      background-color: #fff;
      padding: 5px 10px 5px 20px;
      margin: 0;
      border-radius: 10px;
      color: #818b9b;
      font-size: 15px;
      min-width: 200px; }
      #category #wrapper #content-wrapper #products #js-product-list-top a.select-title .material-symbols-outlined {
        font-size: 40px;
        line-height: 1;
        color: #102747; }
    #category #wrapper #content-wrapper #products #js-product-list-top .dropdown-menu {
      background-color: #fff;
      right: 15px;
      margin: -5px 0 0 0;
      padding-top: 0; }
    #category #wrapper #content-wrapper #products #js-product-list-top .total-products p {
      color: #818b9b;
      line-height: 22px;
      font-size: 15px; }
  #category #wrapper #content-wrapper #products .products {
    margin: 0 -12px; }
    #category #wrapper #content-wrapper #products .products .product-miniature {
      padding: 0 12px 25px !important;
      flex-basis: 100%; }
  #category #wrapper #content-wrapper #products .pagination {
    background-color: transparent;
    margin: 30px 0 15px; }
    #category #wrapper #content-wrapper #products .pagination .page-list {
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
      #category #wrapper #content-wrapper #products .pagination .page-list li {
        margin: 0 15px 15px 0; }
        #category #wrapper #content-wrapper #products .pagination .page-list li a {
          background-color: #fff;
          color: #102747;
          height: 48px;
          min-width: 48px;
          padding: 0 20px;
          border-radius: 10px;
          font-size: 14px;
          line-height: 1;
          font-weight: 700;
          display: flex;
          justify-content: center;
          align-items: center; }
          #category #wrapper #content-wrapper #products .pagination .page-list li a:hover {
            background-color: #102747;
            color: #fff; }
        #category #wrapper #content-wrapper #products .pagination .page-list li.current a {
          background-color: #102747;
          color: #fff; }
  #category #wrapper #content-wrapper #products .customfieldcategory p {
    color: #818b9b; }
@media (min-width: 480px) {
  #category #wrapper #content-wrapper #products .products .product-miniature {
    flex-basis: 50%; } }
@media (min-width: 768px) {
  #category #wrapper {
    padding: 50px; }
    #category #wrapper #content-wrapper {
      padding-left: 50px; }
      #category #wrapper #content-wrapper .block-category h1 {
        font-size: 42px; }
      #category #wrapper #content-wrapper .block-category h2 {
        font-size: 30px;
        line-height: 33px; }
      #category #wrapper #content-wrapper #products .products .product-miniature {
        flex-basis: 50%; } }
@media (min-width: 1200px) {
  #category #wrapper #content-wrapper #products .products .product-miniature {
    flex-basis: 33.33%; }
  #category #wrapper #content-wrapper #products .customfieldcategory {
    column-count: 2;
    column-gap: 50px; } }
@media (min-width: 1440px) {
  #category #wrapper #content-wrapper #products .products .product-miniature {
    flex-basis: 20%; } }

body#product #wrapper {
  padding: 0; }
  body#product #wrapper .product-mainblock {
    margin: 0 0 60px; }
    body#product #wrapper .product-mainblock > div {
      padding: 0; }
    body#product #wrapper .product-mainblock .productblock-image {
      margin-bottom: 30px; }
      body#product #wrapper .product-mainblock .productblock-image #content {
        max-width: none; }
        body#product #wrapper .product-mainblock .productblock-image #content .product-flags {
          padding: 5px; }
          body#product #wrapper .product-mainblock .productblock-image #content .product-flags li {
            margin: 0 0 10px 0; }
        body#product #wrapper .product-mainblock .productblock-image #content .an_wishlist-container {
          top: 5px;
          right: 5px;
          padding: 0; }
        body#product #wrapper .product-mainblock .productblock-image #content .an_wishlist-mini-count {
          display: none; }
        body#product #wrapper .product-mainblock .productblock-image #content .images-container {
          width: 100%;
          margin: 0; }
          body#product #wrapper .product-mainblock .productblock-image #content .images-container img.productslider-main-image {
            width: 100%; }
          body#product #wrapper .product-mainblock .productblock-image #content .images-container .slick-dots {
            display: none; }
          body#product #wrapper .product-mainblock .productblock-image #content .images-container .an_productpage-list {
            margin: 20px -10px 0;
            width: 100%; }
            body#product #wrapper .product-mainblock .productblock-image #content .images-container .an_productpage-list .an_productpage-slider-item {
              padding: 0 10px;
              width: 25%; }
              body#product #wrapper .product-mainblock .productblock-image #content .images-container .an_productpage-list .an_productpage-slider-item.nav-slide-selected:before {
                display: none; }
    body#product #wrapper .product-mainblock .productblock-content h1 {
      font-size: 30px;
      line-height: 33px;
      font-weight: 900;
      color: #3e3e3d;
      margin: 0;
      display: inline; }
      @media (min-width: 768px) {
        body#product #wrapper .product-mainblock .productblock-content h1 {
          font-size: 43px;
          line-height: 43px; } }
    body#product #wrapper .product-mainblock .productblock-content .price-wrapper {
      display: flex;
      flex-direction: column-reverse;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: 10px; }
      body#product #wrapper .product-mainblock .productblock-content .price-wrapper .product-prices {
        display: block; }
        body#product #wrapper .product-mainblock .productblock-content .price-wrapper .product-prices .product-without-taxes {
          font-size: 35px;
          font-weight: 700;
          color: #102747;
          margin-bottom: 0; }
        body#product #wrapper .product-mainblock .productblock-content .price-wrapper .product-prices .product-price {
          display: flex;
          justify-content: flex-start;
          align-items: flex-end; }
          body#product #wrapper .product-mainblock .productblock-content .price-wrapper .product-prices .product-price .current-price {
            font-size: 30px;
            font-weight: 700; }
          body#product #wrapper .product-mainblock .productblock-content .price-wrapper .product-prices .product-price .product-discount {
            margin: 0 0 0 15px; }
            body#product #wrapper .product-mainblock .productblock-content .price-wrapper .product-prices .product-price .product-discount .regular-price {
              font-size: 20px;
              font-weight: 300;
              color: #f44545; }
        body#product #wrapper .product-mainblock .productblock-content .price-wrapper .product-prices .price-ecotax {
          font-size: 12px;
          font-weight: 300;
          color: #818b9b;
          margin: 10px 0 0; }
      body#product #wrapper .product-mainblock .productblock-content .price-wrapper .product-availability-wrap {
        width: auto;
        margin-bottom: 15px; }
        body#product #wrapper .product-mainblock .productblock-content .price-wrapper .product-availability-wrap #product-availability {
          display: block;
          padding: 5px 15px;
          background-color: #f44545;
          color: #fff;
          text-transform: uppercase;
          font-size: 12px;
          margin: 0;
          width: auto;
          font-weight: 900;
          border-radius: 10px;
          white-space: nowrap; }
    body#product #wrapper .product-mainblock .productblock-content .product-information {
      margin-top: 10px; }
      body#product #wrapper .product-mainblock .productblock-content .product-information .product-additional-info {
        margin-top: 15px; }
        body#product #wrapper .product-mainblock .productblock-content .product-information .product-additional-info .productblock-description {
          color: #818b9b; }
          body#product #wrapper .product-mainblock .productblock-content .product-information .product-additional-info .productblock-description h2 {
            color: #818b9b;
            font-size: 15px;
            line-height: initial;
            margin: 0; }
            body#product #wrapper .product-mainblock .productblock-content .product-information .product-additional-info .productblock-description h2 small {
              font-size: inherit; }
          body#product #wrapper .product-mainblock .productblock-content .product-information .product-additional-info .productblock-description p {
            color: #818b9b; }
        body#product #wrapper .product-mainblock .productblock-content .product-information .product-additional-info .product-manufacturer a {
          color: #818b9b;
          font-size: 15px; }
          body#product #wrapper .product-mainblock .productblock-content .product-information .product-additional-info .product-manufacturer a:hover {
            color: #f44545; }
        body#product #wrapper .product-mainblock .productblock-content .product-information .product-additional-info .product-manufacturer label {
          font-weight: 700;
          color: #818b9b;
          font-size: 15px; }
      body#product #wrapper .product-mainblock .productblock-content .product-information .product-actions {
        margin-top: 30px; }
        body#product #wrapper .product-mainblock .productblock-content .product-information .product-actions .control-label {
          font-size: 15px;
          font-weight: 300;
          color: #818b9b;
          margin-bottom: 5px;
          overflow: unset; }
        body#product #wrapper .product-mainblock .productblock-content .product-information .product-actions .product-variants-item {
          margin-bottom: 20px; }
          body#product #wrapper .product-mainblock .productblock-content .product-information .product-actions .product-variants-item .select-wrapper {
            position: relative;
            width: 100%; }
            body#product #wrapper .product-mainblock .productblock-content .product-information .product-actions .product-variants-item .select-wrapper select {
              border: none;
              background: #f4f4f8 !important;
              padding: 15px 20px;
              width: 100%;
              font-size: 15px;
              font-weight: 300;
              color: #818b9b;
              height: auto;
              border-radius: 10px;
              appearance: none;
              position: relative; }
              body#product #wrapper .product-mainblock .productblock-content .product-information .product-actions .product-variants-item .select-wrapper select::placeholder {
                opacity: 1;
                color: #818b9b; }
            body#product #wrapper .product-mainblock .productblock-content .product-information .product-actions .product-variants-item .select-wrapper:after {
              content: '\e5cf';
              font-family: "Material Symbols Outlined";
              color: #102747;
              position: absolute;
              right: 5px;
              bottom: 10px;
              font-size: 50px;
              pointer-events: none; }
        body#product #wrapper .product-mainblock .productblock-content .product-information .product-actions .product-add-to-cart {
          margin: 0;
          align-items: flex-end; }
          body#product #wrapper .product-mainblock .productblock-content .product-information .product-actions .product-add-to-cart .product-quantity {
            margin: 0; }
            body#product #wrapper .product-mainblock .productblock-content .product-information .product-actions .product-add-to-cart .product-quantity .qty {
              width: auto;
              height: auto;
              margin-right: 15px; }
              body#product #wrapper .product-mainblock .productblock-content .product-information .product-actions .product-add-to-cart .product-quantity .qty .input-group-btn {
                width: 50px; }
                body#product #wrapper .product-mainblock .productblock-content .product-information .product-actions .product-add-to-cart .product-quantity .qty .input-group-btn + .input-group-btn {
                  display: none; }
                body#product #wrapper .product-mainblock .productblock-content .product-information .product-actions .product-add-to-cart .product-quantity .qty .input-group-btn .btn {
                  background: #f4f4f8;
                  height: 55px;
                  color: #102747;
                  font-size: 30px;
                  font-weight: 300;
                  font-family: sans-serif;
                  width: 50px;
                  padding-bottom: 2px; }
                  body#product #wrapper .product-mainblock .productblock-content .product-information .product-actions .product-add-to-cart .product-quantity .qty .input-group-btn .btn.bootstrap-touchspin-down {
                    border-radius: 10px 0 0 10px; }
                  body#product #wrapper .product-mainblock .productblock-content .product-information .product-actions .product-add-to-cart .product-quantity .qty .input-group-btn .btn.bootstrap-touchspin-up {
                    border-radius: 0 10px 10px 0; }
              body#product #wrapper .product-mainblock .productblock-content .product-information .product-actions .product-add-to-cart .product-quantity .qty #quantity_wanted {
                height: 55px;
                background-color: #f4f4f8 !important;
                width: 60px;
                color: #818b9b;
                font-size: 15px;
                font-weight: 300; }
          body#product #wrapper .product-mainblock .productblock-content .product-information .product-actions .product-add-to-cart .btn.add-to-cart {
            height: 55px;
            border-radius: 10px;
            background-color: #102747;
            color: #fff;
            border: none !important;
            margin-top: 7px;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 5px 25px; }
            body#product #wrapper .product-mainblock .productblock-content .product-information .product-actions .product-add-to-cart .btn.add-to-cart:hover {
              background-color: #8ac249; }
            body#product #wrapper .product-mainblock .productblock-content .product-information .product-actions .product-add-to-cart .btn.add-to-cart span.material-symbols-outlined {
              font-size: 35px;
              margin-right: 10px; }
        body#product #wrapper .product-mainblock .productblock-content .product-information .product-actions .an_trust_badges-container {
          margin: 40px 0 0;
          padding: 25px !important;
          background-color: #f4f4f8;
          border-radius: 15px; }
          body#product #wrapper .product-mainblock .productblock-content .product-information .product-actions .an_trust_badges-container .an_trust_badges-title {
            padding: 0 !important;
            margin: 0 0 10px 0;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 14px;
            color: #102747;
            display: flex;
            justify-content: flex-start;
            align-items: center; }
            body#product #wrapper .product-mainblock .productblock-content .product-information .product-actions .an_trust_badges-container .an_trust_badges-title:before {
              content: '\e870';
              font-family: "Material Symbols Outlined";
              color: #102747;
              display: inline;
              font-size: 40px;
              margin: 0 5px 0 -5px; }
          body#product #wrapper .product-mainblock .productblock-content .product-information .product-actions .an_trust_badges-container .an_trust_badges-list {
            padding: 0;
            display: flex;
            justify-content: space-around; }
            body#product #wrapper .product-mainblock .productblock-content .product-information .product-actions .an_trust_badges-container .an_trust_badges-list li {
              margin: 5px 20px 0 0; }
              body#product #wrapper .product-mainblock .productblock-content .product-information .product-actions .an_trust_badges-container .an_trust_badges-list li img {
                max-height: 30px;
                max-width: none; }
  body#product #wrapper .pack-mainblock .an_stickyAddToCart {
    display: none; }
  body#product #wrapper #description {
    color: #818b9b;
    margin-bottom: 30px; }
    body#product #wrapper #description h2 {
      font-size: 30px;
      line-height: 33px;
      color: #3e3e3d;
      font-weight: 900;
      margin-bottom: 20px; }
    body#product #wrapper #description h3, body#product #wrapper #description h4, body#product #wrapper #description h5, body#product #wrapper #description h6 {
      font-size: 24px;
      line-height: 1;
      margin-bottom: 20px; }
    body#product #wrapper #description p {
      color: #818b9b;
      margin-bottom: 15px; }
    body#product #wrapper #description b, body#product #wrapper #description strong {
      font-weight: 700; }
    body#product #wrapper #description table {
      border: none; }
      body#product #wrapper #description table tr:nth-child(odd) {
        background: #f4f4f8; }
      body#product #wrapper #description table tr td {
        padding: 15px;
        border: none; }
        body#product #wrapper #description table tr td:first-child {
          font-weight: 700; }
  body#product #wrapper #attachments p.title {
    font-size: 24px;
    line-height: 1;
    color: #3e3e3d;
    font-weight: 900;
    margin-bottom: 20px; }
  body#product #wrapper #attachments .files {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -12px; }
    body#product #wrapper #attachments .files .attachment {
      flex-grow: 1;
      background-color: #f4f4f8;
      border-radius: 10px;
      padding: 20px 25px;
      max-width: 420px;
      margin: 0 12px 10px;
      display: flex;
      align-items: center;
      font-size: 18px;
      line-height: 1;
      font-weight: 700;
      color: #818b9b; }
      body#product #wrapper #attachments .files .attachment span.material-symbols-outlined {
        font-size: 45px;
        margin-right: 10px; }
      body#product #wrapper #attachments .files .attachment:hover {
        background-color: #dedee3; }
  body#product #wrapper .featured-products {
    background-color: #f4f4f8;
    padding: 15px; }
    body#product #wrapper .featured-products h2 {
      font-size: 30px;
      line-height: 33px;
      margin-bottom: 15px; }
    body#product #wrapper .featured-products .products .owl-nav {
      position: absolute;
      left: -25px;
      right: -25px;
      top: 0;
      height: 70%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0;
      pointer-events: none; }
      body#product #wrapper .featured-products .products .owl-nav.disabled {
        display: none; }
      body#product #wrapper .featured-products .products .owl-nav .owl-prev, body#product #wrapper .featured-products .products .owl-nav .owl-next {
        background-color: #8ac249;
        border: none;
        color: #fff;
        padding: 5px;
        border-radius: 10px;
        cursor: pointer;
        margin: 0;
        line-height: 1;
        width: auto;
        height: auto;
        pointer-events: auto; }
        body#product #wrapper .featured-products .products .owl-nav .owl-prev span, body#product #wrapper .featured-products .products .owl-nav .owl-next span {
          font-size: 35px; }
        body#product #wrapper .featured-products .products .owl-nav .owl-prev:hover, body#product #wrapper .featured-products .products .owl-nav .owl-next:hover {
          background-color: #102747; }
  body#product #wrapper .product-accessories {
    margin: 0;
    padding: 15px;
    overflow: unset; }
    body#product #wrapper .product-accessories h2 {
      font-size: 30px;
      line-height: 33px;
      margin-bottom: 15px;
      color: #3e3e3d;
      font-weight: 900;
      text-align: left; }
    body#product #wrapper .product-accessories .products .owl-nav {
      position: absolute;
      left: -25px;
      right: -25px;
      top: 0;
      height: 70%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0;
      pointer-events: none; }
      body#product #wrapper .product-accessories .products .owl-nav.disabled {
        display: none; }
      body#product #wrapper .product-accessories .products .owl-nav .owl-prev, body#product #wrapper .product-accessories .products .owl-nav .owl-next {
        background-color: #8ac249;
        border: none;
        color: #fff;
        padding: 5px;
        border-radius: 10px;
        cursor: pointer;
        margin: 0;
        line-height: 1;
        width: auto;
        height: auto;
        pointer-events: auto; }
        body#product #wrapper .product-accessories .products .owl-nav .owl-prev span, body#product #wrapper .product-accessories .products .owl-nav .owl-next span {
          font-size: 35px; }
        body#product #wrapper .product-accessories .products .owl-nav .owl-prev:hover, body#product #wrapper .product-accessories .products .owl-nav .owl-next:hover {
          background-color: #102747; }
  body#product #wrapper #ap5-pack-product-tab-list, body#product #wrapper #ap5-pack-product-tabs-content {
    margin: 0; }
  body#product #wrapper #ap5-pack-product-tab-list .nav-item {
    flex: 1 0 auto; }
@media (min-width: 768px) {
  body#product #wrapper {
    padding: 0 50px 50px; }
    body#product #wrapper .product-mainblock {
      margin: 0 -35px 60px; }
      body#product #wrapper .product-mainblock > div {
        padding: 0 35px; }
      body#product #wrapper .product-mainblock.productblock-image {
        margin: 0; }
        body#product #wrapper .product-mainblock.productblock-image #content .product-flags {
          padding: 10px; }
          body#product #wrapper .product-mainblock.productblock-image #content .product-flags li {
            margin: 0 0 10px 0; }
        body#product #wrapper .product-mainblock.productblock-image #content .an_wishlist-container {
          top: 10px;
          right: 10px; }
      body#product #wrapper .product-mainblock.productblock-content h1 {
        font-size: 42px;
        line-height: 44px; }
      body#product #wrapper .product-mainblock.productblock-content .price-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 10px; }
        body#product #wrapper .product-mainblock.productblock-content .price-wrapper .product-availability-wrap {
          margin-top: 10px; }
      body#product #wrapper .product-mainblock.productblock-content .product-information .product-actions .product-add-to-cart .product-quantity {
        margin: 0; }
    body#product #wrapper #description h2 {
      font-size: 42px;
      line-height: 1; }
    body#product #wrapper #description h3 {
      font-size: 30px; }
    body#product #wrapper #attachments p.title {
      font-size: 30px; }
    body#product #wrapper .featured-products {
      padding: 50px;
      margin: 0 -50px; }
      body#product #wrapper .featured-products h2 {
        font-size: 42px;
        line-height: 1;
        margin-bottom: 50px; }
    body#product #wrapper .product-accessories {
      padding: 50px;
      margin: 0 -50px; }
      body#product #wrapper .product-accessories h2 {
        font-size: 42px;
        line-height: 1;
        margin-bottom: 50px; } }
@media (min-width: 1600px) {
  body#product #wrapper .product-mainblock.productblock-image {
    width: 40%; }
  body#product #wrapper .product-mainblock.productblock-content {
    width: 60%; } }

#footer {
  margin: 0;
  padding: 25px 15px;
  background: #102747;
  color: #fff; }
  @media (min-width: 768px) {
    #footer {
      padding: 50px; } }
  #footer .footer-container {
    background: transparent;
    padding: 0;
    margin: 0; }
    #footer .footer-container > .container {
      margin: 0; }
      #footer .footer-container > .container > .row {
        border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
        padding: 0 0 5px 0; }
        #footer .footer-container > .container > .row.first {
          align-items: center;
          margin-bottom: 30px;
          padding: 0 0 30px 0; }
          #footer .footer-container > .container > .row.first .block_newsletter {
            width: 100%;
            min-height: 0;
            background-color: transparent;
            padding: 0;
            display: block; }
            #footer .footer-container > .container > .row.first .block_newsletter .h1 {
              color: #fff !important;
              font-size: 30px;
              font-weight: 900;
              margin: 0;
              text-transform: none; }
            #footer .footer-container > .container > .row.first .block_newsletter p {
              max-width: none;
              font-size: 15px;
              color: #fff;
              text-align: left;
              padding: 0;
              margin: 0; }
              #footer .footer-container > .container > .row.first .block_newsletter p.alert {
                color: #f44545;
                border: none;
                background-color: transparent; }
            #footer .footer-container > .container > .row.first .block_newsletter form .input-wrapper {
              margin: 20px 0;
              flex-wrap: nowrap; }
              #footer .footer-container > .container > .row.first .block_newsletter form .input-wrapper input {
                background-color: rgba(255, 255, 255, 0.1);
                color: #fff;
                padding: 0 15px;
                font-size: 15px;
                border-radius: 12px;
                height: auto;
                margin: 0; }
                #footer .footer-container > .container > .row.first .block_newsletter form .input-wrapper input::placeholder {
                  opacity: 1;
                  color: #fff; }
              #footer .footer-container > .container > .row.first .block_newsletter form .input-wrapper button {
                position: relative;
                right: auto;
                display: flex;
                background-color: #fff;
                border-radius: 12px;
                opacity: 1;
                padding: 0 3px;
                height: auto;
                margin-left: 10px; }
                #footer .footer-container > .container > .row.first .block_newsletter form .input-wrapper button span {
                  font-size: 40px;
                  color: #102747; }
                #footer .footer-container > .container > .row.first .block_newsletter form .input-wrapper button:hover {
                  background-color: #f44545; }
                  #footer .footer-container > .container > .row.first .block_newsletter form .input-wrapper button:hover span {
                    color: #fff; }
            #footer .footer-container > .container > .row.first .block_newsletter form .gdpr-newsletter {
              margin: 0;
              border: 0; }
              #footer .footer-container > .container > .row.first .block_newsletter form .gdpr-newsletter label {
                max-width: none; }
                #footer .footer-container > .container > .row.first .block_newsletter form .gdpr-newsletter label input {
                  display: none; }
                  #footer .footer-container > .container > .row.first .block_newsletter form .gdpr-newsletter label input + span {
                    background-color: rgba(255, 255, 255, 0.1); }
                    #footer .footer-container > .container > .row.first .block_newsletter form .gdpr-newsletter label input + span i {
                      color: #fff !important; }
                #footer .footer-container > .container > .row.first .block_newsletter form .gdpr-newsletter label span {
                  color: #fff !important;
                  font-size: 15px; }
          #footer .footer-container > .container > .row.first #an_brandslider-block {
            width: 100%;
            padding: 0;
            margin: 0;
            border: 0;
            align-items: center;
            display: block;
            float: none; }
            #footer .footer-container > .container > .row.first #an_brandslider-block .an_brandslider-title {
              color: #fff;
              font-weight: 900;
              font-size: 16px;
              margin: 20px 0 10px 0;
              padding: 0;
              white-space: nowrap;
              border: 0; }
            #footer .footer-container > .container > .row.first #an_brandslider-block .owl-carousel .owl-prev,
            #footer .footer-container > .container > .row.first #an_brandslider-block .owl-carousel .owl-next {
              display: none; }
            #footer .footer-container > .container > .row.first #an_brandslider-block .owl-carousel .owl-stage {
              display: flex; }
              #footer .footer-container > .container > .row.first #an_brandslider-block .owl-carousel .owl-stage .owl-item {
                margin: 0; }
          @media (min-width: 768px) {
            #footer .footer-container > .container > .row.first {
              display: flex; }
              #footer .footer-container > .container > .row.first .block_newsletter {
                width: 40%;
                float: left; }
              #footer .footer-container > .container > .row.first #an_brandslider-block {
                width: 60%;
                float: left;
                padding: 30px 0 0 90px;
                display: flex; }
                #footer .footer-container > .container > .row.first #an_brandslider-block .an_brandslider-title {
                  font-size: 18px;
                  margin: 0 35px 0 0; }
                #footer .footer-container > .container > .row.first #an_brandslider-block .owl-carousel .owl-stage {
                  margin-right: 40px; } }
        #footer .footer-container > .container > .row .footer-first {
          flex-grow: 1;
          margin-bottom: 25px; }
          #footer .footer-container > .container > .row .footer-first .stafe_headernav {
            display: inline-block; }
        #footer .footer-container > .container > .row .links {
          padding: 0;
          margin: 0 0 25px; }
          #footer .footer-container > .container > .row .links .h3, #footer .footer-container > .container > .row .links .h3 a {
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 15px;
            display: inline-block;
            white-space: nowrap; }
            #footer .footer-container > .container > .row .links .h3 a, #footer .footer-container > .container > .row .links .h3 a a {
              margin-bottom: 0; }
              #footer .footer-container > .container > .row .links .h3 a:hover, #footer .footer-container > .container > .row .links .h3 a a:hover {
                color: #f44545; }
          #footer .footer-container > .container > .row .links ul li {
            padding: 0;
            margin: 0; }
            #footer .footer-container > .container > .row .links ul li a {
              color: #fff;
              padding: 0;
              margin: 0;
              font-size: 14px; }
              #footer .footer-container > .container > .row .links ul li a:before {
                display: none; }
              #footer .footer-container > .container > .row .links ul li a:hover {
                color: #f44545; }
        @media (min-width: 1200px) {
          #footer .footer-container > .container > .row {
            display: flex;
            justify-content: space-between;
            padding: 0 0 30px 0; }
            #footer .footer-container > .container > .row.first {
              margin-bottom: 30px; }
            #footer .footer-container > .container > .row .footer-first {
              max-width: 20%; }
            #footer .footer-container > .container > .row .links {
              padding: 0 0 0 60px;
              max-width: 20%; } }
  #footer .copyright-container {
    background-color: transparent;
    border: none;
    padding: 25px 0;
    justify-content: space-between; }
    #footer .copyright-container .an_copyright a, #footer .copyright-container .an_copyright p {
      color: #fff; }
      #footer .copyright-container .an_copyright a:hover, #footer .copyright-container .an_copyright p:hover {
        color: #f44545; }
    #footer .copyright-container .an_copyright p {
      margin-bottom: 5px; }
    @media (min-width: 768px) {
      #footer .copyright-container {
        display: flex; } }

.btn.btn-primary {
  height: 55px;
  border-radius: 10px !important;
  background-color: #102747;
  color: #fff;
  border: none !important;
  margin-top: 7px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 25px; }
  .btn.btn-primary:hover {
    background-color: #8ac249; }
  .btn.btn-primary .material-symbols-outlined {
    font-size: 35px;
    margin-right: 10px; }

#submit-login {
  margin: auto; }

.h1, h1 {
  font-weight: 900 !important;
  color: #3e3e3d;
  text-transform: inherit; }

.h2, h2 {
  font-size: 30px;
  line-height: 33px;
  font-weight: 900;
  text-transform: initial; }
  @media (min-width: 768px) {
    .h2, h2 {
      font-size: 43px;
      line-height: 43px; } }

.h3, h3 {
  font-size: 30px;
  line-height: 33px;
  font-weight: 900;
  text-transform: initial; }

#product #description p .btn {
  border: none;
  padding: 0;
  line-height: initial;
  vertical-align: inherit;
  font-weight: 600; }

.quickview .modal-header .material-symbols-outlined {
  font-size: 40px; }
.quickview .product-additional-info .product-manufacturer label {
  font-weight: 700;
  color: #818b9b;
  font-size: 15px; }
.quickview .product-additional-info .product-manufacturer a {
  color: #818b9b;
  font-size: 15px; }
  .quickview .product-additional-info .product-manufacturer a:hover {
    color: #f44545; }
.quickview .product-additional-info .productblock-description h2 {
  color: #818b9b;
  font-size: 15px;
  line-height: initial;
  margin: 0; }
  .quickview .product-additional-info .productblock-description h2 small {
    font-size: inherit; }
.quickview .product-actions {
  margin-top: 20px; }
  .quickview .product-actions .product-add-to-cart {
    align-items: flex-end; }
  .quickview .product-actions .select-wrapper {
    width: 100%; }
    .quickview .product-actions .select-wrapper select {
      width: 100%; }
  .quickview .product-actions .control-label {
    font-size: 15px;
    font-weight: 300;
    color: #818b9b;
    margin-bottom: 5px;
    overflow: unset; }
  .quickview .product-actions .an_trust_badges-container {
    margin: 40px 0 0;
    padding: 25px !important;
    background-color: #f4f4f8;
    border-radius: 15px; }
    .quickview .product-actions .an_trust_badges-container .an_trust_badges-title {
      padding: 0 !important;
      margin: 0 0 10px 0;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 14px;
      color: #102747;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .quickview .product-actions .an_trust_badges-container .an_trust_badges-title:before {
        content: "";
        font-family: "Material Symbols Outlined";
        color: #102747;
        display: inline;
        font-size: 40px;
        margin: 0 5px 0 -5px; }
.quickview .product-information_title {
  display: none; }
.quickview .ap5-pack-product {
  margin-top: 30px; }

.product-flags {
  padding: 20px; }

.ap5-product-list .ap5-pack-product-name {
  padding: 0;
  margin-top: 10px;
  font-size: 18px !important;
  line-height: 24px !important;
  color: #3e3e3d !important;
  text-align: left;
  font-weight: 400;
  display: flex;
  align-items: center; }
.ap5-product-list .ap5-pack-product-content {
  height: auto !important; }
  .ap5-product-list .ap5-pack-product-content .ribbon {
    border-radius: 10px;
    font-weight: 700;
    min-width: 0;
    padding: 0 10px;
    margin: 0 0 5px 0;
    background: #8ac149 !important;
    box-shadow: none;
    border: none; }
  .ap5-product-list .ap5-pack-product-content .ap5-pack-product-original-price-value {
    font-size: 12px;
    font-weight: 300;
    color: #f44545; }
  .ap5-product-list .ap5-pack-product-content .product-actions {
    margin-top: 10px !important; }
    .ap5-product-list .ap5-pack-product-content .product-actions .control-label {
      font-size: 15px;
      font-weight: 300;
      color: #818b9b;
      margin-bottom: 5px; }
    .ap5-product-list .ap5-pack-product-content .product-actions .product-variants-item .ap5-attribute-list {
      width: 100%; }
      .ap5-product-list .ap5-pack-product-content .product-actions .product-variants-item .ap5-attribute-list select {
        width: 100%;
        height: 55px !important;
        background-color: #f4f4f8 !important;
        color: #818b9b !important;
        font-size: 15px !important;
        font-weight: 300 !important;
        border: none !important;
        border-radius: 10px !important; }
  .ap5-product-list .ap5-pack-product-content .ap5-pack-product-price-table-container {
    height: initial !important;
    margin: 0 !important; }
    .ap5-product-list .ap5-pack-product-content .ap5-pack-product-price-table-container .ap5-pack-product-price-table-cell .product-price {
      font-weight: 700;
      font-size: 20px;
      color: #8ac249;
      padding: 0; }

.an_productpage-slider img {
  background: #fff; }

.cart-overview .header {
  display: none; }
@media (min-width: 768px) {
  .cart-overview .header {
    display: inherit; } }

.cart-preview .cart-title, .cart-preview .cart-bottom {
  background: #f4f4f8; }
.cart-preview .cart-items .product-image {
  border: none;
  width: 25%; }
.cart-preview .cart-items .product-infos .product-name {
  font-size: 18px !important;
  color: #3e3e3d !important;
  text-align: left;
  font-weight: 400; }
.cart-preview .cart-items .product-infos .product-line-info .label {
  font-size: 15px;
  font-weight: 300;
  color: #818b9b; }
.cart-preview .cart-items .product-infos .product-line-info .value {
  font-size: 15px;
  font-weight: 300; }
.cart-preview .cart-items .product-infos .product-qty .product-qty-container {
  width: 100%; }
  .cart-preview .cart-items .product-infos .product-qty .product-qty-container .quantity-button {
    background: #f4f4f8;
    height: 55px !important;
    color: #102747;
    font-size: 30px;
    font-weight: 300;
    font-family: sans-serif;
    width: 50px !important;
    padding-bottom: 2px;
    display: flex !important;
    align-items: center;
    justify-content: center; }
  .cart-preview .cart-items .product-infos .product-qty .product-qty-container .quantity-down {
    border-radius: 10px 0 0 10px; }
  .cart-preview .cart-items .product-infos .product-qty .product-qty-container .product-qty-input {
    height: 55px !important;
    background-color: #f4f4f8;
    width: 60px !important;
    color: #818b9b;
    font-size: 15px;
    font-weight: 300; }
  .cart-preview .cart-items .product-infos .product-qty .product-qty-container .quantity-up {
    border-radius: 0 10px 10px 0; }
.cart-preview .cart-items .product-infos .product-quantity {
  font-size: 15px;
  font-weight: 300;
  color: #818b9b; }
.cart-preview .cart-bottom .cart-subtotals .label {
  font-size: 17px;
  font-weight: 500;
  color: #102747; }
.cart-preview .cart-bottom .cart-subtotals .value {
  font-size: 17px;
  font-weight: 700;
  color: #102747; }
.cart-preview .cart-bottom .cart-total .label {
  font-size: 24px;
  font-weight: 500;
  color: #102747;
  text-transform: inherit; }
.cart-preview .cart-bottom .cart-total .value {
  font-size: 24px;
  font-weight: 700;
  color: #102747; }
.cart-preview .cart-bottom .cart-action {
  margin-top: 20px; }

#cart #wrapper {
  padding: 0 50px 50px; }
  #cart #wrapper .cart-grid-body .btn.btn-primary {
    width: fit-content; }

.cart-grid {
  margin-bottom: 50px; }

.cart-overview {
  margin-bottom: 40px; }
  .cart-overview .product-line-grid .product-line-grid-body {
    align-self: inherit; }
    .cart-overview .product-line-grid .product-line-grid-body .product-line-info {
      font-size: 15px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 0.6px;
      margin: 0; }
  .cart-overview .product-line-grid .product-line-actions .qty-wrap, .cart-overview .product-line-grid .product-line-actions .price {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.6px;
    margin: 0; }
  .cart-overview .product-line-grid .label {
    text-transform: initial;
    letter-spacing: 0;
    font-size: 18px !important;
    line-height: 24px !important;
    color: #3e3e3d !important;
    font-weight: 500 !important;
    margin-bottom: 0; }
  .cart-overview .product-line-grid .product-reference {
    color: #818b9c;
    margin-bottom: 8px; }
  .cart-overview .product-line-grid .ap5_pack_product_list {
    font-size: 14px; }
  .cart-overview .product-line-grid .product-line-info .label {
    font-size: 15px !important;
    font-weight: 300 !important;
    color: #818b9b !important; }
  .cart-overview .product-line-grid .product-line-info .value {
    font-size: 15px !important;
    font-weight: 300 !important;
    text-transform: initial; }
  .cart-overview .product-line-grid .product-line-info:first-child .label {
    font-size: 18px !important;
    color: #3e3e3d !important;
    text-align: left;
    font-weight: 400; }
  .cart-overview .product-line-grid .qty {
    width: 170px;
    height: auto; }
    .cart-overview .product-line-grid .qty .input-group-btn {
      width: 60px !important; }
      .cart-overview .product-line-grid .qty .input-group-btn + .input-group-btn {
        display: none; }
    .cart-overview .product-line-grid .qty .bootstrap-touchspin-down {
      border-radius: 10px 0 0 10px;
      width: 60px !important;
      font-size: 30px;
      font-weight: 300;
      color: #102747; }
    .cart-overview .product-line-grid .qty .js-cart-line-product-quantity {
      width: 40px !important;
      color: #818b9b;
      font-size: 15px;
      font-weight: 300; }
    .cart-overview .product-line-grid .qty .js-cart-line-product-quantity, .cart-overview .product-line-grid .qty .btn-touchspin {
      height: 55px !important;
      background-color: #f4f4f8 !important; }
    .cart-overview .product-line-grid .qty .bootstrap-touchspin-up {
      border-radius: 0 10px 10px 0;
      width: 60px !important;
      font-size: 30px;
      font-weight: 300;
      color: #102747; }
  .cart-overview .product-line-grid .product-quantity {
    font-size: 15px;
    font-weight: 300;
    color: #818b9b; }

.cart-summary .cart-detailed-totals {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }
  .cart-summary .cart-detailed-totals .card-block .label {
    font-size: 17px;
    font-weight: 500;
    color: #102747; }
  .cart-summary .cart-detailed-totals .card-block .value {
    font-size: 17px;
    font-weight: 700;
    color: #102747; }
  .cart-summary .cart-detailed-totals .cart-summary-totals .label {
    font-size: 24px;
    font-weight: 500;
    color: #102747; }
  .cart-summary .cart-detailed-totals .cart-summary-totals .value {
    font-size: 24px;
    font-weight: 700;
    color: #102747; }
.cart-summary .cart-detailed-actions {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: none !important; }

.product-discount .regular-price {
  font-size: 12px;
  font-weight: 300;
  color: #f44545; }

.opartdevis-button {
  background-color: #eaecf3 !important;
  height: 55px !important;
  border-radius: 10px !important;
  color: #3e3e3d !important;
  border: none !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 5px 25px !important; }

.opartSaveCartDisplayLink {
  width: 100%;
  color: #3e3e3d !important; }

#checkout #wrapper {
  padding: 0 50px 50px; }
  #checkout #wrapper .col-md-4:after {
    content: none !important; }
#checkout #cart-subtotal-products {
  border-top: 2px solid #ffffff !important; }
#checkout .chechout-steps {
  padding-right: 0; }
#checkout #js-checkout-summary .card-block {
  background-color: #f4f4f8;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 20px 20px 10px; }
  #checkout #js-checkout-summary .card-block .checkout-summary-items {
    margin-bottom: 20px; }
  #checkout #js-checkout-summary .card-block .label {
    font-size: 17px;
    font-weight: 500;
    color: #102747; }
  #checkout #js-checkout-summary .card-block .value {
    font-size: 17px;
    font-weight: 700;
    color: #102747; }
  #checkout #js-checkout-summary .card-block .media-list .product-name {
    font-size: 18px !important;
    color: #3e3e3d !important;
    text-align: left;
    font-weight: 400 !important; }
  #checkout #js-checkout-summary .card-block .media-list .product-quantity {
    font-size: 15px;
    font-weight: 300 !important;
    color: #818b9b;
    display: inline-block;
    margin-left: 3px; }
  #checkout #js-checkout-summary .card-block .media-list .value {
    font-size: 15px;
    font-weight: 300; }
  #checkout #js-checkout-summary .card-block .media-list .ap5_pack_product_list {
    font-size: 14px; }
#checkout #js-checkout-summary .block-promo {
  background-color: #f4f4f8;
  padding: 0 20px 20px;
  margin-bottom: 0; }
  #checkout #js-checkout-summary .block-promo .cart-voucher {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
#checkout #js-checkout-summary .cart-summary-totals {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fbfbfc;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 20px; }
  #checkout #js-checkout-summary .cart-summary-totals .cart-total {
    border: none;
    margin-top: 0;
    padding-top: 0; }
    #checkout #js-checkout-summary .cart-summary-totals .cart-total .label {
      font-size: 24px;
      font-weight: 500;
      color: #102747; }
    #checkout #js-checkout-summary .cart-summary-totals .cart-total .value {
      font-size: 24px;
      font-weight: 700;
      color: #102747; }
#checkout .checkout-step .delivery-option {
  background: #f4f4f8; }
#checkout .checkout-step .address-item {
  background: #f4f4f8 !important; }

.definition-list dl dd, .definition-list dl dt {
  background: #f4f4f8; }

.definition-list dl dd:nth-of-type(2n), .definition-list dl dt:nth-of-type(2n) {
  background: #fbfbfc; }

.form-group label {
  font-size: 15px !important;
  font-weight: 300;
  color: #818b9b;
  padding-top: 5px !important; }

.form-control {
  background-color: transparent !important;
  color: #000;
  border: 2px solid #e5e5e5;
  padding: 13px 17px 13px 17px;
  font-size: 14px;
  border-radius: 8px;
  outline: none;
  height: auto; }

.form-control-submit {
  margin: auto; }

#cart #wrapper {
  padding: 0 50px 0; }
#cart .featured-products {
  background-color: #f4f4f8;
  padding: 50px;
  margin: 0 -50px;
  margin-top: 50px; }
  #cart .featured-products h2 {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 50px; }
  #cart .featured-products .products .owl-nav {
    position: absolute;
    left: -25px;
    right: -25px;
    top: 0;
    height: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    pointer-events: none; }
    #cart .featured-products .products .owl-nav.disabled {
      display: none; }
    #cart .featured-products .products .owl-nav .owl-prev, #cart .featured-products .products .owl-nav .owl-next {
      background-color: #8ac249;
      border: none;
      color: #fff;
      padding: 5px;
      border-radius: 10px;
      cursor: pointer;
      margin: 0;
      line-height: 1;
      width: auto;
      height: auto;
      pointer-events: auto; }
      #cart .featured-products .products .owl-nav .owl-prev span, #cart .featured-products .products .owl-nav .owl-next span {
        font-size: 35px; }
      #cart .featured-products .products .owl-nav .owl-prev:hover, #cart .featured-products .products .owl-nav .owl-next:hover {
        background-color: #102747; }
  #cart .featured-products .btn {
    margin-top: 30px;
    margin-bottom: 0; }

#order-confirmation #wrapper {
  padding: 0 50px 0; }
#order-confirmation .card-block {
  margin-top: 30px; }
  #order-confirmation .card-block .row {
    margin-left: 0;
    margin-right: 0; }
#order-confirmation #order-items {
  border-right: 0; }
  #order-confirmation #order-items .order-confirmation-table .order-line {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e4e3e3; }
    #order-confirmation #order-items .order-confirmation-table .order-line:first-child {
      border-top: 1px solid #e4e3e3;
      padding-top: 1rem;
      margin-top: 2rem; }
    #order-confirmation #order-items .order-confirmation-table .order-line .details {
      font-size: 18px !important;
      color: #3e3e3d !important;
      text-align: left;
      font-weight: 400; }
    #order-confirmation #order-items .order-confirmation-table .order-line .col-xs-2 {
      text-align: center; }
    #order-confirmation #order-items .order-confirmation-table .order-line .text-sm-right, #order-confirmation #order-items .order-confirmation-table .order-line .text-xs-right {
      font-size: 17px;
      font-weight: 700;
      color: #102747; }
#order-confirmation #order-details ul {
  background-color: #f4f4f8;
  border-radius: 20px;
  padding: 20px;
  font-size: 17px;
  font-weight: 500;
  color: #102747; }
  #order-confirmation #order-details ul li {
    margin-bottom: 0; }
#order-confirmation .subtotal {
  margin-top: 20px; }
  #order-confirmation .subtotal .label {
    font-size: 17px;
    font-weight: 500;
    color: #102747;
    text-align: left; }
  #order-confirmation .subtotal .value {
    font-size: 17px;
    font-weight: 700;
    color: #102747; }
  #order-confirmation .subtotal .font-weight-bold .label, #order-confirmation .subtotal .font-weight-bold .value {
    font-size: 24px; }
#order-confirmation .featured-products {
  background-color: #f4f4f8;
  padding: 50px;
  margin: 0 -50px;
  margin-top: 50px; }
  #order-confirmation .featured-products h2 {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 50px; }
  #order-confirmation .featured-products .products .owl-nav {
    position: absolute;
    left: -25px;
    right: -25px;
    top: 0;
    height: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    pointer-events: none; }
    #order-confirmation .featured-products .products .owl-nav.disabled {
      display: none; }
    #order-confirmation .featured-products .products .owl-nav .owl-prev, #order-confirmation .featured-products .products .owl-nav .owl-next {
      background-color: #8ac249;
      border: none;
      color: #fff;
      padding: 5px;
      border-radius: 10px;
      cursor: pointer;
      margin: 0;
      line-height: 1;
      width: auto;
      height: auto;
      pointer-events: auto; }
      #order-confirmation .featured-products .products .owl-nav .owl-prev span, #order-confirmation .featured-products .products .owl-nav .owl-next span {
        font-size: 35px; }
      #order-confirmation .featured-products .products .owl-nav .owl-prev:hover, #order-confirmation .featured-products .products .owl-nav .owl-next:hover {
        background-color: #102747; }
  #order-confirmation .featured-products .btn {
    margin-top: 30px;
    margin-bottom: 0; }

#my-account #wrapper {
  padding: 0 50px 50px; }
#my-account h1 {
  font-size: 43px;
  line-height: 43px;
  margin-bottom: 40px; }
#my-account .link-item {
  padding: 25px !important;
  background-color: #f4f4f8 !important;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #102747; }
  #my-account .link-item i {
    color: #102747; }
#my-account .btn {
  width: 300px;
  margin: auto;
  margin-bottom: 50px; }

.page-customer-account #wrapper, #module-ps_emailalerts-account #wrapper, #module-opartsavecart-default #wrapper, #module-an_wishlist-list #wrapper, #addresses #wrapper {
  padding: 0 50px 50px; }
.page-customer-account .btn-primary, #module-ps_emailalerts-account .btn-primary, #module-opartsavecart-default .btn-primary, #module-an_wishlist-list .btn-primary, #addresses .btn-primary {
  margin: auto; }
.page-customer-account .page-footer, #module-ps_emailalerts-account .page-footer, #module-opartsavecart-default .page-footer, #module-an_wishlist-list .page-footer, #addresses .page-footer {
  text-align: center; }

.page-addresses .address {
  border-radius: 20px;
  background: #f4f4f8;
  padding: 20px; }
  .page-addresses .address .address-body {
    padding: 0; }
    .page-addresses .address .address-body address {
      min-height: 8rem;
      margin-bottom: 0; }
  .page-addresses .address .address-footer {
    border-top: 2px solid #fff;
    padding: 15px 0 0; }
    .page-addresses .address .address-footer a {
      color: #102747 !important; }

#module-an_wishlist-list .thumbnail-container, #module-an_wishlist-list .product-description {
  background: #f4f4f8; }

.table {
  border: none !important; }
  .table thead th {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    background: transparent;
    border: none;
    border-top: 1px solid #e4e3e3;
    border-bottom: 1px solid #e4e3e3;
    color: #102747 !important; }
  .table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f4f4f8; }
  .table tbody tr {
    border: none;
    border-top: 1px solid #e4e3e3;
    border-bottom: 1px solid #e4e3e3; }
  .table .label-pill {
    background-color: #102747 !important; }
  .table .order-actions a {
    color: #102747 !important; }

#contact #wrapper {
  padding: 0 50px 50px; }
#contact .contact-form .btn-primary {
  margin: auto; }
#contact .bootstrap-filestyle.input-group .btn-default {
  height: 47px;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px;
  background-color: #102747;
  color: #fff !important;
  border: none !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 25px;
  margin: 0; }

.custom-checkbox input[type=checkbox] + span {
  width: 25px !important;
  height: 25px !important;
  flex: 25px 0 0 !important;
  margin-top: 0 !important;
  border-radius: 5px;
  border: 2px solid #e5e5e5; }

.gdpr-contacts .custom-checkbox input[type=checkbox] + span .checkbox-checked {
  width: 21px !important;
  height: 21px !important;
  border-radius: 3px;
  background: #f44545 !important; }

.form-control-comment.mdc_pwd_advices {
  font-size: 10px;
  bottom: -17px;
  top: inherit;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.form-control-static-comment {
  margin: 0; }

#authentication .form-control-comment, #checkout .form-control-comment {
  position: relative !important;
  height: auto !important; }
#authentication .input-group .input-group-btn + .input-group-btn, #checkout .input-group .input-group-btn + .input-group-btn {
  display: none; }
#authentication .input-group .input-group-btn > .btn, #checkout .input-group .input-group-btn > .btn {
  color: transparent; }

.form-control-comment.mdc_pwd_advices {
  padding: 0;
  margin: 0;
  align-items: flex-start !important;
  justify-content: flex-start;
  font-size: 11px;
  text-align: left;
  line-height: 16px;
  margin-top: 8px !important; }

progress#strength-progress {
  margin: 0; }

label#strength-label {
  font-size: 12px !important;
  margin: 0;
  padding: 0 !important; }

.form-control-comment.mdc_pwd_strength {
  width: 100% !important;
  right: 0 !important;
  padding: 0 !important; }

.iti--allow-dropdown {
  width: 100%; }
  .iti--allow-dropdown .form-control {
    padding: 13px 17px 13px 50px !important; }

body#checkout section.checkout-step .input-group input.js-visible-password + .input-group-btn .form-control-comment {
  margin-left: 43px;
  margin-right: -32px; }

#authentication .form-control {
  border: 2px solid #eae9e9; }

select.form-control:not([size]):not([multiple]) {
  height: inherit; }

#discounts-link .material-symbols-outlined {
  font-weight: 900;
  height: 1em; }

  .blog-detail .blog-description{
    font-weight: normal;
  }
p strong{
  font-weight: bold;
}
body #wrapper .blog-description table {
  border: none; }
  body #wrapper .blog-description table tr:nth-child(odd) {
    background: #f4f4f8; }
  body #wrapper .blog-description table tr td {
    padding: 15px;
    border: none; }
    body #wrapper .blog-description table tr td:first-child {
      font-weight: 700; }body #wrapper .blog-description table {
        border: none; }
        body #wrapper .blog-description table tr:nth-child(odd) {
          background: #f4f4f8; }
        body #wrapper .blog-description table tr td {
          padding: 15px;
          border: none; }
          body #wrapper .blog-description table tr td:first-child {
            font-weight: 700;
          }
.product-description p a{
  color: #102747;
  font-style: italic;         
}
.product-description p a{
  --c: #102747; /* the color */
  --s: .15em;
  
  line-height:1.1em;
  padding-bottom: calc(2.1*var(--s));
  background: 
    conic-gradient(from 135deg at top,var(--c) 90deg,#0000 0) 
      left 0 bottom var(--s)/calc(2*var(--s)) var(--s) repeat-x,
    conic-gradient(from -45deg at bottom,var(--c) 90deg,#0000 0) 
      left var(--s) bottom 0/calc(2*var(--s)) var(--s) repeat-x;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0) 0/var(--_p,0%) padding-box no-repeat;
  transition: .5s;
}
.product-description p a:hover {
  --_p: 100%;
  color: var(--c);
}
.blog-description p a{
  color: #102747;
  font-style: italic;         
}
.blog-description p a{
  --c: #102747; /* the color */
  --s: .15em;
  
  line-height:1.1em;
  padding-bottom: calc(2.1*var(--s));
  background: 
    conic-gradient(from 135deg at top,var(--c) 90deg,#0000 0) 
      left 0 bottom var(--s)/calc(2*var(--s)) var(--s) repeat-x,
    conic-gradient(from -45deg at bottom,var(--c) 90deg,#0000 0) 
      left var(--s) bottom 0/calc(2*var(--s)) var(--s) repeat-x;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0) 0/var(--_p,0%) padding-box no-repeat;
  transition: .5s;
}
.blog-description p a:hover {
  --_p: 100%;
  color: var(--c);
}

.blog-description li a{
  color: #102747;
  font-style: italic;         
}
.blog-description li a{
  --c: #102747; /* the color */
  --s: .15em;
  
  line-height:1.1em;
  padding-bottom: calc(2.1*var(--s));
  background: 
    conic-gradient(from 135deg at top,var(--c) 90deg,#0000 0) 
      left 0 bottom var(--s)/calc(2*var(--s)) var(--s) repeat-x,
    conic-gradient(from -45deg at bottom,var(--c) 90deg,#0000 0) 
      left var(--s) bottom 0/calc(2*var(--s)) var(--s) repeat-x;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0) 0/var(--_p,0%) padding-box no-repeat;
  transition: .5s;
}
.blog-description li a:hover {
  --_p: 100%;
  color: var(--c);
}

.page-manufacturer .brand{
  background: #102747 !important;
  border-radius: 15px;
}
.page-manufacturer .brand-infos h2{
  color: #fff !important;
}
.page-manufacturer .brand-infos h3{
  color: #fff !important;
}
.page-manufacturer .brand-infos p{
  color: #fff !important;
}
.page-manufacturer .brand h3 a{
  color: #fff;
}
.page-manufacturer .brand .btn-primary{
  background: #fff !important;
}
.page-manufacturer .brand .btn-primary {
  color: #102747 !important;
}

#search_filters .h6{
  font-weight:bold !important;
}

#search_filters .facet-label .checkbox-checked{
  background: #8ac249;
  font-size: 1.6rem;
  border-radius: 6.2px;
  top: 4px;
  left: 3px;
}
.active_filters .filter-block{
  background: #102747;
  padding: 0 2.5em 0 2em;
}
#search_filter_toggler{
  background: #102747 !important;
  margin-left: 20px;
  padding: 0.9em;
}
#search_filters_wrapper .block-categories{
  display: none;
}
#addresses .addresses-footer a{
  color: #fff !important;
}
#my-account .links #discounts-link:nth-child(even){
  display: none !important;
}
#my-account .links #chat-info-link{
  display: none !important;
}
#module-ps_emailalerts-account #content ul li{
  background: #f4f4f8 !important;
  border-radius: 1em !important;
  margin-bottom: 1em !important;
  padding: 1em !important;
}
#module-ps_emailalerts-account #content ul li a:nth-child(2){
  color: #3e3e3d !important;
  font-size: 1.2rem !important;
}
#order-detail .order-message-form{
  display: none !important;
}

#module-ets_livechat-ticket .submit_new_ticket_bt{
  margin-bottom: 1em !important;
}
@media only screen and (max-width: 768px) {
  .header_middle_line .an_wishlist-nav-container-2{
    display: none !important;
  }
}
@media only screen and (max-width: 425px) {
  #header .header_middle_line #_desktop_logo a{
    border-radius: 0 0 1em 1em !important;
  }
}
@media only screen and (max-width: 375px) {
  .an_homeslider-block{
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
