@charset "UTF-8";
/*colors*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
body {
  font-family: "Roboto";
  background: #F5F5F5;
}

h1, h2, h3, h4, h5, h6 {
  color: #293033;
}

p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #52585B;
}

h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: -0.02em;
}

h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}

a {
  color: #E64A19;
}

h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}

h5 {
  font-weight: 700;
  color: #52585B;
  font-size: 20px;
  line-height: 26px;
}

h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 46px;
  clear: both;
}

@media (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 1.5;
  }
  .underline-text h2 {
    font-weight: 400;
  }
  h2 {
    font-size: 30px;
    line-height: 1.5;
  }
  h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  h4 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  body .container {
    max-width: 1400px;
  }
}
.main-wrapper {
  margin-top: 0;
  min-height: calc(100vh - 150px);
  clear: both;
  width: 100%;
}

.row {
  clear: both;
}

.svg-files {
  display: none;
}

.pt-60 {
  padding-top: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.pt-50 {
  padding-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.p-1520 {
  padding: 15px 20px;
}

.row.mb-xs {
  margin-bottom: 20px;
}

p.small-para {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #52585B;
  margin-bottom: 0 !important;
}

img.info--img {
  margin-top: -2px;
}

.w100 {
  width: 100%;
}

input:focus, button:focus {
  outline: none;
}

.font14px {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #293033;
  display: block;
}

.font12px {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #293033;
  display: block;
}

p b {
  color: #293033;
}

img.red-cross-icon {
  width: 17.5px !important;
  height: 17.5px !important;
  margin-bottom: 3px !important;
}

.only-checkmark {
  width: 13px !important;
  height: 9.75px !important;
  margin-bottom: 3px !important;
}

.grey-bg {
  background: #F2F3F7;
}

.white-bg {
  background: #fff;
  float: left;
  width: 100%;
}

.underline-text {
  margin: 20px 0;
  text-align: center;
  width: 100%;
}
.underline-text h2 {
  text-align: center;
  color: #293033;
  text-transform: capitalize;
  line-height: 40px;
}
.underline-text h2 small {
  font-size: 24px;
  display: block;
  text-transform: unset;
}

.big-txt {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #293033;
  display: block;
}

.small-txt {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #52585B;
}

.green-dot {
  background: #99CC00;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}

.red-dot {
  background: #DF4343;
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}

.yellow-dot {
  background: #FFD500;
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}

.orange-dot {
  background: #ED991B;
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}

.orange-dot, .yellow-dot, .red-dot {
  margin: 0 5px 0 0;
}

hr {
  border-bottom: 1px solid #CCCCCC;
  border-top: 0;
  width: 100%;
  display: block;
  margin: 20px 0;
}

a:hover {
  text-decoration: none;
}

.contextual-region {
  clear: both;
}

.ajax-progress-fullscreen {
  background-image: url(/themes/custom/mali_achats/images/throbber.gif) !important;
  background-size: contain;
  width: 40px;
  height: 40px;
  background-color: transparent;
}

@media (max-width: 767px) {
  .pt-60 {
    padding-top: 50px;
  }
}
/*partials*/
.topbar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #E64A19;
  padding: 3px 15px;
  -webkit-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .topbar {
    height: 38px;
  }
}
@media (min-width: 992px) {
  .topbar {
    position: relative;
    top: -3px;
    height: 49px;
  }
}
.topbar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.topbar .container .topbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(100% - 450px);
}
.topbar .container .topbar-right .search-filter {
  width: auto;
}
.topbar .logo a {
  opacity: 0;
  visibility: hidden;
}
.topbar .logo a img {
  height: auto;
  width: auto;
}

.topbar.main-header-top .logo {
  width: auto;
}

.sticky-header .topbar {
  position: fixed;
  z-index: 99;
  -webkit-animation: smoothScroll 5s forwards;
          animation: smoothScroll 5s forwards;
  padding: 10px 15px;
}
.sticky-header .topbar .hide-on-sticky {
  display: none;
}
.sticky-header .topbar .search-tab {
  display: block;
  padding-left: 20px;
}
.sticky-header .topbar .search-tab button.btn {
  padding: 8px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
.sticky-header .topbar .search-tab button.btn img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.sticky-header .topbar .search-tab button.btn:hover {
  background: transparent;
}
.sticky-header .topbar .icon-menus {
  padding-right: 20px;
  position: relative;
}
.sticky-header .topbar .icon-menus:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 1px;
  height: 18px;
  opacity: 0.2;
  right: 0;
  left: auto;
  top: 5px;
}
.sticky-header .topbar nav.navbar {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sticky-header .search-filter.active-search-bar {
  position: fixed;
  top: 58px;
  z-index: 9999;
  right: 0;
  display: block;
  width: 100%;
  padding: 10px 15px;
  background-color: #fff;
}
.sticky-header .search-filter.active-search-bar form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sticky-header .search-filter.active-search-bar form .form-group {
  display: inline-block;
}
.sticky-header .search-filter.active-search-bar .sticky-form-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sticky-header .blue-logo {
  display: none;
}
.sticky-header .white-logo {
  display: block;
  position: fixed;
  top: 0;
  z-index: 99;
  padding: 10px 0;
}
.sticky-header .white-logo img {
  width: 66.86px;
  height: 36px;
}
.sticky-header .logo a {
  opacity: 1;
  visibility: visible;
  margin: 0;
}

.sticky-form-header {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  display: none;
}
.sticky-form-header p {
  margin-bottom: 0;
}

header {
  padding: 14px 0 0px 0;
  background: #fff;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}

a.white-logo {
  display: none;
}

/*sticky header css start*/
.nav-up {
  top: -50px;
}

/*sticky header css end*/
.logo {
  width: 146.67px;
  float: left;
}
.logo a {
  display: block;
  margin-top: -39px;
}
.logo a img {
  height: auto;
  width: auto;
}

.right-navbar {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 303px);
  padding-left: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  float: right;
}

.cart {
  position: relative;
}
.cart mark {
  position: absolute;
  background: #E64A19;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  font-style: normal;
  font-weight: normal;
  font-size: 8px;
  line-height: 11px;
  display: inline-block;
  letter-spacing: 0;
  color: #fff;
  top: -7px;
  right: auto;
  left: 8px;
  text-align: center;
}

.search-tab {
  display: none;
}

.navbar-light .navbar-toggler {
  height: 21px;
}
.navbar-light .navbar-toggler.collapsed span {
  display: block;
  background: #293033;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
}
.navbar-light .navbar-toggler.collapsed span:nth-child(1) {
  -webkit-transform: none;
          transform: none;
  top: 0;
}
.navbar-light .navbar-toggler.collapsed span:nth-child(2) {
  top: 8px;
  display: block;
}
.navbar-light .navbar-toggler.collapsed span:nth-child(3) {
  top: 17px;
  display: block;
  -webkit-transform: none;
          transform: none;
}
.navbar-light .navbar-toggler span {
  display: block;
  background: #7f7f7f;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
}
.navbar-light .navbar-toggler span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
}
.navbar-light .navbar-toggler span:nth-child(2) {
  display: none;
}
.navbar-light .navbar-toggler span:nth-child(3) {
  top: 10px;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.topbar.active form {
  border: 2px solid #fff;
}
.topbar.active form .search-btn button {
  background: #fff;
  color: #E64A19;
  padding: 8px 16px;
}
.topbar.active form .search-btn button img.white-srch-icn {
  display: none;
}
.topbar.active form .select-outer select {
  background: transparent;
  color: #fff;
  padding: 8px 10px;
}
.topbar.active form .select-outer select option {
  color: #E64A19;
}
.topbar.active form .select-outer::after {
  border-color: #fff;
  top: 12px;
}
.topbar.active form .search-field input {
  background: transparent;
  color: #fff;
  padding: 8px 10px;
}
.topbar.active form .search-field input::-webkit-input-placeholder {
  color: #fff;
}
.topbar.active form .search-field input::-moz-placeholder {
  color: #fff;
}
.topbar.active form .search-field input:-ms-input-placeholder {
  color: #fff;
}
.topbar.active form .search-field input::-ms-input-placeholder {
  color: #fff;
}
.topbar.active form .search-field input::placeholder {
  color: #fff;
}
.topbar.active .search-filter .select-outer:before {
  content: "";
  position: absolute;
  right: 9px;
  top: 10px;
  width: 1px;
  background: #DEDEDE;
  height: 14px;
}
.topbar.active .container .topbar-right .search-filter {
  width: 100%;
  margin-right: 10px;
}

.slide-close img {
  cursor: pointer;
}

@media (min-width: 992px) {
  .topbar.active {
    position: fixed;
    z-index: 9;
    top: -100px;
  }
  .scroll-up .topbar.active {
    top: 0;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 80px;
  }
  .main-header-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 11;
  }
  .scrolldown .main-header-wrapper {
    top: 0px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  .scrollup .main-header-wrapper {
    top: 0px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
}
body.scroll-up .topbar.fixed-topbar.active {
  top: 0;
  padding: 11px 15px;
}
body.scroll-up .topbar.fixed-topbar.active .container {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body.scroll-up .topbar.fixed-topbar.active .container .row {
  width: 100%;
}
body.scroll-up .topbar.fixed-topbar.active .icon-menus {
  width: 45%;
}
body.scroll-up .topbar.fixed-topbar.active .icon-menus ul li.hidemob:last-child a.user-authentication {
  display: none;
}
body.scroll-up .topbar.fixed-topbar.active nav.navbar:after {
  top: 0;
}
body.scroll-up .topbar.fixed-topbar.active .logo h3 {
  font-size: 15px;
  line-height: 16px;
}

.topbar.fixed-topbar.active .logo {
  opacity: 1;
}

.logo h3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 15px;
}
.logo h3 span {
  text-transform: capitalize;
  font-weight: 400;
}

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media (min-width: 992px) {
  .mobile-search-filters {
    display: none;
  }
  .contact-block-mob {
    display: none;
  }
  .logo.responsive {
    display: none;
  }
  .topbar.fixed-topbar.active nav.menu--main {
    display: none;
  }
  body.scroll-up .topbar.fixed-topbar.active .navbar.navbar-light {
    display: none;
  }
}
@media (max-width: 1343px) and (min-width: 1200px) {
  header .search-filter form button {
    font-size: 0;
  }
  .topbar.fixed-topbar.active .container .topbar-right {
    width: calc(100% - 195px);
  }
  .topbar.fixed-topbar.active .logo {
    width: 195px;
  }
  body.scroll-up .topbar.fixed-topbar.active .icon-menus {
    width: 52%;
  }
  body.scroll-up .topbar.fixed-topbar.active nav.navbar {
    padding-left: 0;
    padding-right: 0;
  }
  body.scroll-up .topbar.fixed-topbar.active nav.navbar:after {
    top: 1px;
  }
  body.scroll-up .topbar.fixed-topbar.active .block-views {
    width: 75% !important;
  }
  body.scroll-up .icon-menus {
    width: 25% !important;
  }
  body.scroll-up .icon-menus ul li a span {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .topbar .container .topbar-right {
    width: 60%;
  }
  body header {
    padding: 15px 0;
  }
  body header .right-navbar .search-filter {
    top: -8px;
    width: auto;
  }
  .search-tab {
    display: none !important;
  }
  .topbar.fixed-topbar.active form .search-btn {
    min-width: 40px;
  }
  .topbar.fixed-topbar.active form .search-btn button {
    font-size: 0;
  }
  .topbar.fixed-topbar.active form fieldset.form-item-field-rohs-compliant {
    min-width: 200px;
  }
  .topbar.fixed-topbar.active form fieldset.form-item-field-rohs-compliant::after {
    right: 10px;
  }
  .topbar.fixed-topbar.active form .form-actions {
    min-width: 45px;
    margin-bottom: 0 !important;
    padding: 0;
  }
  .topbar.fixed-topbar.active form .form-actions input[type=submit] {
    font-size: 0;
    width: auto;
  }
  .topbar.fixed-topbar.active .logo {
    width: 222px;
    display: block;
  }
  .topbar.fixed-topbar.active .logo h3 {
    font-size: 18px;
  }
  .topbar.fixed-topbar.active .logo.responsive {
    display: none;
  }
  .topbar.fixed-topbar.active .block-views {
    width: 83%;
  }
  .topbar.fixed-topbar.active .block-commerce-cart a.cart span {
    display: none;
  }
  body.scroll-up .topbar.fixed-topbar.active .icon-menus {
    width: 23%;
  }
  body.scroll-up .topbar.fixed-topbar.active .icon-menus:before {
    left: 10px !important;
  }
  body.scroll-up .topbar.fixed-topbar.active .container .topbar-right nav.navbar {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
}
@media (min-width: 1200px) {
  .right-navbar {
    max-width: 976px;
    padding-left: 0;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  header {
    padding: 5px 0;
  }
  header .right-navbar {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header .right-navbar .search-filter {
    position: absolute;
    top: -61px;
    z-index: 999;
    background: #fff;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    left: auto;
    right: 0;
  }
  header .right-navbar .search-tab button {
    padding: 12px 15px;
    border-radius: 0;
    margin-left: 20px;
  }
  header .right-navbar .search-filter.active-search-bar {
    top: 82px;
    left: auto;
    right: 0;
  }
  header .logo {
    width: 120px;
  }
  header .logo img {
    height: auto;
    width: auto;
  }
  .search-tab {
    display: block;
  }
  nav.navbar .container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 15px;
  }
  .navbar-light .navbar-toggler {
    border: 0;
    padding: 0;
    position: absolute;
    top: -55px;
    right: 0;
    padding-right: 0;
    width: 24px;
  }
  .right-navbar {
    width: calc(100% - 120px);
  }
}
@media (max-width: 1199px) {
  .topbar .container .topbar-right {
    position: relative;
    padding-right: 0px;
  }
  .topbar .container .topbar-right nav.navbar {
    position: static;
  }
  .topbar .logo h3 {
    font-size: 12px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  body nav.navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  body nav.navbar ul.navbar-nav {
    display: inline-block;
  }
  .search-tab {
    margin-right: 40px;
  }
  nav.navbar .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  nav.navbar .container .row {
    width: 100%;
  }
  .navbar-nav li.nav-item {
    display: inline-block;
  }
  .navbar-nav li.nav-item a {
    padding: 10px 4px !important;
  }
  body.scroll-up .topbar.fixed-topbar.active .search-tab {
    position: relative;
    right: -7px;
  }
}
@media (max-width: 991px) {
  header {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #DEDEDE;
  }
  .topbar {
    background: #fff;
    float: right;
    width: 50%;
    padding: 26px 0 21px 0;
    border-bottom: 1px solid #DEDEDE;
  }
  .topbar .container .topbar-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: 100%;
  }
  .topbar .logo {
    display: none;
  }
  header {
    padding: 5px 0;
    float: left;
    width: 50%;
  }
  header .logo img {
    height: 40px;
    width: 40px;
    position: relative;
    top: -1px;
  }
  .right-navbar .icon-menus ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .right-navbar .search-filter {
    display: none;
  }
  .right-navbar {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .right-navbar .icon-menus ul li a span {
    display: none;
  }
  .hidemob {
    display: none !important;
  }
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0;
    border: 0;
    width: 24px;
  }
  .user-logged-in .navbar-light .navbar-toggler {
    top: 53px;
  }
  .user-logged-in .navbar-collapse {
    top: 140px;
  }
  body nav.navbar {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }
  body nav.navbar ul.navbar-nav {
    width: 100%;
  }
  body nav.navbar ul.navbar-nav li.nav-item {
    padding: 20px 0;
    border-top: 1px solid #DEDEDE;
    border-bottom: 0;
    display: block;
  }
  body nav.navbar ul.navbar-nav li.nav-item:last-child {
    border-bottom: 1px solid #DEDEDE;
  }
  body nav.navbar ul.navbar-nav li.nav-item a {
    padding: 0;
    padding-right: 40px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #293033 !important;
  }
  body nav.navbar > .container {
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body nav.navbar > .container > .row {
    width: 100%;
  }
  body nav.navbar > .container > .row .col-12 {
    position: static;
  }
  .logo {
    width: 60px;
    float: left;
    height: 37px;
  }
  .logo a {
    margin-top: 0;
  }
  .container {
    max-width: 100%;
  }
  .icon-menus {
    padding: 4px 0 0 0;
  }
  .filter-wrapper {
    padding: 10px 15px 0 15px;
    float: left;
    width: 100%;
  }
  .filter-wrapper .select-outer {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .filter-wrapper .select-outer:nth-child(even) {
    padding-left: 5px;
  }
  .filter-wrapper .select-outer:nth-child(odd) {
    padding-right: 5px;
  }
  .mobile-search-filters {
    float: left;
    width: 100%;
    background: #fff;
    padding-bottom: 10px;
  }
  .contact-block-mob {
    padding-bottom: 20px;
    margin-top: 50px;
  }
  .contact-block-mob .contact-list a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #293033;
    display: block;
    margin-top: 20px;
  }
  .contact-block-mob .contact-list a img {
    margin-right: 10px;
  }
  .search-tab {
    display: none;
  }
  .navbar-collapse {
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 99;
    top: 190px;
    padding: 0 15px;
  }
  .topbar.fixed-topbar {
    width: 100%;
  }
  .topbar.fixed-topbar .container .topbar-right .search-filter {
    /*display: none;*/
  }
  .topbar.fixed-topbar .block-views {
    display: none;
  }
  body.scroll-up .topbar.fixed-topbar.active {
    width: 100%;
    padding: 5px 15px;
    left: 0;
    z-index: 9999;
  }
  body.scroll-up .topbar.fixed-topbar.active .icon-menus {
    text-align: right;
    margin-right: 15px;
    width: 12% !important;
    padding-left: 0 !important;
  }
  body.scroll-up .topbar.fixed-topbar.active .icon-menus:after {
    height: 70px;
    right: -90px;
    top: -18px;
  }
  body.scroll-up .topbar.fixed-topbar.active .icon-menus a span {
    display: none;
  }
  body.scroll-up .topbar.fixed-topbar.active .navbar-light .navbar-toggler {
    top: 9px;
  }
  body.scroll-up .topbar.fixed-topbar.active .logo.responsive {
    display: block;
  }
  body.scroll-up .topbar.fixed-topbar.active .logo.responsive a.blue-logo {
    opacity: 1;
    visibility: visible;
  }
  body.scroll-up .topbar.fixed-topbar.active .logo.responsive a.blue-logo img {
    width: 110px;
    height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body.scroll-up .topbar.fixed-topbar.active .search-tab {
    display: block;
    /*width: 26px;
    margin-right: 45px;*/
    position: relative;
  }
  body.scroll-up .topbar.fixed-topbar.active .search-tab button {
    font-size: 0;
    padding: 0;
    height: 0;
    width: 0;
  }
  body.scroll-up .topbar.fixed-topbar.active .search-tab svg.search-blue {
    width: 18px;
    float: left;
    top: 6px;
    position: absolute;
    fill: #293033;
  }
  body.scroll-up .topbar.fixed-topbar.active .container .row {
    width: auto;
  }
  body.scroll-up .topbar.fixed-topbar.active .container .topbar-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-right: 6px;
  }
  body.scroll-up .topbar nav.navbar ul.navbar-nav li.nav-item {
    padding: 18px 0;
  }
  body.scroll-up .topbar nav.navbar ul.navbar-nav li.nav-item a {
    font-size: 15px;
  }
  body.scroll-up .mobile-search-filters.visible-filter {
    display: block;
  }
  body .search-filter form {
    border: 0;
  }
  body .search-filter form .form-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  body .search-filter form .form-row fieldset.form-item-search {
    border: 2px solid #E64A19;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 10px !important;
    width: 100%;
  }
  .search-filter form .form-row .mb-3:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 50%;
  }
  .search-filter form .form-row .mb-3:nth-child(2) select {
    border: 1px solid #DEDEDE;
    height: 46px;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    color: #52585B;
    padding-left: 10px;
    border-radius: 4px;
    background: #fff;
  }
  .search-filter form .form-row .mb-3:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 50%;
  }
  .search-filter form .form-row .mb-3:nth-child(3) select {
    border: 1px solid #DEDEDE;
    height: 46px;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    color: #52585B;
    padding-left: 10px;
    border-radius: 4px;
    background: #fff;
  }
  .search-filter form .form-row .mb-3:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: absolute;
    right: 0;
    top: 0;
    min-width: auto;
  }
  .search-filter form .form-row .mb-3:nth-child(4) input {
    width: auto;
    font-size: 0;
    padding: 12px 14px;
    background-position: center !important;
    border-radius: 0 4px 4px 0;
  }
}
@media (max-width: 767px) {
  .topbar-right .icon-menus ul li a span {
    display: none;
  }
  body.scroll-up .topbar.fixed-topbar.active .search-tab {
    position: relative;
    right: -45px;
  }
  body.scroll-up .topbar.fixed-topbar.active .icon-menus > ul li {
    padding-left: 22px;
  }
  .search-filter form .d-flex.flex-wrap .form-actions input[type=submit] {
    padding-left: 30px !important;
    text-indent: -99999px;
  }
}
@media (max-width: 767px) and (min-width: 414px) {
  .topbar .container .topbar-right {
    padding-right: 35px;
  }
}
@media (max-width: 575px) {
  body .search-filter form .form-row fieldset.form-item-field-current-stock {
    min-width: auto;
  }
  body .search-filter form .form-row fieldset.form-item-field-rohs-compliant {
    min-width: auto;
  }
}
@media (max-width: 414px) {
  body.scroll-up .topbar.fixed-topbar.active .icon-menus {
    margin-right: 8px;
  }
  body.scroll-up .topbar.fixed-topbar.active .icon-menus ul {
    width: 62px;
  }
  body.scroll-up .topbar.fixed-topbar.active .icon-menus ul li {
    padding-left: 5px;
    margin-right: 0;
  }
  body.scroll-up .topbar.fixed-topbar.active .icon-menus a.cart {
    position: relative;
    right: 22px;
  }
  .topbar .container .topbar-right {
    padding-right: 0;
  }
  .topbar .container .topbar-right .icon-menus {
    margin-right: 28px;
  }
  .topbar .container .topbar-right .icon-menus a.cart span {
    display: none;
  }
  .topbar .container .topbar-right .cart--cart-block.icon-menus {
    margin-right: 15px !important;
  }
}
/*live site css*/
.cart--cart-block {
  padding: 0 10px;
  padding: 0;
  padding-left: 30px;
  padding-top: 5px;
  position: relative;
}
.cart--cart-block svg {
  width: 20px !important;
  height: 20px !important;
}

.icon-menus .cart-link span {
  font-style: normal;
  font-weight: normal;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  display: block;
}

.search-filter {
  width: 100%;
  max-width: 100% !important;
}
.search-filter form .form-row {
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
}
.search-filter form .form-row fieldset.form-item-search {
  width: calc(100% - 330px);
  margin-bottom: 0 !important;
  position: relative;
  float: left;
  padding: 0;
}
.search-filter form .form-row fieldset.form-type-select {
  margin-bottom: 0 !important;
  position: relative;
  float: left;
}
.search-filter form .form-row fieldset.form-type-select label {
  font-size: 14px;
  line-height: 14px;
  color: #52585B;
  float: left;
  margin-bottom: 0;
}
.search-filter form .form-row fieldset.form-type-select select {
  -webkit-appearance: none;
  font-size: 14px;
  line-height: 14px;
  color: #52585B;
  padding-left: 10px;
  border-radius: 4px;
  background: #fff;
  border: 0;
  height: 100%;
  width: 100%;
}
.search-filter form .form-row fieldset.form-type-select:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 15px;
  border-right: 2px solid #52585B;
  border-bottom: 2px solid #52585B;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-filter form .form-row fieldset.form-item-field-current-stock {
  min-width: 150px;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-filter form .form-row fieldset.form-item-field-current-stock:before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  background: #DEDEDE;
  height: 24px;
}
.search-filter form .form-row fieldset.form-item-field-rohs-compliant {
  min-width: 230px;
  padding-left: 10px;
  padding-right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0 !important;
}
.search-filter form .form-row .form-actions {
  min-width: 110px;
  margin-bottom: 0 !important;
  padding: 0;
}
.search-filter form .form-row .form-actions input[type=submit] {
  background-image: url(/themes/custom/mali_achats/images/search--icn.svg) !important;
  background-repeat: no-repeat !important;
  padding-left: 35px !important;
  background-position: 20px center !important;
}

.cart--cart-block.icon-menus .cart-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 !important;
  position: relative;
}

.topbar.fixed-topbar .search-filter form input {
  padding: 8px 10px !important;
  font-size: 14px;
  line-height: 14px;
  height: auto;
  background: transparent;
  border-left: 0;
  color: #fff;
}
.topbar.fixed-topbar .search-filter form input::-webkit-input-placeholder {
  color: #fff;
}
.topbar.fixed-topbar .search-filter form input::-moz-placeholder {
  color: #fff;
}
.topbar.fixed-topbar .search-filter form input:-ms-input-placeholder {
  color: #fff;
}
.topbar.fixed-topbar .search-filter form input::-ms-input-placeholder {
  color: #fff;
}
.topbar.fixed-topbar .search-filter form input::placeholder {
  color: #fff;
}
.topbar.fixed-topbar .search-filter form .form-row fieldset.form-type-select select {
  background: transparent;
  color: #fff;
}
.topbar.fixed-topbar .search-filter form .form-row fieldset.form-type-select select option {
  color: #52585B;
}
.topbar.fixed-topbar .search-filter form .form-row fieldset.form-type-select::after {
  content: "";
  border-color: #fff;
  top: 11px;
}
.topbar.fixed-topbar .search-filter form .form-row fieldset.form-item-field-current-stock:before {
  content: "";
  right: 9px;
  top: 10px;
  width: 1px;
  background: #DEDEDE;
  height: 14px;
}
.topbar.fixed-topbar .search-filter form .form-row .form-item-search {
  min-width: 174px;
}
.topbar.fixed-topbar .search-filter form .form-row .form-actions input[type=submit] {
  background-image: url(/themes/custom/mali_achats/images/search-blue-icon.svg) !important;
  background-repeat: no-repeat !important;
  padding-left: 35px !important;
  background-position: 20px center !important;
}
.topbar.fixed-topbar .search-filter form input[type=submit] {
  background: #fff;
  color: #E64A19;
  font-size: 16px;
  line-height: 19px;
}
.topbar.fixed-topbar .search-filter form input[type=submit]:focus {
  background: #fff !important;
}
.topbar.fixed-topbar .block-views {
  float: left;
  width: 65%;
}

body.scroll-up .topbar.fixed-topbar.active .icon-menus {
  width: 35%;
  text-align: right;
  position: relative;
  padding-left: 8px;
}
body.scroll-up .topbar.fixed-topbar.active .icon-menus:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 1px;
  height: 18px;
  opacity: 0.2;
  right: auto;
  left: 50px;
  top: 5px;
}
body.scroll-up .topbar.fixed-topbar.active .container .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

footer {
  background-color: #000;
  padding-top: 50px;
}

.footer-menus h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer-menus h4 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .footer-menus h4 {
    margin-top: 20px;
  }
}
.footer-menus ul {
  padding-left: 0;
}
.footer-menus ul li {
  list-style-type: none;
  margin-bottom: 20px;
}
.footer-menus ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-menus ul li a:hover {
  color: #E64A19;
}
@media (min-width: 768px) {
  .footer-menus {
    padding-left: 50px;
  }
}

.contact-info h4 {
  color: #fff;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .contact-info h4 {
    font-size: 20px;
    margin-top: 20px;
  }
}
.contact-info ul {
  padding-left: 0;
}
.contact-info ul li {
  list-style-type: none;
  margin-bottom: 24px;
}
.contact-info ul li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-info ul li a img {
  margin-right: 15px;
}
.contact-info ul li a:hover {
  color: #E64A19;
}

.copy-post-foot p {
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}
.copy-post-foot p a {
  font-style: normal;
  font-weight: normal;
  /*font-size: 16px;
        line-height: 24px;*/
  color: #fff;
}

.copyright {
  text-align: center;
}
.copyright p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  margin-bottom: 0;
  color: #fff;
}

.social-icon-container {
  padding-left: 30px;
}
.social-icon-container ul {
  padding-left: 0;
}
.social-icon-container ul li {
  display: inline-block;
}
.social-icon-container ul li a {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.social-icon-container ul li a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.footer-logos ul {
  padding-left: 0;
  margin-bottom: 0;
}
.footer-logos ul li {
  display: inline;
  padding-right: 15px;
}
.footer-logos ul li:last-child {
  padding-bottom: 0;
}

.footer-copyright-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid rgba(222, 222, 222, 0.1);
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
}
.footer-copyright-block p {
  color: #fff;
}

.contact-block {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid rgba(222, 222, 222, 0.1);
  padding: 30px 0;
}
.contact-block ul {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-block ul li {
  display: inline-block;
  padding-right: 20px;
}
.contact-block ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.contact-block ul li a i {
  padding-right: 12.5px;
}
.contact-block ul li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-block ul li:last-child {
  padding-right: 0;
}
.contact-block > ul li {
  padding-right: 30px;
}
.contact-block > ul li a img {
  width: 25px;
  height: 20px;
  margin-right: 15px;
}

.footer-first p {
  font-size: 14px;
  line-height: 160%;
  color: #DADCE0;
  margin-top: 15px;
}

.footer-links.footer-menus {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-links.footer-menus .footer-logos {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-scroll {
  height: 40px;
  width: 40px;
  position: fixed;
  border-radius: 50%;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background: #E64A19;
}
.top-scroll svg path {
  fill: #fff;
}
.top-scroll.active {
  visibility: visible;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

@media (max-width: 991px) {
  .contact-block {
    display: block;
  }
}
@media (max-width: 767px) {
  footer {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-copyright-block {
    display: block;
  }
  .footer-copyright-block .copy-post-foot {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-copyright-block .copy-post-foot p {
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
  }
  .copyright p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .footer-links.footer-menus {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  footer .contact-block > ul {
    display: block;
    margin-bottom: 33px;
  }
  footer .contact-block > ul li {
    display: block;
    margin-bottom: 38px;
  }
  footer .contact-block > ul li:last-child {
    margin-bottom: 0;
  }
  .social-icon-container {
    padding-left: 15px;
  }
}
@media (max-width: 375px) {
  .footer-links.footer-menus {
    display: block;
  }
  .social-icon-container {
    padding-left: 0;
    margin-top: 15px;
  }
}
.sidebar {
  padding: 20px;
  background: #fff;
  margin-left: 15px;
}
.sidebar.product-price-table {
  padding: 0;
}
.sidebar h2 {
  font-size: 18px;
}
.sidebar .block {
  border: 0;
  padding: 0;
  margin: 0;
  padding: 7px 0;
}
.sidebar .block h2 {
  padding-bottom: 22px;
}
.sidebar .block .facets-widget-links ul {
  padding-left: 0;
}
.sidebar .block .facets-widget-links ul li {
  list-style-type: none;
  margin-bottom: 15px;
}
.sidebar .block .facets-widget-links ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #52585B;
}
.sidebar .block .facets-widget-links ul li a.is-active {
  background: #F2F3F7;
  border-radius: 5px;
  display: inline-block;
  width: auto;
  padding: 6px 10px;
  color: #293033;
  text-decoration: none;
}

.facets-soft-limit-link::before {
  content: "+";
  font-size: 22px;
  font-weight: 500;
  position: relative;
  top: 2px;
  margin-right: 4px;
  height: 1px;
  display: inline-block;
}

.product-price-table.sidebar {
  background: transparent;
}

.sidebarlist .list-title h4 {
  color: #52585B;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 18px;
  margin-bottom: 15px;
}

.listing-block {
  margin-bottom: 50px;
}
.listing-block ul {
  padding-left: 0;
}
.listing-block ul li {
  list-style-type: none;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listing-block ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #293033;
}
.listing-block ul li:hover a {
  font-style: normal;
  font-weight: 500;
  color: #E64A19;
  text-decoration: none;
}
.listing-block ul li a.active {
  font-style: normal;
  font-weight: 500;
  color: #E64A19;
}

@media (min-width: 992px) {
  .slide-close {
    display: none;
  }
}
@media (max-width: 991px) {
  .sidebar {
    position: fixed;
    right: -462px;
    z-index: 9999;
    top: 0;
    height: 100vh;
    overflow: auto;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
  .sidebar.active-slide {
    right: 0;
  }
  .slide-close h3 {
    margin-bottom: 0;
  }
  .slide-close {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 21px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DEDEDE;
  }
}
/*Components*/
.product-group p {
  color: #000;
  margin-bottom: 30px;
}

fieldset {
  clear: both;
}

.pro-block2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
.pro-block2 .product-media {
  margin-right: 16px;
}
.pro-block2 .product-desc .service-support-title {
  font-weight: 700;
  margin-bottom: 0;
  color: #52585B;
}
.pro-block2 .product-desc p {
  margin-bottom: 0;
}
.pro-block2 .product-desc a {
  text-decoration: underline;
  font-size: 16px;
  margin-top: 0px;
  line-height: 22px;
  display: block;
  font-weight: 400;
}
.pro-block2 .product-desc a + a {
  margin-top: 2px;
}

.product-sec {
  padding-top: 60px;
}

.view-footer {
  margin-top: 30px;
  margin-bottom: 80px;
}

.prod-category-index {
  padding-top: 60px;
}

.product-category-group h2 {
  margin-bottom: 40px;
  font-weight: 700;
  color: #293033;
}
.product-category-group h1 {
  margin-bottom: 40px;
}

.who-we-desc img {
  margin-top: 30px;
  margin-bottom: 50px;
  width: 100%;
}

.request-return-desc strong {
  color: #52585B;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
  display: block;
}
.request-return-desc form {
  background: #fff;
  padding: 40px 40px 60px 40px;
}
.request-return-desc form .form-group label {
  font-weight: 400;
}

.Manufacturer-sec {
  padding-top: 0px;
}
.Manufacturer-sec .search-form1 {
  padding: 40px 0 30px 0;
  width: 100%;
}

.main-product-page-sec .main-block {
  padding-top: 30px;
  padding-bottom: 0px;
}
.main-product-page-sec .accordion .card .sp-an[aria-expanded=true]:after, .main-product-page-sec .accordion .card .sp-an[aria-expanded=false]:after {
  top: 16px;
}

.main-block {
  padding-top: 70px;
}
.main-block .breadcrumbs ul {
  text-align: left;
  padding-left: 0;
}

.product-tabs-description {
  padding-top: 0;
}
.product-tabs-description .tab-content {
  padding-top: 10px;
}
.product-tabs-description .company--information {
  margin-top: 0;
}
.product-tabs-description .product-list-four-column .product-content {
  border: 1px solid #DEDEDE;
}
.product-tabs-description .product-list-four-column .product-content a {
  padding: 0;
}

.manufacture-index {
  padding-top: 60px;
}
.manufacture-index .product-list {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.series-configurators {
  padding-top: 60px;
  padding-bottom: 60px;
}
.series-configurators h3.border-title {
  margin-bottom: 30px;
}

.product-main-pane-panel {
  /*border-top: 1px solid $borderColor;*/
  margin-top: 0px;
}
.product-main-pane-panel label.checklabel {
  margin-left: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #52585B;
}

#shopper_review_page div {
  line-height: 1;
  vertical-align: top;
}
#shopper_review_page * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

img.sa-logo {
  float: right;
}

a.viewMore {
  float: right;
  font-style: italic;
}

.matching-parts {
  float: left;
  width: 100%;
}
.matching-parts label.checklabel {
  float: right;
  margin-bottom: 0;
  margin-top: 25px;
}
.matching-parts h2 {
  float: left;
  margin-bottom: 30px;
}
.matching-parts table.views-table .checkbox-block {
  float: left;
  margin-top: 0;
}
.matching-parts table.views-table .checkbox-block label.checklabel {
  margin-top: 0;
  margin-left: 0;
}
.matching-parts td {
  width: auto;
}
.matching-parts td form.commerce-add-to-cart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.matching-parts td form.commerce-add-to-cart .form-submit {
  margin-top: 0 !important;
  margin-left: 5px;
  padding: 9px 27px 8px 27px;
  margin-bottom: 5px;
}
.matching-parts .views-field-add-to-cart-form {
  width: 190px;
}
.matching-parts .views-field-title {
  /*width: 170px;*/
}
.matching-parts .table-responsive {
  margin-bottom: 30px;
}
.matching-parts .views-field-field-current-stock {
  width: auto !important;
}

.match-part-series table.views-table {
  width: 100%;
}
.match-part-series .title-n-desc a {
  max-width: 100% !important;
}

.moretext {
  display: none;
}

.main-product-content {
  float: left;
  margin-bottom: 80px;
  background: #fff;
  padding: 20px;
  width: 100%;
  border-radius: 20px;
}
.main-product-content .product-desc {
  float: left;
  width: 55%;
  padding-left: 30px;
}
.main-product-content .product-desc > img {
  width: 160px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
  height: 39px;
  -o-object-position: left;
     object-position: left;
}
.main-product-content .product-desc h3 {
  color: #293033;
  line-height: 28px;
  margin-bottom: 10px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .main-product-content .product-desc h3 {
    margin-bottom: 0;
  }
}
.main-product-content .product-desc h1 .field.field--name-title {
  font-size: 40px;
  font-weight: 600;
}

.manufacture-links {
  margin-bottom: 10px;
}
.manufacture-links h5 a {
  color: #293033;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}

.availability {
  margin-bottom: 30px;
}
.availability span {
  color: #52585B;
}
.availability > div {
  display: inline-block;
}
.availability div {
  padding-right: 15px;
}

.checkbox-block {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #293033;
}

.rohs-compliant-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: -3px;
  background: url(../images/sprites.png) no-repeat -48px -151px;
}

.part-in-stock {
  display: inline-block;
  width: 12px;
  height: 15px;
  margin-right: 5px;
  vertical-align: -3px;
  background: url(../images/sprites.png) no-repeat 0px -123px;
}

.available-soon-icon {
  display: inline-block;
  width: 12px;
  height: 15px;
  margin-right: 5px;
  vertical-align: -3px;
  background: url(../images/sprites.png) no-repeat -114px -123px;
  /*margin-left: 20px;*/
}

.availability img {
  width: 18.33px !important;
  height: 18.33px !important;
  margin-bottom: 4px !important;
}

.lead-time-icon {
  display: inline-block;
  width: 12px;
  height: 15px;
  margin-right: 5px;
  vertical-align: -3px;
  background: url(../images/sprites.png) no-repeat -24px -123px;
}

.product-desc p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #52585B;
  padding-top: 11px;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.inner-search-bar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}
.inner-search-bar h3 {
  margin-bottom: 0;
  margin-right: 20px;
}

/*location page css */
.payment-detail {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 105px 10px 370px 10px 90px 10px 70px 10px 115px;
  grid-template-columns: 105px 370px 90px 70px 115px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
.payment-detail label {
  font-weight: normal !important;
}

.info--block {
  background: #F5F5F5;
  padding: 20px;
  float: left;
  padding-bottom: 0;
  text-align: left;
}
.info--block .info--content .description {
  display: inline-block;
  width: 50%;
  float: left;
}
.info--block .info--content .description p {
  color: #293033;
}
.info--block .acc-info {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

table.footable td.views-field-title p img {
  width: 10px;
  height: 12px;
}

.commerce-add-to-cart .qty-wrap button.sub {
  top: 18px;
}
.commerce-add-to-cart .qty-wrap button.add {
  bottom: 18px;
}
.commerce-add-to-cart .qty-wrap input[type=number] {
  padding: 4px 15px;
}

.highlight-box {
  background: #F2F3F7;
  border: 1px solid #EEEEEE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 10px;
}
.highlight-box h4 {
  color: #52585B;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 10px;
}
.highlight-box p {
  margin-bottom: 0;
  padding-bottom: 10px;
  font-style: normal;
  font-weight: normal;
  color: #293033;
}
.highlight-box p:last-child {
  color: #E64A19;
}
.highlight-box a {
  padding-bottom: 10px;
  display: block;
}

.path-user table tbody a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #E64A19;
  position: relative;
  display: inline-block;
}
.path-user table tbody a:after {
  content: "";
  background-image: url(/themes/custom/mali_achats/images/link-vector.svg);
  position: absolute;
  left: auto;
  top: -2px;
  width: 15.67px;
  height: 15.67px;
  right: -25px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .request-for-return-sec .large-title h1 {
    margin-bottom: 30px;
  }
  .request-for-return-sec .large-title.mb-xxxl {
    margin-bottom: 30px;
  }
  .request-return-desc p.mb-xl {
    margin-bottom: 30px;
  }
  .matching-parts tbody > tr > td {
    padding-right: 9px;
    padding-left: 10px;
  }
  .matching-parts form.commerce-add-to-cart .qty-wrap {
    margin-bottom: 5px;
  }
  .matching-parts .title--wrapper {
    display: block;
    float: left;
  }
  .matching-parts .title--wrapper label.checklabel {
    width: 100%;
  }
  .matching-parts .title--wrapper h2 {
    margin-bottom: 10px;
  }
  .prod-category-index {
    padding-top: 0;
  }
  .availability > div {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .request-return-desc form {
    padding: 15px;
  }
  .info--block .info--content .description {
    width: 100%;
  }
  .percentage.block {
    float: left;
    width: 100% !important;
  }
  .matching-parts td form.commerce-add-to-cart {
    display: block;
  }
  .matching-parts td form.commerce-add-to-cart input[type=submit] {
    width: auto;
    padding: 7px 27px 7px 27px;
  }
  .matching-parts tr.footable-detail-row > td {
    padding-top: 0;
  }
}
input#edit-login-returning-customer-submit,
input#edit-login-guest-continue {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 24px;
  background-color: #E64A19;
  border: 0 solid transparent;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  height: auto;
}

.ajax-progress {
  position: absolute;
}

.ajax-progress-throbber .throbber {
  background-image: url(/themes/custom/mali_achats/images/throbber.gif);
  background-size: contain;
  width: 40px;
  height: 40px;
  background-color: transparent;
  padding: 10px;
}


.order-total-line-value {
    width: auto;
}

#block-footerthird li {position:relative;padding-left: 45px;}
#block-footerthird li img {position: absolute;left: 0;top; 0;}
#block-footerthird li:last-child {pointer-events: none;}
.user-pass label,
.user-register-form label,
form#user-login-form label {
    text-transform: capitalize;
}
@media (max-width: 767px) {
  .order-total-line-value {
    width: auto;
  }
  .order-total-line-label {
    margin-right: 10px;
  }
  .view-commerce-cart-form form {
    width: 100%;
    overflow: scroll;
  }
  .view-commerce-cart-form form table {
    width: 850px;
  }
  .view-commerce-cart-form form .form-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .view-commerce-cart-form form .form-actions input#edit-submit[value="Update cart"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .view-commerce-cart-form form .form-actions input[value=Checkout] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body .btn-default {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  padding: 12px 24px;
  background-color: #E64A19;
  border: 0 solid transparent;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: sub;
}
body .btn-default:hover {
  background: #E64A19;
  color: #fff;
  text-decoration: none;
}
body .btn {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 24px;
  background-color: #E64A19;
  border: 0px solid transparent;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
body .btn:hover {
  background: #E64A19;
  color: #fff;
  text-decoration: none;
}
body .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #E64A19 !important;
  border-color: #E64A19 !important;
  color: #fff !important;
}
body .btn.full {
  width: 100%;
  display: block;
}
body .btn-large {
  padding: 12px 24px;
  font-size: 16px;
  line-height: 22px;
}
body .btn-small {
  font-size: 14px;
  line-height: 19px;
  padding: 7px 11px;
}
body .btn-medium {
  font-size: 16px;
  line-height: 22px;
  padding: 7px 16px;
}
body .btn-outline {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #E64A19;
  border: 1px solid #E64A19;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  background: transparent;
  padding: 7px 16px;
}
body .white-btn {
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  background: #000000;
  border-radius: 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
}

.btns-block {
  text-align: right;
  margin-top: 30px;
  margin-bottom: 30px;
}
.btns-block a.btn.btn-medium {
  border: 1px solid #E64A19;
  margin-left: 15px;
}
.btns-block a {
  padding: 7px 48.5px;
}

.show-more {
  margin-bottom: 30px;
}
.show-more a {
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 14px !important;
  line-height: 19px !important;
  color: #E64A19;
  text-align: left !important;
}
.show-more a i {
  font-weight: 500;
}
.show-more a:before {
  content: "+";
  font-size: 22px;
  font-weight: 500;
  position: relative;
  top: 2px;
  margin-right: 4px;
  height: 1px;
  display: inline-block;
}
.show-more a.plus-minus:before {
  content: "-";
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #E64A19 !important;
  border-color: #E64A19 !important;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #E64A19 !important;
  border-color: #E64A19 !important;
}

@media (max-width: 575px) {
  body .white-btn {
    padding: 10px 20px;
  }
  body .btn {
    padding: 12px 15px;
  }
}
form .form-group {
  margin-bottom: 20px;
}
form .form-group label {
  font-size: 16px;
  font-weight: bold;
  line-height: 13.3px;
  display: block;
}
form .form-group input::-webkit-input-placeholder {
  opacity: 1;
}
form .form-group input::-moz-placeholder {
  opacity: 1;
}
form .form-group input:-ms-input-placeholder {
  opacity: 1;
}
form .form-group input::-ms-input-placeholder {
  opacity: 1;
}
form .form-group input::placeholder {
  opacity: 1;
}
form .form-group select {
  background: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #DEDEDE;
  height: 46px;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  color: #52585B;
  padding-left: 10px;
  border-radius: 4px;
  background: #fff;
}
form .form-group input {
  border: 1px solid #DEDEDE;
  height: 46px;
  color: #52585B;
  font-size: 14px;
  line-height: 14px;
  background: #fff;
  border-radius: 4px;
  padding-left: 10px;
}
form .form-group textarea {
  border-radius: 0;
  padding-left: 10px;
}
form .form-group p {
  margin-top: 5px;
}
form .form-group.error {
  border-color: #BC3315;
}
form .form-group.error small {
  font-size: 14px;
}

.form-managed-file .image-widget-data input {
  padding: 3px 3px;
}

.select-outer {
  position: relative;
}
.select-outer::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 15px;
  border-right: 2px solid #52585B;
  border-bottom: 2px solid #52585B;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

form .row {
  margin-bottom: 30px;
}
form .row h3 {
  margin-bottom: 30px;
}
form .row label.radio-label {
  margin-bottom: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #293033;
}
form .row label {
  color: #293033;
  margin-bottom: 5px;
  line-height: 24px;
  font-size: 16px;
}
form .row label.checklabel {
  margin: 30px 0 10px 0;
  display: block;
}
form .row input.form-control {
  background: #fff;
  border: 1px solid #DEDEDE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 15px;
  height: 46px;
  line-height: 24px;
}

select:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

textarea:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.checklabel {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checklabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checklabel input:checked ~ .checkmark {
  background-color: #293033;
}
.checklabel input:checked ~ .checkmark:after {
  display: block;
}
.checklabel:hover input ~ .checkmark {
  /*background-color: transparent;*/
}
.checklabel .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 2px solid #293033;
  border-radius: 3px;
}
.checklabel .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

.radio-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-label input:checked ~ .checkmark {
  background-color: #fff;
}
.radio-label input:checked ~ .checkmark:after {
  display: block;
}
.radio-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #293033;
}
.radio-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #293033;
}
.radio-label:hover input ~ .checkmark {
  background-color: #fff;
}

.password-strength-title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #293033;
  margin-bottom: 5px;
}

.password-indicator {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #293033;
  border: 2px solid #C4C4C4;
}

.search-form1 {
  width: 100%;
}
.search-form1 button {
  background: #E64A19;
  border-radius: 0px 2px 2px 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  border-color: #E64A19;
  padding: 0 14px;
  border: 0;
}
.search-form1 input {
  background: #fff;
  border: 2px solid #E64A19;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px 0px 0px 4px;
  padding: 15px;
  height: 44px;
}

.search-form2 button {
  background: #E64A19;
  border-radius: 0px 2px 2px 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  border-color: #E64A19;
}
.search-form2 input {
  background: #fff;
  border: 1px solid #DEDEDE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px 0px 0px 4px;
  padding: 15px;
  height: 44px;
}

form.search-form1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

form.search-form2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

input.remove {
  color: #E64A19;
  border: 0;
  background: transparent;
  margin: 0;
}

.inner-search-left input {
  width: 100%;
}
.inner-search-left input::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #52585B;
  font-family: "Open Sans";
  opacity: 0.6;
}
.inner-search-left input::-moz-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #52585B;
  font-family: "Open Sans";
  opacity: 0.6;
}
.inner-search-left input:-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #52585B;
  font-family: "Open Sans";
  opacity: 0.6;
}
.inner-search-left input::-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #52585B;
  font-family: "Open Sans";
  opacity: 0.6;
}
.inner-search-left input::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #52585B;
  font-family: "Open Sans";
  opacity: 0.6;
}
.inner-search-left label {
  font-weight: 700;
  display: block;
}

.inner-search-bar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin-top: 30px;
}

label.checklabel {
  font-weight: normal;
  padding-left: 25px;
}

input.form-submit:focus,
input.form-submit {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  padding: 12px 16px;
  background-color: #E64A19;
  border: 0 solid transparent;
  font-weight: normal;
  margin-left: 0;
  border-radius: 0px 2px 2px 0px;
  height: auto;
}

select#sa_sort {
  -webkit-appearance: auto;
  background-image: none;
}

.form-item-quantity input[type=number]::-webkit-outer-spin-button,
.form-item-quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

p.min-mult-search-form {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}

.error-message {
  font-size: 14px;
  line-height: 18px;
  color: #BC3315;
  width: 100%;
  text-align: left;
  display: block;
  margin-top: 5.5px;
}

.form-type-select select.form-select {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  width: 100%;
  display: block;
  height: 46px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 0.25rem;
}

.highlighted {
  float: left;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .select-outer::after {
    right: 19px;
  }
  .reverse--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

div#acc-main .card-body p {
  margin-bottom: 0;
  padding-left: 20px;
}
div#acc-main .card {
  border: 0;
}
div#acc-main .card-header {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
}

div#faq {
  margin-bottom: 50px;
}

.small-header-acrdn {
  padding-bottom: 30px !important;
  border-bottom: 1px solid #DEDEDE;
}
.small-header-acrdn .card {
  padding-bottom: 0;
  background: rgba(51, 88, 154, 0.05);
  border-radius: 5px;
  border: 0;
}
.small-header-acrdn .card .card-header {
  background: transparent !important;
  padding: 15.5px;
  border-top: 0;
}
.small-header-acrdn .card .card-header h4 {
  margin-bottom: 0;
}
.small-header-acrdn .card .card-header h4 span {
  position: relative;
}
.small-header-acrdn .card .card-header h4 span:before {
  content: "";
  border-bottom: 2px solid #E64A19;
  position: absolute;
  top: auto;
  bottom: -16px;
  width: 100%;
}
.small-header-acrdn .card .card-header span::after {
  top: 16px !important;
}
.small-header-acrdn .card .card-body h3 {
  color: #52585B;
}

@media (max-width: 767px) {
  .small-header-acrdn .card .card-header h4 {
    font-size: 18px;
  }
  .small-header-acrdn .card .card-header h4 span:before {
    bottom: -19px;
  }
  .small-header-acrdn .card .card-body h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .card-body {
    padding: 1.25rem 15px;
  }
}
@media (max-width: 375px) {
  .accordion .card .sp-an[aria-expanded=true]::after {
    height: 20px;
    width: 20px;
    content: "";
  }
  .accordion .card .sp-an[aria-expanded=false]::after {
    height: 20px;
    width: 20px;
    content: "";
  }
}
.views-table th {
  background-color: #52585B;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  padding: 8px 10px;
  padding-left: 10px;
}
.views-table tr:nth-child(even) {
  background: #F5F5F5;
}
.views-table td {
  padding-left: 5px;
}
@media (max-width: 1199px) {
  .views-table td {
    padding-left: 5px;
  }
}
.views-table a {
  color: #52585B;
  font-weight: 600;
}

.views-field p {
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.views-field p a {
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.search-results-thumb-image {
  display: block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  margin-right: 5px;
}
.search-results-thumb-image img {
  width: auto;
  height: auto;
  max-height: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 100%;
}

.hoverable_prices {
  width: 140px;
  min-width: 140px;
}
.hoverable_prices span.price_qty {
  display: block;
  float: left;
  text-align: left;
}
.hoverable_prices span {
  font-size: 12px;
  padding: 0 5px;
  text-align: left;
}
.hoverable_prices span.price_cost {
  display: block;
  float: right;
  text-align: right;
}
.hoverable_prices span.dots {
  font-size: 22px;
}

.checkbox-block img {
  width: 13px;
}

.views-field-add-to-cart-form input[type=submit] {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 100%;
  font-size: 14px !important;
  line-height: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  padding: 7px;
}

form.commerce-add-to-cart {
  padding-bottom: 0;
}
form.commerce-add-to-cart .form-submit {
  color: #fff;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 16px;
  padding: 7px 27px 7px 27px;
  background-position: 15px 8px;
  border: none;
  border-radius: 2px;
  width: 126px;
  float: right;
  margin-top: 10px !important;
}
form.commerce-add-to-cart .qty-wrap {
  width: 126px;
  float: right;
  /*button.sub {
      top: 9px;
  }
  button.add {
      bottom: 9px;
  }*/
}
form.commerce-add-to-cart .qty-wrap input[type=number] {
  padding: 4px 15px;
}

.inner-search-left .form-type-textfield input {
  border: 1px solid #DEDEDE;
  height: 40px;
  color: #52585B;
  line-height: 20px;
  font-size: 18px;
}
.inner-search-left input[type=text] {
  border: 1px solid #DEDEDE;
  height: 40px;
  color: #52585B;
  line-height: 20px;
  font-size: 18px;
}
.inner-search-left input[type=email] {
  border: 1px solid #DEDEDE;
  height: 40px;
  color: #52585B;
  line-height: 20px;
  font-size: 18px;
}

td.views-field.views-field-field-current-stock {
  width: 200px;
  font-size: 14px;
  line-height: 16px;
  color: #52585B;
}

.stock-wrapper {
  padding-bottom: 10px;
}

.product-price-table table {
  width: 100%;
  background: #fff;
}
.product-price-table table thead tr {
  background: #52585B;
}
.product-price-table table thead tr th {
  padding: 10px 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}
.product-price-table table thead tr th:last-child {
  text-align: right;
}
.product-price-table table tbody tr td {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #293033;
  padding: 15px 15px;
  border-bottom: 1px solid #DEDEDE;
}
.product-price-table table tbody tr td:last-child {
  text-align: right;
}
.product-price-table table tfoot tr td {
  padding: 8px 10px;
}
.product-price-table table tfoot tr td:last-child {
  text-align: right;
}
.product-price-table table tfoot tr td img {
  vertical-align: unset;
}

.only-price-table tbody tr td {
  border: 0 !important;
  padding: 12px 15px !important;
}
.only-price-table tbody tr td:last-child {
  text-align: left !important;
}
.only-price-table tbody tr:first-child {
  border-bottom: 1px solid #DEDEDE;
}

.table-responsive {
  background: #fff;
}

table > tbody > tr > td > span.footable-toggle {
  opacity: 1 !important;
}

.table thead th a {
  color: #fff;
}

.scrollable-table #accordion .card {
  float: left;
  width: 100px;
  margin-right: 2px;
  border: 0;
}
.scrollable-table #accordion .card .card-header {
  padding: 0;
  border-radius: 0;
  border: 0 !important;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.scrollable-table #accordion .card .card-header h5 {
  line-height: 0;
}
.scrollable-table #accordion .card .card-header button {
  border-radius: 0;
  padding: 18px 21px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  background: #52585B;
  margin-bottom: 2px;
}
.scrollable-table #accordion .card .card-body {
  padding: 0;
}
.scrollable-table #accordion .card .card-body ul {
  padding: 0;
}
.scrollable-table #accordion .card .card-body ul li {
  list-style-type: none;
  margin-bottom: 2px;
}
.scrollable-table table tbody tr {
  background: transparent;
  border: 0;
}
.scrollable-table table tbody tr td {
  vertical-align: top;
  padding: 0;
  /*display: inline-block;*/
}
.scrollable-table table tbody tr td legend {
  margin-bottom: 0;
}
.scrollable-table table tbody tr td legend .fieldset-legend .attrname {
  border-radius: 0;
  /* padding: 0; */
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  background: #52585B;
  margin-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 135px;
  height: 80px;
  text-align: center;
  width: 100%;
  text-transform: capitalize;
  min-width: auto;
  padding: 0 10px;
}
.scrollable-table table tbody tr td .fieldset-wrapper .radio.form-check {
  padding: 10px 15px;
  position: relative;
  width: auto;
  border: 2px solid #FFD500;
  margin-bottom: 2px;
}
.scrollable-table table tbody tr td .fieldset-wrapper .radio.form-check input.form-radio {
  opacity: 0;
  width: 100%;
  height: 100%;
  top: -5px;
  right: 0;
}
.scrollable-table table tbody tr td .fieldset-wrapper .radio.form-check label.form-check-label {
  overflow: hidden;
  height: 44px;
}
.scrollable-table table tbody tr td .fieldset-wrapper .radio.form-check label.form-check-label span.optcode.hovertt {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #293033;
  display: block;
}
.scrollable-table table tbody tr td .fieldset-wrapper .radio.form-check label.form-check-label span.optdesc.hovertt {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #52585B;
  display: block;
}
.scrollable-table table tbody tr td .fieldset-wrapper .radio.form-check label.form-check-label br {
  display: none;
}
.scrollable-table table tbody tr td .fieldset-wrapper .radio.form-check label.form-check-label span.instock.ipnsicon {
  background-image: url(/themes/custom/mali_achats/images/valid-check.svg);
  position: absolute;
  width: 13px;
  height: 14px;
  right: 10px;
  top: 10px;
}
.scrollable-table table tbody tr td .fieldset-wrapper .radio.form-check label.form-check-label .img {
  display: none;
}
.scrollable-table table tbody tr td .instock .radio.form-check {
  border-color: #99CC00;
}
.scrollable-table table tbody tr td .instock .radio.form-check.selected {
  background: #99CC00;
}
.scrollable-table table tbody tr td .leadtime .radio.form-check {
  border-color: #FFD500;
}
.scrollable-table table tbody tr td .leadtime .radio.form-check.selected {
  background: #FFD500;
}
.scrollable-table table tbody tr td .nostock .radio.form-check {
  border-color: #ED991B;
}
.scrollable-table table tbody tr td .nostock .radio.form-check.selected {
  background: #ED991B;
}
.scrollable-table table tbody tr td .invalid .radio.form-check {
  background: #DF4343;
}
.scrollable-table table tbody tr td .invalid .radio.form-check.selected {
  background: #DF4343;
}

.scrollable-table {
  overflow: auto;
  max-height: 410px;
}
.scrollable-table::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}
.scrollable-table::-webkit-scrollbar-track {
  background-color: #EEEEEE;
  border-radius: 50px;
}
.scrollable-table::-webkit-scrollbar-thumb {
  background: #C4C4C4;
  border-radius: 50px;
}
.scrollable-table.full {
  max-height: 100%;
}

.view-display-id-block_1 .view-content.row table {
  margin-top: 0;
}

.field--name-quantity fieldset label {
  display: none;
}

input.button--add-to-cart {
  padding: 7px;
  font-size: 14px !important;
  line-height: 16px;
}

table#productTable {
  width: 100% !important;
}

.title--wrapper span.dt-cb input {
  margin-right: 5px;
  top: 2px;
  position: relative;
}

.ipns-filter-sec .listing_table table.dataTable td {
  vertical-align: baseline;
  border: 0;
}
.ipns-filter-sec .listing_table table.dataTable td.tableAddToCart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  border: 0;
}
.ipns-filter-sec .listing_table table.dataTable td.tableAddToCart a.blueButton.addToCart {
  cursor: pointer;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 9px 24px;
}
.ipns-filter-sec .listing_table table.dataTable td.tableAddToCart .qtyInput input[type=text] {
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  height: 34px;
  margin-bottom: 10px;
  padding-left: 10px;
}
.ipns-filter-sec .listing_table table.dataTable td.tableAddToCart .qtyInput span.min {
  margin-right: 10px;
}
.ipns-filter-sec .listing_table table.dataTable td.tableAddToCart .qtyInput span.min + br {
  display: none;
}
.ipns-filter-sec .listing_table table.dataTable td.tableAddToCart .qtyInput input[type=hidden] + br {
  display: none;
}
.ipns-filter-sec .listing_table table.dataTable th {
  border: 0;
}
.ipns-filter-sec .listing_table table.dataTable tr.even {
  background: #f5f5f5;
}
.ipns-filter-sec .listing_table table.dataTable tr.odd {
  background: #FFFFFF;
}
.ipns-filter-sec .listing_table table.dataTable tr td ul.dtr-details {
  padding-left: 0;
}
.ipns-filter-sec .listing_table table.dataTable tr td ul.dtr-details li {
  list-style-type: none;
  margin-bottom: 0;
}
.ipns-filter-sec .listing_table table.dataTable tr td ul.dtr-details li span.dtr-title {
  display: block;
  background: #52585B !important;
  font-style: normal;
  line-height: 16px;
  color: #fff;
  font-weight: normal;
  padding: 10px 5px;
}
.ipns-filter-sec .listing_table table.dataTable tr td ul.dtr-details li span.dtr-data {
  padding: 10px 5px;
  display: block;
}
.ipns-filter-sec .listing_table table.dataTable tr td ul.dtr-details a.blueButton.addToCart {
  color: #fff;
}
.ipns-filter-sec .listing_table table.dataTable tr td.partNumber .title-n-desc a {
  color: #52585B;
  font-weight: 600;
  font-size: 16px;
}
.ipns-filter-sec .listing_table table.dataTable tr.child td.child {
  padding-left: 0;
  padding-right: 0;
}

.dataTables_paginate a.paginate_button.previous {
  background-image: url(/sites/default/files/previous-icon.png) !important;
  background-repeat: no-repeat !important;
  background-size: 6px !important;
  width: 40.98px;
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center !important;
  font-size: 0;
  position: relative;
  top: -5px;
  background-color: #fff !important;
}
.dataTables_paginate a.paginate_button.next {
  background-image: url(/sites/default/files/next-icon.png) !important;
  background-repeat: no-repeat !important;
  background-size: 6px !important;
  width: 40.98px;
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center !important;
  font-size: 0;
  position: relative;
  top: -5px;
  background-color: #fff !important;
}
.dataTables_paginate a.paginate_button {
  background: #FFFFFF;
  border: 1px solid #DEDEDE !important;
  padding: 8px 15px !important;
  margin: 0 10px 0 0;
}

.dataTables_wrapper {
  width: 100%;
  overflow: scroll;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.current {
  background: #E64A19 !important;
  color: #ffffff !important;
  pointer-events: none;
}

span.cart-message.text-success {
  display: block;
}

span.cart-message.text-danger {
  display: block;
}

.dataTables_paginate.paging_simple_numbers, #productTable_info {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .listing_table table.dataTable td.availability {
    width: 400px;
  }
}
@media (max-width: 1199px) {
  .product-price-table table tbody tr td {
    font-size: 15px;
    padding: 10px;
  }
  .payment-detail {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .table td {
    padding: 10px 5px;
  }
  .table th {
    padding: 10px 5px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  form.commerce-add-to-cart .form-submit {
    margin-top: 2px !important;
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  .responsive-table table {
    min-width: 1000px;
  }
  .responsive-table {
    width: 100%;
    overflow-x: auto;
  }
  #block-viewsexposedfilterblocksticky {
    display: none;
  }
}
@media (min-width: 768px) {
  .scrollable-table #accordion .card .collapse {
    display: block;
  }
  .scrollable-table #accordion .card .card-header {
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .product-price-table {
    margin-bottom: 50px;
  }
  .scrollable-table #accordion .card {
    width: 100%;
    float: none;
    max-width: 100%;
    margin-bottom: 5px;
  }
  .scrollable-table #accordion .card .card-header button {
    width: 100%;
    text-align: left;
    padding-left: 45px;
    margin-bottom: 0;
  }
  .scrollable-table #accordion .card .card-header button[aria-expanded=true]:before {
    content: "-";
    font-size: 45px;
    font-weight: 100;
    position: absolute;
    left: 15px;
    top: 20px;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 4px;
    border: 1px solid #fff;
  }
  .scrollable-table #accordion .card .card-header button[aria-expanded=false]:before {
    content: "+";
    font-size: 23px;
    font-weight: 100;
    position: absolute;
    left: 15px;
    top: 20px;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 4px;
    border: 1px solid #fff;
  }
  .scrollable-table #accordion .card .card-body ul {
    margin-bottom: 0;
    float: left;
    display: inline-block;
    width: 100%;
    margin-top: 2px;
  }
  .scrollable-table #accordion .card .card-body ul li {
    margin-bottom: 2px;
    float: left;
    display: inline;
    width: 100%;
  }
  .scrollable-table #accordion .card .card-body ul li .attribute-box {
    width: 100%;
    float: left;
  }
  .scrollable-table #accordion .card .card-body ul li .attribute-box span.big-txt {
    float: left;
    width: 45%;
  }
  .scrollable-table #accordion .card .card-body ul li .attribute-box span.small-txt {
    float: left;
  }
  .part-configurator-block .scrollable-table {
    max-height: 100%;
  }
  .part-configurator-block .status-block {
    width: 49%;
  }
  .part-configurator-block .status-block .status-bar {
    padding-bottom: 15px;
  }
  body .part-configurator-block h2 a.clickLight {
    top: 0;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
  }
  span.indicator-text {
    display: none !important;
  }
  .listing_table table.dataTable td.tableAddToCart a.blueButton.addToCart {
    padding: 9px 10px;
  }
  .ipns-filter-sec .listing_table .title--wrapper {
    display: block;
  }
}
@media (max-width: 575px) {
  .footable-detail-row table tr {
    display: -ms-grid;
    display: grid;
  }
  .footable-detail-row table tr th {
    width: 100% !important;
  }
  .footable-detail-row table tr td {
    width: 100% !important;
  }
  .part-configurator-block .status-block {
    width: 100%;
  }
}
img.attrname-icon {
  margin-left: 4px;
  cursor: pointer;
  max-width: 18px;
  margin-top: -2px;
}

#cboxOverlay {
  background: #000;
  position: fixed;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 0.5 !important;
}

.path-ipns #colorbox button#cboxClose {
  display: none;
}

.scrollable-table table tbody tr td span.fieldset-legend + .img {
  display: none;
}

span.ipnsicon.row1.pictured {
  background-image: url(/themes/custom/mali_achats/images/iconoir_open-new-window.png);
  position: absolute;
  width: 13px;
  height: 14px;
  right: 10px;
  top: 27px;
  background-size: 14px;
  background-repeat: no-repeat;
}

.nav-tabs li.nav-item a.nav-link {
  color: #212121;
  font-size: 18px;
  line-height: 21px;
}
.nav-tabs li.nav-item a.nav-link:hover {
  border-color: transparent;
}
.nav-tabs li.nav-item a.nav-link.active {
  border: 0;
  border-bottom: 2px solid #E64A19;
  border-radius: 0;
  font-weight: 500;
}

.tab-accordion-wrap {
  position: relative;
}
.tab-accordion-wrap .card-header {
  border: 0;
  height: 52px;
}
.tab-accordion-wrap .nav-tabs {
  position: absolute;
  z-index: 9;
  width: 100%;
  left: 0;
  top: 0;
}
.tab-accordion-wrap .nav-tabs li a {
  background: transparent !important;
  padding: 15px 20px;
}

.company--information {
  margin: 60px 0 0 0;
}
.company--information h2 {
  margin-bottom: 30px;
}
.company--information h3 {
  margin-bottom: 10px;
}
.company--information ul {
  padding-left: 15px;
}
.company--information ul li {
  line-height: 30px;
  color: #52585B;
  list-style-type: none;
  position: relative;
  padding-left: 15px;
}
.company--information ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #52585B;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 12px;
}

@media (max-width: 575px) {
  .nav-tabs li a {
    padding: 15px 10px !important;
  }
  .tab-accordion-wrap .nav-tabs li.nav-item a.nav-link {
    font-size: 11px;
  }
}
.pagination {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 60px;
  padding-left: 8px;
  padding-right: 8px;
}

.pager {
  color: #fff;
  margin: 0;
  height: 42px;
  line-height: 42px;
  text-align: right;
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
}
.pager li {
  color: #E64A19;
}
.pager li a {
  color: #fff;
}
.pager li.page-item {
  display: inline-block;
  padding: 0 0 0 10px;
}
.pager li.page-item a.page-link {
  background: #fff;
  border: 1px solid #DEDEDE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #293033;
  padding: 7px 14px;
}
.pager li.page-item a.page-link i {
  font-weight: 400;
  font-size: 10px;
}
.pager li.page-item a.page-link.next, .pager li.page-item a.page-link.previous {
  background: #e64a19;
  color: #fff;
  border-color: #e64a19;
}
.pager li.page-item.active .page-link {
  background-color: #e64a19;
  border-color: #e64a19;
}

.page-sorting {
  width: 100%;
}
.page-sorting label {
  float: left;
  margin: 0 10px 0 10px;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #52585B;
  padding-top: 8px;
}
.page-sorting .select-outer {
  float: left;
}
.page-sorting .select-outer select {
  font-size: 16px;
  color: #52585B;
  line-height: 30px;
  height: 40px;
  position: relative;
  top: 0;
  left: 0;
  padding: 0 35px 0 10px;
  background: #fff;
  border: 1px solid #DEDEDE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  -webkit-appearance: none;
}
.page-sorting .select-outer:after {
  right: 15px;
  top: 14px !important;
}

.select-outer {
  position: relative;
}

.merchant--paging {
  padding: 15px 15px 30px 15px;
  float: left;
  width: 100%;
  line-height: 1;
}
.merchant--paging .active {
  background-color: #eeeeee;
}
.merchant--paging .sa_page {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  background-color: white;
  border: #DEDEDE solid 1px;
  padding: 0;
  font-size: 10px;
  text-align: center;
}
.merchant--paging .arrow {
  font-weight: bold;
  color: #02669a;
  text-align: left;
  padding-left: 6px;
}

@media (max-width: 767px) {
  .pagination {
    display: block;
  }
  .pagination .page-sorting {
    width: 100%;
    display: block;
    float: left;
  }
  .pagination ul.pager {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 10px;
    padding-left: 0;
    height: auto;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .pager-logo {
    float: left;
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .pager li.page-item {
    padding: 0 0 0 5px;
  }
  .pager li.page-item.active .page-link {
    padding: 7px;
    line-height: 12px;
    font-size: 12px;
  }
  .pager li.page-item a.page-link {
    padding: 1px 5px;
    font-size: 12px;
  }
}
ul.slimmenu li {
  background-color: transparent;
}
ul.slimmenu li .sub-toggle {
  background: transparent;
  width: 100%;
}
ul.slimmenu li .sub-toggle i {
  display: none;
}
ul.slimmenu li .sub-toggle::before {
  opacity: 0;
}
ul.slimmenu li a {
  padding-right: 15px;
}

@media (max-width: 767px) {
  li.done-desk.has-submenu ul {
    width: 100%;
    background: #bbb !important;
    float: left;
    padding-left: 0;
  }
  li.done-desk.has-submenu ul li select {
    padding-right: 35px;
    padding-left: 10px;
    margin-right: 15px;
    margin-bottom: 5px;
  }
  li.done-desk.has-submenu ul li label {
    color: #fff;
    width: 100%;
    padding-right: 15px;
    padding-top: 5px;
  }
}
.manu-index-list a {
  text-decoration: none;
  border: 1px solid #DEDEDE;
  padding: 35px;
  min-height: 166px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.manu-index-list a span {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #293033;
}
.manu-index-list a:hover {
  border-color: #E64A19;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.manu-index-list a:hover span {
  text-decoration: none;
  color: #E64A19;
}
.manu-index-list a img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}

.manu-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #fff;
  padding: 0;
  gap: 30px 30px;
}

.index-bar-sec {
  background: #E64A19;
  margin-bottom: 60px;
}

.all-in {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
}
.all-in span {
  display: inline-block;
  vertical-align: sub;
  width: 32.59px;
  margin-right: 20px;
  text-decoration: underline;
}

.index-bar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 40px 0;
}
.index-bar ul {
  padding-left: 0;
  margin-bottom: 0;
}
.index-bar ul li {
  display: inline-block;
  padding-right: 14px;
}
.index-bar ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  width: 32.59px;
  display: inline-block;
}

.accordion {
  padding-bottom: 60px;
}
.accordion .card {
  max-width: 100%;
  margin-bottom: 20px;
}
.accordion .card .sp-an[aria-expanded=true] {
  display: block;
}
.accordion .card .sp-an[aria-expanded=true]:after {
  content: "collapse";
  float: right;
  background-image: url(../images/accordian-icon.svg);
  background-repeat: no-repeat;
  width: 86px;
  text-align: right;
  background-position: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #E64A19;
  position: absolute;
  right: 20px;
  top: 30px;
  z-index: 8;
}
.accordion .card .card-header {
  background: #fff;
  margin: 0 20px;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 0;
}
.accordion .card .card-header > .sp-an {
  display: block;
}
.accordion .card .card-header .sp-an .index-title {
  display: block;
}
.accordion .card .card-header .sp-an .index-title span {
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.02em;
  color: #52585B;
}
.accordion .card .sp-an[aria-expanded=false]:after {
  content: "expand";
  float: right;
  background-image: url(../images/expand--icon.svg);
  background-repeat: no-repeat;
  width: 86px;
  text-align: right;
  background-position: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #E64A19;
  position: absolute;
  right: 20px;
  top: 30px;
  z-index: 8;
}
.accordion .card:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  .index-bar ul li a {
    width: 30.59px;
  }
}
@media (max-width: 767px) {
  .index-bar {
    display: none;
    display: none;
  }
  .Manufacturer-sec .searchbar-title-wrap {
    display: inline-block;
    margin-bottom: 25px;
  }
  .Manufacturer-sec .searchbar-title-wrap form.search-form2 {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .manu-wrap {
    display: block;
    margin: 0 -10px;
  }
  .manu-wrap .manu-index-list {
    margin-bottom: 30px;
    width: 50%;
    float: left;
    padding: 0 10px;
  }
  .manu-wrap .manu-index-list a {
    padding: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media (max-width: 575px) {
  .product-price-table {
    margin-top: 0;
  }
  body .product-attributes-row .product-attributes-left {
    width: 40%;
  }
  body .product-attributes-row .product-attributes-right {
    width: 60%;
  }
}
@media (max-width: 375px) {
  .accordion {
    padding-bottom: 50px;
  }
  .accordion .card .sp-an[aria-expanded=true]::after {
    height: 20px;
    /*top: 21px !important;*/
    width: 20px;
    content: "";
  }
  .accordion .card .sp-an[aria-expanded=false]::after {
    height: 20px;
    /* top: 21px !important;*/
    width: 20px;
    content: "";
  }
}
.border-title {
  position: relative;
}
.border-title:before {
  content: "";
  background: #DADCE0;
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  right: 0;
  overflow: hidden;
  top: 13px;
}
.border-title span {
  background: #f2f3f7;
  z-index: 1;
  position: relative;
  padding-right: 20px;
  color: #000;
}
.border-title a {
  float: right;
  z-index: 1;
  position: relative;
  background: #f2f3f7;
  padding-left: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #E64A19;
  top: 5px;
}

.large-title h1 {
  text-align: center;
}
.large-title h2 {
  color: #293033;
  margin-bottom: 0;
}

.title--wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 30px 0;
}
.title--wrapper h2 {
  margin: 0;
}
.title--wrapper label {
  margin: 0 !important;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #293033;
}
.title--wrapper label .checkmark {
  top: 0;
}

.search-filter {
  width: 100%;
}
.search-filter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #E64A19;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px 4px 4px 4px;
  padding: 0;
  width: 100%;
}
.search-filter form input {
  width: 100%;
  border-left: 1px solid #DEDEDE;
  padding: 0px 16px;
  border-radius: 0;
  border: 0;
  height: 43px;
}
@media (max-width: 991px) {
  .search-filter form input {
    border: 1px solid #e64a19;
  }
}
.search-filter form button {
  padding: 12px 16px;
  border-radius: 0px 2px 2px 0px;
  width: 100%;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-filter form button img {
  margin: -1px 5px 0 0;
}
.search-filter form .form-group {
  margin-bottom: 0;
  position: relative;
  float: left;
}
.search-filter form .form-group select {
  border: 0;
  height: 100%;
}
.search-filter form .form-group.filter1 {
  min-width: 150px;
}
.search-filter form .form-group.filter2 {
  min-width: 167px;
}
.search-filter form .form-group.search-field {
  width: calc(100% - 330px);
}
.search-filter form .form-group.search-btn {
  min-width: 110px;
}
.search-filter form .d-flex.flex-wrap {
  width: 100%;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search-filter form .d-flex.flex-wrap .form-item-search-api-fulltext {
  width: 100%;
  margin-bottom: 0 !important;
}
.search-filter form .d-flex.flex-wrap .form-actions {
  margin-bottom: 0 !important;
}
.search-filter form .d-flex.flex-wrap .form-actions input[type=submit] {
  background-image: url(/themes/custom/mali_achats/images/search--icn.svg) !important;
  background-repeat: no-repeat !important;
  padding-left: 42px !important;
  background-position: 15px center !important;
}
@media (max-width: 991px) {
  .search-filter form .d-flex.flex-wrap .form-actions input[type=submit] {
    padding-left: 32px !important;
  }
}

.sticky-header .select-outer::after {
  top: 7px;
}
.sticky-header .select-outer:before {
  top: -1px;
}

nav.navbar {
  padding: 0 10px;
  position: relative;
}
nav.navbar:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 1px;
  height: 18px;
  opacity: 0.2;
  right: -3px;
  top: 8px;
}
nav.navbar ul.navbar-nav li a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #fff !important;
  padding: 0;
  padding-right: 40px;
}
nav.navbar ul.navbar-nav li a:hover {
  color: #E64A19;
}
nav.navbar ul.navbar-nav li.nav-item.active a {
  font-weight: 500;
  color: #E64A19;
}
nav.navbar ul.navbar-nav li.nav-item:first-child a {
  padding-left: 0;
}

nav.tabs ul.nav.primary.nav-tabs li.nav-item a.nav-link {
  border-bottom: 0;
}
@media (max-width: 575px) {
  nav.tabs ul.nav.primary.nav-tabs li.nav-item a.nav-link {
    font-size: 14px;
    padding: 8px 5px !important;
  }
}

.user-logged-in .main-header-wrapper {
  margin-top: -1px;
}

.main-header-wrapper #block-cart-2 + #block-mainnavigation {
  display: none;
}
@media (min-width: 992px) {
  .main-header-wrapper + .highlighted {
    float: none;
  }
}

.user-logged-in .main-header-wrapper {
  margin-top: -1px;
}

@media (max-width: 1366px) {
  .icon-menus ul li:last-child {
    margin-right: -10px;
  }
}
@media (max-width: 991px) {
  .icon-menus .cart-link span {
    color: #000;
  }
  .topbar .container .topbar-right {
    position: static;
  }
  .navbar-collapse {
    top: 102px;
  }
  .main-header-wrapper #block-cart-2 + #block-mainnavigation {
    display: block;
  }
  .main-header-wrapper #block-mainnavigation .listing-block {
    margin: 0;
  }
  .main-header-wrapper #block-mainnavigation .listing-block ul {
    margin: 0;
  }
  .main-header-wrapper #block-mainnavigation .listing-block li {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #DEDEDE;
  }
  .main-header-wrapper #block-mainnavigation .listing-block li:first-child {
    border-top: 1px solid #DEDEDE;
  }
  .main-header-wrapper #block-mainnavigation .listing-block li:last-child {
    border-bottom: 0;
  }
  .main-header-wrapper #block-mainnavigation .listing-block a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 10px 0;
    display: block;
  }
}
.icon-menus {
  display: inline-block;
}
.icon-menus ul {
  padding-left: 0;
  margin-bottom: 0;
}
.icon-menus ul li {
  display: inline-block;
  padding: 0 10px;
}
.icon-menus ul li a {
  display: inline-block;
  padding: 3px 0 7px 0;
}
.icon-menus ul li a svg {
  width: 16px;
  height: 16px;
  margin-right: 0;
  fill: #fff;
}
.icon-menus ul li a svg.phone-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.icon-menus ul li a span {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.icon-menus ul li:last-child {
  padding-right: 0;
}
.icon-menus ul li.logout {
  padding: 0;
  vertical-align: text-bottom;
  top: -1px;
}
.icon-menus ul li.logout:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 2px;
  height: 12px;
  opacity: 0.8;
  right: auto;
  top: 7px;
  left: -8px;
}
.icon-menus ul li.logout a.user-authentication {
  padding-top: 0;
  padding-bottom: 0;
}

.icon-menus li {
  position: relative;
}
.icon-menus h5 {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 8px;
}
.icon-menus .cart-dropdown {
  position: absolute;
  background: #fff;
  width: 500px;
  top: 40px;
  right: 0;
  padding: 15px 18px 18px 18px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  z-index: 9999;
}
.icon-menus .cart-dropdown.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.icon-menus .cart-dropdown .cart-heading {
  padding: 0px;
}
.icon-menus .cart-dropdown .update-btn-wrap {
  text-align: right;
  margin: 10px 0 10px 0;
}
.icon-menus .cart-dropdown .update-btn-wrap button {
  background: none;
  border: 0;
}
.icon-menus .cart-dropdown .update-btn-wrap button i {
  margin-right: 5px;
}
.icon-menus .cart-dropdown button.full {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
}
.icon-menus .cart-dropdown td {
  padding: 5px 10px;
  font-size: 16px;
}
.icon-menus .cart-dropdown tr td:first-child {
  padding-left: 0;
}
.icon-menus .cart-dropdown tr td:last-child {
  padding-right: 0;
}
.icon-menus .cart-dropdown tr td.views-field-remove-button input {
  font-size: 0;
  background-image: url(/themes/custom/mali_achats/images/close-btn.svg) !important;
  background-color: transparent;
  background-repeat: no-repeat !important;
}
.icon-menus .cart-dropdown tr td.views-field-remove-button input:not(:disabled):not(.disabled):active {
  background-color: transparent !important;
}
.icon-menus .cart-dropdown .remove {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.icon-menus .cart-dropdown .qty-wrap input {
  border-radius: 0;
  width: 60px;
  padding: 7px 0px 7px 8px;
}
.icon-menus .cart-dropdown .view-commerce-cart-block form .form-actions {
  background-color: transparent !important;
  text-align: right;
}
.icon-menus .cart-dropdown .view-commerce-cart-block form .form-actions input.btn-primary {
  color: #293033;
  display: inline-block;
  text-align: right;
  width: auto;
  background-image: url(/themes/custom/mali_achats/images/sync-icon.svg) !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  line-height: 0;
  padding-left: 25px;
  background-color: transparent;
}
.icon-menus .cart-dropdown .view-commerce-cart-block form .form-actions input.btn-primary:not(:disabled):not(.disabled):active {
  background: transparent !important;
  background-color: transparent !important;
  color: #293033;
}
.icon-menus .cart-dropdown .view-commerce-cart-block form .form-actions input.btn-primary:focus {
  background-color: transparent !important;
}

@media (max-width: 991px) {
  .icon-menus {
    margin-right: 0;
  }
  .icon-menus ul li {
    padding: 0 2px;
    position: static;
  }
  .icon-menus ul li a svg {
    fill: #293033;
  }
  .icon-menus ul li a span {
    display: none;
  }
  .icon-menus:after {
    content: "";
    position: absolute;
    background: #EEEEEE;
    width: 1px;
    height: 71px;
    top: 0px;
    right: 60px;
  }
  .cart--cart-block svg {
    fill: #293033 !important;
  }
  .block-commerce-cart .icon-menus::after {
    display: none;
  }
}
@media (min-width: 1600px) {
  .icon-menus ul li {
    padding: 0 10px;
  }
}
.breadcrumbs {
  margin-top: 20px;
  margin-bottom: 29px;
  background: transparent;
  padding: 0;
}
.breadcrumbs ul {
  margin-bottom: 0;
}
.breadcrumbs ul li {
  display: inline;
  list-style: none;
  margin-left: 15px;
}
.breadcrumbs ul li a {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #52585B;
}
.breadcrumbs ul li a:before {
  content: "\f105";
  display: block;
  left: -12px;
  overflow: hidden;
  position: absolute;
  top: 2px;
  font-family: "Font Awesome 5 Pro";
  font-size: 17px;
  font-weight: 300;
  color: #52585B;
}
.breadcrumbs ul li:first-child {
  margin-left: 0;
}
.breadcrumbs ul li:first-child a:before {
  display: none;
}

ol.breadcrumb {
  margin-top: 20px;
  margin-bottom: 29px;
  background: transparent;
  padding: 0;
}
ol.breadcrumb li.breadcrumb-item {
  padding-left: 0.8rem;
}
ol.breadcrumb li.breadcrumb-item:before {
  content: "";
}
ol.breadcrumb li.breadcrumb-item a {
  color: #6c757d;
  position: relative;
}
ol.breadcrumb li.breadcrumb-item a:before {
  content: "";
  position: absolute;
  left: auto;
  right: -14px;
  top: 5px;
  border-right: 2px solid #52585B;
  border-bottom: 2px solid #52585B;
  height: 8px;
  width: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
ol.breadcrumb li.breadcrumb-item:first-child {
  padding-left: 0;
}

@media (max-width: 767px) {
  .breadcrumbs {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.product-list-four-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-list-four-column .product-content {
  padding: 10px;
  height: auto;
}
.product-list-four-column .product-content a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #293033;
  text-align: left;
}

.service-support-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #52585B;
}

.product-content {
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
}
.product-content figure {
  width: 50px;
  height: 36px;
  display: block;
  float: left;
  margin-bottom: 0;
  margin-right: 15px;
}
.product-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     object-position:center;
}
.contact-form label {
    text-transform: capitalize;
}

.contact-form #edit-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.layout-one-sidebar #main-wrapper {
  margin-bottom: 30px;
}

.product-content a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4d4d4d;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}
.product-content a:hover {
  text-decoration: none;
}
.product-content:hover {
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.product-content .product-desc {
  padding-left: 15px;
}
.product-content .product-desc p {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}
.product-content .product-desc a {
  font-style: normal;
  font-size: 16px;
  color: #E64A19;
  padding-left: 0;
  padding-bottom: 0;
  line-height: 19px;
  font-weight: bold;
}

.product-sec .product-content {
  height: 70px;
}

.manufacture-index .product-content {
  height: 65px;
}
.manufacture-index .product-content a {
  height: 65px;
  padding-left: 15px;
}
.manufacture-index .product-content a figure {
  padding-right: 15px;
  width: 95.7px;
  height: 35px;
}

.product-list-three-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-list-three-column .product-content {
  padding: 22px;
}
.product-list-three-column .product-content figure {
  width: 70px;
  height: 56.41px;
  min-width: 70px;
  margin-left: 15px;
}
.product-list-three-column .product-content figure img {
  width: 100%;
}

.featured-products {
  border-radius: 0;
  padding: 20px 20px;
  margin-bottom: 60px;
  background: #fff;
}
.featured-products ul {
  padding-left: 0;
}
.featured-products ul li {
  list-style-type: none;
}
.featured-products ul li a {
  height: 266px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.featured-products ul li a img {
  width: 100%;
  padding: 0 10px;
}
.featured-products .product-wrapper a {
  display: inline-block;
  border: 1px solid #DEDEDE;
  text-align: center;
  padding: 20px 30px;
  text-decoration: none;
  margin-top: 30px;
}
.featured-products .product-wrapper a img {
  width: 100%;
  height: 275px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  padding: 10px;
}
.featured-products .product-wrapper a span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #52585B;
  display: block;
  margin-bottom: 10px;
}
.featured-products .product-wrapper a .big-text {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #293033;
  display: block;
}
.featured-products .large-title h3 {
  margin-bottom: 0;
}

.main-product-card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-product-card h1 {
  color: #000;
  margin: 0 0;
}
.main-product-card img {
  width: 73px;
  height: 73px;
  margin-right: 16px;
  border: 1px solid #DEDEDE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 0px;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-product-wrapper {
  background: #fff;
  position: relative;
}
.main-product-wrapper .view-header {
  padding: 20px;
}
.main-product-wrapper .view-footer {
  margin-top: 0;
}
.main-product-wrapper > .view-content.row {
  padding: 0 30px;
}

.all-products {
  width: 100%;
  padding-bottom: 15px;
}

.homepage .product-list-three-column .product-content {
  padding-left: 0;
  padding-right: 0;
}
.homepage .product-list-three-column .product-content figure {
  margin-left: 0;
}
.homepage .series-configurators .product-list-three-column .product-content {
  padding-left: 22px;
  padding-right: 22px;
}
.homepage .series-configurators .product-list-three-column .product-content figure {
  margin-left: 15px;
}

.product-sec.categories .product-list-three-column {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.product-sec.categories .product-list-three-column .product-content {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 8px;
}
.product-sec.categories .product-list-three-column .product-content a {
  width: auto;
  padding: 0 10px 0 0;
}
@media (max-width: 575px) {
  .product-sec.categories .product-list-three-column .product-content a {
    padding-right: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.product-sec.categories .product-list-three-column .product-content a figure {
  margin: 0;
}
@media (max-width: 575px) {
  .product-sec.categories .product-list-three-column .product-content a figure {
    width: 100%;
    min-width: 100%;
  }
  .product-sec.categories .product-list-three-column .product-content a figure img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

.product-sec.new_arrivals {
  padding-bottom: 60px;
}

.product-list-five-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 95px 1fr 95px 1fr 95px 1fr 95px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 95px;
}
.product-list-five-column .product-block .thumbnail-box {
  background: #FFFFFF;
  border: 1px solid #DADCE0;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  position: relative;
  padding: 10px;
}
.product-list-five-column .product-block .thumbnail-box:after {
  content: "";
  display: block;
  padding-bottom: 140%;
}
.product-list-five-column .product-block .thumbnail-box .quick-view-btn {
  position: absolute;
  left: 10px;
  bottom: 8px;
  width: calc(100% - 20px);
}
.product-list-five-column .product-block .thumbnail-box .quick-view-btn a {
  background: #F5F5F5;
  border: 1px solid #DADCE0;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 31px;
  width: 100%;
  display: block;
  text-align: center;
  color: #252F35;
}
.product-list-five-column .product-block .thumbnail-box img {
  width: auto;
  margin-bottom: 6px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  -o-object-position: center;
     object-position: center;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  .product-list-five-column .product-block .thumbnail-box img {
    top: 40%;
  }
}
.product-list-five-column .product-block .content-box span a {
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
  color: #303C43;
  opacity: 0.8;
  text-transform: uppercase;
  display: block;
  margin-top: 20px;
  margin-bottom: 8px;
}
.product-list-five-column .product-block .content-box p {
  line-height: 22px;
  font-weight: 500;
  color: #303C43;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-list-five-column .product-block .content-box .price {
  font-size: 15px;
  line-height: 15px;
  color: #303C43;
  display: block;
  margin-bottom: 12px;
}
.product-list-five-column .product-block .content-box .price + a {
  border: 1px solid #DADCE0;
  border-radius: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #303C43;
  padding: 5px 7px;
}

@media (max-width: 1199px) {
  .featured-products .product-wrapper a img {
    height: 100px;
    width: 100%;
    padding: 0;
  }
  .product-list-four-column {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .product-sec.categories .product-list-three-column {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .filter-icon {
    display: none;
  }
}
@media (max-width: 991px) {
  .product-list-five-column {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
  .product-sec.categories .product-list-three-column {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .product-list-three-column {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .product-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 15px 20px;
  }
  .featured-products .product-wrapper a {
    margin-top: 0;
  }
  .featured-products .product-wrapper a text {
    font-size: 18px;
    line-height: 22px;
  }
  .featured-products .product-wrapper a span {
    display: none;
  }
  .featured-products .product-wrapper a .big-text {
    display: none;
  }
  .featured-products .large-title h3 {
    margin-bottom: 20px;
  }
  .featured-products.sidebar {
    position: static;
  }
}
@media (min-width: 768px) {
  .border-title.mob-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-sec.categories .product-list-three-column {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .product-list-five-column {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .product-sec .product-list-three-column .product-content figure {
    margin-left: 10px;
  }
  .product-list-three-column.mobile-single {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .product-list-three-column.mobile-single .product-content {
    padding: 20px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-list-three-column.mobile-single .product-content figure {
    width: 100px;
    margin-right: 30px;
  }
  .product-list-three-column.mobile-single .product-content .product-desc {
    width: calc(100% - 120px);
  }
  .product-list-three-column {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    float: left;
    width: 100%;
  }
  .product-list-three-column .product-content {
    padding: 0px;
  }
  .product-content a {
    font-size: 16px;
    line-height: 19px;
  }
  .manufacture-index .product-content a {
    padding-left: 10px !important;
  }
  .manufacture-index .product-content a figure {
    width: 80.7px;
  }
  .border-title {
    margin-bottom: 20px;
  }
  .border-title a {
    display: none;
  }
  .mob-only {
    display: block;
    float: left;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  h3.border-title.mob-only {
    margin-bottom: 30px;
  }
  h3.border-title.mob-only:before {
    opacity: 0;
  }
  h3.border-title.mob-only a {
    display: block;
    padding-left: 0;
  }
  .product-group p {
    margin-bottom: 0;
  }
  .series-configurators {
    padding-bottom: 50px;
  }
  .series-configurators h3.border-title {
    margin-bottom: 0;
  }
  .series-configurators h3.border-title.mob-only a {
    margin-bottom: 30px;
  }
  .series-configurators .product-list-three-column.mobile-single .product-content figure {
    width: 70px;
    margin-right: 0;
    margin-left: 0 !important;
  }
  .series-configurators .product-list-three-column.mobile-single .product-content .product-desc {
    width: calc(100% - 70px);
  }
  .product-list-four-column {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  body .search--filter-block {
    display: block;
  }
  .search--filter-block .search--filters {
    width: 100%;
    margin-bottom: 20px;
  }
  .search--filter-block .search--checks {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0;
  }
  .search--filter-block .search--checks label.checklabel {
    margin-left: 0;
  }
  .featured-products {
    background: transparent;
    padding-right: 0;
    padding-left: 0;
  }
  .featured-products .product-wrapper a {
    background: #fff;
    border: 0;
  }
  .main-product-wrapper .main-block a.clickLight {
    top: 0;
  }
}
@media (max-width: 575px) {
  .product-list-three-column {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .product-list-three-column .product-content {
    padding: 10px 10px;
    display: block;
    height: auto;
  }
  .product-list-three-column .product-content a {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
  }
  .product-list-three-column .product-content figure {
    margin-left: 0;
    width: 50px;
    min-width: 50px;
  }
  .product-list-three-column .product-content figure + span {
    width: calc(100% - 70px);
    display: block;
  }
  .product-list-four-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .manufacture-index .product-content a figure {
    padding-right: 0;
    width: 50px;
    min-width: 50px;
  }
  .main-product-card img {
    width: 50px;
    height: 50px;
    padding: 5px;
  }
  .main-product-card .filter-icon img {
    padding: 0;
  }
  .small-header-acrdn .card .card-header h4 {
    padding-right: 70px;
  }
  td.views-field-add-to-cart-form {
    max-width: 100px !important;
  }
  .views-field-add-to-cart-form input[type=submit] {
    width: 100%;
  }
  p.min-mult-search-form {
    min-width: 115px;
    text-align: left;
  }
}
@media (max-width: 575px) and (min-width: 427px) {
  .product-list-four-column {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .product-list-four-column .product-content {
    margin-bottom: 10px;
  }
}
@media (max-width: 375px) {
  .product-list-three-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.banner-slider-desc {
  position: absolute;
  top: 0;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-left: 121px;
}
.banner-slider-desc h2 {
  color: #fff;
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 54px;
  line-height: 62px;
  letter-spacing: -1.08px;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.slick-prev {
  display: block !important;
}

.slick-next {
  display: block !important;
}

button.slick-prev {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 34.06px;
  border: 0;
  background-image: url(../images/left-angle.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  width: 38px;
  height: 38px;
  font-size: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
  border-radius: 19px;
  background-position: center;
}
button.slick-prev:focus {
  outline: 0;
}

button.slick-next {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 48%;
  right: 13.06px;
  border: 0;
  background-image: url(../images/right-angle.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  width: 38px;
  height: 38px;
  font-size: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
  border-radius: 19px;
  background-position: center;
}
button.slick-next:focus {
  outline: 0;
}

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

.hero-sec {
  padding-top: 24px;
}

@media (max-width: 767px) {
  .banner-slider-desc {
    padding-left: 30px;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    padding-bottom: 20px;
  }
  .slick-carousel-slider button.slick-prev {
    left: 25.06px;
    width: 12.88px;
    height: 25.63px;
    top: auto;
    bottom: 60px;
  }
  .slick-carousel-slider button.slick-next {
    width: 12.88px;
    height: 25.63px;
    right: 12.06px;
    top: auto;
    bottom: 60px;
  }
  .hero-sec button.slick-next,
.hero-sec button.slick-prev {
    display: none !important;
  }
  .hero-sec > .container > .row > .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .dev-card-wrap .dev-card::after {
    padding-bottom: 40%;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .dev-card-wrap .banner-slider-desc {
    padding-bottom: 50px;
  }
  .dev-card-wrap .dev-card img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (max-width: 1199px) {
  .banner-slider-desc h2 {
    margin-bottom: 15px;
  }
}
.cta-sec {
  background: #E64A19;
  padding: 50px 0;
}

.cta-title-desc {
  width: 400px;
  float: left;
}
.cta-title-desc h2 {
  color: #fff;
  margin-bottom: 10px;
  margin-top: 0;
}
.cta-title-desc p {
  color: #fff;
  margin-bottom: 0;
}

.cta-btn-block {
  width: calc(100% - 400px);
  float: left;
  text-align: right;
}
.cta-btn-block a {
  color: #fff;
  border-color: #fff;
  height: 80px;
  font-size: 24px;
  padding: 23px 10px;
  margin-left: 10px;
  border-radius: 4px;
  width: 436.5px;
}
.cta-btn-block a img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
}

@media (max-width: 1330px) and (min-width: 1200px) {
  .cta-btn-block a {
    width: 360px;
  }
}
@media (max-width: 1199px) {
  .cta-btn-block a {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cta-btn-block a {
    font-size: 20px;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .cta-btn-block a img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .cta-title-desc {
    width: 100%;
  }
  .cta-btn-block {
    width: 100%;
  }
  .cta-btn-block a {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 23px;
  }
  .cta-btn-block img {
    width: 30px;
    height: 25px;
  }
}
.contact--info-block {
  background: #F5F5F5;
  text-align: center;
  margin-top: 40px;
}
.contact--info-block p {
  line-height: 36px;
  margin-bottom: 0;
}
.contact--info-block img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 50px;
  height: 50px;
}
.contact--info-block figure {
  width: 90px;
  height: 90px;
  margin: auto;
  border: 1px solid #000;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service-desc-box {
  border: 1px solid #DEDEDE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 30px;
  background: #fff;
}
.service-desc-box h3 {
  margin-bottom: 10px;
}

.cont-info-wrap {
  background: #fff;
  border: 1px solid #EEEEEE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  min-height: 306px;
  padding: 30px 0;
}
.cont-info-wrap figure {
  margin-bottom: 10px;
}

.contact .large-title h1 {
  margin-bottom: 0;
}

.CTA-clone {
  background: #E64A19;
  padding: 50px 0;
  margin: 60px 0;
}

.cta-clone-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Cta-clone-title {
  width: 100%;
}
.Cta-clone-title h1 {
  color: #fff;
}

@media (max-width: 767px) {
  .cont-info-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: auto;
    margin-bottom: 15px;
  }
  .cont-info-wrap figure {
    margin: 0;
  }
  .cont-info-wrap .wrapper {
    text-align: left;
    padding-left: 30px;
  }
  .CTA-clone {
    margin: 15px 0 30px 0;
  }
  .service-desc-box {
    margin-bottom: 15px;
  }
  .service-desc-box p {
    margin-bottom: 0;
  }
  .contact--form-sec .underline-text h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .Cta-clone-title h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
  }
}
.card {
  margin-bottom: 25px;
  padding-top: 0;
  max-width: 468px;
}
.card .image-block img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .desc-block p {
  color: #000;
}
.card .desc-block p .big {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #293033;
  display: block;
  margin: 30px 0 15px 0;
}
.card .desc-block p .small {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #52585B;
  display: block;
}
.card:last-child {
  padding-bottom: 30px;
}
.card a {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 22px;
  line-height: 30px;
}

.dev-card {
  position: relative;
}

.dev-card-wrap .dev-card {
  position: relative;
}
.dev-card-wrap .dev-card img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.dev-card-wrap .dev-card:after {
  content: "";
  display: block;
  padding-top: 36%;
}

section.ipns-filter-sec {
  padding: 60px 0 0px;
  position: relative;
  margin-bottom: 0px;
}

.search--filter-block {
  width: 100%;
  float: left;
  padding-top: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.search--filters {
  float: left;
  width: 68%;
}
.search--filters form.search-form2 {
  width: 100%;
}

.search--checks {
  width: 32%;
  float: left;
  padding-left: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search--checks label.checklabel {
  margin-left: 21px;
  margin-bottom: 0;
}

.filter {
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 20px;
  margin-top: 0;
}
.filter .filter-list ul {
  padding-left: 0;
  margin-bottom: 20px;
}
.filter .filter-list ul li {
  list-style-type: none;
  margin-bottom: 15px;
}
.filter .filter-list ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #52585B;
}
.filter .filter-list ul li a span {
  color: #b7b7b7;
}
.filter h5 {
  margin-bottom: 15px;
}
.filter:last-child {
  border: 0;
  margin-bottom: 0;
}
.filter:last-child .filter-list ul {
  margin-bottom: 0;
}
.filter:last-child .filter-list ul li:last-child {
  margin-bottom: 0 !important;
}
.filter h4 {
  margin-bottom: 15px;
}

.search-filter-submenus {
  position: absolute;
  width: 300px;
  top: 48px;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #52585B;
          box-shadow: 0 0 5px #52585B;
  padding: 12px 0;
  z-index: 9;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  pointer-events: none;
}
.search-filter-submenus li {
  display: inline-block;
}
.search-filter-submenus li select {
  background-color: #fff;
  height: 40px;
  width: 100%;
  border: 1px solid #DEDEDE;
  padding-left: 10px;
  background-size: 11px;
}
.search-filter-submenus li label {
  display: block;
}
.search-filter-submenus:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 15px solid #fff;
  position: absolute;
  top: -15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 56px;
}
.search-filter-submenus.active-filter {
  opacity: 1;
  pointer-events: unset;
}

a.filter-click-element {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.ipns-filter-sec .ipns-filters {
  background: #fff;
  padding: 30px 40px 40px;
}
.ipns-filter-sec .ipns-filters form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 290px 25px 290px 25px 290px 25px 290px;
  grid-template-columns: 290px 290px 290px 290px;
  gap: 0 25px;
  padding: 15px 0;
  padding-bottom: 0;
}
.ipns-filter-sec .ipns-filters form .form-group {
  margin-bottom: 0;
}
.ipns-filter-sec .ipns-filters form .form-group label {
  font-weight: normal;
  line-height: 24px;
  color: #293033;
}
.ipns-filter-sec .ipns-filters .form-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 290px 25px 290px 25px 290px 25px 290px;
  grid-template-columns: 290px 290px 290px 290px;
  gap: 0 25px;
  padding: 15px 0;
  padding-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ipns-filter-sec .ipns-filters .form-wrapper a.clickLight {
  padding: 2px 0 0 0;
}
.ipns-filter-sec .ipns-filters h1 {
  margin-bottom: 10px;
  color: #293033;
}
.ipns-filter-sec .ipns-filters p {
  margin-bottom: 15px;
}
.ipns-filter-sec .ipns-filters select {
  border-radius: 4px;
  font-size: 14px;
  height: 40px;
}
.ipns-filter-sec .part-configurator-block h5 {
  padding-left: 15px;
}

a.clickLight {
  color: #E64A19;
  display: inline-block;
  padding: 20px 0 0 0;
  font-size: 16px;
  position: relative;
  text-align: left;
  margin-top: 36px;
  line-height: 19px;
  font-weight: bold;
}

body .view-more-detail {
  color: #E64A19;
  display: inline-block;
  font-size: 16px;
  position: relative;
  text-align: left;
  line-height: 19px;
  font-weight: 500;
}

.checkmark-only {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #293033;
}

.filter-acc {
  margin-top: 40px;
}
.filter-acc .filter {
  margin-bottom: 30px;
}
.filter-acc .filter .card {
  border: none;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.filter-acc .filter .card h4 {
  background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
  background-size: 16px;
  cursor: pointer;
  font-size: 18px;
  line-height: 21px;
}
.filter-acc .filter .card h4.collapsed {
  background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}
.filter-acc .filter .card-body {
  padding-left: 0;
  padding-right: 0;
}
.filter-acc .filter .card .filter-list ul {
  margin-bottom: 0;
}
.filter-acc .filter .card .filter-list ul li a {
  text-align: left;
}

.selected-filter {
  background: #F2F3F7;
  border-radius: 5px;
  display: inline-block !important;
  width: auto !important;
  padding: 6px 10px;
  color: #293033 !important;
  text-decoration: none !important;
}
.selected-filter span {
  color: #293033 !important;
}

body div .collapsiblock {
  background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat right;
  display: block;
  background-size: 13px;
  cursor: pointer;
  font-size: 18px;
  line-height: 21px;
  background-position: 100% 7%;
}
body div .collapsiblockCollapsed {
  background: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png) no-repeat right;
  background-size: 16px;
  cursor: pointer;
  font-size: 18px;
  line-height: 21px;
  background-position: 100% 7%;
}

.search--filters fieldset.form-item-search {
  width: 532.38px;
  float: left;
  margin-bottom: 0 !important;
}
.search--filters fieldset.form-item-search input {
  height: 44px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.search--filters input.form-submit {
  width: calc(100% - 532.38px);
  display: block;
  float: left;
  height: 44px;
  background-image: url(/themes/custom/mali_achats/images/search--icon.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 20% !important;
  text-align: right;
}

.search--checks .checkbox input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 1px solid #003263;
  border-radius: 3px;
  position: relative;
  top: 2px;
  left: -1px;
  margin-top: 0;
}
.search--checks .checkbox input[type=checkbox]:checked + label.form-check-label:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: -25px;
  border: 2px solid #293033;
  background: #293033;
  border-radius: 3px;
}
.search--checks .checkbox input[type=checkbox]:checked + label.form-check-label:after {
  content: "";
  z-index: 999999;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  left: -18px;
  top: 6px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  position: absolute;
}
.search--checks .checkbox input[type=checkbox] + label.form-check-label:before {
  background: none;
  content: "";
  position: absolute;
  left: -25px;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 2px solid #293033;
  border-radius: 3px;
  top: 2px;
}
.search--checks .checkbox label.form-check-label {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 0;
  position: relative;
  padding-left: 1px;
  cursor: pointer;
}

@media (max-width: 1330px) and (min-width: 1200px) {
  .ipns-filter-sec .ipns-filters form, .ipns-filter-sec .ipns-filters .form-wrapper {
    -ms-grid-columns: 230px 230px 230px 230px;
    grid-template-columns: 230px 230px 230px 230px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .ipns-filter-sec .ipns-filters form, .ipns-filter-sec .ipns-filters .form-wrapper {
    -ms-grid-columns: 200px 200px 200px 200px;
    grid-template-columns: 200px 200px 200px 200px;
  }
}
@media (max-width: 1199px) {
  .search--filters {
    float: left;
    width: 50%;
  }
  .search--checks {
    width: 50%;
    float: left;
  }
  .sidebar {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .filter-icon {
    position: absolute;
    right: 20px;
    z-index: 9;
  }
  .filter-icon a {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #293033;
  }
  .filter-icon a img {
    width: 17.05px;
    height: 18px;
    border: 0;
    margin-right: 10px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .ipns-filter-sec .ipns-filters form, .ipns-filter-sec .ipns-filters .form-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .ipns-filter-sec .ipns-filters {
    padding: 15px 15px 15px;
  }
  .ipns-filter-sec .ipns-filters form, .ipns-filter-sec .ipns-filters .form-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .ipns-filter-sec .ipns-filters form .form-group, .ipns-filter-sec .ipns-filters .form-wrapper .form-group {
    margin-bottom: 20px;
  }
  .ipns-filter-sec .ipns-filters form a.clickLight, .ipns-filter-sec .ipns-filters .form-wrapper a.clickLight {
    top: 15px;
  }
  a.clickLight {
    padding-top: 0;
    margin-top: 0;
    top: 50px;
  }
}
@media (max-width: 375px) {
  .ipns-filter-sec .ipns-filters form, .ipns-filter-sec .ipns-filters .form-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  a.clickLight {
    top: 0;
    left: 0;
    width: 100%;
  }
}
.series_description {
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 30px;
  padding: 30px 40px 40px;
  margin-top: 30px;
  float: left;
  width: 100%;
  background: #fff;
}
.series_description .part-image {
  width: 30.833%;
  float: left;
}
.series_description .part-image span {
  display: block;
  background-color: #F2F2F2;
  color: #B7B7B7;
  text-align: center;
  min-height: 200px;
  line-height: 200px;
  text-transform: uppercase;
}
.series_description .part-image img {
  width: 100%;
}
.series_description .part-info {
  width: 39.16%;
  float: left;
  margin: 0 2.5%;
  padding-top: 30px;
}
.series_description .part-info a.viewMore {
  font-style: normal;
}
.series_description .part-info h3 {
  margin-bottom: 12px;
}
.series_description .part-info .main {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.series_description a.specsheet span {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  display: block;
}
.series_description a.specsheet span img {
  margin-top: -5px;
}
.series_description h3 {
  margin-bottom: 12px;
}
.series_description h2 {
  margin-bottom: 27px;
}
.series_description h4 {
  margin-bottom: 12px;
  color: #52585B;
}
.series_description p {
  margin-bottom: 12px;
}

span.rohs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
span.rohs span.ipnsicon.rohs {
  margin-left: 20px;
  direction: rtl;
}
span.rohs span.ipnsicon {
  color: #E64A19;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
}

a.viewMore {
  text-align: left;
  float: left;
  margin-right: 20px;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
}
a.viewMore img {
  margin-right: 8.33px;
  vertical-align: bottom;
}

.part-configurator-block {
  float: left;
  background: #fff;
  padding: 20px;
  width: 100%;
}
.part-configurator-block h2 {
  margin-bottom: 0;
}
.part-configurator-block h2 a.clickLight {
  float: right;
  margin-top: 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  padding-top: 10px;
}
.part-configurator-block p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #52585B;
  margin-bottom: 7px;
}
.part-configurator-block > legend {
  float: left;
}

.status-block {
  margin-bottom: 7px;
  display: inline-block;
  width: 100%;
}
.status-block span {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #52585B;
  margin-right: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.status-block img {
  width: 14.25px;
  height: 14.25px;
  margin-right: 5.58px;
}
.status-block .status-bar {
  float: left;
  margin-right: 28px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #52585B;
}
.status-block .status-bar .green-dot {
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0;
}

.indicator-text {
  float: right;
  margin-right: 0 !important;
}

.attribute-header {
  background: #52585B;
  padding: 18px 21px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  width: 100px;
  border: 2px solid #52585B;
}

.green-box {
  background: #99CC00;
}

.green-border-box {
  border: 2px solid #99CC00;
}

.yellow-box {
  background: #FFD500;
}

.yellow-border-box {
  border: 2px solid #FFD500;
}

.orange-box {
  background: #ED991B;
}

.orange-border-box {
  border: 2px solid #ED991B;
}

.red-box {
  background: #DF4343;
}

.red-border-box {
  border: 2px solid #DF4343;
}

.attribute-box.orange-box {
  border: 2px solid #ED991B;
}

.attribute-box.yellow-box {
  border: 2px solid #FFD500;
}

.attribute-box.green-box {
  border: 2px solid #99CC00;
}

.attribute-box.red-box {
  border: 2px solid #DF4343;
}

.attribute-box {
  padding: 10px 15px;
  width: 100px;
  position: relative;
}
.attribute-box .valid-check {
  position: absolute;
  right: 5px;
  top: 5px;
}
.attribute-box .valid-check img {
  vertical-align: super;
}

.view-main a.viewMore {
  width: 100%;
}
.view-main a.viewMore.viewLess {
  display: block;
  width: 100%;
}
.view-main ul {
  padding-left: 0;
  margin-top: 10px;
  float: left;
}

@media (max-width: 767px) {
  body .series_description {
    padding: 15px;
  }
  body .series_description .part-image {
    width: 40.833%;
  }
  body .series_description .part-info {
    width: 54.16%;
  }
  body .series_description h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .part-configurator-block {
    padding: 15px;
  }
  .part-configurator-block .container {
    padding: 0;
  }
  .part-configurator-block h2 {
    font-size: 24px;
    line-height: 28px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .part-configurator-block h2 a.clear {
    text-align: right;
  }
}
@media (max-width: 575px) {
  body .series_description .part-image {
    width: 100%;
  }
  body .series_description .part-info {
    width: 100%;
    margin: 0;
  }
}
.attributes-block {
  float: left;
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid #DEDEDE;
  margin-bottom: 80px;
}
.attributes-block .product--attribute {
  width: 50%;
  float: left;
}
.attributes-block .product--attribute h3 {
  margin-bottom: 21px;
}
.attributes-block .series--attribute {
  float: left;
  width: 50%;
  padding-left: 50px;
}
.attributes-block .series--attribute h3 {
  margin-bottom: 21px;
}
.attributes-block .card-body {
  float: left;
  width: 100%;
}
.attributes-block .card-header {
  padding: 20px;
}
.attributes-block .card-header .sp-an[aria-expanded=true]::after {
  top: 25px;
}
.attributes-block .card-header .sp-an[aria-expanded=false]::after {
  top: 25px;
}
.attributes-block .card-header h3 {
  margin-bottom: 0;
}
.attributes-block #accordion {
  padding-bottom: 0;
}

.product-attributes-row {
  width: 100%;
  float: left;
  border-bottom: 1px solid #DEDEDE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-attributes-row:last-child {
  /*border: 0;*/
}
.product-attributes-row .product-attributes-left {
  width: 30%;
  float: left;
  background: #F5F5F5;
  padding: 10px;
}
.product-attributes-row .product-attributes-left strong {
  color: #52585B;
}
.product-attributes-row .product-attributes-right {
  width: 70%;
  float: left;
  padding: 10px 10px 10px 20px;
}
.product-attributes-row .product-attributes-right span {
  color: #52585B;
}
.product-attributes-row .product-attributes-right p {
  color: #52585B;
  margin-bottom: 0;
}
.product-attributes-row .product-attributes-right p a {
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .attributes-block #accordion {
    padding-bottom: 0;
  }
}
.product-group-listing {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}
.product-group-listing .product-box {
  border: 1px solid #DEDEDE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  height: 176px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
}
.product-group-listing .product-box img {
  width: 70px;
  height: 70px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}
.product-group-listing .product-box a {
  color: #293033;
  font-size: 16px;
  margin: 15px 0 5px 0;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
}
.product-group-listing .product-box a.product--name {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
}
.product-group-listing .product-box a.product--name span {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
}
.product-group-listing .product-box:hover {
  border: 1px solid #E64A19;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.product-group-listing .product-box:hover a {
  color: #E64A19;
}

.product-thumbnail {
  width: calc(45% - 30px);
  margin-right: 30px;
  height: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  border: 1px solid #dfdfdf;
  padding: 30px;
}
.product-thumbnail * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-thumbnail img {
  width: 100%;
}
.product-thumbnail .zoom-icon {
  position: absolute;
  top: 12px;
  right: 12px;
}

#exzoom {
  width: 100%;
}

.exzoom .exzoom_img_ul_outer {
  border-radius: 20px;
  border: 0;
}
.exzoom .exzoom_img_ul_outer .exzoom_img_ul li {
  position: relative;
}
.exzoom .exzoom_img_ul_outer .exzoom_img_ul li:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.exzoom .exzoom_img_ul_outer .exzoom_img_ul li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0 !important;
}
.exzoom .exzoom_img_box {
  border-radius: 20px;
}

.product-desc .add-to-cart-box {
  margin-top: 15px;
  width: auto;
}
.product-desc .add-to-cart-box a {
  border: 1px solid #e54918;
  color: #e54918;
  border-radius: 4px;
  padding: 14px 46px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
  margin-left: 15px;
}
.product-desc .add-to-cart-box a:hover {
  background: #e54918;
  color: #fff;
}

.buy-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.buy-btn-wrap .commerce-order-item-add-to-cart-form {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.buy-btn-wrap #edit-quantity-wrapper {
  width: 80px;
}
.buy-btn-wrap input[type=number] {
  height: 55px;
}
.buy-btn-wrap .commerce-order-item-add-to-cart-form .form-actions input {
  border-radius: 4px;
  padding: 20px 46px;
  width: 100%;
  height: auto;
  font-size: 18px !important;
  font-weight: bold;
}

.alert-dismissible svg {
  width: 30px;
  height: 30px;
}
.alert-dismissible div {
  width: 100%;
  padding-left: 20px;
}
.alert-dismissible hr {
  display: none;
}
.alert-dismissible .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: 0;
  width: 30px;
  height: 30px;
}
.alert-dismissible .btn-close:after {
  content: "X";
}

.checkout-order-summary {
  text-align: right;
}
.checkout-order-summary .order-total-line__total {
  display: inline-block;
  padding-right: 32px;
}
.checkout-order-summary .order-total-line__subtotal {
  display: inline-block;
  padding-right: 30px;
}

.view-commerce-cart-form .field--name-total-price {
  padding-right: 20px;
}

.all-products .col-lg-3 {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0;
}
.all-products .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
.all-products h6 {
  font-size: 16px;
  text-align: center;
}
.all-products h4 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}
.all-products .product-card {
  text-align: center;
  position: relative;
}
.all-products .product-card .product-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.all-products .product-card .product-btn {
  opacity: 0;
  -webkit-transition: all ease-in-out 0.5;
  transition: all ease-in-out 0.5;
}
.all-products .product-card:hover .product-btn {
  opacity: 1;
  -webkit-transition: all ease-in-out 0.5;
  transition: all ease-in-out 0.5;
}
.all-products .product-btn {
  display: inline-block;
  background: #e64a19;
  color: #fff;
  font-weight: bold;
  padding: 7px 30px;
  border-radius: 5px;
  font-size: 14px;
}
.all-products .product-img {
  border: 1px solid #F5F5F5;
  margin-bottom: 20px;
}
.all-products .product-img a {
  display: block;
  position: relative;
}
.all-products .product-img a:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.all-products .product-img a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.vocabulary-collection .field--type-image img {
  width: 100%;
  height: auto;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .product-group-listing {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .product-thumbnail img {
    width: 100%;
    height: 100%;
  }
  .main-product-content .product-desc {
    float: left;
  }
}
@media (max-width: 991px) {
  .all-products .row {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  body .add-to-cart-box {
    display: block;
    width: 100%;
  }
  body .add-to-cart-box .cart--price {
    width: 100%;
    margin-bottom: 20px;
  }
  body .add-to-cart-box .cart--dispatch {
    width: 100%;
  }
  body .product-desc .add-to-cart-box .cart--price {
    margin-bottom: 0;
  }
  .add-to-cart-box .cart--price p.min-mult-search-form {
    clear: unset;
  }
  .Manufacturer-sec.single-page .main-product-content {
    margin-top: 50px;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .product-group-listing {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .product-thumbnail {
    width: 60%;
  }
  .product-thumbnail img {
    height: 100%;
  }
  .main-product-content .product-desc {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .all-products .row {
    -ms-grid-columns: inherit;
    grid-template-columns: inherit;
    gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .all-products .row .views-field.views-field-nothing {
    width: calc(50% - 20px);
  }
  .all-products .row h4 {
    font-size: 18px;
    line-height: 22px;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .all-products .row h6 {
    font-size: 14px;
  }
  .all-products .row .product-card .product-btn {
    opacity: 1;
  }
  .all-products .row .product-btn {
    margin-bottom: 30px;
    font-size: 12px;
  }
  .main-product-content .product-desc {
    padding-left: 15px;
  }
  .product-category-group {
    margin-top: 50px;
  }
  .product-category-group h1 {
    margin-bottom: 30px;
  }
  .product-group-listing {
    gap: 15px;
  }
  .buy-btn-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .add-to-cart-box .field--type-entity-reference {
    width: 100%;
  }
  .buy-btn-wrap {
    margin-bottom: 35px;
  }
  .product-desc .add-to-cart-box {
    margin-top: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .product-desc .add-to-cart-box a {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .product-group-listing {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .product-group-listing .product-box a.product--name span {
    font-size: 15px;
    line-height: 18px;
  }
  .product-thumbnail {
    width: 100%;
    height: auto;
  }
  .main-product-content .product-desc {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}
.review_header {
  padding: 0 15px 15px 15px;
  border-bottom: #DEDEDE solid 1px;
  text-align: justify;
  line-height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.review_header .overall {
  width: 100px;
  color: white;
}
.review_header .overall .numbers {
  font-size: 32px;
  font-weight: bold;
  background-color: #52585B;
  padding: 16px 0;
  float: none;
  margin: 0;
}
.review_header .overall .color5 {
  background-color: #019f17;
}
.review_header .overall .outof {
  padding: 5px 0;
  font-size: 14px;
  background-color: #000;
}
.review_header .block {
  display: inline-block;
  height: 96px;
  text-align: center;
  margin-top: 15px;
}
.review_header .graph {
  padding: 0px 10px 0 20px;
}
.review_header .percentage {
  width: 300px;
  font-size: 16px;
  padding: 5px 0 5px 0;
  text-align: left;
  line-height: 24px;
}
.review_header .percentage .numbers {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 5px;
}

.stars {
  width: 172px;
  font-size: 22px;
  font-weight: bold;
  padding-top: 5px;
}
.stars .desc {
  padding-bottom: 6px;
  margin: 0 auto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #293033;
}
.stars .on {
  width: 25px;
  height: 24px;
  background-image: url(https://www.shopperapproved.com/page/images_svg/star-full.svg);
  display: inline-block;
  margin: 1px;
}

.merchant_review {
  padding: 30px 15px 30px 15px;
  clear: both;
  background: #fff;
  margin-bottom: 20px;
  border: 0;
}
.merchant_review .stars .on {
  width: 20px;
  height: 19px;
  background-image: url(https://www.shopperapproved.com/page/images_svg/star-full.svg);
  display: inline-block;
}
.merchant_review .images {
  float: right;
  font-size: 12px;
  margin-right: 15px;
}
.merchant_review .images .verified {
  padding-left: 16px;
  background: url(../images/user--img.svg) no-repeat left center;
  float: right;
  color: #293033;
  font-size: 14px;
  line-height: 24px;
  background-size: 14px;
}
.merchant_review .info {
  font-size: 13px;
  color: #555555;
  clear: both;
}
.merchant_review .comments {
  font-size: 15px;
  padding-top: 5px;
}
.merchant_review .main-questions {
  position: relative;
}
.merchant_review .main-questions .rating .images {
  position: absolute;
  right: 0;
  top: 35px;
}

.merchant-list {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .review_header {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .review_header {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .merchant_review .main-questions .rating .images {
    top: 8px;
  }
}
.searchbar-title-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-bottom: 40px;
}
.searchbar-title-wrap .large-title {
  width: 316px;
}
.searchbar-title-wrap form.search-form2 {
  width: calc(100% - 316px);
  float: left;
  padding: 0 0 0 60px;
}

form.search-form2 button {
  border: 0;
  min-width: 108px;
  height: 44px;
}
form.search-form2 button i {
  font-weight: 400;
  padding-right: 5px;
}

.searchbar-title-wrap form {
  width: calc(100% - 316px);
  float: left;
  padding: 0 0 0 60px;
}

.mt-xxxxs {
  margin-top: 5px;
}

.mt-xxxs {
  margin-top: 10px;
}

.mt-xxs {
  margin-top: 15px;
}

.mt-xs {
  margin-top: 20px;
}

.mt-s {
  margin-top: 25px;
}

.mt-m {
  margin-top: 30px;
}

.mt-l {
  margin-top: 35px;
}

.mt-xl {
  margin-top: 40px;
}

.mt-xxl {
  margin-top: 45px;
}

.mt-xxxl {
  margin-top: 50px;
}

.mt-xxxxl {
  margin-top: 55px;
}

.mb-xxxxs {
  margin-bottom: 5px;
}

.mb-xxxs {
  margin-bottom: 10px;
}

.mb-xxs {
  margin-bottom: 15px;
}

.mb-xs {
  margin-bottom: 20px;
}

.mb-s {
  margin-bottom: 25px;
}

.mb-m {
  margin-bottom: 30px;
}

.mb-l {
  margin-bottom: 35px;
}

.mb-xl {
  margin-bottom: 40px;
}

.mb-xxl {
  margin-bottom: 45px;
}

.mb-xxxl {
  margin-bottom: 50px;
}

.mt-xxxxl {
  margin-bottom: 55px;
}

.pb-xs {
  padding-bottom: 20px;
}

.subheading {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  color: #52585B;
}

table.footable-details {
  margin-bottom: 0;
  position: relative;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table.footable-details > tbody > tr > th:nth-child(1) {
  min-width: 40px;
  width: 120px;
}
table.footable-details > tbody > tr > td:nth-child(2) {
  word-break: break-all;
}
table.footable-details > tbody > tr:first-child > td {
  border-top-width: 0;
}
table.footable-details > tbody > tr:first-child > th {
  border-top-width: 0;
}
table.footable-details > tfoot > tr:first-child > td {
  border-top-width: 0;
}
table.footable-details > tfoot > tr:first-child > th {
  border-top-width: 0;
}
table.footable-details > thead > tr:first-child > td {
  border-top-width: 0;
}
table.footable-details > thead > tr:first-child > th {
  border-top-width: 0;
}

table.footable {
  position: relative;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table.footable > thead > tr.footable-filtering > th div.form-group {
  margin-bottom: 0;
}
table.footable > tbody > tr.footable-empty > td {
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
  display: table-cell;
}
table.footable > tbody > tr.footable-empty > th {
  display: table-cell;
}
table.footable > tbody > tr > td {
  display: none;
}
table.footable > tbody > tr > th {
  display: none;
}
table.footable > tbody > tr.footable-detail-row > td {
  display: table-cell;
}
table.footable > tbody > tr.footable-detail-row > th {
  display: table-cell;
}

table.footable-hide-fouc {
  display: none;
}

table > tbody > tr > td > span.footable-toggle {
  margin-right: 8px;
  opacity: 0.3;
}
table > tbody > tr > td > span.footable-toggle.last-column {
  margin-left: 8px;
  float: right;
}

table.table-condensed > tbody > tr > td > span.footable-toggle {
  margin-right: 5px;
}

table.footable-details.table-bordered > tbody > tr:first-child > td {
  border-top-width: 1px;
}
table.footable-details.table-bordered > tbody > tr:first-child > th {
  border-top-width: 1px;
}
table.footable-details.table-bordered > tfoot > tr:first-child > td {
  border-top-width: 1px;
}
table.footable-details.table-bordered > tfoot > tr:first-child > th {
  border-top-width: 1px;
}
table.footable-details.table-bordered > thead > tr:first-child > td {
  border-top-width: 1px;
}
table.footable-details.table-bordered > thead > tr:first-child > th {
  border-top-width: 1px;
}

div.footable-loader {
  vertical-align: middle;
  text-align: center;
  height: 300px;
  position: relative;
}
div.footable-loader > span.fooicon {
  display: inline-block;
  opacity: 0.3;
  font-size: 30px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation: fooicon-spin-r 2s infinite linear;
  animation: fooicon-spin-r 2s infinite linear;
}

@-webkit-keyframes fooicon-spin-r {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fooicon-spin-r {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fooicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings" !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fooicon:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fooicon:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fooicon-loader:before {
  content: "\e030";
}

.fooicon-plus:before {
  content: "+";
  padding: 42px 4px;
  position: absolute;
  top: -15px;
  left: -35px;
  border: 1px solid #52585B;
  border-radius: 4px;
  font-size: 24px;
}

.fooicon-minus:before {
  content: "−";
  padding: 42px 4px;
  position: absolute;
  top: -15px;
  left: -35px;
  border: 1px solid #52585B;
  border-radius: 4px;
  font-size: 24px;
}

.fooicon-search:before {
  content: "\e003";
}

.fooicon-remove:before {
  content: "\e014";
}

.fooicon-sort:before {
  content: "\e150";
  display: none;
}

.fooicon-sort-asc:before {
  content: "\e155";
}

.fooicon-sort-desc:before {
  content: "\e156";
}

.fooicon-pencil:before {
  content: "✏";
}

.fooicon-trash:before {
  content: "\e020";
}

.fooicon-eye-close:before {
  content: "\e106";
}

.fooicon-flash:before {
  content: "\e162";
}

.fooicon-cog:before {
  content: "\e019";
}

.fooicon-stats:before {
  content: "\e185";
}

table.footable > thead > tr.footable-filtering > th {
  border-bottom-width: 1px;
  font-weight: 400;
  text-align: right;
}
table.footable > thead > tr.footable-filtering > th div.form-group + div.form-group {
  margin-top: 5px;
}
table.footable > thead > tr.footable-filtering > th div.input-group {
  width: 100%;
}
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox {
  margin: 0;
  display: block;
  position: relative;
}
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox > label {
  display: block;
  padding-left: 20px;
}
table.footable > thead > tr.footable-filtering > th ul.dropdown-menu > li > a.checkbox input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
}
table.footable > tfoot > tr.footable-paging > td {
  text-align: center;
}

table.footable.footable-filtering-right > thead > tr.footable-filtering > th {
  text-align: right;
}

table.footable.footable-filtering-left > thead > tr.footable-filtering > th {
  text-align: left;
}

table.footable-paging-center > tfoot > tr.footable-paging > td {
  text-align: center;
}

table.footable.footable-filtering-center > thead > tr.footable-filtering > th {
  text-align: center;
}

@media (min-width: 768px) {
  table.footable > thead > tr.footable-filtering > th div.input-group {
    width: auto;
  }
  table.footable > thead > tr.footable-filtering > th div.form-group {
    margin-left: 2px;
    margin-right: 2px;
  }
  table.footable > thead > tr.footable-filtering > th div.form-group + div.form-group {
    margin-top: 0;
  }
}
table.footable > tbody > tr > td.footable-sortable {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
table.footable > tbody > tr > th.footable-sortable {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
table.footable > tfoot > tr > td.footable-sortable {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
table.footable > tfoot > tr > th.footable-sortable {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
table.footable > tfoot > tr.footable-paging > td > ul.pagination {
  margin: 10px 0 0;
}
table.footable > tfoot > tr.footable-paging > td > span.label {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 10px;
}
table.footable > thead > tr > td.footable-sortable {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
table.footable > thead > tr > th.footable-sortable {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}

td.footable-sortable > span.fooicon {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -7px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
td.footable-sortable:hover > span.fooicon {
  opacity: 1;
}

th.footable-sortable > span.fooicon {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -7px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
th.footable-sortable:hover > span.fooicon {
  opacity: 1;
}

td.footable-sortable.footable-asc > span.fooicon {
  opacity: 1;
}

td.footable-sortable.footable-desc > span.fooicon {
  opacity: 1;
}

th.footable-sortable.footable-asc > span.fooicon {
  opacity: 1;
}

th.footable-sortable.footable-desc > span.fooicon {
  opacity: 1;
}

table.footable-sorting-disabled td.footable-sortable.footable-asc > span.fooicon {
  opacity: 0;
  visibility: hidden;
}
table.footable-sorting-disabled td.footable-sortable.footable-desc > span.fooicon {
  opacity: 0;
  visibility: hidden;
}
table.footable-sorting-disabled td.footable-sortable:hover > span.fooicon {
  opacity: 0;
  visibility: hidden;
}
table.footable-sorting-disabled th.footable-sortable.footable-asc > span.fooicon {
  opacity: 0;
  visibility: hidden;
}
table.footable-sorting-disabled th.footable-sortable.footable-desc > span.fooicon {
  opacity: 0;
  visibility: hidden;
}
table.footable-sorting-disabled th.footable-sortable:hover > span.fooicon {
  opacity: 0;
  visibility: hidden;
}

table.footable-paging-left > tfoot > tr.footable-paging > td {
  text-align: left;
}

table.footable-editing-right td.footable-editing {
  text-align: right;
}
table.footable-editing-right tr.footable-editing {
  text-align: right;
}

table.footable-paging-right > tfoot > tr.footable-paging > td {
  text-align: right;
}

ul.pagination > li.footable-page {
  display: none;
}
ul.pagination > li.footable-page.visible {
  display: inline;
}

td.footable-editing {
  width: 90px;
  max-width: 90px;
}

table.footable-editing-no-delete td.footable-editing {
  width: 70px;
  max-width: 70px;
}

table.footable-editing-no-edit td.footable-editing {
  width: 70px;
  max-width: 70px;
}

table.footable-editing-no-view td.footable-editing {
  width: 70px;
  max-width: 70px;
}

table.footable-editing-no-delete.footable-editing-no-view td.footable-editing {
  width: 50px;
  max-width: 50px;
}

table.footable-editing-no-edit.footable-editing-no-delete td.footable-editing {
  width: 50px;
  max-width: 50px;
}

table.footable-editing-no-edit.footable-editing-no-view td.footable-editing {
  width: 50px;
  max-width: 50px;
}

table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view td.footable-editing {
  width: 0;
  max-width: 0;
  display: none !important;
}
table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view th.footable-editing {
  width: 0;
  max-width: 0;
  display: none !important;
}

table.footable-editing-left td.footable-editing {
  text-align: left;
}
table.footable-editing-left tr.footable-editing {
  text-align: left;
}

table.footable-editing button.footable-add {
  display: none;
}
table.footable-editing button.footable-hide {
  display: none;
}

table.footable-editing-show button.footable-show {
  display: none;
}

table.footable-editing.footable-editing-always-show button.footable-hide {
  display: none;
}
table.footable-editing.footable-editing-always-show button.footable-show {
  display: none;
}
table.footable-editing.footable-editing-always-show button.footable-add {
  display: inline-block;
}

table.footable-editing.footable-editing-always-show.footable-editing-no-add tr.footable-editing {
  display: none;
}

table.footable-editing.footable-editing-show button.footable-add {
  display: inline-block;
}
table.footable-editing.footable-editing-show button.footable-hide {
  display: inline-block;
}

.footable td.views-field-title {
  padding-left: 35px;
}

.footable td.views-field-title .title-n-desc a {
  max-width: 110px;
  display: block;
  padding-left: 5px;
}

@media (max-width: 991px) {
  .footable td.views-field-title {
    padding-left: 45px;
  }
  .footable td.footable-last-visible {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  form.commerce-add-to-cart {
    float: right;
  }
  p.min-mult-search-form {
    clear: both;
    float: right;
    min-width: 125px;
    padding-left: 12px;
  }
  table.footable-details tbody tr th {
    background: #52585B !important;
    font-style: normal;
    line-height: 16px;
    color: #fff;
    font-weight: normal;
  }
  table.footable-details > tbody > tr > td p {
    padding-left: 10px;
  }
  table.footable-details > tbody > tr > td div {
    padding-left: 10px;
  }
  .table td {
    padding-left: 0;
    padding-right: 0;
  }
}
.faq h3 {
  margin-bottom: 20px;
}
.faq .accordion {
  margin-bottom: 50px;
  padding-bottom: 0;
}

.card-faq {
  margin-bottom: 10px;
}
.card-faq .card-header {
  background: #fff;
  padding: 15px;
}
.card-faq .card-header .btn-header-link {
  display: block;
  text-align: left;
  color: #222;
  padding: 0 0 0 0;
  border-radius: 0;
  border: 0;
}
.card-faq .card-header .btn-header-link:after {
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  float: right;
}
.card-faq .card-header .btn-header-link:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.card-faq .card-header .btn-header-link.collapsed:after {
  content: "\f107";
}
.card-faq .card-header h4 {
  margin-bottom: 0;
}
.card-faq .card-header h4 a {
  text-decoration: none;
  color: #293033;
}
.card-faq .card-body {
  background: #fff;
  padding: 15px;
}
.card-faq .card-body p {
  margin-bottom: 0;
}
.card-faq .card-body p a {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .faq .large-title.mb-xl {
    margin-bottom: 30px;
  }
  .faq .large-title.mb-xl h1 {
    text-align: left;
    font-weight: 500;
  }
  .card-faq .card-body p {
    line-height: 19px;
  }
}
.view-all-head {
  clear: both;
}
.view-all-head h3.border-title {
  margin-bottom: 20px;
}
.view-all-head h3.border-title:before {
  opacity: 0;
}

.main-title {
  float: left;
  width: 100%;
}
.main-title h2 {
  color: #52585B;
}
.main-title span {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #52585B;
  margin-bottom: 20px;
  display: block;
  margin-top: 20px;
}

.title-with-button h2 {
  float: left;
}
.title-with-button button {
  float: right;
}

.info-heading {
  float: left;
  width: 100%;
  background: #fff;
  padding: 15px 0;
  margin-bottom: 20px;
}
.info-heading p {
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 15px;
  font-weight: 500;
}
.info-heading p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
  font-weight: 400;
}

@media (min-width: 768px) {
  .menu-closed {
    display: none;
  }
}
@media (max-width: 767px) {
  .menu-closed {
    position: relative;
    margin-bottom: 0px;
  }
  .menu-closed h3 {
    margin-bottom: 0;
  }
  .menu-closed img {
    float: right;
    top: 10px;
    position: absolute;
    right: 0;
    width: 18px;
    height: 10px;
  }
  .sidebar-menu {
    margin-top: 30px;
  }
  .sidebar-menu .dashboard-sidebar {
    display: none;
  }
  .dashboard-sidebar.active-menus {
    display: block;
    padding-top: 20px;
  }
  .dashboard .main-block {
    padding-top: 30px;
  }
  .dashboard .dashboard-table-wrapper tr td {
    padding-left: 0;
    position: relative;
    vertical-align: middle;
  }
  .dashboard .dashboard-table-wrapper tr td span::before {
    left: 0;
    top: -20px;
    padding: 15px 2px;
  }
  .dashboard .dashboard-table-wrapper tr td p {
    padding-left: 30px;
  }
  .dashboard .dashboard-table-wrapper tr td div {
    padding-left: 30px;
  }
  .dashboard .white-bg-info tr td {
    padding-left: 0;
    position: relative;
    vertical-align: middle;
  }
  .dashboard .white-bg-info tr td span::before {
    left: 0;
    top: -20px;
    padding: 15px 2px;
  }
  .dashboard .white-bg-info tr td p {
    padding-left: 30px;
  }
  .dashboard .white-bg-info tr td div {
    padding-left: 30px;
  }
  .white-bg {
    margin-bottom: 20px;
  }
  .white-bg-info .product-price-table {
    margin-bottom: 0;
  }
  .white-bg-info .col-lg-4 {
    margin-bottom: 20px;
  }
  .white-bg-info h3 {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 575px) {
  .dashboard .Product-form {
    display: block;
  }
  .dashboard .Product-form .form-group {
    margin-bottom: 15px;
  }
  .dashboard .Product-form .btn-wrap button {
    width: 100%;
  }
}
.dashboard .views-table tr:nth-child(even) {
  background: #F5F5F5;
}
.dashboard .views-table tr:nth-child(odd) {
  background: #ffffff;
}
.dashboard .views-table tr td {
  vertical-align: middle;
}
.dashboard table.footable > thead > tr > th.footable-sortable {
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dashboard .dashboard-table-wrapper {
  background: #fff;
  padding: 10px;
  float: left;
  width: 100%;
}
.dashboard .dashboard-table-wrapper .form-group label {
  font-weight: normal;
}
.dashboard .dashboard-table-wrapper .form-group input {
  width: 100%;
}
.dashboard .dashboard-table-wrapper tbody tr td div a.view-more-detail {
  margin-left: 4px;
}
.dashboard .views-field p {
  font-size: 16px;
  line-height: 24px;
}
.dashboard .views-field p a {
  font-size: 16px;
  line-height: 24px;
}
.dashboard form .form-group p {
  font-size: 12px;
  line-height: 18px;
}

span.order-date {
  position: relative;
}
span.order-date:after {
  content: "";
  background-image: url(../images/white-down-arrow.svg);
  position: absolute;
  top: 5px;
  right: -20px;
  width: 11px;
  height: 9px;
  display: block;
  background-size: 12px;
  background-repeat: no-repeat;
}

.dashboard {
  margin-bottom: 50px;
}

.white-bg-info {
  background: #fff;
  padding: 20px;
  float: left;
  width: 100%;
}
.white-bg-info p {
  margin-bottom: 0;
}
.white-bg-info ul {
  padding-left: 0;
  margin-top: 10px;
}
.white-bg-info ul li {
  display: inline-block;
  padding-right: 26px;
}
.white-bg-info input {
  width: 100%;
}
.white-bg-info select {
  width: 100%;
}
.white-bg-info textarea {
  width: 100%;
}
.white-bg-info .product-price-table tr td {
  border: 0;
}
.white-bg-info .form-group label {
  font-weight: 400;
}

.action-btn {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #E64A19;
  border: 0;
  background: no-repeat;
  padding: 0;
}

.action-btn-block {
  display: inline-block;
  width: auto;
  padding-left: 0;
}
.action-btn-block li {
  display: inline;
  padding-right: 10px;
}

.pwd-req-block {
  background: #F2F3F7;
  padding: 10px;
}
.pwd-req-block h4 {
  margin-bottom: 10px;
}
.pwd-req-block ul {
  padding-left: 10px;
}
.pwd-req-block ul li {
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.pwd-req-block ul li:before {
  content: "";
  background: #333;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
}

.sidebar-menu {
  background: #fff;
  padding: 20px;
}

form .row .col-lg-4 h3 {
  margin-bottom: 10px;
}

.layout-checkout-form .layout-region-checkout-main {
  background: #fff;
  border: 1px solid #DEDEDE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  margin-top: 40px;
  text-align: left;
  padding: 20px;
  max-width: 75%;
  width: 75%;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .layout-checkout-form .layout-region-checkout-main {
    width: 65%;
  }
}
.layout-checkout-form .layout-region-checkout-main legend span {
  font-weight: 500;
}
.layout-checkout-form .layout-region-checkout-main input[type=text] {
  height: 46px;
  line-height: 24px;
}
.layout-checkout-form .layout-region-checkout-main input[type=email] {
  height: 46px;
  line-height: 24px;
}
.layout-checkout-form .layout-region-checkout-secondary {
  width: 25%;
  max-width: 75%;
  padding-left: 30px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .layout-checkout-form .layout-region-checkout-secondary {
    width: 35%;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .layout-checkout-form .layout-region-checkout-secondary {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
  }
}
.layout-checkout-form .layout-region-checkout-secondary h3 {
  margin-bottom: 13px;
}
.layout-checkout-form .layout-region-checkout-secondary .checkout-pane-order-summary {
  width: 100%;
  background: #fff;
}
.layout-checkout-form .layout-region-checkout-secondary .checkout-pane-order-summary .checkout-order-summary {
  padding: 15px;
}
.layout-checkout-form .layout-region-checkout-secondary .checkout-pane-order-summary table tr td {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #293033;
  padding: 10px;
  border-bottom: 1px solid #DEDEDE;
}

.checkout-pane-shipping-information fieldset select {
  width: 100%;
  height: 46px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.checkout-pane-shipping-information [id^=edit-shipping-information-shipping-profile-address] .form-wrapper.mb-3 {
  margin-bottom: 0 !important;
}
.checkout-pane-shipping-information [id^=edit-shipping-information-shipping-profile-address] div#edit-shipping-information-shipping-profile-address-0-address-container3 {
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0;
}

div#shipping-information-wrapper {
  position: relative;
}

input.address-book-edit-button {
  position: absolute;
  width: auto;
  top: 0;
  right: 0;
}

#edit-shipping-information-shipments {
  margin-top: 20px;
}

.layout-checkout-form .checkout-pane-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  gap: 0 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layout-checkout-form .checkout-pane-login fieldset#edit-login-returning-customer {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 48%;
}
.layout-checkout-form .checkout-pane-login fieldset#edit-login-guest {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 48%;
  float: none !important;
}
.layout-checkout-form .checkout-pane-login fieldset#edit-login-register {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
}

@media (max-width: 991px) {
  .layout-checkout-form .layout-region-checkout-main {
    width: 60%;
  }
  .layout-checkout-form .layout-region-checkout-secondary {
    width: 40%;
  }
  .layout-checkout-form .layout-region-checkout-secondary .checkout-pane-order-summary table tr td {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .layout-checkout-form .layout-region-checkout-main {
    width: 100%;
    max-width: 100%;
  }
  .layout-checkout-form .layout-region-checkout-secondary {
    width: 100%;
  }
  .layout-checkout-form .checkout-pane-login fieldset#edit-login-returning-customer {
    width: 100%;
  }
  .layout-checkout-form .checkout-pane-login fieldset#edit-login-guest {
    width: 100%;
  }
  body .checkout-pane.checkout-pane-login .form-wrapper {
    margin-top: 20px;
  }
}
.login-page p {
  font-size: 14px;
  color: #52585B;
  max-width: 675px;
  display: inline-block;
  text-align: center;
}

.auth-main {
  background: #fff;
  border: 1px solid #DEDEDE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  padding: 30px 40px;
  margin-top: 40px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  max-width: 675px;
  text-align: center;
}
.auth-main form {
  text-align: left;
}
.auth-main .form-group label {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5px;
  width: 100%;
  text-align: left;
}
.auth-main p {
  font-size: 16px;
  width: 100%;
}
.auth-main p a {
  font-weight: bold;
}
.auth-main .btn-medium {
  padding: 10px;
}
.auth-main .divider {
  position: relative;
  margin-bottom: 25px;
}
.auth-main .divider:after {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  background-color: #DEDEDE;
  height: 1px;
  width: 100%;
}
.auth-main .divider span {
  color: #52585B;
  font-size: 14px;
  position: relative;
  z-index: 1;
  background: #fff;
  display: inline-block;
  padding: 0 10px;
}
.auth-main .existing-user {
  text-align: center;
  margin: 20px 0px 25px 0;
}
.auth-main .existing-user .inner {
  display: inline-block;
  border: 1px solid #DEDEDE;
  padding: 4px 15px;
  border-radius: 25px;
}
.auth-main .existing-user .inner img {
  border-radius: 4px;
  border: 1px solid #DEDEDE;
  padding: 2px 4px;
  margin-right: 5px;
}
.auth-main.mb-60 {
  margin-bottom: 60px;
}

.social-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.social-login .login-btn {
  border: 1px solid #DEDEDE;
  width: calc(100% - 10px);
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  margin: 0 10px;
  padding: 7px 10px;
}
.social-login .login-btn.fb i {
  background-image: url("../images/fb.svg");
}
.social-login .login-btn.google i {
  background-image: url("../images/google.svg");
}
.social-login .login-btn.apple i {
  background-image: url("../images/apple.svg");
}
.social-login .login-btn i {
  display: block;
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

.step-2,
.step-3,
.step-4,
.step-5 {
  display: none;
}

.checkout-page h3 {
  text-align: left;
}
.checkout-page p {
  text-align: left;
}
.checkout-page form a.forgot-pwd {
  width: 100%;
  display: block;
  line-height: 19px;
  font-weight: bold;
  margin-bottom: 20px;
}
.checkout-page form input[type=submit] {
  width: 100%;
}
.checkout-page .auth-main {
  max-width: 100%;
  padding: 20px;
}

.review-order .auth-main {
  max-width: 100%;
  padding: 20px;
}

.login-page .auth-main + p {
  margin-bottom: 60px;
}
.login-page .auth-main {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .social-login .login-btn {
    font-size: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .social-login .login-btn i {
    margin: 0;
  }
  .auth-main {
    padding: 20px;
    margin-top: 30px;
  }
  .auth-main .divider {
    margin-bottom: 20px;
    display: none;
  }
  .auth-main form p {
    margin-bottom: 0;
  }
  .auth-main .social-login {
    display: none;
  }
  .login-page .auth-main + p {
    margin-bottom: 50px;
  }
  .cta-btn-block a {
    line-height: 30px;
    text-align: left;
  }
}
.cart-table table.views-table {
  width: 100%;
}
.cart-table table.views-table tbody tr td {
  padding: 15px;
  vertical-align: top;
}
.cart-table table.views-table tbody tr td.views-field-field-manufacturer a {
  font-weight: normal;
}
.cart-table input.remove {
  margin-top: 0 !important;
  text-align: left;
  margin-left: 0;
  padding-left: 0;
  font-size: 14px !important;
}
.cart-table .table-responsive.authen-page {
  padding: 0;
}
.cart-table > .large-title {
  margin-top: 60px;
}
.cart-table tbody {
  background: #fff;
}

.checkbox-block {
  margin-top: 0;
}
.checkbox-block label.checklabel {
  margin-left: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #293033;
  margin-bottom: 10px;
}
.checkbox-block label.checklabel span.checkmark {
  top: 0;
}

.qty-wrap {
  position: relative;
}
.qty-wrap button.sub {
  pointer-events: unset;
}
.qty-wrap button.add {
  pointer-events: unset;
}

button.sub {
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  font-size: 0;
  background-color: transparent;
  border: 0;
  width: 9px;
  height: 6px;
  position: absolute;
  right: 16px;
  top: 22px;
  pointer-events: none;
}

button.add {
  background-image: url(../images/arrow-up.svg);
  background-repeat: no-repeat;
  font-size: 0;
  background-color: transparent;
  border: 0;
  width: 9px;
  height: 7px;
  position: absolute;
  right: 16px;
  top: auto;
  bottom: 25px;
  pointer-events: none;
}

input[type=number]::-webkit-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #52585B;
}

input[type=number]::-moz-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: #52585B;
}

input[type=number]:-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #52585B;
}

input[type=number]::-ms-input-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #52585B;
}

input[type=number]::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #52585B;
}

input[type=number] {
  background: #fff;
  border: 1px solid #DEDEDE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 8px 15px;
  width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 0.1;
}

.add-to-cart-btn input {
  border-radius: 4px;
  padding: 9px 16px;
  width: 100%;
}

.add-to-cart-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px 10px;
  padding-top: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.add-to-cart-box .cart--price {
  display: inline-block;
  float: left;
  width: 100%;
}
.add-to-cart-box .cart--price h3 {
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
}
.add-to-cart-box .cart--price p.min-mult-search-form {
  float: left;
  margin: 5px;
}
.add-to-cart-box .cart--dispatch {
  float: left;
  width: 70%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 87px 154.88px;
  grid-template-columns: 87px 154.88px;
}
.add-to-cart-box .cart--dispatch .add-to-cart-qty {
  margin-right: 10px;
}

.table-thumb-block {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.part-number {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #E64A19;
  margin-bottom: 40px;
}

.cart-box {
  padding: 15px;
}
.cart-box .hoverable_prices {
  width: 100%;
}
.cart-box .hoverable_prices span.price_qty {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.cart-box .hoverable_prices span.price_cost {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.cart-box .big-txt {
  font-weight: normal;
}

.btns-inline-block {
  float: left;
  width: 100%;
  padding: 10px 0;
}
.btns-inline-block .qty-wrap {
  width: 80px;
  float: left;
  padding-right: 10px;
}
.btns-inline-block input.form-submit {
  width: calc(100% - 80px);
  float: left;
  padding: 7px 30px;
  border-radius: 2px;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
}
.btns-inline-block input[type=number] {
  padding: 4px 15px 3px 15px;
}
.btns-inline-block button.sub {
  top: 10px;
}
.btns-inline-block button.add {
  bottom: 8px;
}

body.scroll-up .topbar.active .cart-dropdown.is-active {
  position: fixed;
  right: 30px;
  top: 62px;
}

.commerce-order-item-add-to-cart-form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.commerce-order-item-add-to-cart-form .form-wrapper {
  margin-bottom: 0 !important;
  position: relative;
}
.commerce-order-item-add-to-cart-form .form-wrapper fieldset {
  margin-bottom: 0 !important;
  width: 77px;
  margin-right: 10px;
}
.commerce-order-item-add-to-cart-form .form-wrapper fieldset input {
  padding: 8px;
  height: 42px;
}
.commerce-order-item-add-to-cart-form .form-wrapper fieldset label {
  display: none;
}
.commerce-order-item-add-to-cart-form .form-wrapper .ajax-progress.ajax-progress-throbber {
  position: absolute;
  right: 0;
  top: auto;
  bottom: -29px;
  width: 100%;
}
.commerce-order-item-add-to-cart-form .form-actions {
  margin-bottom: 16px !important;
  margin-left: 10px;
}
.commerce-order-item-add-to-cart-form .form-actions input {
  border-radius: 4px;
  padding: 9px 16px;
  width: 100%;
  height: 38px;
}

.add-to-cart-box .field--type-entity-reference {
  margin-bottom: 0;
}

.cart-dropdown .cart-items table tbody tr {
  background: transparent;
  border: 0;
}
.cart-dropdown .cart-items table tbody tr td {
  border: 0;
  vertical-align: middle;
}
.cart-dropdown .cart-items table tbody tr td fieldset {
  margin-bottom: 0 !important;
}

.view-commerce-cart-form table tbody {
  background: #fff;
}
.view-commerce-cart-form table tbody tr {
  background: transparent;
}
.view-commerce-cart-form table thead tr th {
  border: 0;
}
.view-commerce-cart-form form .form-actions {
  text-align: right;
  margin-top: 30px;
  margin-bottom: 30px !important;
}
.view-commerce-cart-form form .form-actions input#edit-submit[value="Update cart"] {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #E64A19;
  border: 1px solid #E64A19;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  background: transparent;
  width: auto;
  padding: 7px 48.5px;
}
.view-commerce-cart-form form .form-actions input#edit-submit[value="Update cart"]:hover {
  background: #E64A19;
  color: #fff;
}
.view-commerce-cart-form form input[value=Checkout], .view-commerce-cart-form form input[value="Passer la commande"] {
  border: 1px solid #E64A19;
  margin-left: 15px;
  width: auto;
  padding: 9px 48.5px;
  border-radius: 2px;
}

.views-field-edit-quantity fieldset.form-type-number {
  margin-bottom: 0 !important;
}
.views-field-edit-quantity input.delete-order-item {
  margin-top: 0 !important;
  text-align: left;
  margin-left: 0;
  font-size: 14px !important;
  color: #E64A19;
  border: 0;
  background: transparent;
  font-weight: normal;
  padding: 0 !important;
  line-height: 16px;
  height: auto;
}

.checkout-pane.checkout-pane-login .form-wrapper {
  background: #fff;
  border: 1px solid #DEDEDE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  margin-top: 40px;
  display: inline-block;
  text-align: center;
}
.checkout-pane.checkout-pane-login .form-wrapper legend {
  float: left;
  text-align: left;
}
.checkout-pane.checkout-pane-login .form-wrapper legend span.fieldset-legend {
  font-weight: 500;
}
.checkout-pane.checkout-pane-login .form-wrapper .fieldset-wrapper fieldset {
  width: 100%;
  text-align: left;
}
.checkout-pane.checkout-pane-login .form-wrapper .fieldset-wrapper a#edit-login-returning-customer-forgot-password {
  text-align: left;
  width: 100%;
  display: block;
  line-height: 19px;
  font-weight: bold;
  margin-top: 20px;
}

.commerce-checkout-flow label {
  display: block;
  text-align: left;
}
.commerce-checkout-flow .form-actions {
  margin: 15px 0;
}
.commerce-checkout-flow .form-actions input {
  width: auto;
}

.view-commerce-cart-form form .form-actions input {
  margin-bottom: 10px;
}

.view-commerce-cart-form form .form-actions {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 991px) and (min-width: 576px) {
  .icon-menus .cart-dropdown {
    top: 70px;
    right: 70px;
  }
}
@media (max-width: 991px) {
  .cart-table table.views-table tbody tr td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart-table table.views-table tbody tr td.views-field-title {
    padding-left: 45px !important;
  }
  .cart-table table.views-table tbody tr td a,
.cart-table table.views-table tbody tr td p {
    padding-left: 10px;
  }
  .cart-table table.views-table tbody tr td.footable-last-visible {
    padding-right: 10px;
  }
  
    .layout-one-sidebar #main-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .icon-menus .cart-dropdown {
    width: 460px;
  }
  .icon-menus .cart-dropdown .update-btn-wrap {
    text-align: left;
  }
  .icon-menus .cart-dropdown .cart-items {
    direction: ltr;
  }
  .icon-menus > ul {
    margin-right: 0;
    direction: rtl;
    padding: 0;
  }
  .icon-menus > ul li {
    padding-left: 0;
  }
  .cart-table > .large-title {
    margin-bottom: 30px;
    margin-top: 50px;
  }
  body.scroll-up .topbar.active .cart-dropdown.is-active {
    top: 70px;
  }
  
  body.path-cart {
      padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .icon-menus .cart-dropdown {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    left: 50%;
    top: 70px;
    min-width: 245px;
  }
  .icon-menus .cart-dropdown td {
    font-size: 13px;
    padding: 5px;
  }
  .icon-menus .cart-dropdown td .qty-wrap button.sub {
    top: 20px;
  }
  .icon-menus .cart-dropdown td .qty-wrap button.add {
    bottom: 20px;
  }
  .icon-menus .cart-dropdown .update-btn-wrap {
    text-align: left;
  }
}
@media (max-width: 414px) {
  .btns-block a {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
}
.contact-image img {
  width: 100%;
}

.contact-description {
  padding-top: 30px;
}
.contact-description p span {
  font-weight: 700;
  display: block;
  text-align: center;
  color: #52585B;
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.contact-description ul {
  padding-left: 0;
  padding-top: 20px;
}
.contact-description ul li {
  list-style-type: none;
  margin-top: 15px;
  margin-bottom: 15px;
}
.contact-description ul li a {
  color: #E64A19;
  font-size: 20px;
  text-decoration: underline;
}
.contact-description ul li span {
  font-size: 18px;
}

.contact--form-sec {
  background: #fff;
  padding: 60px 0;
  margin-top: 30px;
}
.contact--form-sec form {
  padding-bottom: 0;
  margin: 0 97px;
}
.contact--form-sec .underline-text {
  margin: 0 0 60px 0;
}

@media (max-width: 575px) {
  .contact--form-sec {
    padding: 60px 0 50px 0;
  }
  .contact--form-sec form {
    margin: 0 0;
  }
}
.location-sec .large-title h1 {
  margin-bottom: 30px;
}
.location-sec .who-we-desc {
  padding: 0 0;
}
.location-sec .who-we-desc p {
  margin-bottom: 35px;
}

.location-sec .who-we-desc p {
  text-align: center;
}

.location-box {
  padding-bottom: 30px;
  margin-bottom: 60px;
  max-width: 100%;
  margin-right: 0;
}

.map-direction-list .col-lg-6:last-child .location-box {
  padding-bottom: 30px;
  margin-bottom: 60px;
  margin-left: 5px;
  max-width: 100%;
  margin-right: 0;
}
.map-direction-list .col-lg-6:first-child .location-box {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .location-sec .who-we-desc {
    padding: 0 0;
  }
  .location-sec .who-we-desc p {
    text-align: left;
    margin-bottom: 49px;
  }
  .location-sec .large-title h1 {
    margin-bottom: 20px;
    text-align: left;
  }
  .location-sec .card .desc-block p {
    color: #000;
    padding: 0 10px;
  }
  .location-sec .card .desc-block p .big {
    font-size: 24px;
    line-height: 30px;
  }
  .location-sec .card .desc-block p .small {
    font-size: 15px;
    line-height: 24px;
  }
  .location-sec .card a {
    font-size: 18px;
    line-height: 25px;
  }

  
  #status-messages-container {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .card .desc-block p .big {
    text-align: left;
  }
  .card .desc-block p .small {
    text-align: left;
  }
  .card a {
    text-align: left;
    padding-left: 15px;
  }
  .location-box {
    margin-bottom: 30px;
  }
  .map-direction-list .col-lg-6:last-child .location-box {
    margin-bottom: 50px;
  }
}
.Product-form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin: 20px 0;
}
.Product-form .form-group {
  margin-bottom: 0;
  width: 100%;
}
.Product-form .form-group label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #293033;
  margin-bottom: 5px;
}
.Product-form input {
  width: 100%;
}