@charset "UTF-8";
/*------------ Capitools -----------------------*/
@font-face {
  font-family: EnergiPro-Regular;
  src: url(../fonts/EnergiPro-Regular.otf) format("opentype");
}
@font-face {
  font-family: EnergiPro-Medium;
  src: url(../fonts/EnergiPro-Medium.otf) format("opentype");
}
@font-face {
  font-family: EnergiPro-Bold;
  src: url(../fonts/EnergiPro-Bold.otf) format("opentype");
}
*.active, *:hover, *:focus {
  outline: 0;
  box-shadow: none;
}
*::-webkit-scrollbar-track {
  background-color: #dbe9ff;
}
*::-webkit-scrollbar {
  width: 8px;
  background-color: #dbe9ff;
}
*::-webkit-scrollbar-thumb {
  background-color: #D22630;
}
*:before, *:after {
  display: none;
}
*:hover {
  text-decoration: none;
}

body {
  padding: 0;
  margin: 0;
  font-family: EnergiPro-Regular;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
  font-family: EnergiPro-Regular;
}
p strong {
  font-family: EnergiPro-Regular;
}

input.active, input:hover, input:focus,
select.active,
select:hover,
select:focus,
textarea.active,
textarea:hover,
textarea:focus,
button.active,
button:hover,
button:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

button,
a {
  cursor: pointer;
}

a {
  color: #D22630;
}
a:hover {
  color: #404040;
}

.btn {
  display: block;
  font-family: EnergiPro-Regular;
  padding: 5px 10px;
  font-size: 14px;
}
.btn:hover, .btn:focus {
  outline: 0 !important;
  box-shadow: none;
}

.btn-primary {
  background-color: #D22630 !important;
  font-family: EnergiPro-Regular;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #C9D2E2;
  color: #D22630;
}
.btn-outline:hover {
  background-color: #D22630;
  border-color: #D22630;
  color: #fff;
}

.mobile-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }
}

.section-title {
  font-family: EnergiPro-Bold;
  color: #D22630 !important;
  font-size: 48px;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
}

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

.text-primary {
  color: #D22630 !important;
}

.home-title {
  font-family: EnergiPro-Bold;
  font-size: 56px;
  color: #404040;
  margin: 40px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home-title {
    font-size: 34px;
    margin: 22px 0;
  }
}

#wrapper {
  background-color: #fff;
  box-shadow: none;
}
@media (max-width: 1080px) {
  #wrapper {
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  #wrapper {
    margin-top: 0;
  }
}

.hidden-md-up {
  display: block !important;
}

.form-input-pass {
  border: 1px solid #46a74e;
  color: #35b33f;
  background: url("../images/validation/validation_pass.png") 97% 8px no-repeat #d9e9d4;
}

.form-input-error {
  border: 1px solid #f13340;
  color: #f13340;
  background: url("../images/validation/validation_error.png") 97% 8px no-repeat #fff1f2;
}

#address-form-itjl {
  font-size: 16px !important;
}

@media (min-width: 576px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    width: 100%;
  }
}
@media (min-width: 1080px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 1080px) {
  .hidden-sm-down {
    display: none !important;
  }
  #chat-application {
    bottom: 60px !important;
  }
}
/* ---------------- Flex Box -----------------*/
.d-flex {
  display: flex;
}

.align-start {
  align-items: flex-start;
}

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

.align-end {
  align-items: flex-end;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-end {
  justify-content: flex-end;
}

.wrap {
  flex-wrap: wrap;
}

.no-wrap {
  flex-wrap: no-wrap;
}

.column {
  flex-direction: column;
}

.column-reverse {
  flex-direction: column-reverse;
}

.row {
  flex-direction: row;
}

.row-reverse {
  flex-direction: row-reverse;
}

.innovation-of-energizer {
  display: flex;
  border: 1px solid #C9D2E2;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  padding: 2px;
  background-image: url(../images/common/innovation-background.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .innovation-of-energizer {
    flex-direction: column;
    background-image: none;
  }
  .innovation-of-energizer img {
    width: 100%;
  }
}
.innovation-of-energizer .innovation-content {
  padding: 30px;
  text-align: left;
}
.innovation-of-energizer .innovation-content h2 {
  text-transform: none;
  font-family: EnergiPro-Bold;
  font-size: 28px;
  margin-bottom: 25px;
}
.innovation-of-energizer .innovation-content p {
  font-size: 14px;
  font-family: EnergiPro-Regular;
  margin-bottom: 10px;
}
.innovation-of-energizer .innovation-content p strong {
  color: #D22630;
  font-family: EnergiPro-Bold;
}

#custom-text {
  padding: 0;
  margin: 40px 0;
  margin-bottom: 60px;
}

/* ------------- Header  ------------- */
@media screen and (min-width: 767px) {
  nav.breadcrumb {
    display: block !important;
  }
}
nav.breadcrumb ol li a {
  font-size: 12px;
}
nav.breadcrumb ol li a::after {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  transform: rotate(45deg);
  border-right: 1px solid #c9d2e2;
  border-top: 1px solid #c9d2e2;
  margin: 0 8px;
  margin-left: 4px;
}
nav.breadcrumb ol li a span {
  font-size: 12px;
}
nav.breadcrumb ol li:first-child a span {
  display: inline-block;
  color: transparent;
  width: 15px;
  height: 15px;
  background-image: url(../images/icon/home-icon.png);
  background-repeat: no-repeat;
  background-position: center;
}
nav.breadcrumb ol li:last-child a,
nav.breadcrumb ol li:last-child span {
  color: #D22630;
}

#header .blockcart {
  background-color: transparent !important;
  margin-top: 0;
  margin-right: 12px;
  cursor: pointer;
}
#header .blockcart:hover {
  background-color: #f2f2f2 !important;
}
#header .blockcart .header {
  margin-top: 0;
  position: relative;
}
#header .blockcart .header i {
  color: transparent !important;
  background-image: url(../images/icon/cart-icon.png);
  background-repeat: no-repeat;
  background-position: center;
}
#header .blockcart .header span {
  color: #404040;
}
#header .blockcart .header span.cart-products-count {
  position: absolute;
  left: 19px;
  background-color: #509E2F;
  color: #fff !important;
  font-size: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-family: EnergiPro-Regular;
  line-height: 1.8;
}

#_desktop_contact_link #contact-link {
  height: 100%;
  margin-top: 0 !important;
  margin-right: 12px !important;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#_desktop_contact_link #contact-link:hover {
  background-color: #f2f2f2 !important;
}
#_desktop_contact_link #contact-link a {
  color: #404040;
  display: flex;
  align-items: end;
  width: 98px;
}
#_desktop_contact_link #contact-link a:hover {
  text-decoration: none;
}
#_desktop_contact_link #contact-link a::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(../images/icon/phone-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 7px;
}

#_desktop_logo {
  border-right: 2px solid #f2f2f2;
}

body#checkout #header .header-nav .row {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
body#checkout #header #_desktop_logo {
  border-right: 0;
}
body#checkout #header #_desktop_logo .logo {
  width: 200px;
}

#_desktop_cart {
  position: relative;
}
#_desktop_cart .cart_block {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  box-shadow: 0 0 4px #a9a9a9;
  width: 300px;
}
#_desktop_cart .cart_block .block_content .cart_block_list {
  margin-bottom: 15px;
}
#_desktop_cart .cart_block .block_content .cart_block_list .products .product {
  padding: 5px;
  border-bottom: 1px solid #C9D2E2;
}
#_desktop_cart .cart_block .block_content .cart_block_list .products .product .cart-image {
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-right: 10px;
}
#_desktop_cart .cart_block .block_content .cart_block_list .products .product .cart-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#_desktop_cart .cart_block .block_content .cart_block_list .products .product .cart-info {
  width: 80%;
}
#_desktop_cart .cart_block .block_content .cart_block_list .products .product .cart-info .product-name {
  color: #404040;
  font-weight: 700;
}
#_desktop_cart .cart_block .block_content .cart_block_list .products .product .cart-info .price {
  font-weight: 700;
  color: #D22630;
}
#_desktop_cart .cart_block .block_content .cart_block_list .products .product .remove i {
  margin-right: 0;
  font-size: 16px;
}
#_desktop_cart .cart_block .block_content .cart-prices-line {
  padding: 10px;
  padding-top: 0;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
}
#_desktop_cart .cart_block .block_content .cart-prices-line span {
  font-weight: 700;
}
#_desktop_cart .cart_block .block_content .cart-prices-line span + span {
  color: #D22630 !important;
  margin-left: auto;
}
#_desktop_cart .cart_block .block_content .cart-buttons {
  padding: 10px;
}
#_desktop_cart .cart_block .block_content .cart-buttons .btn {
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  text-transform: none;
}

#search_widget {
  overflow: unset;
  margin-right: 15px;
}
#search_widget form {
  display: flex;
}
#search_widget form input {
  height: 45px;
  border-radius: 0;
  background-color: #f2f2f2;
  border: 1px solid #E6E6E6;
}
#search_widget form button {
  left: 0;
  top: 0;
  right: auto;
  height: 48px;
}
#search_widget form button i {
  position: relative;
  padding: 0;
  color: #D22630;
}

.searchbar-autocomplete {
  height: 400px;
  overflow: auto;
  box-shadow: 0px 10px 9px rgba(0, 0, 0, 0.3);
}

.ui-autocomplete.ui-front {
  z-index: 1050;
}

.icon::before {
  content: " ";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}
.icon.icon-facebook::before {
  background-image: url(../images/icon/facebook-icon.png);
}
.icon.icon-youtube::before {
  background-image: url(../images/icon/youtube-icon.png);
}
.icon.icon-facebook-light::before {
  background-image: url(../images/icon/facebook-icon-light.png);
}
.icon.icon-youtube-light::before {
  background-image: url(../images/icon/youtube-icon-light.png);
}

.static-top-menu {
  margin: 0;
}
.static-top-menu ul {
  margin-bottom: 0;
}
.static-top-menu li a {
  font-family: EnergiPro-Medium;
  color: #808080 !important;
  font-size: 12px;
  display: block;
  padding: 0.7vw 1vw;
  line-height: 2;
}
.static-top-menu li a:hover {
  color: #D22630 !important;
  text-decoration: none;
}

.user-info {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 12px !important;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.user-info:hover {
  background-color: #f2f2f2;
}
.user-info a:hover {
  text-decoration: none;
}
.user-info a i {
  color: transparent;
  background-image: url(../images/icon/user-icon.png);
  background-repeat: no-repeat;
  background-position: center;
}
.user-info a span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  color: #404040;
}
.user-info a.logout {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  padding: 5px;
  width: 150px;
  box-shadow: 0 0 3px #808080;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 0.5s ease-in-out;
}
.user-info:hover a.logout {
  visibility: visible;
  opacity: 1;
  height: auto;
}

/* ------------- Product  ------------- */
.product-attachments .attachment a {
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  width: 180px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  margin: 10px 0;
}

.pagination .page-list li.current a {
  font-size: 14px;
  color: #D22630;
}

.product-list-reviews {
  position: relative;
  top: 0;
  justify-content: flex-start;
}
.product-list-reviews span {
  display: flex;
}
.product-list-reviews span .comments-nb {
  margin: 0 4px;
  font-size: 16px;
}
.product-list-reviews .grade-stars .star-content {
  margin-left: 0;
}

.qty .input-group-btn-vertical .btn-touchspin .touchspin-up,
.qty .input-group-btn-vertical .btn-touchspin .touchspin-down {
  width: 10px;
  height: 10px;
  border-top: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  transform: rotate(-45deg);
  top: 8px;
  left: 5px;
}
.qty .input-group-btn-vertical .btn-touchspin .touchspin-down {
  transform: rotate(135deg);
  top: 3px;
  left: 5px;
}

.faceted-slider p {
  text-align: center;
}
.faceted-slider .ui-slider {
  width: 95%;
}
.faceted-slider .ui-slider .ui-slider-handle {
  width: 15px !important;
  height: 15px;
  border-radius: 50%;
  top: -5px !important;
  border: 0 !important;
  box-shadow: 0 0 3px #131313;
}
.faceted-slider .ui-slider .ui-slider-range {
  background-color: #D22630 !important;
}

/* ------------- Footer  ------------- */
.links .h3 {
  font-family: EnergiPro-Medium;
  color: #D22630;
  text-transform: capitalize;
  border-bottom: 1px solid #D22630;
  width: max-content;
  font-size: 14px;
  display: block !important;
}
@media screen and (max-width: 768px) {
  .links .h3 {
    display: none !important;
  }
}
.links .title {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .links .title {
    display: block !important;
  }
}
.links .title .h3 {
  text-decoration: none;
  border: 0;
  margin: 0;
  display: inline-block !important;
}
.links ul li a {
  font-family: EnergiPro-Regular;
  font-size: 12px;
  color: #404040;
}
.links ul li a:focus, .links ul li a:hover {
  color: #D22630;
  outline: none;
  text-decoration: none;
}

.accordion {
  display: flex !important;
  flex-direction: column-reverse;
  font-size: inherit;
  margin: 0px;
  position: relative;
}
.accordion input {
  display: none;
  position: absolute;
  visibility: hidden;
  left: 50%;
  top: 50%;
  z-index: 1;
}
.accordion input:checked ~ .accordion__content .section-description {
  height: auto;
}
.accordion .accordion__content .section-description {
  height: 40px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.accordion .btn {
  width: 180px;
}

.accordion input:checked ~ .accordion__content {
  height: auto;
}

.category-banner-block {
  margin-bottom: 40px;
}
.category-banner-block .slick-dots {
  display: none !important;
}
.category-banner-block .slick-arrow {
  border: 1px solid #D22630;
  background-color: #fff;
  box-shadow: 0px 0px 6px #a7a7a7 !important;
  width: 30px;
  height: 30px;
}
.category-banner-block .slick-arrow:before {
  width: 9px;
  height: 9px;
  margin: 8px 1px;
  border-color: #D22630;
}
@media screen and (min-width: 1080px) {
  .category-banner-block .slick-arrow.slick-prev {
    left: -16px;
  }
}
.category-banner-block .slick-arrow.slick-prev:before {
  margin: 8px 5px;
}
@media screen and (min-width: 1080px) {
  .category-banner-block .slick-arrow.slick-next {
    right: -16px;
  }
}
.category-banner-block .slick-arrow.slick-next:before {
  margin: 8px 2px;
}
.category-banner-block .slick-arrow:hover {
  background-color: #D22630 !important;
}
.category-banner-block .slick-arrow:hover::before {
  border-color: #fff;
}

.blog-card {
  border-radius: 3px;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.15);
  margin: 10px 15px;
}
.blog-card .thumbnail-container img.blog-thumbnail {
  max-width: 100%;
  width: 100%;
  margin: 0;
  border-radius: 5px 5px 0 0;
}
.blog-card .blog-details {
  padding: 20px;
}
.blog-card .blog-details .blog-name .blog-title a {
  color: #131313;
  text-transform: none;
  font-family: EnergiPro-Bold;
}
.blog-card .blog-details p {
  font-size: 12px;
  font-family: EnergiPro-Regular;
  line-height: normal;
  margin: 10px 0;
}
.blog-card .blog-details a.btn {
  width: fit-content;
}

.category-card {
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #f2f2f2;
  margin-bottom: 30px;
}
.category-card .category-details {
  padding: 20px;
}
.category-card .thumbnail-container img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.category-card .category-name {
  margin-bottom: 10px;
}
.category-card .category-name .category-title {
  color: #131313;
  font-size: 18px;
  font-family: EnergiPro-Bold;
  text-transform: none;
  height: 40px;
  overflow: hidden;
}
.category-card .category-name .category-title a {
  color: #131313;
  font-size: 18px;
  font-family: EnergiPro-Bold;
  text-transform: none;
}
.category-card .category-description {
  margin-bottom: 10px;
}
.category-card .category-description p {
  font-size: 14px;
  font-family: EnergiPro-Regular;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  overflow: hidden;
}
.category-card .highlighted-details a.btn {
  font-size: 12px;
  width: 100px;
  font-family: EnergiPro-Bold;
  color: #D22630 !important;
  border-radius: 3px;
  line-height: 18px;
}
.category-card .highlighted-details a.btn:hover {
  color: #fff !important;
  background-color: #D22630;
  border-color: #D22630;
}

#search_filters_wrapper {
  padding: 10px;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1080px) {
  #search_filters_wrapper {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    height: 100vh;
    overflow: auto;
    z-index: 1042;
    width: 100%;
    box-shadow: 0px -20vh 0 20px rgba(31, 31, 31, 0.65);
    border-radius: 0;
    padding: 0;
    border: 0;
  }
  #search_filters_wrapper #search_filter_controls {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex !important;
    align-items: center;
    margin: 0 !important;
    background-color: #D22630;
    padding: 5px;
    z-index: 1;
  }
  #search_filters_wrapper #search_filter_controls #_mobile_search_filters_clear_all button {
    margin: 0;
    background-color: transparent;
    color: #fff;
  }
  #search_filters_wrapper #search_filter_controls .btn.ok {
    display: block;
    margin: 0 auto;
    background-color: transparent;
    color: #fff;
    width: 100%;
  }
}
#search_filters_wrapper #search_filters {
  padding: 0;
}
@media screen and (max-width: 1080px) {
  #search_filters_wrapper #search_filters {
    border-top: 0 !important;
  }
}
#search_filters_wrapper #search_filters p.h6.text-uppercase {
  font-size: 18px;
  font-weight: 700;
  color: #D22630;
}
@media screen and (max-width: 1080px) {
  #search_filters_wrapper #search_filters p.h6.text-uppercase {
    display: none;
  }
}
#search_filters_wrapper #search_filters .mobile-filter-title {
  background-color: #D22630;
  padding: 10px;
}
#search_filters_wrapper #search_filters .mobile-filter-title p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  display: inline-block;
  width: calc(100% - 35px);
}
#search_filters_wrapper #search_filters .mobile-filter-title i {
  color: #fff;
}
#search_filters_wrapper #search_filters .btn-tertiary {
  color: #D22630;
}
#search_filters_wrapper #search_filters h3.h6 {
  font-size: 24px;
  color: #D22630;
  font-family: EnergiPro-Bold;
}
#search_filters_wrapper #search_filters h4 {
  font-family: EnergiPro-Bold;
  font-size: 16px;
  color: #808080;
  margin: 8px 0;
}
@media screen and (max-width: 1080px) {
  #search_filters_wrapper #search_filters .facet {
    padding: 0;
  }
  #search_filters_wrapper #search_filters .facet .collapse {
    display: none;
  }
  #search_filters_wrapper #search_filters .facet .collapse.in {
    display: block;
  }
  #search_filters_wrapper #search_filters .facet .navbar-toggler {
    display: inline-block;
    height: inherit;
    padding: 0 0.625rem 0 0;
  }
  #search_filters_wrapper #search_filters .facet .title[aria-expanded=true] .collapse-icons .remove {
    display: block;
  }
  #search_filters_wrapper #search_filters .facet .title[aria-expanded=true] .collapse-icons .add,
#search_filters_wrapper #search_filters .facet .title .collapse-icons .remove {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #search_filters_wrapper #search_filters .facet p.h6.hidden-sm-down {
    display: none !important;
  }
}
@media screen and (min-width: 767px) {
  #search_filters_wrapper #search_filters .facet .title {
    display: none !important;
  }
}
#search_filters_wrapper #search_filters .facet .title .h3 {
  border-bottom: 0;
}
@media screen and (max-width: 1080px) {
  #search_filters_wrapper #search_filters .facet .title {
    display: flex !important;
    align-items: center;
  }
  #search_filters_wrapper #search_filters .facet .title .facet-title {
    padding: 12px !important;
    margin-bottom: 0;
    text-transform: none !important;
  }
}
#search_filters_wrapper #search_filters .facet .facet-label {
  display: flex;
  align-items: center;
  font-family: EnergiPro-Regular;
  font-size: 12px;
  margin: 8px 0;
}
#search_filters_wrapper #search_filters .facet .facet-label a {
  margin-top: 0;
  font-size: 12px;
  font-family: EnergiPro-Regular;
}
#search_filters_wrapper #search_filters .facet .facet-label a .magnitude {
  color: #D22630;
}
#search_filters_wrapper #search_filters .facet .facet-label .custom-checkbox,
#search_filters_wrapper #search_filters .facet .facet-label .custom-radio {
  top: 0;
}
#search_filters_wrapper #search_filters .facet .facet-label .custom-checkbox input,
#search_filters_wrapper #search_filters .facet .facet-label .custom-radio input {
  border-radius: 5px;
}
#search_filters_wrapper #search_filters .facet .facet-label .custom-checkbox input + span,
#search_filters_wrapper #search_filters .facet .facet-label .custom-radio input + span {
  border-radius: 5px;
}
#search_filters_wrapper #search_filters .facet .facet-label .custom-checkbox input:checked + span,
#search_filters_wrapper #search_filters .facet .facet-label .custom-radio input:checked + span {
  border-color: #D22630;
}
#search_filters_wrapper #search_filters .facet .facet-label .custom-checkbox input:checked + span .checkbox-checked,
#search_filters_wrapper #search_filters .facet .facet-label .custom-radio input:checked + span .checkbox-checked {
  color: #D22630;
}
#search_filters_wrapper #search_filters .facet .facet-label:hover a {
  color: #D22630;
}
#search_filters_wrapper #search_filters .facet .facet-label:hover .custom-checkbox input + span,
#search_filters_wrapper #search_filters .facet .facet-label:hover .custom-radio input + span {
  border-color: #D22630;
}
@media screen and (max-width: 1080px) {
  #search_filters_wrapper #search_filters .facet ul li {
    padding: 5px 15px !important;
  }
}

.block-categories {
  display: none;
}

@media screen and (max-width: 767px) {
  .home-carousel {
    display: none;
  }
}
.home-carousel .slick-list .slick-track .slick-slide a img {
  width: 100%;
}
.home-carousel .slick-arrow {
  position: absolute;
  top: calc(50% - 25px);
  left: 20px;
  background-color: #fff;
  color: transparent;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .home-carousel .slick-arrow {
    width: 30px;
    height: 30px;
    left: 5px;
  }
}
.home-carousel .slick-arrow::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-bottom: 1px solid #a9a9a9;
  border-left: 1px solid #a9a9a9;
  transform: rotate(45deg);
  margin: 12px 9px;
}
@media screen and (max-width: 767px) {
  .home-carousel .slick-arrow::before {
    margin: 9px 5px;
  }
}
.home-carousel .slick-arrow:hover {
  background-color: #f2f2f2;
}
.home-carousel .slick-arrow:hover::before {
  border-color: #D22630;
}
.home-carousel .slick-arrow.slick-next {
  left: auto;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .home-carousel .slick-arrow.slick-next {
    right: 5px;
  }
}
.home-carousel .slick-arrow.slick-next:before {
  transform: rotate(225deg);
  margin: 14px 5px;
}
@media screen and (max-width: 767px) {
  .home-carousel .slick-arrow.slick-next:before {
    margin: 8px 1px;
  }
}

#homepage-slider .slick-dots,
.home-carousel .slick-dots {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 12px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  width: max-content;
  margin: 0 auto;
  border-radius: 20px;
}
@media screen and (max-width: 1300px) {
  #homepage-slider .slick-dots,
.home-carousel .slick-dots {
    padding: 12px 15px;
  }
}
@media screen and (max-width: 767px) {
  #homepage-slider .slick-dots,
.home-carousel .slick-dots {
    padding: 3px;
    bottom: 5px;
  }
}
#homepage-slider .slick-dots li,
.home-carousel .slick-dots li {
  display: flex;
  align-items: center;
}
#homepage-slider .slick-dots li button,
.home-carousel .slick-dots li button {
  width: 12px;
  height: 12px;
  background-color: transparent;
  color: transparent;
  border-radius: 50%;
  border: 1px solid #D22630;
  padding: 0;
  margin: 0 3px;
}
@media screen and (max-width: 767px) {
  #homepage-slider .slick-dots li button,
.home-carousel .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
#homepage-slider .slick-dots li.slick-active button,
.home-carousel .slick-dots li.slick-active button {
  background-color: #D22630;
}

#homepage-slider {
  display: none;
}
@media screen and (max-width: 767px) {
  #homepage-slider {
    display: block;
  }
}

.banner-loader {
  width: 100%;
  height: 518px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-loader .loader {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
}

.banner-loader .loader:before,
.banner-loader .loader:after,
.banner-loader .loader {
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: loader-13 1.8s infinite ease-in-out;
  animation: loader-13 1.8s infinite ease-in-out;
}

.banner-loader .loader {
  color: #D22630;
  position: relative;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  top: -1em;
}

.banner-loader .loader:before {
  right: 100%;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.banner-loader .loader:after {
  left: 100%;
}

.banner-loader .loader:before, .banner-loader .loader:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: inherit;
  height: inherit;
}

@-webkit-keyframes loader-13 {
  0%, 80%, 100% {
    box-shadow: 0 1em 0 -1em;
  }
  40% {
    box-shadow: 0 1em 0 -0.2em;
  }
}
@keyframes loader-13 {
  0%, 80%, 100% {
    box-shadow: 0 1em 0 -1em;
  }
  40% {
    box-shadow: 0 1em 0 -0.2em;
  }
}
.home-module {
  margin: 60px 0;
}
@media screen and (max-width: 480px) {
  .home-module {
    margin-top: 20px;
  }
}
.home-module .block .products .slick-list .slick-slide .top-deals {
  margin: 0 auto;
}
.home-module .block .products .slick-list .slick-slide .top-deals .product-miniature .wishlist-button-add {
  padding: 0;
}
.home-module .block .slick-arrow {
  border: 1px solid #D22630;
  background-color: #fff;
  box-shadow: 0px 0px 6px #a7a7a7 !important;
  width: 30px;
  height: 30px;
}
.home-module .block .slick-arrow:before {
  width: 9px;
  height: 9px;
  margin: 8px 1px;
  border-color: #D22630;
}
.home-module .block .slick-arrow.slick-prev:before {
  margin: 8px 5px;
}
.home-module .block .slick-arrow:hover {
  background-color: #D22630 !important;
}
.home-module .block .slick-arrow:hover::before {
  border-color: #fff;
}

#itJonactionBlockProducts .block .right-block .slick-arrow:hover {
  background-color: #D22630 !important;
}

.js-top-menu .top-menu li.category .sub-menu .level-1 .category .final-level {
  display: flex;
  align-items: center;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #fff;
  border-top: 1px solid #E6E6E6;
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.1);
}
.js-top-menu .top-menu li.category .sub-menu .level-1 .category .final-level .category-title-zero {
  width: 20%;
  display: flex;
  justify-content: center;
  color: #D22630;
  font-family: EnergiPro-Bold;
  font-size: 24px;
  margin: 0;
  padding: 15px;
  border-right: 1px solid #E6E6E6;
}
.js-top-menu .top-menu li.category .sub-menu .level-1 .category .final-level .category-submenu {
  width: 60%;
  display: flex;
  align-items: flex-start;
  padding: 15px;
  height: 300px;
  overflow: auto;
}
.js-top-menu .top-menu li.category .sub-menu .level-1 .category .final-level .category-image {
  margin-left: auto;
  text-align: center;
  padding: 15px;
  border-left: 1px solid #E6E6E6;
  width: 300px;
}
.js-top-menu .top-menu li.category .sub-menu .level-1 .category .final-level .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 15px;
}
.js-top-menu .top-menu li.category .sub-menu .level-1 .category .final-level .category-image p {
  color: #D22630;
  font-family: EnergiPro-Bold;
  font-size: 18px;
}

.modal#blockcart-modal .modal-header {
  background-color: #D22630;
}
.modal#blockcart-modal .modal-header .modal-title,
.modal#blockcart-modal .modal-header button .material-icons {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .modal#blockcart-modal .modal-header {
    padding: 10px;
  }
  .modal#blockcart-modal .modal-header .modal-title i {
    margin-right: 10px;
  }
}
.modal#blockcart-modal .product-name {
  font-family: Helvetica-Neue-Medium, sans-serif;
  color: #D22630;
}
@media screen and (max-width: 767px) {
  .modal#blockcart-modal .modal-body .product-image {
    margin: 0 auto;
  }
}
.modal#blockcart-modal .modal-body p {
  margin-bottom: 15px;
}
.modal#blockcart-modal .modal-body .cart-content .cart-content-btn {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .modal#blockcart-modal .modal-body .cart-content {
    padding-left: 0;
  }
  .modal#blockcart-modal .modal-body .cart-content .cart-content-btn {
    flex-direction: column-reverse;
    width: 100%;
  }
  .modal#blockcart-modal .modal-body .cart-content .cart-content-btn .btn {
    display: flex;
    width: 100%;
    margin: 10px 0;
    height: 40px;
    font-size: 12px;
    align-items: center;
    justify-content: center;
  }
}
.modal .modal-footer {
  display: flex;
  justify-content: flex-end;
}
.modal .modal-footer .btn {
  font-weight: normal;
}
.modal .modal-footer .wishlist-add-to-new {
  background-color: transparent;
  border: 1px solid #C9D2E2;
  color: #D22630 !important;
  width: auto !important;
  border-radius: 3px;
  height: 32px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
}
.modal .modal-footer .wishlist-add-to-new i {
  color: #D22630 !important;
}
.modal .modal-footer .wishlist-add-to-new:hover {
  background-color: #D22630 !important;
  color: #fff !important;
  border: 1px solid #D22630;
}
.modal .modal-footer .wishlist-add-to-new:hover i {
  color: #fff !important;
}
.modal.wishlist-modal .modal-footer .modal-cancel {
  display: none;
}
.modal.js-checkout-modal .modal-content {
  height: 700px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal.js-checkout-modal .modal-content {
    height: 550px;
  }
}
.modal.js-checkout-modal .modal-content .close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  color: #D22630;
  font-size: 24px;
}
.modal.js-checkout-modal .modal-content .js-modal-content {
  height: 100%;
  overflow: auto;
}
.modal.js-checkout-modal .modal-content .js-modal-content .cms-header-banner {
  position: relative;
  margin-bottom: 15px;
}
.modal.js-checkout-modal .modal-content .js-modal-content .cms-header-banner img {
  width: 100%;
}
.modal.js-checkout-modal .modal-content .js-modal-content .cms-header-banner h1 {
  position: absolute;
  left: 15px;
  bottom: 0;
  color: #fff;
}
.modal.js-checkout-modal .modal-content .js-modal-content p {
  margin: 12px 0;
}

.mm-menu {
  background-color: #fff;
  box-shadow: 50vw 0px 0 50vw rgba(0, 0, 0, 0.5);
}
.mm-menu .mm-navbar {
  width: 100%;
  padding: 0 12px;
  margin: 0;
  background-color: #D22630;
  display: flex !important;
}
.mm-menu .mm-navbar a {
  color: #fff;
  text-align: center;
  font-size: 13px;
  position: relative;
}
.mm-menu .mm-navbar a span {
  position: absolute;
  right: 14px;
}
.mm-menu .mm-navbar a.mm-btn.mm-prev:before {
  left: 14px;
}
.mm-menu .mm-navbar a.mm-btn:before {
  border-color: rgb(255, 255, 255);
}
.mm-menu #mm-1 .mm-navbar .mm-title {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .mm-menu ul li a {
    padding: 10px;
    margin-right: 38px;
  }
  .mm-menu ul li a .category-name {
    font-size: 13px;
  }
  .mm-menu ul li a.mm-next {
    margin-right: 0;
  }
}
.mm-menu ul li a img {
  width: 40px !important;
  height: 40px !important;
}
@media screen and (max-width: 1080px) {
  .mm-menu ul li a img {
    width: 30px !important;
    height: 30px !important;
    margin-right: 15px;
  }
}
@media screen and (max-width: 480px) {
  .mm-menu ul li a img {
    width: 25px !important;
    height: 25px !important;
    margin-right: 10px;
  }
}
.mm-menu ul li a.mm-next {
  width: 40px;
}
.mm-menu ul li a.mm-next:after {
  border-color: #D22630 !important;
  right: 18px;
}
.mm-menu ul li:not(.mm-divider):after {
  left: 0;
}

.product-miniature {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid transparent;
  transition: top 0.5s ease-in-out;
}
.product-miniature .product-flags {
  display: none;
}
.product-miniature .thumbnail-container {
  margin-bottom: 0;
}
.product-miniature .thumbnail-container .wishlist-button-add {
  background-color: transparent;
  border: 1px solid #C9D2E2;
  color: #D22630;
  padding-left: 40px;
}
.product-miniature .thumbnail-container .wishlist-button-add:hover {
  opacity: 1;
  transform: none;
  background-color: #D22630;
  border-color: #D22630;
  color: #fff;
}
.product-miniature .product-description {
  background-color: transparent;
  padding: 10px 5px;
  font-size: 12px;
  font-family: EnergiPro-Regular;
}
.product-miniature .product-description * {
  text-align: left;
}
.product-miniature .product-description ul {
  padding-left: 20px;
  font-size: 12px;
  color: #131313;
  padding-left: 0;
}
.product-miniature .product-description ul li::before {
  content: "•";
  color: #D22630;
  display: inline-block;
  margin-right: 5px;
}
.product-miniature .product-description .product-title {
  font-family: EnergiPro-Bold;
  font-size: 16px;
  color: #404040;
}
.product-miniature .product-description .product-title a {
  font-size: 16px;
  color: #404040;
}
.product-miniature .product-description .product-list-reviews {
  font-size: 12px;
}
.product-miniature .product-description .product-list-reviews span {
  color: #D22630;
  font-family: EnergiPro-Bold;
  font-size: 16px;
  line-height: normal;
}
.product-miniature .product-description .product-list-reviews span span {
  font-family: EnergiPro-Regular;
  color: #808080;
}
.product-miniature .product-description .product-price-and-shipping .price {
  font-size: 16px;
  color: #D22630;
  font-family: EnergiPro-Bold;
}
.product-miniature .product-description .product-price-and-shipping .regular-price {
  display: block;
  font-weight: normal;
}
.product-miniature .product-description .product-price-and-shipping .reduction-amout {
  font-family: EnergiPro-Bold;
  color: #404040;
}
.product-miniature .product-description .product-price-and-shipping .free-delivery {
  border: 1px solid #E6E6E6;
  display: block;
  padding: 3px;
  font-size: 12px;
  color: #D22630;
  margin-bottom: 0;
  width: auto;
}
.product-miniature .product-description .product-price-and-shipping .free-delivery #Livraison-popover {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../images/icon/info-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
}
.product-miniature .highlighted-details {
  background: linear-gradient(180deg, rgba(238, 238, 238, 0.0001) 0%, #F2F2F2 100%);
  position: absolute;
  top: 100%;
  transition: all 0.5s ease-in-out;
  width: 100%;
  padding: 5px;
  z-index: 3;
  bottom: 0;
}
.product-miniature .highlighted-details a {
  background-color: #F2F2F2;
  display: block;
  border: 1px solid #C9D2E2;
  text-align: center;
  margin-bottom: 8px;
  border-radius: 3px;
  padding: 5px;
}
.product-miniature .highlighted-details a:last-child {
  margin-bottom: 0;
}
.product-miniature .highlighted-details a:hover {
  background-color: #D22630;
  border-color: #D22630;
  color: #fff;
}
.product-miniature:hover {
  background: linear-gradient(180deg, rgba(238, 238, 238, 0.0001) 0%, #F2F2F2 100%);
  border: 1px solid #C9D2E2;
}
.product-miniature:hover .highlighted-details {
  top: auto;
}

#js-product-list-top {
  border: 1px solid #E6E6E6;
  border-radius: 5px;
}
@media screen and (max-width: 1080px) {
  #js-product-list-top {
    border: 0;
  }
}
#js-product-list-top .category-title-description {
  border-bottom: 1px solid #E6E6E6;
  padding: 10px;
}
@media screen and (max-width: 1080px) {
  #js-product-list-top .category-title-description {
    border: 1px solid #E6E6E6;
  }
}
#js-product-list-top .category-title-description .d-flex {
  width: 100%;
  align-items: center;
}
#js-product-list-top .category-title-description .d-flex .category-title {
  color: #D22630;
  font-size: 16px;
  font-family: EnergiPro-Bold;
  margin-bottom: 0;
}
#js-product-list-top .category-title-description .d-flex .total-products {
  padding-top: 0;
  margin-left: auto;
  font-size: 12px;
}
#js-product-list-top .category-title-description .d-flex .category-description-toggle {
  font-family: EnergiPro-Bold;
  font-size: 12px;
  display: block;
  margin: 0 20px;
  color: #404040;
  position: relative;
}
#js-product-list-top .category-title-description .d-flex .category-description-toggle:after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-left: 1px solid #D22630;
  border-bottom: 1px solid #D22630;
  transform: rotate(-45deg);
  position: absolute;
  top: 4px;
  right: -20px;
}
#js-product-list-top .category-title-description .category-description {
  display: none;
  transition: all 0.5s ease-in-out;
  margin-top: 15px;
}
#js-product-list-top .category-title-description .category-description.active {
  display: block;
}
#js-product-list-top .sort-by-row {
  padding: 6px 10px;
}
@media screen and (max-width: 1080px) {
  #js-product-list-top .sort-by-row {
    padding: 15px 0;
  }
  #js-product-list-top .sort-by-row .filter-button {
    width: 50%;
  }
  #js-product-list-top .sort-by-row .filter-button #search_filter_toggler {
    width: 100%;
    border-radius: 20px;
    background-color: #D22630;
    color: #fff;
  }
  #js-product-list-top .sort-by-row .products-sort-order {
    width: 50%;
  }
  #js-product-list-top .sort-by-row .products-sort-order .select-title {
    border-radius: 20px;
    text-align: center;
    font-family: Helvetica-Neue-Bold, sans-serif;
    color: #D22630;
  }
}
@media screen and (max-width: 767px) {
  #js-product-list-top .sort-by-row {
    flex-direction: column;
  }
  #js-product-list-top .sort-by-row .filter-button,
#js-product-list-top .sort-by-row .products-sort-order {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }
}
#js-product-list-top .sort-by-row .d-flex {
  flex-wrap: wrap;
}
#js-product-list-top .sort-by-row span {
  font-family: EnergiPro-Bold;
  font-size: 16px;
  color: #D22630;
  display: block;
}
#js-product-list-top .sort-by-row a {
  font-size: 12px;
  padding: 3px 10px;
  margin: 0 5px;
  margin-bottom: 3px;
}
#js-product-list-top .sort-by-row a:hover, #js-product-list-top .sort-by-row a.current {
  background-color: #f2f2f2;
  color: #D22630;
  border-radius: 2px;
}
#js-product-list-top .showing {
  display: none !important;
}

#product-comments-list .product-comment-list-item {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 0;
}
#product-comments-list .product-comment-list-item:first-child {
  border-top: 1px solid #E6E6E6;
}
#product-comments-list .product-comment-list-item div {
  color: #404040;
}
#product-comments-list .product-comment-list-item .comment-content h4 {
  color: #D22630;
  font-weight: normal;
}
#product-comments-list .product-comment-list-item .post-product-comment {
  background-color: #D22630;
}

#product-comments-list-header {
  flex-direction: column;
}
#product-comments-list-header .comments-note span i {
  font-style: normal;
  color: #D22630;
}

#product-comments-list-footer {
  padding: 26px 0;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 0;
}
#product-comments-list-footer .post-product-comment {
  background-color: #D22630;
}

#search #js-product-list .products {
  margin: 0;
}
#search #js-product-list .products .product {
  width: 100%;
}

.mobile-advaned-search-popup.in {
  backdrop-filter: blur(10px) brightness(100%);
  width: 100vw;
}
.mobile-advaned-search-popup.in #search_widget {
  width: 100%;
  margin: 0;
  padding: 15px;
  background-color: #D22630;
}

.slick-arrow {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: auto;
  background-color: transparent;
  color: transparent;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #a9a9a9;
  z-index: 1;
  top: 40%;
}
.slick-arrow::before {
  content: "" !important;
  width: 15px;
  height: 15px;
  color: transparent;
  display: block;
  border-bottom: 1px solid #a9a9a9;
  border-left: 1px solid #a9a9a9;
  transform: rotate(45deg);
  margin: 5px 2px;
}
.slick-arrow:hover::before {
  border-color: #D22630;
}
.slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.slick-arrow.slick-next:before {
  transform: rotate(225deg);
  margin: 5px -1px;
}

.block_newsletter {
  background-color: #f2f2f2;
  border-radius: 3px;
}
.block_newsletter .newsletter-header {
  background-color: #D22630;
  padding: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-image: url(../images/common/newsletter.png);
  background-repeat: no-repeat;
  background-position: 85%;
}
.block_newsletter .newsletter-header p#block-newsletter-label {
  color: #fff;
  font-size: 24px;
  padding-right: 30%;
  font-family: EnergiPro-Medium;
}
.block_newsletter .newsletter-content {
  padding-top: 20px;
  padding: 30px;
}
.block_newsletter .newsletter-content p {
  font-size: 12px;
  color: #404040;
}
.block_newsletter .newsletter-content .btn {
  width: 100%;
  margin-left: 0 !important;
  margin: 15px 0;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 12px;
  font-family: EnergiPro-Medium;
  line-height: 18px;
}
.block_newsletter .newsletter-content input {
  border: 1px solid #E6E6E6 !important;
  border-radius: 3px;
}
.block_newsletter .newsletter-content hr {
  border-top-color: #D22630;
  margin: 0;
}
.block_newsletter .newsletter-content .social-links p {
  color: #D22630;
  font-size: 14px;
  margin-bottom: 15px;
  font-family: EnergiPro-Medium;
}
.block_newsletter .newsletter-content .social-links ul {
  margin-bottom: 0;
}
.block_newsletter .newsletter-content .social-links li {
  margin-right: 12px;
}
.block_newsletter .newsletter-content .social-links li a {
  display: flex;
  align-items: center;
}
.block_newsletter .newsletter-content .social-links li a::before {
  background-color: #D22630;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
.block_newsletter .newsletter-content #gdpr_consent {
  margin-bottom: 15px;
}
.block_newsletter .newsletter-content #gdpr_consent .psgdpr_consent_message {
  display: contents;
}
.block_newsletter .newsletter-content #gdpr_consent .psgdpr_consent_message + a {
  font-weight: 600;
  color: #D22630;
  text-decoration: underline;
}

.tabs {
  padding: 0;
}
.tabs .nav-tabs .nav-item {
  float: none;
  margin-bottom: 0;
  margin-left: 0;
}
.tabs .nav-tabs .nav-item a.nav-link {
  font-family: EnergiPro-Bold;
  font-size: 16px;
  border-bottom: 1px solid #F4C9CB;
  padding: 16px;
  position: relative;
}
.tabs .nav-tabs .nav-item a.nav-link:after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-bottom: 1px solid #D22630;
  border-right: 1px solid #D22630;
  position: absolute;
  right: 10px;
  transform: rotate(-45deg);
  top: 22px;
}
.tabs .nav-tabs .nav-item a.nav-link.active, .tabs .nav-tabs .nav-item a.nav-link:hover {
  color: #D22630;
  background-color: #f2f2f2;
}
.tabs .nav-tabs .nav-item:last-child a.nav-link:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  right: 10px;
  top: 16px;
  background-image: url(../images/icon/download-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: none;
  border: 0;
}

.tab-content > .tab-pane {
  opacity: 1;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.tab-content > .tab-pane .tab-title {
  font-size: 24px;
  color: #D22630;
  font-family: EnergiPro-Bold;
  margin: 20px 0;
}
.tab-content > .tab-pane .product-description_short ul {
  margin-left: 25px;
  list-style: disc;
}
.tab-content > .tab-pane .product-features .data-sheet dd, .tab-content > .tab-pane .product-features .data-sheet dt {
  background-color: #fafafa !important;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}
.tab-content > .tab-pane .product-features .data-sheet dt.name {
  color: #D22630;
}
.tab-content > .tab-pane .product-features .data-sheet dt.name:nth-of-type(even) {
  background-color: #E6E6E6 !important;
}
.tab-content > .tab-pane .product-features .data-sheet dd.value:nth-of-type(even) {
  background-color: #f2f2f2 !important;
}

.tab-title {
  font-size: 24px;
  color: #D22630;
  font-family: EnergiPro-Bold;
  margin: 20px 0;
}

.product-add-to-cart {
  position: relative;
}
.product-add-to-cart .wishlist-button-add {
  position: absolute;
  right: 0;
  margin: 0;
  top: 0;
  background-color: transparent;
  box-shadow: none;
  width: auto;
  height: auto;
  padding: 0;
  color: #C9D2E2;
  padding-left: 40px;
}
.product-add-to-cart .wishlist-button-add i {
  font-size: 12px;
}

header#header {
  border-top: 4px solid #D22630;
  border-bottom: 2px solid #f2f2f2;
  z-index: 1041;
}
header#header a, header#header span {
  font-size: 13px;
  font-family: EnergiPro-Medium;
  color: #808080 !important;
}
header#header a:hover, header#header span:hover {
  text-decoration: none;
}
header#header i {
  margin-right: 7px;
}
header#header .header-nav {
  max-height: unset !important;
}
@media screen and (min-width: 767px) and (max-width: 1299px) {
  header#header .header-nav {
    border-bottom: 0;
  }
  header#header .header-nav .row {
    flex-direction: row-reverse !important;
  }
  header#header .header-nav .row .right-nav {
    width: 155px;
    padding: 0;
  }
  header#header .header-nav .row .right-nav #search_widget,
header#header .header-nav .row .right-nav #_desktop_contact_link {
    display: none !important;
  }
  header#header .header-nav .row .right-nav #_desktop_user_info .user-info {
    margin: 0 auto !important;
  }
  header#header .header-nav .row .mobile {
    flex-direction: row-reverse;
    width: calc(100% - 155px);
    border: 0;
  }
  header#header .header-nav .row .mobile #mobile-advanced-search {
    display: block;
  }
}
header#header .header-nav .social-icon {
  margin-bottom: 0;
}
@media screen and (max-width: 1299px) {
  header#header .header-nav .social-icon {
    display: none;
  }
}
header#header .header-nav .social-icon li {
  margin-right: 0;
  height: 100%;
}
header#header .header-nav .social-icon li a {
  padding: 12px;
  width: 48px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header#header .header-nav .social-icon li a:hover {
  background-color: #f2f2f2 !important;
}
@media screen and (max-width: 1280px) {
  header#header .header-nav .static-top-menu {
    display: none;
  }
  header#header .header-nav .right-nav {
    float: none;
    width: 100%;
    padding-bottom: 10px;
  }
  header#header .header-nav > .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
}
header#header .header-nav .mobile {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 15px;
  width: 100%;
  padding-top: 10px;
  border-top: 2px solid #f2f2f2;
}
@media screen and (max-width: 1080px) {
  header#header .header-nav .mobile {
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  header#header .header-nav .mobile {
    border: 0;
    padding-top: 0;
  }
}
header#header .header-nav .mobile #_mobile_contact a {
  color: transparent !important;
  background-image: url(../images/icon/phone-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  display: block;
}
header#header .header-nav .mobile .float-xs-left,
header#header .header-nav .mobile .float-xs-right {
  float: none !important;
  height: 55px;
  width: 55px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  header#header .header-nav .mobile .float-xs-right {
    display: none !important;
  }
}
header#header .header-nav .mobile #mmenu-open {
  order: 2;
  border: 0;
  padding: 8px 14px;
  color: #D22630;
  font-family: EnergiPro-Medium;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  header#header .header-nav .mobile #mmenu-open {
    width: 100%;
  }
}
header#header .header-nav .mobile #menu-icon {
  order: 3;
  margin-left: auto;
  margin-right: 0;
  width: auto;
  height: auto;
  display: none;
}
header#header .header-nav .mobile #_mobile_cart {
  order: 1;
}
header#header .header-nav .mobile #_mobile_cart .cart-preview {
  margin: 0;
}
header#header .header-nav .mobile #_mobile_user_info {
  order: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  header#header .header-nav .mobile #_mobile_user_info .user-info {
    display: flex !important;
  }
}
header#header .header-nav .mobile #mobile-advanced-search a i.search {
  color: #D22630;
}
header#header .header-nav .mobile .top-logo {
  order: -1;
  width: 115px;
}
@media screen and (min-width: 767px) {
  header#header .header-nav .mobile .top-logo {
    display: none;
  }
}
header#header .header-nav .mobile .top-logo a {
  display: block;
}
header#header .header-nav .mobile .top-logo a img {
  max-height: initial !important;
  width: 150px !important;
}
@media screen and (max-width: 1280px) {
  header#header .header-nav .mobile .clearfix {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header#header .header-nav .right-nav {
    display: none !important;
  }
}
@media screen and (max-width: 1080px) {
  header#header .header-nav .right-nav #_desktop_user_info .user-info .logout {
    display: block !important;
    width: 30px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1080px) {
  header#header .header-nav .right-nav #search_widget {
    width: 100%;
  }
}
header#header #_desktop_language_selector {
  display: none;
}
header#header .header-nav {
  padding: 7px 15px !important;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  header#header #_desktop_logo {
    display: flex !important;
  }
}
header#header .header-top {
  padding: 0 !important;
}
header#header .header-top .row {
  margin: 0;
}
header#header .header-top .position-static {
  padding: 0;
}
@media screen and (max-width: 1080px) {
  header#header .header-top {
    display: none;
  }
}

#footer {
  border-top: 3px solid #D22630;
  padding-bottom: 40px;
}
#footer .footer-container {
  padding-top: 0;
}
#footer .footer-container p a {
  font-family: EnergiPro-Regular;
  font-size: 12px;
  color: #404040;
}

@media screen and (min-width: 767px) and (max-width: 1080px) {
  #footer .footer-container .links p.h3.hidden-sm-down {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-container .links p.h3 {
    display: none !important;
  }
}
@media screen and (min-width: 767px) {
  #footer .footer-container .links .title {
    display: none !important;
  }
}
#footer .footer-container .links .title .h3 {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 0;
  }
  #footer .footer-container hr + p {
    font-size: 12px;
  }
  #footer .footer-container .text-sm-left {
    margin: 10px 0;
  }
}
@media screen and (max-width: 767px) and (min-width) and (max-width: 1080px) {
  #footer .footer-container .links p.h3.hidden-sm-down {
    display: block !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #footer .footer-container .links p.h3 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 767px) {
  #footer .footer-container .links .title {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-container .links .title .h3 {
    border-bottom: 0;
  }
}

.mm-menu.mm-offcanvas {
  z-index: 9999;
}

@media screen and (max-width: 1081px) {
  #category #content-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #category #content-wrapper {
    padding: 0;
  }
  #category #content-wrapper #js-product-list .products {
    display: block;
  }
}

#authentication #main .page-header {
  margin: 20px 0;
  padding: 20px 0;
  text-align: center;
}
#authentication #main .btn.btn-primary {
  margin: 0 auto;
  text-transform: none;
  font-weight: unset;
  padding: 10px 30px;
  float: none !important;
}

.page-contact .contact-rich {
  background-color: #f2f2f2;
  padding: 20px 15px;
}
.page-contact .contact-rich .block .icon {
  width: 45px;
  color: #D22630;
}
.page-contact .contact-rich .block .icon::before {
  display: none;
}
.page-contact .page-content .contact-form {
  padding: 0;
  color: #D22630;
}
.page-contact .page-content .contact-form .form-footer .btn {
  margin-left: auto;
}

.page-cart .js-content-wrapper .cart-grid-body .cart-container .card-block h1 {
  color: #D22630;
  font-family: EnergiPro-Bold;
}
.page-cart .js-content-wrapper .cart-grid-body .cart-container .cart-overview .cart-items .cart-item .product-line-grid .product-line-grid-body .product-line-info a {
  font-family: EnergiPro-Bold;
}
.page-cart .js-content-wrapper .cart-grid-body .cart-container .cart-overview .cart-items .cart-item .product-line-grid .product-line-grid-body .product-line-info .current-price {
  color: #D22630;
  font-family: EnergiPro-Bold;
}
.page-cart .js-content-wrapper .cart-grid-body .cart-container .cart-overview .cart-items .cart-item .product-line-grid .product-line-grid-right .price {
  color: #D22630;
  font-family: EnergiPro-Bold;
}
@media screen and (max-width: 480px) {
  .page-cart .js-content-wrapper .cart-grid-body .cart-container .cart-overview .cart-items .cart-item .product-line-grid .product-line-grid-right .price,
.page-cart .js-content-wrapper .cart-grid-body .cart-container .cart-overview .cart-items .cart-item .product-line-grid .product-line-grid-right .qty {
    width: 100%;
  }
}
.page-cart .js-content-wrapper .cart-grid-right .cart-summary .cart-detailed-actions .btn {
  background-color: #509E2F !important;
  background-image: url(../images/icon/product-cart-icon.png);
  background-repeat: no-repeat;
  background-position: 17px;
  border: 0;
  height: 40px;
  border-radius: 3px;
  line-height: 30px;
  font-weight: normal;
  text-transform: none;
  text-align: left;
  padding-left: 50px;
  width: 290px;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .page-cart .js-content-wrapper .cart-grid-right .cart-summary .cart-detailed-actions .btn {
    width: 200px;
  }
}
.page-cart .js-content-wrapper .blockreassurance_product {
  display: flex;
  margin: 25px 0;
}
@media screen and (max-width: 480px) {
  .page-cart .js-content-wrapper .blockreassurance_product {
    flex-direction: column;
    justify-content: center;
  }
  .page-cart .js-content-wrapper .blockreassurance_product div {
    width: 100% !important;
    margin: 10px 0;
  }
}
.page-cart .js-content-wrapper .blockreassurance_product * {
  float: none;
}
.page-cart .js-content-wrapper .blockreassurance_product div {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-cart .js-content-wrapper .blockreassurance_product div.clearfix {
  display: none;
}
.page-cart .js-content-wrapper .blockreassurance_product div .item-product {
  padding: 0;
  width: 40px;
  height: 40px;
}

#checkout #content-wrapper {
  display: flex;
  width: 100%;
  min-height: calc(100vh - 170px);
  padding: 0 15px;
}
#checkout #content {
  width: 100%;
}
#checkout #header {
  z-index: 1040 !important;
}
@media screen and (min-width: 767px) and (max-width: 1299px) {
  #checkout #header .header-nav .row {
    flex-direction: row !important;
  }
  #checkout #header .header-nav .row .mobile {
    width: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #checkout #header .header-nav .row .col-md-6 {
    display: none !important;
  }
}
@media screen and (max-width: 1080px) {
  #checkout #header .header-top #mobile_top_menu_wrapper {
    display: none !important;
  }
}
#checkout .cart-grid-body {
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 0;
}
#checkout .cart-grid-body .checkout-step {
  padding: 0;
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
#checkout .cart-grid-body .checkout-step.-unreachable .step-title {
  background-color: #E6E6E6;
  color: #404040;
  font-size: 18px;
}
#checkout .cart-grid-body .checkout-step.-reachable.-current .step-number {
  background-color: #D22630 !important;
}
#checkout .cart-grid-body .checkout-step .step-title {
  color: #fff;
  padding: 10px;
  background-color: #D22630;
  font-family: EnergiPro-Bold;
  display: flex;
  align-items: center;
  line-height: normal;
  text-transform: none;
  font-size: 18px;
}
#checkout .cart-grid-body .checkout-step .step-title i.done {
  text-align: center;
  border-radius: 50%;
  padding: 0;
  margin-right: 10px;
  color: #D22630 !important;
}
#checkout .cart-grid-body .checkout-step .step-title .step-edit {
  color: #fff !important;
  margin-left: auto;
  font-family: EnergiPro-Regular;
}
#checkout .cart-grid-body .checkout-step .step-title .step-number {
  padding: 3px 10px;
}
#checkout .cart-grid-body .checkout-step .content {
  padding: 20px 40px;
}
#checkout .cart-grid-body .checkout-step .content .nav-inline {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
#checkout .cart-grid-body .checkout-step .content .nav-inline .nav-item {
  display: inline-block;
}
#checkout .cart-grid-body .checkout-step .content .nav-inline .nav-item a {
  border: 1px solid #C9D2E2;
  display: block;
  padding: 5px 16px;
  font-weight: 400;
}
#checkout .cart-grid-body .checkout-step .content .nav-inline .nav-item a.active, #checkout .cart-grid-body .checkout-step .content .nav-inline .nav-item a:hover {
  background-color: #D22630;
  border-color: #D22630;
  color: #fff;
}
#checkout .cart-grid-body .checkout-step .content .nav-inline .nav-item .nav-separator {
  margin-right: 15px;
}
#checkout .cart-grid-body .checkout-step .content #payment-confirmation .ps-shown-by-js button {
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  #checkout .cart-grid-body .checkout-step .content {
    padding: 20px;
  }
}
#checkout .cart-grid-body .checkout-step .content .form-footer .btn-primary {
  text-transform: none;
  font-family: EnergiPro-Regular;
  font-weight: normal;
}
#checkout .cart-grid-right .card {
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
#checkout .cart-grid-right .card .card-block .cart-summary-products p a {
  background-color: #E6E6E6;
  padding: 4px 6px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  text-transform: capitalize;
}
#checkout .cart-grid-right .card .card-block .cart-summary-products p a:hover, #checkout .cart-grid-right .card .card-block .cart-summary-products p a:focus {
  text-decoration: none;
  color: #D22630;
}
#checkout .cart-grid-right .card .card-block .cart-summary-products #cart-summary-product-list .media-list .media {
  border-bottom: 1px solid #E6E6E6;
  padding: 10px 0;
}
#checkout .cart-grid-right .card .card-block .cart-summary-products #cart-summary-product-list .media-list .media .media-body .product-name {
  font-family: EnergiPro-Bold;
}
#checkout .cart-grid-right .card .card-block .cart-summary-products #cart-summary-product-list .media-list .media .product-price {
  color: #D22630;
  font-family: EnergiPro-Bold;
}
#checkout .cart-grid-right .card .card-block.cart-summary-subtotals-container .cart-summary-subtotals .label {
  font-family: EnergiPro-Regular;
}
#checkout .cart-grid-right .card .card-block.cart-summary-subtotals-container .cart-summary-subtotals .value {
  font-family: EnergiPro-Bold;
}
#checkout .cart-grid-right .card .card-block.cart-summary-totals .cart-summary-line.cart-total {
  background-color: #f2f2f2;
  padding: 0.5rem;
}
#checkout .cart-grid-right .card .card-block.cart-summary-totals .cart-summary-line.cart-total span {
  font-family: EnergiPro-Bold;
}
#checkout .cart-grid-right .blockreassurance_product {
  display: none;
}

.page-cms .page-header {
  display: none;
}
.page-cms .page-content {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.page-cms .page-content .cms-header-banner {
  position: relative;
  margin-bottom: 30px;
}
.page-cms .page-content .cms-header-banner img {
  width: 100%;
}
.page-cms .page-content .cms-header-banner h1 {
  font-size: 48px;
  position: absolute;
  bottom: 5px;
  color: #fff;
  font-weight: normal;
  left: 15px;
  font-family: EnergiPro-Regular;
}
.page-cms .page-content h2, .page-cms .page-content h3 {
  font-weight: normal;
  color: #D22630;
  margin-bottom: 15px;
  font-family: EnergiPro-Bold;
  text-align: left;
}
.page-cms .page-content h2 {
  font-size: 32px;
}
.page-cms .page-content h3 {
  font-size: 18px;
}
.page-cms .page-content p {
  font-size: 14px;
  font-family: EnergiPro-Regular;
  margin-bottom: 30px;
}
.page-cms .page-content .questions {
  background-color: #f2f2f2;
  padding: 20px;
}
.page-cms .page-content .questions h4 {
  font-family: EnergiPro-Bold;
}
.page-cms .page-content .questions p {
  margin-bottom: 0;
}
.page-cms .page-content .d-flex .col img {
  margin-right: 15px;
}
.page-cms .page-content table td, .page-cms .page-content table th {
  padding: 5px 8px;
  font-size: 14px;
  border: 1px solid #a9a9a9;
}
.page-cms .page-content table th {
  font-family: EnergiPro-Bold;
  background-color: #E6E6E6;
}
.page-cms .page-content table td {
  font-family: EnergiPro-Regular;
}

.page-index #wrapper .energizer-toy {
  position: absolute;
  width: 20vw;
  left: auto;
  right: 0;
  top: 115px;
}
.page-index #wrapper .energizer-toy img {
  filter: drop-shadow(0px 12px 20px white);
}
@media screen and (max-width: 1080px) {
  .page-index #wrapper .news-content {
    flex-direction: column;
  }
}
@media screen and (max-width: 1080px) {
  .page-index #wrapper .new-update-block .news-block-content .news-image {
    max-width: 767px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5vw;
  }
}

.page-product .product-container {
  margin: 30px 0;
  border-bottom: 1px solid #D22630;
  padding-bottom: 30px;
}
.page-product .product-container .page-content {
  max-width: 100%;
}
.page-product .product-container .page-content .product-flags .product-flag.new {
  background-color: #D22630;
  text-transform: none;
  font-weight: normal;
}
.page-product .product-container .page-content .images-container ul.product-images .thumb-container .thumb.selected, .page-product .product-container .page-content .images-container ul.product-images .thumb-container .thumb:hover {
  border: 2px solid #D22630;
}
.page-product .product-container .page-content .scroll-box-arrows .material-icons {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D22630;
  line-height: normal;
  bottom: 60px;
  border: 1px solid #D22630;
  background-color: #fff;
  box-shadow: 0px 0px 6px #a9a9a9 !important;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .page-product .product-container {
    margin: 0 -15px;
  }
}
.page-product .product-container h1 {
  font-family: EnergiPro-Bold;
  color: #D22630;
  font-size: 24px;
}
.page-product .product-container .product-description p {
  font-family: EnergiPro-Regular;
  font-size: 16px;
  color: #131313;
}
.page-product .product-container .inner-wrapper-sticky {
  padding-left: 40px;
}
.page-product .product-container .product-information {
  background-color: #f2f2f2;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  padding: 20px;
  margin: 20px 0;
}
.page-product .product-container .product-information .product-prices {
  margin-top: 0;
}
.page-product .product-container .product-information .product-prices .product-price .current-price {
  margin-bottom: 0;
}
.page-product .product-container .product-information .product-prices .product-price .current-price .current-price-value {
  color: #D22630;
  font-size: 32px;
  font-family: EnergiPro-Bold;
}
.page-product .product-container .product-information .product-prices .product-price .product-discount .regular-price {
  font-size: 12px;
  color: #808080;
}
.page-product .product-container .product-information .product-prices .product-price .discount-percentage {
  font-size: 12px;
  color: #131313;
  text-transform: none;
  background-color: transparent;
  margin-left: 0;
  padding: 0;
  font-family: EnergiPro-Bold;
}
.page-product .product-container .product-information #Free-delivery-popover {
  border: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  font-size: 12px;
  color: #D22630;
  margin-bottom: 20px;
  max-width: 120px;
  width: 100%;
  line-height: normal;
}
.page-product .product-container .product-information #Free-delivery-popover span.info {
  background-image: url(../images/icon/info-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
}
.page-product .product-container .product-information .product-actions .product-add-to-cart .control-label,
.page-product .product-container .product-information .product-actions .product-add-to-cart #product-availability {
  display: none;
}
.page-product .product-container .product-information .product-actions .product-add-to-cart .product-quantity {
  width: 100%;
  flex-wrap: wrap;
}
.page-product .product-container .product-information .product-actions .product-add-to-cart .product-quantity .add {
  width: 100%;
}
.page-product .product-container .product-information .product-actions .product-add-to-cart .product-quantity .add .btn {
  width: 100%;
  background-color: #509E2F !important;
  padding-top: 6px;
  border-radius: 2px;
  font-size: 16px;
  font-family: EnergiPro-Bold;
  text-transform: none;
  height: 40px;
}
.page-product .product-container .product-information .product-actions .product-add-to-cart .product-quantity #quantity_wanted {
  z-index: 0;
}
.page-product .product-container .product-information .product-actions .product-add-to-cart .product-quantity .blockreassurance_product {
  display: flex;
  margin: 15px 0;
  width: 100%;
}
.page-product .product-container .product-information .product-actions .product-add-to-cart .product-quantity .blockreassurance_product * {
  float: none;
}
.page-product .product-container .product-information .product-actions .product-add-to-cart .product-quantity .blockreassurance_product .item-product {
  display: block;
  padding: 0;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
.page-product .product-container .product-information .product-actions .product-add-to-cart .product-quantity .wishlist-button-add {
  color: #404040;
  padding-left: 0;
  line-height: normal;
}
.page-product .product-container .product-information .product-actions .product-add-to-cart .product-quantity .wishlist-button-add .material-icons {
  color: #404040;
  margin-right: 8px;
  font-size: 16px;
}
.page-product .product-container .product-information .product-actions .product-add-to-cart .product-quantity .wishlist-button-add:hover {
  color: #D22630;
}
.page-product .product-container .product-information .product-actions .product-add-to-cart .product-quantity .wishlist-button-add:hover .material-icons {
  color: #D22630;
}

#js-product-list .products .product {
  margin-bottom: 20px;
  z-index: 0;
  position: relative;
}
#js-product-list .products .product .product-miniature {
  width: 100%;
  border: 1px solid #C9D2E2;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #js-product-list .products .product .product-miniature {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #js-product-list .products .product .product-miniature .product-thumbnail {
    width: 100%;
  }
  #js-product-list .products .product .product-miniature .product-thumbnail img {
    width: 100%;
    height: auto;
  }
}
#js-product-list .products .product .product-miniature .thumbnail-container {
  margin-bottom: 0;
}
#js-product-list .products .product .product-miniature .thumbnail-container a {
  height: 100%;
}
@media screen and (max-width: 767px) {
  #js-product-list .products .product .product-miniature .thumbnail-container a {
    width: 100%;
  }
}
#js-product-list .products .product .product-miniature .product-description {
  width: 46%;
  background-color: transparent;
  padding: 20px;
  font-size: 12px;
  font-family: EnergiPro-Regular;
}
@media screen and (max-width: 767px) {
  #js-product-list .products .product .product-miniature .product-description {
    width: 100%;
  }
}
#js-product-list .products .product .product-miniature .product-description * {
  text-align: left;
}
#js-product-list .products .product .product-miniature .product-description ul {
  font-size: 12px;
  color: #131313;
  padding-left: 0;
}
#js-product-list .products .product .product-miniature .product-description ul li::before {
  content: "•";
  color: #D22630;
  display: inline-block;
  margin-right: 5px;
}
#js-product-list .products .product .product-miniature .product-description .product-title {
  font-size: 16px;
  font-family: EnergiPro-Bold;
  color: #131313;
  margin: 0;
  margin-bottom: 15px;
}
#js-product-list .products .product .product-miniature .product-description .product-title a {
  font-size: 16px;
  font-family: EnergiPro-Bold;
  color: #131313;
}
#js-product-list .products .product .product-miniature .product-description p,
#js-product-list .products .product .product-miniature .product-description .short-description {
  font-family: EnergiPro-Regular;
  font-size: 12px;
  color: #404040;
}
#js-product-list .products .product .product-miniature .product-description .see-more {
  font-family: EnergiPro-Bold;
  font-size: 12px;
  text-transform: capitalize;
}
#js-product-list .products .product .product-miniature .product-price {
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 204px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #js-product-list .products .product .product-miniature .product-price {
    width: 100%;
  }
}
#js-product-list .products .product .product-miniature .product-price .product-price-and-shipping {
  text-align: left;
  margin: 10px 0;
}
#js-product-list .products .product .product-miniature .product-price .product-price-and-shipping .price {
  color: #D22630;
  font-size: 24px;
  font-family: EnergiPro-Bold;
}
#js-product-list .products .product .product-miniature .product-price .product-price-and-shipping .regular-price {
  display: block;
  font-weight: normal;
}
#js-product-list .products .product .product-miniature .product-price .product-price-and-shipping .reduction-amout {
  font-family: EnergiPro-Bold;
  color: #404040;
}
#js-product-list .products .product .product-miniature .product-price .product-price-and-shipping .free-delivery {
  border: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
  padding: 3px;
  font-size: 12px;
  color: #D22630;
  margin-bottom: 0;
  width: auto;
}
#js-product-list .products .product .product-miniature .product-price .product-price-and-shipping .free-delivery #Livraison-popover {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../images/icon/info-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
}
#js-product-list .products .product .product-miniature .product-price .links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
#js-product-list .products .product .product-miniature .product-price .links .wishlist-button-add, #js-product-list .products .product .product-miniature .product-price .links a, #js-product-list .products .product .product-miniature .product-price .links button {
  font-size: 12px;
  font-family: EnergiPro-Medium;
  border-radius: 3px;
  height: 32px;
  line-height: 25px;
  display: inline-block;
}
#js-product-list .products .product .product-miniature .product-price .links .wishlist-button-add {
  position: relative;
  margin-bottom: 8px;
  color: #404040;
  background-image: url(../images/icon/whishlist-icon.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 15px 8px;
  box-shadow: none !important;
  width: 100%;
  right: 0;
  left: 0;
  top: 0;
  order: -1;
  padding-left: 40px;
}
#js-product-list .products .product .product-miniature .product-price .links .wishlist-button-add i {
  display: none;
}
#js-product-list .products .product .product-miniature .product-price .links .wishlist-button-add:hover {
  color: #fff;
}
#js-product-list .products .product .product-miniature .product-price .links .btn-cart {
  width: 32px;
  height: 32px;
  background-color: #509E2F;
  color: transparent;
  background-image: url(../images/icon/product-cart-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
}
#js-product-list .products .product .product-miniature .product-price .links a.btn-outline {
  width: calc(100% - 38px);
  margin-right: 6px;
  text-transform: capitalize;
  text-align: center;
}
#js-product-list .products .product:hover .product-miniature {
  border: 1px solid #D22630;
  background: transparent;
}/*# sourceMappingURL=custom.css.map */