html,
body {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 16px; }
  body select,
  body select option {
    font-family: "Work Sans", sans-serif; }

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

a {
  color: #da193c; }

a:hover {
  text-decoration: underline; }

button:hover,
button:active,
button:focus {
  outline: none; }

.container-fluid {
  padding-right: 0;
  padding-left: 0; }

#top-shortnav {
  max-width: 1650px;
  width: 92%;
  display: flex;
  margin: 10px auto 0px;
  justify-content: space-evenly; }
  @media (min-width: 801px) {
    #top-shortnav {
      margin: 20px auto 0px; } }

.short-innernav {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 20px; }

.logo {
  width: auto; }

.logo a.header-logo {
  margin: 0;
  width: 92px;
  display: inline-block; }

.navigation {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex; }

.navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 7px; }

.navigation ul li {
  -webkit-transition: all 0.5s, color 0.5s;
  transition: all 0.5s, color 0.5s;
  flex-grow: 1;
  position: relative; }

.navigation ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  border: 2px solid transparent;
  padding: 4px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.5s, color 0.5s;
  transition: all 0.5s, color 0.5s; }

.navigation ul li:hover > a,
.navigation ul li a:hover,
.navigation ul li a:active,
.navigation ul li a:focus {
  border: 2px solid #db193c;
  border-radius: 50px;
  text-decoration: none;
  -webkit-transition: all 0.5s, color 0.5s;
  transition: all 0.5s, color 0.5s;
  color: #db193c;
  padding-left: 5px;
  padding-right: 5px; }

ul.user-icon {
  display: flex;
  display: -webkit-flex;
  align-items: center; }

ul.user-icon li {
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: all 0.5s, color 0.5s;
  transition: all 0.5s, color 0.5s; }

ul.user-icon li:last-child {
  margin-right: 0px; }

ul.user-icon li a {
  width: 53px;
  height: 53px;
  background: #fff;
  mix-blend-mode: normal;
  border: 1px solid rgba(115, 115, 115, 0.5);
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s, color 0.5s;
  transition: all 0.5s, color 0.5s; }

ul.user-icon li a img.icon {
  display: inline-block;
  width: 23px;
  -webkit-transition: all 0.5s, color 0.5s;
  transition: all 0.5s, color 0.5s; }

ul.user-icon li:nth-child(2) a img.icon {
  display: inline-block;
  width: 23px; }

ul.user-icon li a:hover,
ul.user-icon li a:active,
ul.user-icon li a:focus {
  border-color: #db193c;
  -webkit-transition: all 0.5s, color 0.5s;
  transition: all 0.5s, color 0.5s; }

.scnd-header-bar {
  width: 100%; }
  .scnd-header-bar .menu {
    margin-left: 20px;
    width: 100%; }

#header-serch.form-group {
  max-width: 980px;
  width: 95%;
  height: 48px;
  margin: 0px 0px 0px 0px;
  position: relative; }

#header-serch.form-group .form-control {
  width: 100%;
  height: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 50px;
  background-color: #ffffff;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  color: #8c8c8c;
  box-shadow: none;
  padding: 4px 60px 4px 20px; }

#header-serch.form-group a.product-srch-icon {
  position: absolute;
  right: 24px;
  top: 5px;
  color: #d1d1d1;
  font-size: 24px;
  display: inline-block;
  -webkit-transition: all 0.5s, color 0.5s;
  transition: all 0.5s, color 0.5s; }

#header-serch.form-group a.product-srch-icon:hover,
#header-serch.form-group a.product-srch-icon:active,
#header-serch.form-group a.product-srch-icon:focus {
  color: #db193c;
  -webkit-transition: all 0.5s, color 0.5s;
  transition: all 0.5s, color 0.5s; }

.time--calling-info {
  display: inline-block;
  text-align: center; }

.time--calling-info h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 17px;
  color: #a5132d;
  display: block;
  margin-left: 15px; }

.time--calling-info p {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  display: block;
  margin-left: 15px; }

.time--calling-info p a {
  font-weight: 700;
  color: #000000; }

.time--calling-info p a:hover,
.time--calling-info p a:active,
.time--calling-info p a:focus {
  color: #a5132d; }

.live-chat-icon {
  display: inline-block;
  vertical-align: middle; }

.live-chat-icon a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 18px 9px;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  border-radius: 50px;
  -webkit-transition: all 0.5s, color 0.5s;
  transition: all 0.5s, color 0.5s; }

.live-chat-icon a img {
  width: 32px;
  display: inline-block;
  -webkit-filter: opacity(0.5);
  filter: opacity(0.5); }

.live-chat-icon a span {
  font-weight: 700;
  font-size: 17px;
  display: flex;
  text-align: center;
  color: #929292;
  margin-left: 12px; }

.live-chat-icon a:hover,
.live-chat-icon a:active,
.live-chat-icon a:focus {
  border-color: #db193c;
  -webkit-transition: all 0.5s, color 0.5s;
  transition: all 0.5s, color 0.5s; }

.main-banner-wrapper {
  width: 100%;
  overflow: hidden;
  background: #eee;
  padding: 60px 0px;
  background-image: url("../img/homepage-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.main-banner {
  max-width: 1162px;
  width: 92%;
  margin: 60px auto 0px;
  display: block; }

.main-banner .owl-carousel {
  width: 100%; }

.main-banner .owl-carousel img {
  width: auto; }

.banner-image-content {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center; }

.banner-content-area {
  display: block; }

.banner-content-area h1 {
  font-weight: 800;
  font-size: 40px;
  line-height: 1.2;
  color: #000000;
  display: block;
  margin-left: 0; }

.banner-content-area p {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 2px;
  color: #000000;
  display: block;
  margin: 15px 0px 35px; }

.banner-product-area {
  width: 31%;
  display: block; }

.call-to-action {
  display: flex;
  display: -webkit-flex;
  align-items: center; }

.call-to-action a {
  width: 168px;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  color: #eeeeee;
  margin-right: 35px;
  border-radius: 50px;
  -webkit-transition: all 0.5s, color 0.5s;
  transition: all 0.5s, color 0.5s; }

.call-to-action a:last-child {
  margin-right: 0px; }

.call-to-action a:first-child {
  background-color: #db193c;
  border: 2px solid #db193c;
  -webkit-transition: all 0.5s, color 0.5s;
  transition: all 0.5s, color 0.5s; }

.call-to-action a:first-child:hover,
.call-to-action a:first-child:active,
.call-to-action a:first-child:focus {
  font-weight: 500;
  background-color: #eee;
  border: 2px solid #db193c;
  color: #db193c;
  -webkit-transition: all 0.5s, color 0.5s;
  transition: all 0.5s, color 0.5s; }

.call-to-action a:last-child {
  background-color: #11729c;
  border: 2px solid #11729c;
  -webkit-transition: all 0.5s, color 0.5s;
  transition: all 0.5s, color 0.5s; }

.call-to-action a:last-child:hover,
.call-to-action a:last-child:active,
.call-to-action a:last-child:focus {
  font-weight: 500;
  background-color: #eee;
  border: 2px solid #11729c;
  color: #11729c;
  -webkit-transition: all 0.5s, color 0.5s;
  transition: all 0.5s, color 0.5s; }

.main-banner .owl-carousel .owl-nav {
  margin-top: 0px; }

.main-banner .owl-carousel .owl-nav button {
  margin: 0px;
  opacity: 1;
  border: 3px solid #ffffff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center; }

.main-banner .owl-carousel .owl-nav button:hover {
  opacity: 1;
  box-shadow: none; }

.main-banner .owl-carousel .owl-nav button span {
  display: none; }

.main-banner .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -120px;
  margin-top: -10px; }

.main-banner .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -120px;
  margin-top: -10px; }

.main-banner .owl-carousel .owl-nav button.owl-prev::after,
.main-banner .owl-carousel .owl-nav button.owl-next::before {
  content: "\f104";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  font-size: 122px;
  color: #c4c4c4; }

.main-banner .owl-carousel .owl-nav button.owl-next::before {
  content: "\f105"; }

.main-banner .owl-carousel .owl-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -48px;
  display: block;
  margin: 0px auto; }

.main-banner .owl-carousel .owl-dots button span {
  width: 14px;
  height: 14px;
  background: #c4c4c4;
  border: none;
  border-radius: 50px;
  margin: 0px 4px; }

.main-banner .owl-carousel .owl-dots button span:hover,
.main-banner .owl-carousel .owl-dots .owl-dot.active span {
  background: #db193c; }

.new-products-section {
  max-width: 1162px;
  width: 92%;
  margin: 40px auto 0px;
  display: block;
  text-align: center; }

.new-products-section div {
  text-align: center; }

.new-products-section div h2 {
  font-weight: 600;
  font-size: 32px;
  color: #494949;
  letter-spacing: 1px;
  display: block; }

.brand-new-flexy-section {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 40px auto 0px; }

.each-new-products {
  width: 31%;
  text-align: center;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #f4f4f4;
  background-blend-mode: soft-light, normal;
  border: none;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 40px;
  overflow: hidden;
  padding: 30px 0px 40px; }

img.new-product {
  width: 82%;
  margin: 0px auto;
  display: block; }

.product-content-area {
  width: 100%;
  display: block;
  text-align: center;
  padding: 0px 26px; }

.product-content-area h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 1px;
  display: block;
  margin-top: 5px; }

.product-content-area p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #737373;
  display: block;
  padding: 0px 10px;
  margin: 32px 0px 10px; }

.product-content-area b {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1px;
  display: block; }

.product-double-cta-buton {
  width: 100%;
  display: block;
  margin: 30px auto 0px; }

.product-double-cta-buton a {
  width: 100%;
  height: 48px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  color: #eeeeee;
  background-color: #da193c;
  border: 2px solid #da193c;
  border-radius: 50px;
  -webkit-transition: all 0.5s, color 0.5s;
  transition: all 0.5s, color 0.5s;
  margin-bottom: 12px; }

.product-double-cta-buton a:last-child {
  margin-bottom: 0px;
  background-color: transparent;
  color: #000000; }

.product-double-cta-buton a:hover,
.product-double-cta-buton a:active,
.product-double-cta-buton a:focus {
  color: #eeeeee;
  background-color: #11729c;
  border: 2px solid #11729c;
  -webkit-transition: all 0.5s, color 0.5s;
  transition: all 0.5s, color 0.5s; }

.value-proposition-container {
  max-width: 1362px;
  width: 92%;
  margin: 70px auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between; }

.value-proposition-container ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between; }

.value-proposition-container ul li {
  display: inline-block;
  width: 31%; }

.value-proposition-container ul li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100px;
  background: #f3f3f3;
  border: 0;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 30px;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 1px;
  color: #444444;
  -webkit-transition: all 0.5s, color 0.5s;
  transition: all 0.5s, color 0.5s; }

.value-proposition-container ul li a:hover,
.value-proposition-container ul li a:active,
.value-proposition-container ul li a:focus {
  color: #db193c;
  -webkit-transition: all 0.5s, color 0.5s;
  transition: all 0.5s, color 0.5s; }

.aventis-solution-builder-finder-container {
  max-width: 1300px;
  width: 92%;
  margin: 40px auto 0px;
  display: block;
  text-align: center; }

.aventis-solution-builder-finder-container h1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 47px;
  color: #525158; }

.aventis-solution-builder-finder-container h1 img {
  width: 64px;
  display: inline-block;
  filter: drop-shadow(0px 0px 4px rgba(89, 8, 8, 0.7));
  -webkit-filter: drop-shadow(0px 0px 4px rgba(89, 8, 8, 0.7));
  margin-right: 20px; }

.aventis-solution-builder-finder-container div {
  margin-top: 35px; }

.aventis-solution-builder-finder-container h4 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  color: #525158; }

.aventis-solution-builder-finder-container p {
  display: block;
  padding: 14px 260px 0px;
  font-weight: 400;
  font-size: 18px;
  color: #585858;
  line-height: 22px;
  margin-bottom: 50px; }

.aventis-solution-builder-finder-container
.serch-filter-best-product
.each-filter:first-child {
  width: 38%; }

.aventis-solution-builder-finder-container .guided-text {
  color: #525158;
  font-size: 22px;
  font-weight: 700;
  margin-top: 50px; }

.each-filter {
  display: inline-block;
  width: 28%; }

.each-filter label {
  font-weight: 600;
  font-size: 18px;
  color: #525158;
  display: block;
  text-align: left;
  margin-bottom: 12px; }

.aventis-solution-builder-finder-container .serch-filter-best-product {
  margin-top: 0px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between; }

.aventis-solution-builder-finder-container .each-filter {
  margin-top: 0px; }

.aventis-solution-builder-finder-container .filter-outer-div {
  margin-top: 0px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 9px;
  width: 100%;
  height: 74px;
  background: #d9dbe0;
  border-radius: 50px; }

.aventis-solution-builder-finder-container .filter-outer-div.selected {
  background: rgba(218, 25, 60, 0.7); }

.filter-outer-div a {
  width: 47%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f3;
  border: 3px solid #f3f3f3;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -1px;
  color: #525158;
  -webkit-box-shadow: 0px 10px 9px rgba(72, 77, 82, 0.76);
  box-shadow: 0px 10px 9px rgba(72, 77, 82, 0.76);
  border-radius: 50px; }

.filter-outer-div a:hover,
.filter-outer-div a:active,
.filter-outer-div a:focus {
  border-color: #da193c; }

.filter-outer-div select {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f3;
  border: 3px solid #f3f3f3;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -1px;
  color: #525158;
  padding: 0px 20px;
  -webkit-box-shadow: 0px 10px 9px rgba(72, 77, 82, 0.76);
  box-shadow: 0px 10px 9px rgba(72, 77, 82, 0.76);
  border-radius: 50px; }

.framework-we-provide {
  max-width: 1360px;
  padding: 0px 16px;
  width: 100%;
  margin: 0px auto 0px;
  display: block;
  text-align: center; }

.framework-we-provide .owl-carousel img {
  width: auto; }

.framework-we-provide .owl-carousel .owl-item {
  display: inline-block;
  float: none; }

.framework-we-provide div h2 {
  font-weight: 800;
  font-size: 51px;
  color: #393939;
  line-height: 60px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 16px; }

.framework-we-provide div h2 span {
  color: #da193c; }

.framework-we-provide > div > p {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 2px;
  color: #000000;
  display: block;
  margin: 0px 0px 35px; }

.framework-we-provide .each-new-products {
  width: 96%;
  margin: 0px auto; }

.framework-we-provide .each-new-products .image-box {
  max-width: 120px;
  margin: 0 auto; }

.framework-we-provide .product-content-area .product-double-cta-buton a {
  color: #eeeeee;
  background-color: #da193c;
  border: 2px solid #da193c; }

.framework-we-provide .owl-carousel .owl-nav {
  margin-top: 0px; }

.framework-we-provide .owl-carousel .owl-nav button {
  margin: 0px;
  opacity: 1;
  border: 3px solid #ffffff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center; }

.framework-we-provide .owl-carousel .owl-nav button:hover {
  opacity: 1;
  box-shadow: none; }

.framework-we-provide .owl-carousel .owl-nav button span {
  display: none; }

.framework-we-provide .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -120px;
  margin-top: -2px; }

.framework-we-provide .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -120px;
  margin-top: -2px; }

.framework-we-provide .owl-carousel .owl-nav button.owl-prev::after,
.framework-we-provide .owl-carousel .owl-nav button.owl-next::before {
  content: "\f104";
  font-family: FontAwesome;
  position: absolute;
  font-size: 42px;
  color: #929191;
  width: 58px;
  height: 58px;
  background: #f5f5f5;
  border: 1px solid #a6a6a6;
  border-radius: 12px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center; }

.framework-we-provide .owl-carousel .owl-nav button.owl-next::before {
  content: "\f105"; }

.product-callout-container {
  max-width: 1298px;
  width: 92%;
  margin: 40px auto 40px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between; }

.product-callout-product-section {
  width: 38%;
  display: inline-block; }

.product-callout-content {
  width: 60%;
  display: block;
  text-align: center; }

.product-callout-content h1 {
  font-weight: 600;
  font-size: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: -0.5px;
  color: #393939; }

.product-callout-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #8e8e8e;
  display: block;
  margin: 20px 0px 30px; }

.product-callout-content a {
  height: 48px;
  display: inline-block;
  text-align: center;
  padding: 4px 48px 5px;
  font-size: 23px;
  color: #eeeeee;
  background-color: #da193c;
  border: 2px solid #da193c;
  border-radius: 50px;
  -webkit-transition: all 0.5s, color 0.5s;
  transition: all 0.5s, color 0.5s; }

.testimonial-container {
  max-width: 1166px;
  width: 100%;
  display: block;
  margin: 0px auto;
  text-align: center; }

.testimonial-container h2 {
  font-family: Work Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 51px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #121212;
  margin-bottom: 56px;
  text-align: center;
  line-height: 61.2px; }

.testimonial-container h2 small {
  font-size: 51px;
  font-weight: 600;
  text-transform: capitalize; }

.testimonial-container .slick-track {
  display: flex !important; }

.each-testimonial {
  display: flex !important;
  margin: 0px auto;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  height: inherit !important;
  gap: 20px;
  border: 1px solid #DA193C;
  padding: 30px;
  border-radius: 0 40px 0 40px;
  position: relative; }

.each-testimonial .main-testimonial {
  position: relative;
  z-index: 2; }

.testimonial-container .testimonials-slider .slick-slide .top-left {
  display: flex;
  height: 45.58px;
  width: 57px;
  align-items: start;
  justify-content: start;
  background: #fafafa;
  position: absolute;
  top: -4.65px;
  left: -2px; }

.testimonial-container .testimonials-slider .slick-slide .bottom-right {
  display: flex;
  height: 45.58px;
  width: 57px;
  align-items: end;
  justify-content: end;
  background: #fafafa;
  position: absolute;
  bottom: -4.65px;
  right: -2px; }

.each-testimonial p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #121212;
  display: block;
  padding: 0; }

.each-testimonial img.rating-star {
  margin: 10px auto 0px;
  width: 140px; }

.testimonial-user-icon {
  text-align: center;
  display: block;
  margin: 10px auto 0px;
  width: 70px;
  height: 70px;
  border-radius: 100px; }

.testimonial-user-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0px auto; }

.user-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px; }

.user-info h2 {
  font-weight: 800;
  color: #393939;
  font-size: 30px;
  display: block; }

.user-info span {
  font-size: 15px;
  line-height: 18px;
  color: #000;
  font-weight: 600;
  display: block; }

.user-info .rating-star {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center; }

.user-info .user-info-user {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px; }

.user-info .user-info-user .user-icon {
  height: 39px;
  width: 39px; }

.user-info .user-info-user .user-icon img {
  height: 100%;
  width: 100%;
  object-fit: cover; }

.user-info .user-info-user .user-info-name {
  display: flex;
  flex-direction: column;
  text-align: left; }

.user-info .user-info-user .user-info-name .user-name {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal; }

.user-info .user-info-user .user-info-name .user-location {
  color: rgba(18, 18, 18, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }

.testimonial-container .testimonials-slider .slick-prev,
.testimonial-container .testimonials-slider .slick-next {
  display: block !important;
  height: 58px;
  width: 58px;
  top: calc(50% + 9px); }

.testimonial-container .testimonials-slider .slick-prev {
  left: -58px; }

.testimonial-container .testimonials-slider .slick-next {
  right: -58px; }

.testimonial-container .testimonials-slider .slick-prev:before,
.testimonial-container .testimonials-slider .slick-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: 600;
  font-size: 40px;
  color: #C9D3D6 !important;
  opacity: 1 !important;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }

.testimonial-container .testimonials-slider .slick-prev,
.testimonial-container .testimonials-slider .slick-next {
  opacity: 1 !important; }

.testimonial-container .testimonials-slider .slick-prev:before {
  transform: rotate(180deg); }

.testimonial-container .testimonials-slider.slick-dotted.slick-slider {
  margin-bottom: 60px; }

.testimonial-container .testimonials-slider .slick-slide {
  margin: 5px 10px; }

.testimonial-container .testimonials-slider .slick-list {
  margin: 0 -10px; }

.testimonial-container .testimonials-slider .slick-dots {
  bottom: -50px; }

.testimonial-container .testimonials-slider .slick-dots li,
.testimonial-container .testimonials-slider .slick-dots li button {
  height: 10px;
  width: 10px; }

.testimonial-container .testimonials-slider .slick-dots li button::before {
  background: #c9d3d6 !important;
  color: #c9d3d6 !important;
  height: 10px;
  width: 10px;
  opacity: 1;
  content: ""; }

.testimonial-container .testimonials-slider .slick-dots li.slick-active button::before {
  background: #da193c !important;
  color: #da193c !important; }

.each-testimonial .collapsed,
.each-testimonial .read-more-btn {
  display: none; }

.each-testimonial.collapsed-content .collapsed,
.each-testimonial.collapsed-content .read-more-btn {
  display: block; }

.each-testimonial.collapsed-content .expanded {
  display: none; }

.each-testimonial.collapsed-content .read-more-btn {
  margin: 15px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  color: #000; }

.each-testimonial.collapsed-content .read-more-btn:hover {
  text-decoration: none; }

.each-testimonial.collapsed-content .read-more-btn .carret-icon::before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: 600;
  font-size: 22px;
  color: #C9D3D6; }

@media (max-width: 1250px) {
  .testimonial-container .testimonials-slider .slick-prev,
  .testimonial-container .testimonials-slider .slick-next {
    display: none !important; } }

@media (max-width: 600px) {
  .testimonial-container h2 {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 45px; } }

.brand-container {
  width: 100%;
  display: block;
  text-align: center;
  margin: 40px 0px 40px; }

.brand-container h1 {
  font-weight: 600;
  font-size: 36px;
  color: #393939;
  line-height: 42px;
  letter-spacing: -2px;
  margin-bottom: 56px;
  text-align: center;
  padding: 0 15px; }

.brand-container ul {
  max-width: 772px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px auto; }

.brand-container ul li {
  border: 2px solid rgba(159, 159, 159, 0.502431);
  box-sizing: border-box;
  border-radius: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  width: 31%;
  height: 108px;
  overflow: hidden;
  padding: 0px 55px; }

.shop-dell-cover-area {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin: 40px auto 40px;
  position: relative;
  padding: 0px 16px; }

img.shop-dell-bg {
  display: inline-block;
  vertical-align: middle;
  width: 315px; }

.shop-dell-slider {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  overflow: hidden;
  padding: 0px 90px 0px 100px; }

.shop-dell-slider .owl-carousel .owl-stage .owl-item.active:last-child {
  margin-right: 50px; }

.shop-dell-slider .each-new-products {
  width: 100%;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #ececec;
  background-blend-mode: soft-light, normal;
  border: 2px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 40px;
  padding: 15px 0px 30px; }

.shop-dell-slider .each-new-products img.new-product {
  width: 50%; }

.shop-dell-slider .product-content-area {
  padding: 0px 26px; }

.shop-dell-slider .product-content-area h3 {
  font-size: 16px;
  letter-spacing: 0; }

.shop-dell-slider .product-content-area p {
  margin: 22px 0px 35px; }

.shop-dell-slider .product-double-cta-buton a {
  font-size: 14px;
  height: 36px; }

.shop-dell-slider .owl-carousel .owl-nav {
  margin-top: 0px; }

.shop-dell-slider .owl-carousel .owl-nav button {
  margin: 0px;
  opacity: 1;
  border: 3px solid #ffffff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center; }

.shop-dell-slider .owl-carousel .owl-nav button:hover {
  opacity: 1;
  box-shadow: none; }

.shop-dell-slider .owl-carousel .owl-nav button span {
  display: none; }

.shop-dell-slider .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -50px;
  margin-top: -2px; }

.shop-dell-slider .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -40px;
  margin-top: -2px; }

.shop-dell-slider .owl-carousel .owl-nav button.owl-prev::after,
.shop-dell-slider .owl-carousel .owl-nav button.owl-next::before {
  content: "\f104";
  font-family: FontAwesome;
  position: absolute;
  font-size: 32px;
  color: #929191;
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  border: 1px solid #a6a6a6;
  border-radius: 12px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center; }

.shop-dell-slider .owl-carousel .owl-nav button.owl-next::before {
  content: "\f105"; }

.newsletter-section {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 80px;
  padding: 40px 0px 30px;
  /*background: linear-gradient(107.56deg, #da193c 20%, #2882a4 100%);*/
  background: #2882a4; }

.newsletter-section h2 {
  font-weight: 600;
  font-size: 35px;
  display: block;
  letter-spacing: -2px;
  color: #fff;
  margin-bottom: 35px; }

.newsletter-section .form-group {
  max-width: 700px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto; }

.newsletter-section .form-group .form-control {
  width: 350px;
  height: 64px;
  background: #efefef;
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3), -1px -1px 2px rgba(216, 216, 219, 0.5), inset -5px 5px 10px rgba(216, 216, 219, 0.2), inset 5px -5px 10px rgba(218, 218, 218, 0.2), inset -5px -5px 10px rgba(255, 255, 255, 0.9), inset 5px 5px 13px rgba(216, 216, 216, 0.9);
  border-radius: 50px;
  display: inline-block;
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  color: #a0a0a0;
  border: 0;
  padding: 5px 80px 5px 30px; }

.newsletter-section .form-group .form-control:focus {
  border: 0;
  outline: none; }

.newsletter-section a.subscribe-buton {
  background: #da193c;
  border-radius: 50px;
  display: inline-block;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  padding: 14px 47px 14px;
  margin-left: -70px; }

.footer-container {
  max-width: 1500px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0px auto 45px;
  padding: 0 20px; }

.each-footer-links-section {
  display: inline-block;
  vertical-align: top; }

.each-footer-links-section a.footer-logo {
  display: inline-block;
  width: 92px; }

.each-footer-links-section h4 {
  font-weight: 700;
  font-size: 20px;
  color: #0a3e51;
  display: block;
  margin-bottom: 10px; }

.each-footer-links-section ul {
  display: block;
  margin: 0px; }

.each-footer-links-section ul li {
  display: block;
  margin-bottom: 4px; }

.each-footer-links-section ul li a {
  font-weight: 400;
  font-size: 17px;
  color: #000;
  display: inline-block; }

.each-footer-links-section ul li a:hover,
.each-footer-links-section ul li a:active,
.each-footer-links-section ul li a:focus {
  color: #da193c; }

ul.social-icon {
  width: 180px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap; }

ul.social-icon li {
  margin: 0px 5px 5px 0px; }

ul.social-icon li a {
  display: inline-block;
  width: 49px;
  height: 49px; }

.copyright-bg-cover {
  width: 100%;
  display: block;
  background: #f5f5f7;
  text-align: center;
  font-size: 16px;
  color: #000;
  font-style: italic;
  font-weight: 400;
  padding: 10px 10px 10px; }
  @media (min-width: 800px) {
    .copyright-bg-cover {
      display: flex;
      justify-content: center;
      gap: 1rem; } }

.copyright-bg-cover p {
  display: block;
  font-size: 15px; }

/*---- Toggle Navigation ----*/
/*---- Toggle Navigation ----*/
@media (min-width: 1100px) {
  .navigation ul.menuToggle {
    display: none; } }

@media all and (max-width: 1100px) {
  .navigation ul.menuToggle {
    display: flex;
    position: absolute;
    left: 15px;
    top: 60px;
    cursor: pointer; }
  .navigation ul.menuToggle .menu-item {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    width: 40px;
    height: 6px;
    margin: 0 0 6px;
    background: transparent;
    border-radius: 25px;
    border: 1px solid #da193c; }
  .navigation ul.menuToggle.open .menu-item {
    background: #da193c; }
  .navigation ul li a {
    display: block;
    width: 100%;
    font-weight: 500;
    color: #000000;
    padding: 8px 15px; }
  .navigation ul li.item-1 {
    -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
    transition: opacity 0.5s 0.1s, transform 0.5s 0.1s; }
  .navigation ul li.item-2 {
    -webkit-transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
    transition: opacity 0.5s 0.2s, transform 0.5s 0.2s; }
  .navigation ul li.item-3 {
    -webkit-transition: opacity 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
    transition: opacity 0.5s 0.3s, transform 0.5s 0.3s; }
  .navigation ul li.item-4 {
    -webkit-transition: opacity 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
    transition: opacity 0.5s 0.4s, transform 0.5s 0.4s; }
  .navigation ul li.item-5 {
    -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: opacity 0.5s 0.5s, transform 0.5s 0.5s; }
  .navigation ul li.item-6 {
    -webkit-transition: opacity 0.5s 0.6s, -webkit-transform 0.5s 0.6s;
    transition: opacity 0.5s 0.6s, transform 0.5s 0.6s; }
  .navigation ul li.item-7 {
    -webkit-transition: opacity 0.5s 0.7s, -webkit-transform 0.5s 0.7s;
    transition: opacity 0.5s 0.7s, transform 0.5s 0.7s; }
  .navigation ul li.item-8 {
    -webkit-transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
    transition: opacity 0.5s 0.8s, transform 0.5s 0.8s; }
  .navigation .menu li {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0; }
  .navigation.open .menu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .navigation ul.menuToggle.open .menu-item:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 6px 50%;
    transform-origin: 6px 50%; }
  .navigation ul.menuToggle .menu-item:nth-child(2) {
    /* opacity: 0;*/ }
  .navigation ul.menuToggle.open .menu-item:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 3px 50%;
    transform-origin: 3px 50%; }
  .navigation ul.menu {
    position: fixed;
    opacity: 0;
    visibility: hidden; }
  .navigation.open ul.menu {
    opacity: 1;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    visibility: visible;
    z-index: 50;
    padding-top: 100px; }
  .short-innernav {
    height: 52px; }
  .navigation {
    margin: 0px; }
  .logo {
    position: absolute;
    left: 0;
    right: 0%;
    margin: 0px auto;
    text-align: center; } }

@media (min-width: 1300px) {
  .navigation ul li a {
    padding: 6px 5px;
    font-size: 15px; } }

@media (min-width: 1601px) {
  .navigation ul li a {
    padding: 6px 5px;
    font-size: 17px; } }

@media (min-width: 1801px) {
  .navigation ul li a {
    padding: 6px 5px;
    font-size: 18px; } }

@media (min-width: 1351px) and (max-width: 1490px) {
  .navigation ul li a {
    padding: 6px 5px; }
  .main-banner .owl-carousel .owl-nav button.owl-next,
  .framework-we-provide .owl-carousel .owl-nav button.owl-next {
    right: -50px; }
  .main-banner .owl-carousel .owl-nav button.owl-prev,
  .framework-we-provide .owl-carousel .owl-nav button.owl-prev {
    left: -50px; } }

@media (min-width: 1200px) and (max-width: 1350px) {
  .navigation ul li a {
    padding: 6px 0px;
    font-size: 14px; }
  .main-banner .owl-carousel .owl-nav button.owl-next,
  .framework-we-provide .owl-carousel .owl-nav button.owl-next {
    right: -30px; }
  .main-banner .owl-carousel .owl-nav button.owl-prev,
  .framework-we-provide .owl-carousel .owl-nav button.owl-prev {
    left: -30px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .logo a.header-logo {
    width: 43px; }
  ul.user-icon li a {
    width: 40.63px;
    height: 40.63px; }
  ul.user-icon li:nth-child(2) a img.icon {
    width: 21px; }
  ul.user-icon li a img.icon {
    width: 18px; }
  .time--calling-info {
    display: none; }
  .scnd-header-bar {
    margin-top: 0px; }
  #header-serch.form-group {
    max-width: 100%;
    width: 100%;
    height: 50px;
    margin: 0px; }
  #header-serch.form-group a.product-srch-icon {
    right: 20px;
    top: 9px;
    font-size: 22px; }
  #header-serch.form-group .form-control {
    padding: 4px 44px 4px 10px; }
  .live-chat-icon {
    margin: 0 20px;
    width: 15%; }
  .live-chat-icon a img {
    display: none; }
  .live-chat-icon a {
    padding: 11px 2px 10px;
    border: 3px solid #da193c;
    border-radius: 50px;
    text-align: center;
    background-color: #da193c; }
  .live-chat-icon a span {
    font-size: 15px;
    color: #ffffff;
    margin-left: 0; }
  ul.user-icon {
    position: relative;
    z-index: 2; }
  .main-banner {
    margin: 50px auto 0px; }
  .main-banner .owl-carousel .owl-nav {
    display: none; }
  .new-products-section .each-new-products:last-child {
    margin: 0px auto 0px; }
  .product-content-area {
    padding: 0px 16px; }
  .value-proposition-container ul li:last-child {
    margin-bottom: 0px; }
  .aventis-solution-builder-finder-container p {
    padding: 14px 40px 0px; }
  .framework-we-provide {
    padding: 0; }
  .framework-we-provide div h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 45px; }
  .framework-we-provide .owl-carousel .owl-nav {
    display: none; }
  .product-callout-container {
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .product-callout-product-section {
    width: 100%; }
  .product-callout-content {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 30px; }
  .product-callout-content h1 {
    font-weight: 700;
    font-size: 38px;
    letter-spacing: 0px; }
  .testimonial-container h1 {
    font-size: 46px; }
  .testimonial-container h1 small {
    font-size: 34px; }
  .testimonial-container .owl-carousel .owl-nav {
    display: none; }
  .brand-container {
    width: 92%; }
  .brand-container h1 {
    font-weight: 700;
    font-size: 30px;
    color: #393939;
    line-height: 35px;
    letter-spacing: 0; }
  .brand-container ul li {
    border-radius: 50px;
    margin-bottom: 20px;
    width: 30%;
    height: 104px;
    padding: 0px 6px; }
  .shop-dell-cover-area {
    flex-direction: column; }
  img.shop-dell-bg {
    width: 100%; }
  .shop-dell-slider {
    width: 100%;
    height: auto;
    padding: 0px 20px;
    margin-top: 40px; }
  .shop-dell-slider .owl-carousel .owl-nav {
    display: none; }
  .newsletter-section {
    margin-left: auto;
    margin-right: auto; }
  .newsletter-section .form-group {
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .newsletter-section .form-group .form-control {
    width: 100%; }
  .newsletter-section a.subscribe-buton {
    width: 100%;
    margin-left: 0px;
    margin-top: 8px; }
  .footer-container {
    width: 92%;
    flex-wrap: wrap;
    margin: 0px auto 25px; }
  .footer-container .each-footer-links-section:first-child {
    display: none; }
  .footer-container .each-footer-links-section {
    margin-bottom: 25px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .logo a.header-logo {
    width: 43px; }
  ul.user-icon li a {
    width: 40.63px;
    height: 40.63px; }
  ul.user-icon li:nth-child(2) a img.icon {
    width: 21px; }
  ul.user-icon li a img.icon {
    width: 18px; }
  .time--calling-info {
    display: none; }
  .scnd-header-bar {
    margin-top: 0px; }
  #header-serch.form-group {
    max-width: 100%;
    width: 70%;
    height: 50px;
    margin: 0px; }
  #header-serch.form-group a.product-srch-icon {
    right: 20px;
    top: 9px;
    font-size: 22px; }
  #header-serch.form-group .form-control {
    padding: 4px 44px 4px 10px; }
  .live-chat-icon {
    width: 26%; }
  .live-chat-icon a img {
    display: none; }
  .live-chat-icon a {
    padding: 11px 2px 10px;
    border: 3px solid #da193c;
    border-radius: 50px;
    text-align: center;
    background-color: #da193c; }
  .live-chat-icon a span {
    font-size: 15px;
    color: #ffffff;
    margin-left: 0; }
  ul.user-icon {
    position: relative;
    z-index: 2; }
  .main-banner {
    margin: 50px auto 0px; }
  .main-banner .owl-carousel .owl-nav {
    display: none; }
  .each-new-products {
    margin: 0px auto 30px; }
  .new-products-section .each-new-products:last-child {
    margin: 0px auto 0px; }
  .product-content-area {
    padding: 0px 16px; }
  .value-proposition-container ul li:last-child {
    margin-bottom: 0px; }
  .aventis-solution-builder-finder-container p {
    padding: 14px 40px 0px; }
  .framework-we-provide {
    margin: 60px auto 0px; }
  .framework-we-provide div h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 45px; }
  .framework-we-provide .owl-carousel .owl-nav {
    display: none; }
  .product-callout-container {
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .product-callout-product-section {
    width: 100%; }
  .product-callout-content {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 30px; }
  .product-callout-content h1 {
    font-weight: 700;
    font-size: 38px;
    letter-spacing: 0px; }
  .testimonial-container h1 {
    font-size: 46px; }
  .testimonial-container h1 small {
    font-size: 34px; }
  .testimonial-container .owl-carousel .owl-nav {
    display: none; }
  .brand-container {
    width: 92%; }
  .brand-container h1 {
    font-weight: 700;
    font-size: 30px;
    color: #393939;
    line-height: 35px;
    letter-spacing: 0;
    margin: 80px 0px 50px; }
  .brand-container ul li {
    border-radius: 50px;
    margin-bottom: 20px;
    width: 30%;
    height: 104px;
    padding: 0px 6px; }
  .shop-dell-cover-area {
    flex-direction: column; }
  img.shop-dell-bg {
    width: 100%; }
  .shop-dell-slider {
    width: 100%;
    height: auto;
    padding: 0px 20px;
    margin-top: 40px; }
  .shop-dell-slider .owl-carousel .owl-nav {
    display: none; }
  .newsletter-section {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .newsletter-section .form-group {
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .newsletter-section .form-group .form-control {
    width: 100%; }
  .newsletter-section a.subscribe-buton {
    width: 100%;
    margin-left: 0px;
    margin-top: 8px; }
  .footer-container {
    width: 92%;
    flex-wrap: wrap;
    margin: 0px auto 25px; }
  .footer-container .each-footer-links-section:first-child {
    display: none; }
  .footer-container .each-footer-links-section {
    margin-bottom: 25px; } }

@media (max-width: 767px) {
  .logo a.header-logo {
    width: 43px;
    display: inline-flex; }
  ul.user-icon li a {
    width: 40.63px;
    height: 40.63px; }
  ul.user-icon li:nth-child(2) a img.icon {
    width: 21px; }
  ul.user-icon li a img.icon {
    width: 18px; }
  .time--calling-info {
    display: none; }
  #header-serch.form-group a.product-srch-icon {
    right: 20px;
    top: 9px;
    font-size: 22px; }
  #header-serch.form-group .form-control {
    padding: 4px 44px 4px 10px; }
  .live-chat-icon {
    width: 26%; }
  .live-chat-icon a img {
    display: none; }
  .live-chat-icon a {
    padding: 11px 2px 10px;
    border: 3px solid #da193c;
    border-radius: 50px;
    text-align: center;
    background-color: #da193c; }
  .live-chat-icon a span {
    font-size: 15px;
    color: #ffffff;
    margin-left: 0; }
  ul.user-icon {
    position: relative;
    z-index: 2; }
  .main-banner {
    margin: 50px auto 0px; }
  .banner-product-area {
    display: none; }
  .banner-content-area {
    width: 100%; }
  .main-banner .owl-carousel .owl-nav {
    display: none; }
  .brand-new-flexy-section {
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .each-new-products {
    width: 100%; }
  .new-products-section .each-new-products:last-child {
    margin: 0px auto 0px; }
  .product-content-area {
    padding: 0px 16px; }
  .product-content-area > p {
    padding: 0px; }
  .value-proposition-container ul {
    justify-content: center;
    flex-direction: column; }
  .value-proposition-container ul li {
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden; }
  .value-proposition-container ul li:last-child {
    margin-bottom: 0px; }
  .aventis-solution-builder-finder-container h1 {
    flex-direction: column;
    font-size: 37px; }
  .aventis-solution-builder-finder-container h1 img {
    margin-right: 0;
    margin-bottom: 12px; }
  .aventis-solution-builder-finder-container p {
    padding: 14px 0px 0px;
    font-weight: 400;
    font-size: 17px; }
  .aventis-solution-builder-finder-container .serch-filter-best-product {
    justify-content: center;
    flex-direction: column; }
  .aventis-solution-builder-finder-container
.serch-filter-best-product
.each-filter:first-child,
  .each-filter {
    width: 100%; }
  .aventis-solution-builder-finder-container .each-filter {
    margin-bottom: 30px; }
  .framework-we-provide {
    padding: 0; }
  .framework-we-provide div h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 45px; }
  .framework-we-provide .owl-carousel .owl-nav {
    display: none; }
  .product-callout-container {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto 50px;
    width: 100%; }
  .product-callout-product-section {
    width: 100%; }
  .product-callout-content {
    width: 100%;
    display: block;
    text-align: center; }
  .product-callout-content h1 {
    font-weight: 700;
    font-size: 38px;
    letter-spacing: 0px; }
  .testimonial-container h1 {
    font-size: 46px;
    text-align: center; }
  .testimonial-container h1 small {
    font-size: 34px; }
  .testimonial-container .owl-carousel .owl-nav {
    display: none; }
  .brand-container img {
    max-width: 90%;
    margin: 0 auto; }
  .brand-container h1 {
    font-weight: 700;
    font-size: 30px;
    color: #393939;
    line-height: 35px;
    letter-spacing: 0;
    margin: 20px 0px 50px;
    padding: 0; }
  .brand-container ul li {
    border-radius: 50px;
    margin-bottom: 0;
    width: 30%;
    height: 50px;
    padding: 0px 6px; }
  .shop-dell-cover-area {
    flex-direction: column;
    padding: 0;
    margin-bottom: 0; }
  img.shop-dell-bg {
    width: 100%; }
  .shop-dell-slider {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 40px; }
  .shop-dell-slider .owl-carousel .owl-nav {
    display: none; }
  .newsletter-section {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
  .newsletter-section .form-group {
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .newsletter-section .form-group .form-control {
    width: 100%; }
  .newsletter-section a.subscribe-buton {
    width: 100%;
    margin-left: 0px;
    margin-top: 8px; }
  .footer-container {
    width: 92%;
    flex-wrap: wrap;
    margin: 0px auto 25px; }
  .footer-container .each-footer-links-section:first-child {
    display: none; }
  .footer-container .each-footer-links-section {
    margin-bottom: 25px; } }

.body {
  margin-top: 0;
  margin-bottom: 0; }

.container {
  max-width: 100%; }

.heroCarousel.slick-initialized {
  margin: 0; }

.ReactModal__Overlay {
  opacity: 0;
  transform: translateX(350px);
  transition: all 100ms ease-in-out;
  z-index: 9999; }

.ReactModal__Overlay--after-open {
  opacity: 1;
  transform: translateX(0px); }

.ReactModal__Overlay--before-close {
  opacity: 0;
  transform: translateX(350px); }

#quickSearch {
  height: 100%;
  flex-grow: 1; }
  #quickSearch form,
  #quickSearch fieldset,
  #quickSearch div {
    height: 100%; }

#header-search.form-group {
  margin-left: auto;
  margin-right: 50px; }

.time--calling-info {
  margin-right: 30px; }

:root {
  --primary-color: #da193c; }

body {
  font-family: "WORK SANS"; }

.bg-gray,
#main-content {
  background: linear-gradient(to top, #f6f6f6 20%, #fff 80%);
  background-image: url("../img/main-background-2.png"), linear-gradient(to top, #f6f6f6 30%, #fff 60%);
  background-repeat: repeat-x;
  padding-bottom: 40px;
  margin-bottom: 0;
  /* background-size: 100%;*/ }

.page-wrap {
  width: 100%;
  max-width: 1650px;
  margin: 0 auto; }

#main-content {
  margin-top: 10px; }

.cat-description .page-heading,
h1 {
  text-indent: 10px; }

.page-heading,
h1 {
  font-family: Work Sans;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  text-align: left;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 0; }

.desc-wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  margin: 10px 0 10px 0; }
  .desc-wrap .cat-desc {
    text-align: left; }
    .desc-wrap .cat-desc a {
      color: var(--primary-color); }

.productGrid {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  margin-top: -5px; }

.product {
  padding: 0px 7px 0px 7px !important; }

.card {
  display: block;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #f4f4f4;
  background-blend-mode: soft-light, normal;
  border: 1px solid #e8e1e1;
  box-sizing: border-box;
  border-radius: 32.5407px;
  transform: scale(0.98);
  position: relative;
  cursor: pointer;
  transition: all 200ms ease 0s;
  will-change: transform;
  outline: currentcolor none medium;
  margin-bottom: 25px;
  position: relative;
  height: 95%;
  /* @media (min-width: 1024px) {
    height: 470px;
  }
  */ }
  .card .card-actions {
    margin-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px; }
  .card .card-figure {
    margin-top: 15px;
    background: transparent; }
    .card .card-figure .card-img-container:after {
      padding-bottom: 65%; }
    .card .card-figure .card-image {
      margin-bottom: 0;
      width: 90%;
      border-radius: 20px; }
  .card .card-body {
    padding: 0px 10px;
    text-align: center; }
    .card .card-body form {
      margin: 0; }
    .card .card-body .or-customize {
      color: var(--primary-color);
      font-family: Work Sans;
      font-weight: 700;
      font-size: 10px; }
  .card .btn-primary {
    width: 100%;
    padding: 12px 15px 14px; }
  .card a.btn-primary {
    padding: 12px 15px 14px; }

.card:hover {
  box-shadow: rgba(28, 28, 40, 0.25) 0px 0.5rem 0.8rem, rgba(28, 28, 40, 0.2) 0px 0px 0.11rem;
  transform: scale(1); }
  .card:hover .btn-primary {
    background: #0a3e51;
    border: 2px solid #0a3e51; }

.btn-primary {
  background: #da193c;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  font-size: 24px;
  padding: 10px 30px;
  width: 200px;
  border: 0;
  font-family: Work Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  justify-content: center; }

.card-customize {
  font-family: Work Sans;
  font-weight: 700;
  font-size: 16px;
  color: var(--primary-color);
  text-decoration: underline;
  display: block; }

.facetedSearch-refineFilters {
  display: none; }

.sidebarBlock {
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #f4f4f4;
  background-blend-mode: soft-light, normal;
  border: 1.67944px solid rgba(207, 207, 207, 0.3);
  box-sizing: border-box;
  border-radius: 33.5889px;
  padding: 25px; }
  .sidebarBlock h2.sidebarBlock-heading {
    color: #000;
    margin-bottom: 10px; }
  .sidebarBlock .navList .navList-item a:hover {
    color: #da193c;
    font-weight: 600; }
  .sidebarBlock .accordion--navList .accordion-block .accordion-title {
    color: #000;
    font-weight: 700; }
  .sidebarBlock .navList-action {
    font-size: 16px; }
  .sidebarBlock .navList-action:hover,
  .sidebarBlock .navList-action:focus {
    color: #da193c;
    text-decoration: none; }

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

.cat-sort {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
  gap: 30px;
  margin-right: 30px; }
  .cat-sort #cat_select .form-field {
    margin: 0; }
  .cat-sort #cat_select #product-num-select {
    background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #f4f4f4;
    border: 1px solid rgba(207, 207, 207, 0.502431);
    box-sizing: border-box; }
  .cat-sort .actionBar {
    margin: 0; }
    .cat-sort .actionBar .form-field {
      padding: 0 0px 0 10px;
      margin: 0;
      background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #f4f4f4;
      border: 2px solid rgba(207, 207, 207, 0.502431);
      box-sizing: border-box;
      background: #f4f4f4;
      background-repeat: no-repeat;
      background-position: right 0.57143rem top 0.9rem; }
      .cat-sort .actionBar .form-field .form-select {
        background: transparent;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 0.57143rem top 0.9rem;
        padding-right: 35px; }

.productView-title {
  font-weight: 800;
  font-size: 36px;
  color: #000000;
  display: block;
  line-height: 33.23px; }

nav .breadcrumbs {
  display: flex;
  margin: 20px auto 0;
  align-items: center;
  max-width: 92%;
  display: none; }
  @media (min-width: 767px) {
    nav .breadcrumbs {
      display: flex; } }
  @media (min-width: 1400px) {
    nav .breadcrumbs {
      max-width: 1600px; } }
  nav .breadcrumbs .breadcrumb.breadcrumb-home {
    font-size: 22px;
    color: black;
    padding-right: 5px; }
  nav .breadcrumbs li.breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0; }
  nav .breadcrumbs .breadcrumb:not(:first-child):before {
    display: inline-block;
    margin: 0 0.25rem;
    transform: none;
    border-right: none;
    height: 0.8em;
    content: ">"; }

.card-figcaption-body {
  display: none !important; }

.login {
  max-width: 1650px; }
  .login .new-customer,
  .login .login-form {
    background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #f4f4f4;
    background-blend-mode: soft-light, normal;
    border: 1.62703px solid rgba(207, 207, 207, 0.26);
    box-sizing: border-box;
    border-radius: 32.5407px;
    border: 1px solid #dbd9d9; }
  .login .panel-header,
  .login .panel-body {
    background-color: transparent; }
  .login .panel-title {
    color: #0a3e51;
    font-weight: bold; }
  .login .new-customer-fact-list {
    margin-left: 15px;
    list-style: disc;
    margin-bottom: 20px; }
    .login .new-customer-fact-list .new-customer-fact {
      list-style: disc !important; }

.button {
  background: #da193c;
  border: 2px solid #da193c;
  border-radius: 50px;
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  padding: 14px 47px 14px; }

.button:hover {
  background: #0a3e51;
  border: 2px solid #0a3e51;
  color: #fff; }

h2 {
  color: #0a3e51;
  font-weight: bold; }

.login-form {
  margin-top: 0;
  padding: 29.5px; }

@media (min-width: 801px) {
  .login-form {
    width: 45%;
    margin-right: 5%; } }

.form-input,
.form-select,
.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  background-color: #ffffff;
  border: 1px solid #b6b6b6 !important;
  border-radius: 50px !important;
  height: 50px !important;
  font-family: Work Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  padding: 0 0 0 10px;
  text-indent: 10px; }

.newsletter-section .form-input {
  border-radius: 50px !important;
  height: 3.5rem !important; }

.page-content,
.page-content--full {
  min-height: 500px; }

.page-content--centered {
  width: 100%; }

#sort {
  border: 0 !important; }

.page-category .desc-wrap {
  display: block; }

.page-category .cat-desc {
  max-width: 100%;
  margin: 0 auto; }

.page-category .cat-description {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
  flex-direction: column; }
  @media (min-width: 1024px) {
    .page-category .cat-description {
      flex-direction: row; } }

.page-category .cat-description.not-cat-desc {
  margin-bottom: 0; }
  .page-category .cat-description.not-cat-desc h1 {
    padding-bottom: 0; }

.cat-description {
  text-align: center; }
  .cat-description .cat-desc-text h1 {
    height: auto;
    max-width: 700px;
    margin: 0 0;
    padding-bottom: 20px;
    text-indent: 0px; }
  .cat-description .cat-desc-text p {
    max-width: 520px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    padding-bottom: 20px; }
    .cat-description .cat-desc-text p strong {
      /* margin-top: -11px; */
      display: block; }
  .cat-description .cat-desc-img img {
    width: 50%;
    max-width: 500px;
    object-fit: contain;
    margin: 0 auto;
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
    @media (min-width: 1024px) {
      .cat-description .cat-desc-img img {
        width: 100%; } }
  .cat-description p,
  .cat-description ul,
  .cat-description li {
    text-align: left; }

.cat-description,
.cat-description p {
  font-size: 16px;
  line-height: 21px; }

.page-category .bg-gray,
.page-category #main-content {
  padding: 0 15px;
  padding-bottom: 30px; }
  .page-category .bg-gray .pagination,
  .page-category #main-content .pagination {
    display: block; }
    .page-category .bg-gray .pagination .pagination-list,
    .page-category #main-content .pagination .pagination-list {
      float: right;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px; }
      .page-category .bg-gray .pagination .pagination-list li,
      .page-category #main-content .pagination .pagination-list li {
        border: 0 !important;
        margin-left: 0; }
        .page-category .bg-gray .pagination .pagination-list li a,
        .page-category #main-content .pagination .pagination-list li a {
          border: 2px solid #9f9898;
          border-radius: 10px !important;
          padding: 10px 12px !important;
          font-size: 16px !important;
          color: #5c5c5c !important;
          height: 40px;
          min-width: 40px; }
        .page-category .bg-gray .pagination .pagination-list li a:hover,
        .page-category #main-content .pagination .pagination-list li a:hover {
          border: 2px solid #da193c;
          color: #da193c !important; }
      .page-category .bg-gray .pagination .pagination-list li.pagination-item--current,
      .page-category #main-content .pagination .pagination-list li.pagination-item--current {
        margin: 0; }
        .page-category .bg-gray .pagination .pagination-list li.pagination-item--current a,
        .page-category #main-content .pagination .pagination-list li.pagination-item--current a {
          border: 2px solid #da193c;
          color: #da193c !important; }

.page-category .desc-wrap h1 img,
.page-category .desc-wrap img {
  margin-top: 30px;
  margin-bottom: 30px; }

.page-category .desc-wrap ul {
  margin: 15px 0 15px 15px; }
  .page-category .desc-wrap ul li {
    list-style: disc !important;
    margin-bottom: 10px; }

.productView .productView-img-container img {
  position: static;
  margin-top: 1.5rem;
  mix-blend-mode: multiply; }

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

.productView .icon {
  height: 16px;
  width: 16px; }
  .productView .icon svg {
    fill: #000; }

.productView .productView-details {
  padding-bottom: 0; }
  .productView .productView-details .productView-product {
    border-bottom: 0; }

.productView .productView-price {
  font-weight: 600; }

.productView .productView-options .form-action {
  width: 100%;
  float: none; }
  .productView .productView-options .form-action .button {
    width: 100%;
    display: block;
    max-width: 300px; }

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

.ReactModal__Body--open {
  overflow: hidden; }
  .ReactModal__Body--open .ReactModal__Overlay {
    z-index: 1000; }
    .ReactModal__Body--open .ReactModal__Overlay #cart-preview_wrap {
      box-shadow: 10px 10px 8px 20px #aaa7a7;
      border-radius: 0 !important; }
      .ReactModal__Body--open .ReactModal__Overlay #cart-preview_wrap .cart-gift-link-wr {
        text-align: center;
        margin-top: 5px; }
        .ReactModal__Body--open .ReactModal__Overlay #cart-preview_wrap .cart-gift-link-wr a {
          background: #da193c;
          color: #fff;
          display: inline-block;
          padding: 5px 15px;
          border-radius: 25px;
          text-decoration: none; }
        .ReactModal__Body--open .ReactModal__Overlay #cart-preview_wrap .cart-gift-link-wr a:hover {
          background: #0a3e51; }
    .ReactModal__Body--open .ReactModal__Overlay .cart-preview_header .cart-preview_close {
      line-height: 20px; }
      .ReactModal__Body--open .ReactModal__Overlay .cart-preview_header .cart-preview_close i {
        color: #000;
        font-size: 25px;
        margin-top: -10px; }
    .ReactModal__Body--open .ReactModal__Overlay .cart-preview_header .cart-preview_title {
      font-weight: 700;
      font-size: 25px;
      color: #000; }
    .ReactModal__Body--open .ReactModal__Overlay .cart-preview_body .cartPreview-content .line-item .item-body a {
      color: #000;
      text-decoration: none;
      margin-top: 5px;
      display: block; }
    .ReactModal__Body--open .ReactModal__Overlay .cart-preview_footer .cart-btn {
      display: block;
      width: 100%;
      height: auto; }
    .ReactModal__Body--open .ReactModal__Overlay .cart-preview_footer .cart-btn a {
      text-decoration: none;
      width: 100% !important;
      display: block;
      text-transform: uppercase;
      font-weight: 500; }
    .ReactModal__Body--open .ReactModal__Overlay .cart-preview_footer .cart-btn a:hover {
      background: #0a3e51; }
    .ReactModal__Body--open .ReactModal__Overlay .cart-preview_footer .cart-btn a.checkout {
      margin-top: 10px; }
    .ReactModal__Body--open .ReactModal__Overlay .tier-tip {
      font-weight: 700; }
    .ReactModal__Body--open .ReactModal__Overlay .shipping-tooltip .tooltip-circle {
      background: #da193c;
      font-size: 12px;
      display: block;
      width: 50px;
      height: 50px; }
      .ReactModal__Body--open .ReactModal__Overlay .shipping-tooltip .tooltip-circle span {
        display: block;
        width: 100%;
        border-top: 1px solid #fff;
        font-weight: bold; }
    .ReactModal__Body--open .ReactModal__Overlay .cart-preview_body {
      margin-top: 20px; }
    .ReactModal__Body--open .ReactModal__Overlay .main-title {
      font-weight: bold; }
    .ReactModal__Body--open .ReactModal__Overlay .shipping-bar {
      width: 100%;
      height: 10px;
      position: relative;
      background: #ccc;
      border-radius: 8px;
      box-shadow: none !important;
      border: 0 !important; }
      .ReactModal__Body--open .ReactModal__Overlay .shipping-bar .shipping-progress {
        background: #da193c; }
    .ReactModal__Body--open .ReactModal__Overlay .shipping-message {
      margin: 15px auto 8px auto;
      color: #da193c;
      font-weight: 600;
      font-size: 13px; }
    .ReactModal__Body--open .ReactModal__Overlay .shipping-welcome-message {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      margin-bottom: 8px; }
      .ReactModal__Body--open .ReactModal__Overlay .shipping-welcome-message .gift-img {
        width: 100px;
        height: 35px;
        background: url("../img/gift-icon.svg");
        background-size: cover;
        background-repeat: no-repeat;
        margin-right: 10px; }
    .ReactModal__Body--open .ReactModal__Overlay .cart-preview[data-cart="0"] .cart-preview_footer {
      display: none; }

.page-page #main-content h1 {
  margin: 30px 0 30px 15px; }

.page-page #main-content h2 {
  text-align: left;
  margin: 20px 0 10px 0; }

.account-dropdown {
  display: none;
  position: absolute;
  padding-top: 10px;
  z-index: 100; }
  .account-dropdown .dropdown-menu-acc {
    width: 180px;
    margin-left: -50px;
    border: 2px solid #ccc;
    border-radius: 25px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
    .account-dropdown .dropdown-menu-acc a {
      width: auto;
      height: auto;
      border: 0;
      box-shadow: none;
      text-align: left;
      display: block;
      margin: 0;
      padding: 0; }
    .account-dropdown .dropdown-menu-acc a:hover {
      color: #db193c; }

.account-logged:hover > .account-dropdown {
  display: block; }

.featured-products-section h2 {
  font-weight: 600;
  font-size: 51px;
  color: #393939;
  line-height: 60px;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 40px; }

.featured-products-section .productGrid {
  justify-content: space-around; }
  .featured-products-section .productGrid .product {
    width: 30%; }
    .featured-products-section .productGrid .product .card-actions {
      display: none; }
    .featured-products-section .productGrid .product .card-text {
      color: #da193c;
      font-weight: 600; }

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

.site .page-brand .breadcrumbs {
  width: 92%;
  margin: 0 auto; }

.tab {
  background-color: #f3f3f3;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  padding: 0 50px; }

.social-icon img {
  max-width: 35px;
  opacity: 0.8; }

.social-icon img:hover {
  opacity: 1; }

.newsletter-section h3 {
  display: none; }

.newsletter-section .button {
  height: 4.5rem;
  font-size: 20px; }

.newsletter-section .form {
  width: 100%; }
  .newsletter-section .form .form-input {
    width: 400px;
    box-shadow: none; }
  .newsletter-section .form .form-prefixPostfix.wrap {
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column; }
    @media (min-width: 600px) {
      .newsletter-section .form .form-prefixPostfix.wrap {
        flex-direction: row; }
        .newsletter-section .form .form-prefixPostfix.wrap input {
          height: 4.5rem !important; }
        .newsletter-section .form .form-prefixPostfix.wrap .button {
          margin-left: -100px; } }

.newsletter-section .form-group p {
  display: none; }

.navPage-subMenu.is-open {
  z-index: 10;
  width: 400px;
  background-color: #fff; }

.navPage-subMenu-list {
  display: flex;
  flex-direction: column !important; }

.navPage-subMenu-item {
  width: 100%; }

.navPage-subMenu-item > .navPage-subMenu-action {
  padding-left: 0;
  border: none;
  font-size: 17px; }

.navigation ul {
  position: relative;
  margin-left: 0; }

.modal {
  left: 50% !important;
  transform: translate(-50%, -50%); }
  .modal .button-container .confirm {
    background-color: #da193c;
    border-color: #da193c; }
  .modal .button-container .confirm:hover,
  .modal .button-container .confirm:focus {
    background-color: #2882a4;
    border-color: #2882a4; }

.modal-review-form {
  max-height: 600px; }

.writeReview-productImage-container {
  max-height: 300px; }

#revtext_input {
  height: 5rem !important; }

.tab {
  margin-right: 5rem; }

@media (max-width: 1260px) {
  .form-prefixPostfix-button--postfix {
    width: 200px !important;
    margin-bottom: 11px; } }

@media (max-width: 400px) {
  .form-input {
    width: 92% !important; }
  .form-prefixPostfix-button--postfix {
    width: 92% !important;
    margin-bottom: 13px;
    text-align: center;
    height: auto !important; } }

.page-createaccount #main-content,
.page-cart #main-content,
.page-page #main-content,
.page-search #main-content,
.page-createaccount_thanks #main-content,
.page-account_orderstatus #main-content,
.page-account_inbox #main-content,
.page-account_addressbook #main-content,
.page-wishlists #main-content,
.page-account_recentitems #main-content,
.page-editaccount #main-content,
.page-blog #main-content,
.page-blog_post #main-content {
  min-height: 720px; }
  .page-createaccount #main-content .container,
  .page-cart #main-content .container,
  .page-page #main-content .container,
  .page-search #main-content .container,
  .page-createaccount_thanks #main-content .container,
  .page-account_orderstatus #main-content .container,
  .page-account_inbox #main-content .container,
  .page-account_addressbook #main-content .container,
  .page-wishlists #main-content .container,
  .page-account_recentitems #main-content .container,
  .page-editaccount #main-content .container,
  .page-blog #main-content .container,
  .page-blog_post #main-content .container {
    max-width: 1650px; }

.page-404 #main-content,
.page-createaccount_thanks #main-content {
  min-height: 430px;
  background: none;
  background-image: url("../img/main-background-2.png");
  background-repeat: repeat-x; }
  .page-404 #main-content .container,
  .page-createaccount_thanks #main-content .container {
    max-width: 1400px; }

.account--fixed,
.account {
  width: 100%; }

.page-createaccount_thanks #main-content {
  padding-top: 60px; }
  .page-createaccount_thanks #main-content h1 {
    text-align: center; }
  .page-createaccount_thanks #main-content p {
    margin-bottom: 30px; }

@media (min-width: 300px) {
  .productView-title {
    margin-top: 15px;
    font-size: 30px; }
  .tabs {
    display: flex; }
    .tabs .tab {
      margin: 0;
      padding: 0 20px; }
    .tabs .tab:first-child {
      margin-right: 30px; } }

#cart-btn {
  align-items: flex-start; }

.breadcrumb {
  flex-wrap: nowrap;
  align-items: center; }

.breadcrumb::before {
  top: -5px;
  margin: 0 10px !important; }

@media (max-width: 768px) {
  .footer-container {
    padding: 0 15px; } }

@media (max-width: 450px) {
  .footer-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .each-footer-links-section {
    width: 100%; }
    .each-footer-links-section ul li {
      padding: 7px 0;
      border-bottom: 1px solid #eee; }
    .each-footer-links-section ul.social-icon {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center; } }

@media (min-width: 300px) {
  .page-default .container-fluid {
    padding-right: 0; }
  .page-default .banner-content-area h1 {
    text-align: center; }
  .page-default .banner-content-area p {
    text-align: center; }
  .page-default .banner-content-area .call-to-action {
    flex-direction: column; }
  .page-default .banner-content-area a {
    width: 100%; }
  .page-default .banner-content-area a:first-child {
    margin: 0 0 20px 0; }
  .page-default .new-products-section .productGrid .product {
    width: 100%; }
  .page-default .value-proposition-container {
    margin: 20px auto 50px;
    width: 100%;
    padding: 0 20px; }
  .page-default .testimonial-container {
    padding: 0 20px; }
  .page-default .brand-container {
    padding: 0 20px; }
  #cart-btn img {
    width: 50%;
    margin-top: 13px; }
  #cart-btn span {
    position: absolute;
    right: 5px;
    top: 0px; }
  .aventis-solution-builder-finder-container h1 {
    text-align: center; }
  .aventis-solution-builder-finder-container .each-filter label {
    text-align: center; }
  .page-category .container-fluid {
    padding: 0; }
  .page-category .sidebarBlock {
    margin-bottom: 30px; }
  .page-category .cat-sort {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    padding: 0 20px; }
    .page-category .cat-sort .actionBar {
      text-align: center; }
    .page-category .cat-sort #cat_select #product-num-select {
      text-align: center; }
  .page-product .breadcrumb.is-active > .breadcrumb-label {
    display: none; }
  .page-product .productView-title {
    text-align: center; }
  .page-product .productView-brand {
    text-align: center; }
  .page-product .productView-rating {
    text-align: center;
    flex-direction: column; }
  .page-product .productView-price {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin: 5px 0; }
  .page-product .productCarousel-slide {
    width: 100% !important;
    margin-bottom: 20px;
    height: inherit; }
  .page-product .slick-track {
    width: 100% !important; }
  .page-search #search-results-heading h1 {
    text-align: center;
    margin-top: 10px; }
  .page-search .nav {
    justify-content: center; }
    .page-search .nav nav {
      margin-bottom: 20px; }
    .page-search .nav .page {
      display: none !important; } }

@media (min-width: 500px) {
  .page-category #product-listing-container .productGrid .product {
    width: 50%; }
  .page-category .cat-sort {
    flex-direction: row; }
  .page-default .new-products-section .productGrid {
    justify-content: center; }
    .page-default .new-products-section .productGrid .product {
      width: 50%; }
  .value-proposition-container ul {
    padding: 0 20px; }
  .page-default .banner-content-area a {
    max-width: 300px; }
  .page-product .productCarousel-slide {
    width: 50% !important;
    margin-bottom: 20px;
    height: inherit; } }

@media (min-width: 767px) {
  .page-default .new-products-section .productGrid {
    justify-content: center; }
    .page-default .new-products-section .productGrid .product {
      width: 33%; }
  .page-product .breadcrumb.is-active > .breadcrumb-label {
    display: block; }
  .page-product .productView-title {
    text-align: left; }
  .page-product .productView-brand {
    text-align: left; }
  .page-product .productView-rating {
    text-align: left;
    display: block; }
  .page-product .productView-price {
    text-align: left;
    font-weight: 700;
    font-size: 24px;
    margin: 0px 0 15px; }
  .page-product .productCarousel-slide {
    width: 33% !important;
    margin-bottom: 20px;
    height: inherit; } }

@media (min-width: 1024px) {
  .page-category #product-listing-container .productGrid .product {
    width: 33%; }
  .page-product .productCarousel-slide {
    width: 25% !important;
    margin-bottom: 20px;
    height: inherit; }
  .page-default .banner-content-area .call-to-action {
    flex-direction: row;
    justify-content: center;
    gap: 20px; }
    .page-default .banner-content-area .call-to-action a {
      max-width: 270px;
      margin-bottom: 0; } }

@media (min-width: 1200px) {
  .page-category #product-listing-container .productGrid .product {
    width: 25%; }
  .page-product .productCarousel-slide {
    width: 20% !important;
    margin-bottom: 20px;
    height: inherit; }
  #cart-btn {
    position: relative; } }

.actionBar-section .form-field {
  border-radius: 35px; }
  .actionBar-section .form-field .form-label {
    font-size: 16px; }
  .actionBar-section .form-field .form-select--small {
    font-size: 16px;
    line-height: 2rem !important; }

.form-select--small {
  line-height: 2rem !important; }

.page-category .cat-sort #cat_select #product-num-select {
  border-radius: 35px !important;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 30px;
  text-indent: 0; }

#cat_select .form-field.per-page #product-num-select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.4rem top 0.9rem; }

.price-section--withoutTax span {
  font-weight: 700;
  color: #000;
  font-size: 30px;
  margin: 5px 0 !important; }

.card .card-figure .card-image {
  mix-blend-mode: multiply;
  background-blend-mode: multiply; }

.card-body .card-text:first-child {
  display: none; }

.card-title > a {
  font-weight: 700;
  font-size: 17px;
  margin: 10px 0;
  height: 80px; }

.product-short-description {
  line-height: 20px;
  margin: 0px 0 20px;
  height: 80px;
  overflow: hidden; }
  .product-short-description ul {
    margin: 0;
    padding: 0; }
    .product-short-description ul li {
      text-align: center; }

.card-actions .form-action {
  margin-top: 5px;
  padding: 0 25px; }

.about-us-hero-banner {
  position: relative;
  overflow: hidden; }
  .about-us-hero-banner .hero-text h1 {
    color: #fff; }
  .about-us-hero-banner .hero-p p {
    color: #fff !important;
    font-size: 20px;
    font-weight: 400; }
  .about-us-hero-banner .about-hero-glow {
    position: absolute !important;
    top: 60%;
    left: 30%;
    width: 400%;
    transform: translate(-50%, -50%); }
  .about-us-hero-banner .banner-container {
    z-index: 2;
    max-width: 1450px; }
    .about-us-hero-banner .banner-container img {
      object-fit: contain;
      position: relative; }
  @media (min-width: 1199px) {
    .about-us-hero-banner .banner-container img {
      min-width: 350px; } }

.page-page .about-us-main-wrapper .hero-text h1 {
  text-align: center; }
  @media (min-width: 1024px) {
    .page-page .about-us-main-wrapper .hero-text h1 {
      text-align: left; } }

.page-page .about-us-first-section {
  max-width: 1400px;
  margin: 0 auto;
  background: transparent;
  padding-top: 80px; }
  .page-page .about-us-first-section .img-round {
    width: 50%;
    margin: 0 auto;
    object-fit: cover;
    min-width: 450px; }
  .page-page .about-us-first-section .ab1-left {
    float: left;
    width: 100%;
    padding: 0 20px; }
    @media (min-width: 1024px) {
      .page-page .about-us-first-section .ab1-left {
        width: 60%; } }
    .page-page .about-us-first-section .ab1-left + .img-round {
      margin: 20px auto 0; }
      @media (min-width: 1024px) {
        .page-page .about-us-first-section .ab1-left + .img-round {
          margin-right: 20px;
          margin-top: 0; } }
    .page-page .about-us-first-section .ab1-left h2 {
      font-size: 50px;
      background: -webkit-linear-gradient(-70deg, #db469f 0%, #2188ff 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      -webkit-box-decoration-break: clone; }
    .page-page .about-us-first-section .ab1-left h2.text-gradient-pink-blue {
      background: -webkit-linear-gradient(-70deg, #2882a4 0%, #db469f 100%);
      background-clip: border-box;
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      -webkit-box-decoration-break: clone; }
    .page-page .about-us-first-section .ab1-left p {
      font-size: 20px; }
    .page-page .about-us-first-section .ab1-left .ha-2 {
      margin-top: 60px; }

.img-round {
  border-radius: 25px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.34);
  padding: 16px;
  box-shadow: rgba(50, 75, 93, 0.1) 0px 30px 60px 0px, rgba(63, 52, 146, 0.05) 0px 18px 36px 0px; }

.company-values-container {
  padding-top: 60px;
  background: #fff;
  margin-top: 60px;
  margin-bottom: -40px; }

.text-gradient-blue-blue {
  font-size: 50px;
  background: -webkit-linear-gradient(-70deg, #db469f 0%, #2188ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone; }

.text-gradient-pink-blue {
  background: -webkit-linear-gradient(-70deg, #2882a4 0%, #db469f 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone; }

@media (min-width: 300px) {
  .rewards {
    margin-bottom: 20px; }
    .rewards .rewards-banner {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .rewards .rewards-banner .banner-content-left-area {
        text-align: center;
        padding: 0 20px; }
        .rewards .rewards-banner .banner-content-left-area h1 {
          text-align: center; }
        .rewards .rewards-banner .banner-content-left-area p {
          margin: 10px; }
    .rewards .catgory-products-cards {
      text-align: center;
      margin-top: 30px; } }

@media (min-width: 768px) {
  .rewards .rewards-banner {
    flex-direction: row-reverse; }
    .rewards .rewards-banner img {
      max-width: 400px; } }

#top-shortnav .wrapper {
  width: 100%; }
  #top-shortnav .wrapper .short-innernav .live-chat-icon {
    display: none; }
  #top-shortnav .wrapper .short-innernav #quickSearch {
    display: none; }
  #top-shortnav .wrapper .short-innernav .user-icon {
    position: absolute;
    right: 0;
    padding-right: 10px; }
    #top-shortnav .wrapper .short-innernav .user-icon #cart-btn span {
      right: 15px;
      color: #000;
      font-weight: 600; }
  #top-shortnav .wrapper .mobile-header-bottom-wrapper {
    display: flex;
    width: 100%; }

@media (min-width: 1099px) {
  #top-shortnav .logo a.header-logo {
    width: 96px;
    margin-top: 0px; }
  #top-shortnav .wrapper {
    width: 100%; }
    #top-shortnav .wrapper .short-innernav .live-chat-icon {
      display: block; }
    #top-shortnav .wrapper .short-innernav #quickSearch {
      display: block; }
    #top-shortnav .wrapper .short-innernav .user-icon {
      position: relative;
      padding: 0 10px; }
      #top-shortnav .wrapper .short-innernav .user-icon #cart-btn span {
        right: 15px; }
    #top-shortnav .wrapper .mobile-header-bottom-wrapper {
      display: none; }
  .scnd-header-bar {
    margin-top: 0px; } }

@media (min-width: 1200px) {
  #top-shortnav .wrapper .short-innernav .user-icon #cart-btn span {
    right: 8px; } }

.support-page {
  margin: 0 auto;
  width: 90%; }
  .support-page span {
    font-size: 20px;
    font-weight: 600;
    color: #a5122e;
    display: block;
    padding: 20px 0 0 20px; }
  .support-page .container {
    padding: 0; }
    .support-page .container .pageSupportList {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .support-page .container .pageSupportList .pageColumn {
        width: 33%;
        padding: 35px; }
        .support-page .container .pageSupportList .pageColumn .heading {
          font-size: 34px;
          line-height: 38px;
          font-weight: 700;
          color: #a5122e;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          margin-bottom: 30px; }
      .support-page .container .pageSupportList span {
        background-color: #ececec;
        padding: 15px;
        border: 4px solid #ffffff;
        box-sizing: border-box;
        box-shadow: 0 10px 12px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        width: 65px;
        height: 65px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-right: 15px; }
    .support-page .container .pageColumn:hover {
      padding: 35px;
      background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #f4f4f4;
      background-blend-mode: soft-light, normal;
      border: none;
      box-sizing: border-box;
      box-shadow: none;
      border-radius: 40px;
      overflow: hidden;
      cursor: pointer; }
  .support-page .faqsPageBg {
    width: 90%;
    margin: 0 auto; }
    .support-page .faqsPageBg .heading {
      font-size: 52px;
      line-height: 52px;
      color: #a5122e;
      font-weight: 700;
      margin: 40px 0;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .support-page .faqsPageBg .heading img {
        max-width: 65px;
        margin-right: 20px; }
  .support-page .faqColumn {
    display: flex;
    gap: 4rem; }
    .support-page .faqColumn .faqColumnBox .heading {
      font-size: 34px; }
      .support-page .faqColumn .faqColumnBox .heading img {
        margin-right: 0; }
      .support-page .faqColumn .faqColumnBox .heading span {
        background-color: #ececec;
        padding: 20px;
        border: 4px solid #ffffff;
        box-sizing: border-box;
        box-shadow: 0 10px 12px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-right: 15px; }
    .support-page .faqColumn .faqColumnBox .desc {
      padding-left: 90px; }
      .support-page .faqColumn .faqColumnBox .desc p {
        font-size: 20px;
        color: #585858;
        font-weight: 500;
        line-height: 42px;
        text-align: left;
        margin-bottom: 20px; }
    .support-page .faqColumn .faqColumnBox .faqsList a.readmore {
      font-size: 19px;
      font-weight: 500;
      color: #da193c;
      text-align: left; }
    .support-page .faqColumn .faqColumnBox .faqsList ul li {
      position: relative;
      font-size: 19px;
      color: #585858;
      font-weight: 700;
      line-height: 42px;
      text-align: left;
      margin-bottom: 45px; }
    .support-page .faqColumn .faqColumnBox .faqsList ul li::before {
      position: absolute;
      top: 12px;
      left: -25px;
      content: "";
      width: 14px;
      height: 14px;
      background: url(../img/support-icon/plus-icon.png) no-repeat center; }

.pageSupportList .pageColumnBox ul {
  margin-left: 35px; }
  .pageSupportList .pageColumnBox ul li {
    position: relative;
    line-height: 35px;
    font-size: 19px;
    color: #585858;
    font-weight: 400; }
  .pageSupportList .pageColumnBox ul li:hover {
    font-weight: 700; }
  .pageSupportList .pageColumnBox ul li:before {
    content: "";
    background: url(../img/contact-icon.png) no-repeat 0 0;
    width: 20px;
    height: 7px;
    position: absolute;
    left: -30px;
    top: 15px; }

@media (max-width: 1024px) {
  .support-page .container .pageSupportList {
    margin: 0 auto; }
    .support-page .container .pageSupportList .pageColumn {
      width: 45%; }
  .support-page .faqsPageBg .heading {
    font-size: 34px;
    line-height: 38px; } }

@media (max-width: 768px) {
  .support-page .container .pageSupportList .pageColumn {
    width: 100%; } }

.contact-page .contact-heading-wrapper {
  background: #ececec url(../img/contacts-hero.jpg) no-repeat right center;
  padding: 40px 20px 40px;
  background-size: cover; }
  .contact-page .contact-heading-wrapper .contact-heading-container {
    max-width: 1650px;
    margin: 0 auto; }
    .contact-page .contact-heading-wrapper .contact-heading-container span {
      font-size: 20px;
      font-weight: 600;
      color: #a5122e;
      display: block; }
    .contact-page .contact-heading-wrapper .contact-heading-container h2 {
      font-weight: 700;
      font-size: 52px;
      color: #000000;
      display: block;
      margin-bottom: 10px;
      margin-top: 0 !important; }
    .contact-page .contact-heading-wrapper .contact-heading-container p {
      font-weight: 600;
      font-size: 20px;
      line-height: 32px;
      color: #585858;
      display: block; }

.contact-page .contactInfo {
  max-width: 1690px;
  margin: 60px auto;
  padding: 0 20px; }
  .contact-page .contactInfo p {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #585858;
    display: block; }

.contact-page .contactLocation {
  max-width: 1690px;
  margin: 0 auto;
  padding: 0 20px; }
  .contact-page .contactLocation .location h2 {
    font-size: 52px;
    font-weight: 700;
    color: #a5122e;
    margin-bottom: 60px !important; }
  .contact-page .contactLocation .location .address {
    margin-bottom: 40px;
    position: relative;
    background: url(../img/location-icon.jpg) no-repeat left top;
    padding-left: 55px;
    width: 100%; }
    .contact-page .contactLocation .location .address h3 {
      font-size: 26px;
      font-weight: 700;
      color: #424242;
      margin-bottom: 15px; }
    .contact-page .contactLocation .location .address p {
      font-size: 18px;
      font-weight: 400;
      color: rgba(0, 0, 0, 0.5);
      line-height: 28px;
      letter-spacing: 0.2px;
      margin-bottom: 5px; }
    .contact-page .contactLocation .location .address a {
      font-size: 18px;
      font-weight: 700;
      color: #a5122e;
      line-height: 28px;
      letter-spacing: 0.2px;
      margin-bottom: 10px; }

.contact-page .contactInforamtion {
  max-width: 1690px;
  margin: 60px auto 60px;
  display: block;
  padding: 0 20px; }
  .contact-page .contactInforamtion h2 {
    font-size: 52px;
    font-weight: 700;
    color: #a5122e;
    margin-bottom: 10px; }
  .contact-page .contactInforamtion p {
    font-size: 20px;
    color: #585858;
    font-weight: 500;
    line-height: 30px;
    text-align: left; }
  .contact-page .contactInforamtion ul {
    margin-top: 30px; }
    .contact-page .contactInforamtion ul li {
      color: #585858;
      font-weight: 400;
      line-height: 30px;
      padding: 7px 40px;
      position: relative;
      font-size: 18px; }
    .contact-page .contactInforamtion ul li::before {
      content: "";
      background: url(../img/contact-icon.png) no-repeat 0 0;
      width: 20px;
      height: 7px;
      position: absolute;
      left: 0;
      top: 20px; }

.contact-page .contact-us-form-wrappers {
  max-width: 75%;
  margin: 60px auto 60px;
  display: block;
  padding: 0 20px; }
  .contact-page .contact-us-form-wrappers h3 {
    font-size: 52px;
    font-weight: 700;
    color: #a5122e;
    margin-bottom: 20px !important; }
  .contact-page .contact-us-form-wrappers .quote-request-wrapper {
    margin-bottom: 40px; }
    .contact-page .contact-us-form-wrappers .quote-request-wrapper .form-field input {
      width: 100% !important; }
  .contact-page .contact-us-form-wrappers .rma-request-wrapper p {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #585858;
    display: block;
    margin-bottom: 20px; }

@media (min-width: 1023px) {
  .contact-page .contact-heading-wrapper .contact-heading-container {
    max-width: 90%;
    margin: 0 auto;
    padding: 60px 0; }
  .contact-page .contactLocation {
    display: flex;
    align-items: center; } }

@media (min-width: 1200px) {
  .contact-page .contact-us-form-wrappers {
    display: flex;
    gap: 4rem; }
    .contact-page .contact-us-form-wrappers .quote-request-wrapper {
      width: 50%; }
    .contact-page .contact-us-form-wrappers .rma-request-wrapper {
      width: 50%; } }

@media (max-width: 1400px) {
  .page-category .form-minMaxRow {
    display: flex;
    flex-direction: column;
    gap: 1rem; }
    .page-category .form-minMaxRow .form-field {
      width: 100%; }
      .page-category .form-minMaxRow .form-field .form-input {
        width: 100% !important; } }

.page-category .facetedSearch-toggle.is-open {
  border: none !important; }

.page-category .facetedSearch-navList.is-open .accordion--navList {
  border: none !important; }

@media (max-width: 600px) {
  .page-product .slick-track {
    display: flex; } }

.page-blog .pagination {
  display: block; }
  .page-blog .pagination .pagination-list {
    float: right; }
    .page-blog .pagination .pagination-list li {
      border: 0 !important; }
      .page-blog .pagination .pagination-list li a {
        border: 2px solid #5c5c5c;
        border-radius: 10px !important;
        padding: 10px 12px !important;
        font-size: 16px !important;
        color: #5c5c5c !important;
        height: 40px;
        min-width: 40px; }
      .page-blog .pagination .pagination-list li a:hover {
        border: 2px solid #da193c;
        color: #da193c !important; }
    .page-blog .pagination .pagination-list li.pagination-item--current a {
      border: 2px solid #da193c;
      color: #da193c !important; }

.about-us-custom-page {
  width: 100%; }

.about-us-main-wrapper {
  width: 100%; }

.about-us-hero-banner {
  background-color: #003e52;
  display: flex;
  padding: 20px 0; }

.hero-text,
.hero-p {
  text-align: left; }

.hero-text h1 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 50px;
  margin: 5px 0px 30px !important; }

.hero-text p {
  color: #a5122e;
  font-family: "Work Sans", sans-serif;
  font-weight: 600; }

.hero-p p {
  width: 108%;
  height: auto;
  color: #585858 !important; }

.banner-container {
  margin: 0 auto;
  max-width: 1200px;
  display: flex; }

/* 2nd section*/
.about-us-first-section {
  display: flex;
  justify-content: space-evenly;
  padding-top: 80px;
  padding-bottom: 0; }

.first-section-content {
  display: flex;
  margin: 0 auto;
  justify-content: space-evenly; }

.about-us-cards-1 {
  display: flex;
  flex-flow: column;
  width: 415px;
  background-image: linear-gradient(#ececec, #fbfbfb);
  margin: 50px 20px;
  padding: 25px;
  border-radius: 40px; }

.about-us-cards-1 h2,
.about-us-cards-1 p {
  text-align: center !important;
  margin: 5px !important;
  width: 100%;
  height: auto;
  padding-bottom: 10px; }

.about-us-cards-1 img {
  padding-bottom: 30px;
  filter: drop-shadow(0px 1px 6px gray); }

.about-us-cards-1 h2 {
  color: #585858; }

.about-us-cards-1 p {
  font-family: "Work Sans", sans-serif;
  color: #787878;
  font-weight: 500; }

.company-values-1 {
  display: flex;
  background-color: #fff;
  justify-content: center; }

.cv-head {
  display: flex;
  align-items: center;
  margin-bottom: 25px; }

.cv-head h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #585858;
  font-size: 45px; }

.cv-head img {
  margin-right: 10px; }

.cv-cards-1 {
  display: flex;
  flex-flow: column;
  background-image: linear-gradient(#ececec, white);
  border-radius: 20px;
  margin: 50px 20px;
  border: solid white;
  padding: 20px;
  width: 50%; }

.cv-cards-1 img {
  max-width: 140px;
  width: 100%;
  height: auto; }

.cv-cards-1 p {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-top: 5px; }

.company-values-2 {
  display: flex;
  background-color: #fff;
  justify-content: center;
  padding-bottom: 100px; }

.container {
  max-width: 1650px !important;
  width: 100% !important; }

.company-values-container {
  display: flex; }

@media (min-width: 300px) {
  .banner-container {
    flex-flow: column wrap;
    padding: 25px; }
  .about-us-cards-1 {
    max-width: 300px;
    margin: 25px auto; }
  .hero-text p {
    padding-bottom: 15px;
    width: 90%; }
  .company-values-container {
    flex-flow: column wrap; }
  .company-values-2 {
    align-content: center;
    display: flex;
    background-color: #fff;
    -ms-flex-pack: center;
    justify-content: flex-start;
    padding-bottom: 100px;
    align-content: space-around;
    flex-flow: inherit;
    align-items: center;
    max-height: 1200px; }
  .first-section-content {
    flex-flow: column wrap; }
  .cv-cards-1 {
    max-width: 190px; } }

@media (min-width: 500px) {
  .about-us-cards-1 {
    max-width: 415px;
    width: 100%; } }

@media (min-width: 1023px) {
  .banner-container {
    flex-flow: row; }
  .banner-container img {
    width: 400px;
    height: 100%; }
  .hero-text p {
    padding-bottom: 22px; }
  .first-section-content {
    flex-flow: row; }
  .company-values-2 {
    flex-flow: row;
    justify-content: center; } }

@media (min-width: 1199px) {
  .banner-container img {
    width: 100%;
    height: auto; } }

.page-page .container {
  max-width: 1650px !important;
  margin: 0 auto; }

.navPage-subMenu .navPage-subMenu-list a:active {
  border: none !important; }

.navPage-subMenu .navPage-subMenu-list a:focus {
  border: none !important; }

.page-blog .container {
  max-width: 1700px !important;
  margin: 0 auto !important; }
  .page-blog .container .page-heading {
    text-align: center;
    margin-bottom: 30px; }

.page-blog .blog-wrapper {
  max-width: 100%;
  margin: 0 auto;
  gap: 3rem;
  justify-content: center; }
  .page-blog .blog-wrapper .blog {
    background-color: #eee;
    border-radius: 20px;
    margin: 0; }
    .page-blog .blog-wrapper .blog .blog-title {
      text-align: center;
      padding: 20px 20px 0; }
    .page-blog .blog-wrapper .blog .blog-post-figure .blog-thumbnail img {
      object-fit: cover;
      padding: 20px; }
    .page-blog .blog-wrapper .blog .blog-post-body {
      padding: 0 20px 20px 20px; }

.page-blog .pagination-list {
  margin-top: 30px; }

.page-404 main .container {
  max-width: 1400px !important;
  margin: 0 auto; }

.page-404 .a404-img {
  margin: 40px auto;
  text-align: center; }

.page-createaccount_thanks h1 {
  text-transform: none; }

.page-createaccount_thanks .create_account {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px; }
  .page-createaccount_thanks .create_account .create_account-text {
    width: 400px;
    margin-right: 40px;
    margin-top: 100px; }
    .page-createaccount_thanks .create_account .create_account-text p {
      font-family: Merriweather Sans;
      font-size: 20px;
      font-weight: 400;
      line-height: 23px;
      letter-spacing: 0px;
      text-align: left;
      color: #3f1f1f; }
    .page-createaccount_thanks .create_account .create_account-text a {
      margin-top: 40px; }

.row {
  margin: 0; }

.navigation ul li:hover .navPage-subMenu {
  padding-top: 30px;
  z-index: 100;
  border-radius: 0 20px 20px;
  min-width: 200px;
  margin-left: -10px; }
  .navigation ul li:hover .navPage-subMenu ul {
    box-shadow: 0px 20px 20px 5px rgba(72, 77, 82, 0.25);
    border-radius: 0 0 20px 20px;
    z-index: 1;
    background: linear-gradient(180deg, #fff 50%, #f8f8f8 60%);
    margin: 0;
    margin-top: 20px;
    padding-bottom: 20px; }

.navigation .navPage-childList {
  display: none; }

.navigation .navPage-subMenu-item:hover > .navPage-childList {
  display: block;
  position: absolute;
  z-index: 100;
  left: 100%;
  top: 100%;
  margin-top: -56px;
  padding: 20px 0;
  border-radius: 20px; }
  .navigation .navPage-subMenu-item:hover > .navPage-childList a {
    color: #000 !important;
    font-size: 16px; }
  .navigation .navPage-subMenu-item:hover > .navPage-childList a:hover {
    color: #fff !important;
    font-size: 16px; }

.navPages-action:hover,
.navPages-action.activePage {
  color: #db193c; }

nav .breadcrumbs .breadcrumb.breadcrumb-home {
  margin-left: -20px; }

.promo-top {
  /*background: linear-gradient(107.56deg, #da193c 20%, #2882a4 100%);*/
  background: #2882a4;
  padding: 7px;
  color: #fff; }
  .promo-top .desktop {
    display: none; }
    @media (min-width: 768px) {
      .promo-top .desktop {
        display: block; } }
  @media (min-width: 768px) {
    .promo-top .mobile {
      display: none; } }
  .promo-top .mobile h3 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 24px;
    text-decoration: none; }

.main-header {
  background: #fff;
  width: 100%;
  z-index: 1000; }

.header-logo img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

@media (min-width: 1101px) {
  .main-header.fixednavBG {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.97);
    transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    transition-property: background-color;
    transition-property: background-color, -webkit-backdrop-filter;
    transition-property: background-color, backdrop-filter;
    transition-property: background-color, backdrop-filter, -webkit-backdrop-filter;
    border-bottom: 1px solid #ece7e7; }
    .main-header.fixednavBG .header-logo img {
      max-width: 50px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .main-header.fixednavBG .short-innernav {
      display: none; }
    .main-header.fixednavBG #top-shortnav {
      margin: 10px auto 10px auto; } }

@media (max-width: 1100px) {
  .fixednavBG header {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    padding-bottom: 10px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 5px 30px rgba(27, 31, 35, 0.1), 0 0 1px rgba(27, 31, 35, 0.4), 0 1px 2px rgba(27, 31, 35, 0.15); }
    .fixednavBG header .promo-top {
      display: none; }
    .fixednavBG header .navigation ul.menuToggle {
      top: 15px; }
    .fixednavBG header .main-header {
      background: transparent; }
  .fixednavBG #main-content {
    margin-top: 220px; } }

.quickSearchResults {
  display: none !important; }

.mobile-nav-logo {
  background: url("../img/header_bg.png");
  background-size: 100%;
  width: 264px;
  height: 38px;
  background-repeat: no-repeat;
  margin: 20px auto; }

.cart-preview_footer .cart-btn a {
  background: #da193c !important;
  border: 2px solid #da193c !important;
  border-radius: 50px; }

.cart-preview_footer .cart-btn a:hover {
  background: #0a3e51 !important;
  border: 2px solid #0a3e51 !important; }

.testimonials-page {
  background-color: #fff;
  width: 100%; }
  .testimonials-page h2 {
    text-align: center !important;
    width: 100%;
    font-size: 48px;
    font-weight: 600;
    line-height: 56px; }
  .testimonials-page .testimonial-banner {
    height: 300px;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url("../img/testimonials-banner.jpg");
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .testimonials-page .testimonial-banner h2 {
      color: #fff; }
    .testimonials-page .testimonial-banner p {
      color: #fff;
      font-size: 18px;
      font-weight: 400;
      text-align: center; }
  .testimonials-page .testimonials-wrapper {
    padding: 30px;
    display: flex;
    gap: 2rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1500px;
    margin: 0 auto; }
    .testimonials-page .testimonials-wrapper .testimonial {
      width: 100%;
      background-color: #eee;
      padding: 20px 25px 40px;
      text-align: center;
      border-radius: 50px;
      border: 1px solid #ccc; }
      .testimonials-page .testimonials-wrapper .testimonial h4 {
        font-weight: 700;
        font-size: 24px;
        margin-bottom: 15px;
        color: #585858;
        /* gradient text for modern browsers */ }
        @supports (background-clip: text) {
          .testimonials-page .testimonials-wrapper .testimonial h4 {
            background: linear-gradient(180deg, #393939 0%, #494949 100%), linear-gradient(0deg, #585858, #585858);
            background-clip: text;
            color: transparent; } }
      .testimonials-page .testimonials-wrapper .testimonial h5 {
        color: #da193c;
        margin-bottom: 15px;
        font-weight: 700;
        text-transform: capitalize; }
      .testimonials-page .testimonials-wrapper .testimonial p {
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        max-height: 250px;
        color: #737373;
        overflow-y: auto; }

@media (min-width: 768px) {
  .testimonials-page .testimonials-wrapper {
    flex-direction: row; }
    .testimonials-page .testimonials-wrapper .testimonial {
      width: 45%;
      min-height: 400px; }
      .testimonials-page .testimonials-wrapper .testimonial p {
        text-align: left; } }

@media (min-width: 768px) and (max-width: 1300px) {
  #product-listing-container {
    padding: 0; }
  .page-wrap {
    padding: 0 15px; } }

@media (min-width: 768px) and (min-width: 1023px) {
  .testimonials-page .testimonials-wrapper .testimonial {
    width: 30%;
    min-height: 400px; } }

@media (min-width: 768px) and (min-width: 1200px) {
  .testimonials-page .testimonials-wrapper .testimonial {
    width: 22%; } }

@media (min-width: 768px) {
  .or-customize,
  .card-text.card-compare {
    display: none !important; }
  img.img-rewards {
    margin-bottom: -80px; } }

#cart-preview_wrap {
  background: rgba(255, 255, 255, 0.9) !important; }
  #cart-preview_wrap ul {
    list-style: disc !important;
    padding: 10px; }
    #cart-preview_wrap ul li {
      padding: 2px 0;
      text-align: left;
      display: list-item !important;
      margin-bottom: 1px; }
      #cart-preview_wrap ul li span {
        font-weight: normal;
        font-size: 14px; }
      #cart-preview_wrap ul li span.opt-name {
        font-weight: bold;
        margin-right: 7px; }
      #cart-preview_wrap ul li a {
        color: #000;
        font-weight: 400;
        font-size: 20px;
        text-decoration: none !important; }
    #cart-preview_wrap ul li:hover {
      background: #eee; }
  #cart-preview_wrap .active-title {
    background: linear-gradient(107.56deg, #f25773 20%, #45afd7 100%) !important; }
    #cart-preview_wrap .active-title a {
      color: #fff; }
    #cart-preview_wrap .active-title button {
      color: #fff; }

.about-us-main-wrapper .about-us-brands-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  max-width: 1400px;
  margin: 30px auto;
  padding: 0 20px; }
  .about-us-main-wrapper .about-us-brands-wrapper .about-us-brand {
    width: 45%;
    text-align: center; }
    .about-us-main-wrapper .about-us-brands-wrapper .about-us-brand img {
      height: 100%;
      width: 100%;
      max-height: 150px;
      max-width: 200px;
      width: 100%;
      object-fit: contain; }
    @media (min-width: 1023px) {
      .about-us-main-wrapper .about-us-brands-wrapper .about-us-brand {
        width: 20%; } }

.about-us-main-wrapper .about-our-mission {
  max-width: 1400px;
  margin: 75px auto; }
  .about-us-main-wrapper .about-our-mission .our-mission h2 {
    text-align: center !important;
    color: #d60000;
    font-size: 40px !important; }
  .about-us-main-wrapper .about-our-mission .our-mission p {
    text-align: center;
    padding: 0 20px; }

.about-us-main-wrapper .about-what-we-do-wrapper {
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/about-atlanta.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
  padding: 50px 20px; }
  .about-us-main-wrapper .about-what-we-do-wrapper .what-we-do {
    max-width: 1400px;
    margin: 0 auto; }
    .about-us-main-wrapper .about-what-we-do-wrapper .what-we-do h3 {
      color: #d60000;
      font-weight: 700;
      margin-bottom: 20px;
      font-size: 36px;
      text-align: center; }
    .about-us-main-wrapper .about-what-we-do-wrapper .what-we-do p {
      margin-bottom: 20px;
      color: #fff;
      text-align: center; }
    @media (min-width: 1023px) {
      .about-us-main-wrapper .about-what-we-do-wrapper .what-we-do p {
        width: 90%;
        margin: 0 auto; } }

.about-us-main-wrapper .about-testimonials-wrapper {
  padding: 0 20px; }
  .about-us-main-wrapper .about-testimonials-wrapper h3 {
    margin: 75px 0;
    color: #d60000;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize; }
  .about-us-main-wrapper .about-testimonials-wrapper .about-testimonials {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto; }
    .about-us-main-wrapper .about-testimonials-wrapper .about-testimonials .testimonial {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .about-us-main-wrapper .about-testimonials-wrapper .about-testimonials .testimonial .avatar {
        max-width: 100px; }
      .about-us-main-wrapper .about-testimonials-wrapper .about-testimonials .testimonial p {
        text-align: center;
        font-weight: 600;
        margin: 20px 0;
        font-size: 20px;
        width: 80%; }
      .about-us-main-wrapper .about-testimonials-wrapper .about-testimonials .testimonial span {
        font-weight: 600;
        font-size: 20px; }
      .about-us-main-wrapper .about-testimonials-wrapper .about-testimonials .testimonial .review {
        max-width: 200px;
        margin-top: 20px; }
    @media (min-width: 1023px) {
      .about-us-main-wrapper .about-testimonials-wrapper .about-testimonials {
        flex-direction: row; } }

.about-us-main-wrapper .about-us-sponser-wrapper {
  padding: 0 20px; }
  .about-us-main-wrapper .about-us-sponser-wrapper h3 {
    margin: 75px 0;
    color: #d60000;
    font-size: 36px;
    text-align: center;
    font-weight: 700; }
  .about-us-main-wrapper .about-us-sponser-wrapper .about-us-sponser {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    gap: 1rem; }
    .about-us-main-wrapper .about-us-sponser-wrapper .about-us-sponser .sponser {
      width: 45%;
      text-align: center; }
      .about-us-main-wrapper .about-us-sponser-wrapper .about-us-sponser .sponser img {
        width: 100%;
        max-width: 200px; }
    @media (min-width: 767px) {
      .about-us-main-wrapper .about-us-sponser-wrapper .about-us-sponser {
        justify-content: center; }
        .about-us-main-wrapper .about-us-sponser-wrapper .about-us-sponser .sponser {
          width: 30%; } }
    @media (min-width: 1023px) {
      .about-us-main-wrapper .about-us-sponser-wrapper .about-us-sponser .sponser {
        width: 15%; } }

#consent-manager div div {
  background: rgba(40, 130, 164, 0.9) !important; }
  #consent-manager div div div {
    background: transparent !important; }

#consent-manager button {
  border-radius: 50px;
  line-height: 36px;
  padding-bottom: 2px;
  height: auto !important;
  background: transparent !important;
  border: 1px solid white !important;
  color: #fff !important; }

#consent-manager button:hover {
  background: #da193c !important;
  border: 1px solid #da193c !important; }

#consent-manager-update-banner {
  position: absolute !important;
  padding: 0 !important;
  text-align: center; }
  @media (min-width: 801px) {
    #consent-manager-update-banner {
      background-color: transparent !important;
      height: auto !important;
      line-height: 20px !important;
      margin-top: -80px; }
      #consent-manager-update-banner a {
        color: #da193c !important; } }
  @media (max-width: 800px) {
    #consent-manager-update-banner {
      width: 100%;
      background-color: #da193c !important; }
      #consent-manager-update-banner a {
        color: #fff !important; } }

.cart-item-value {
  padding-left: 0; }

.page-cart .page-content {
  width: 96%;
  margin: 0 auto; }

.page-cart h1 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 28px;
  margin-bottom: 0; }

.page-cart .card-left-side {
  padding: 0; }
  .page-cart .card-left-side .cart-item-title {
    padding: 0; }
    .page-cart .card-left-side .cart-item-title .cart-item-brand {
      text-align: center;
      font-weight: 600; }
    .page-cart .card-left-side .cart-item-title .cart-item-name a {
      text-align: center;
      margin: 10px 0; }
  .page-cart .card-left-side .cart-item-control {
    width: 100%; }
    .page-cart .card-left-side .cart-item-control .cart-item-quantity .form-increment {
      justify-content: center;
      width: 100%; }
    .page-cart .card-left-side .cart-item-control .cart-item-edit {
      text-align: right; }
  .page-cart .card-left-side .cart-content-padding-bottom {
    text-align: center;
    margin: 5px auto; }
  .page-cart .card-left-side .cart-item-price {
    text-align: center; }

.page-cart .card-right-side .card-texct-summary {
  display: none; }

@media (min-width: 800px) {
  .page-cart .card-left-side .cart-item-title .cart-item-brand {
    text-align: left; }
  .page-cart .card-left-side .cart-item-title .cart-item-name a {
    text-align: left; }
  .page-cart .card-left-side .cart-item-control {
    justify-content: flex-end; }
    .page-cart .card-left-side .cart-item-control .cart-item-quantity .form-increment {
      justify-content: flex-end; }
    .page-cart .card-left-side .cart-item-control .cart-item-edit {
      text-align: right; }
  .page-cart .card-left-side .cart-content-padding-bottom {
    text-align: right;
    margin: 0; }
  .page-cart .card-left-side .cart-item-price {
    text-align: right;
    margin: 0; } }

.page-cart .cart-additionalCheckoutButtons {
  display: flex;
  flex-direction: column;
  align-items: center; }

.form-minMaxRow .form-field input {
  padding: 0 10px; }

.newsletter-section .form .form-input {
  flex: auto; }

.testimonials-page .testimonials-wrapper .testimonial p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  max-height: 250px;
  color: #737373;
  overflow-y: auto; }

@media (max-width: 760px) {
  .page-category .bg-gray.row {
    padding: 0; }
  .page-category h1 {
    font-size: 30px;
    text-align: center; }
  .page-category .cat-sort {
    display: none; }
  .page-category .sidebarBlock {
    background: transparent;
    border: 0;
    padding: 0;
    margin-bottom: 10px; }
    .page-category .sidebarBlock h2.sidebarBlock-heading {
      display: none; }
    .page-category .sidebarBlock .navList li {
      margin-bottom: 10px; }
      .page-category .sidebarBlock .navList li .navList-action {
        background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #f4f4f4;
        text-align: center;
        padding: 7px 10px;
        border-radius: 20px;
        background-blend-mode: soft-light, normal;
        border: 1.67944px solid rgba(207, 207, 207, 0.3);
        box-sizing: border-box; }
      .page-category .sidebarBlock .navList li .navList-action:hover {
        background: #da193c;
        color: #fff; }
  .page-category .sidebarBlock + .sidebarBlock {
    margin-top: 10px; }
  .page-category .breadcrumbs {
    display: none; }
  .page-category .productGrid .card-actions .form-action {
    padding: 0; }
    .page-category .productGrid .card-actions .form-action .btn-primary {
      width: auto;
      padding: 8px 25px 8px 25px; }
  .page-category .productGrid .or-customize {
    display: block;
    margin-top: 10px; } }

@media (max-width: 800px) {
  #add-to-wishlist {
    display: none; }
  .tabs {
    padding: 0 15px; }
  .page-product .tabs {
    padding: 0; }
  .tab-content.has-jsContent.is-active {
    padding: 1.5rem 0 0 0;
    overflow: hidden; } }

#tab-description h4 {
  color: #db193c;
  font-weight: bold;
  margin: 10px 0; }

.page-blog .pagination .pagination-list {
  padding: 0 20px;
  float: none;
  display: flex;
  justify-content: center; }

.page-blog_post .blog-title {
  padding: 0 20px;
  margin: 20px 0 0;
  text-align: center; }

@media (min-width: 1023px) {
  .page-blog_post .blog-title {
    text-align: left;
    margin-left: 15px; }
  .page-blog_post .blog-post-body .blog-post .blog-date {
    text-align: left;
    margin: 0 0 10px 5px; }
  .page-blog_post .blog-post-body .blog-post p img {
    max-width: 500px;
    float: left;
    margin: 0 20px 20px 0;
    border-radius: 30px; } }

#checkout-app {
  font-family: Work Sans; }
  #checkout-app .stepHeader-title {
    font-family: Work Sans; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height 0.5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.about-us-hero-banner .hero-p p {
  width: 100%;
  text-align: center; }
  @media (min-width: 1023px) {
    .about-us-hero-banner .hero-p p {
      text-align: left; } }

.our-team-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url("../img/testimonials-banner.jpg");
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto; }
  @media (min-width: 801px) {
    .our-team-banner {
      height: 250px; } }
  .our-team-banner h2 {
    color: #fff;
    text-align: center !important;
    margin: 35px 20px !important; }
    @media (min-width: 801px) {
      .our-team-banner h2 {
        font-size: 50px; } }
  .our-team-banner p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center; }

.team-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  padding: 0 20px; }
  .team-wrapper .card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem; }
  .team-wrapper .title {
    font-size: 30px;
    margin-top: 20px;
    font-weight: 700;
    text-align: center;
    color: #0a3e51; }
  .team-wrapper .profile-cards {
    margin: 20px 0; }
    .team-wrapper .profile-cards .profile-cards-bg {
      object-fit: cover; }
    .team-wrapper .profile-cards h3 {
      margin: 10px 0 5px; }
  @media (min-width: 767px) {
    .team-wrapper {
      width: 76%;
      margin: 20px auto; }
      .team-wrapper .card-wrapper {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start; }
        .team-wrapper .card-wrapper .profile-cards .profile-cards-bg img {
          height: 200px;
          width: 200px;
          object-fit: cover; }
        .team-wrapper .card-wrapper .profile-cards h3 {
          font-size: 20px; } }
  @media (min-width: 1023px) {
    .team-wrapper {
      justify-content: flex-start;
      align-items: flex-start; }
      .team-wrapper .card-wrapper {
        justify-content: flex-start; }
      .team-wrapper .title {
        text-align: left;
        padding-bottom: 5px;
        border-bottom: 2px solid #0a3e51; } }

@media (max-width: 801px) {
  .navList-action--checkbox::before,
  .navList-action--checkbox::after {
    left: 15px;
    width: 18px !important;
    height: 18px !important; }
  .productView-images {
    width: 100%; }
  .tab {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px; }
    .tab .tab-title {
      padding: 5px 0; }
  #tab-description {
    margin-right: 15px; }
  .productView-options .product-control {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0; }
    .productView-options .product-control .form-quantity {
      width: 100%;
      float: none; }
      .productView-options .product-control .form-quantity .form-increment {
        width: 100%;
        margin-left: 15px; }
        .productView-options .product-control .form-quantity .form-increment .form-input {
          width: 100%; }
    .productView-options .product-control .form-addToCart {
      width: 100% !important;
      padding: 0 !important;
      margin-bottom: 15px; }
      .productView-options .product-control .form-addToCart #form-action-addToCart {
        width: 100%;
        max-width: 100%;
        margin: 0 auto; }
    .productView-options .product-control .form-wishlist {
      width: 100%;
      float: none !important;
      max-width: none; }
      .productView-options .product-control .form-wishlist .dropdown-menu-button {
        width: 100% !important;
        float: none !important;
        margin: 0 auto; } }

@media (max-width: 801px) {
  .productView-description
.customize-wrapper
.options
.section-wapper
.content-wrapper
.control-content-wrapper
.form-field
select {
    width: 100%;
    min-width: 100%;
    background-position: right 1rem top 1rem;
    padding-right: 35px; }
    .productView-description
.customize-wrapper
.options
.section-wapper
.content-wrapper
.control-content-wrapper
.form-field
select .form-select {
      font-size: 13px;
      text-indent: 0; } }

.navPage-childList {
  min-width: 200px; }

.page-category .productGrid .or-customize {
  display: none; }

.product-control {
  margin-bottom: 15px; }

#form-action-customize {
  font-size: 12px; }

/* ======= Search ======== */
.snize-results-page .snize-main-panel-view-mode {
  display: none; }

.snize-results-page div.snize-search-results#snize_results
div.snize-main-panel-controls
ul
li
a.active {
  border-color: #da193c;
  font-weight: 700;
  font-size: 16px; }
  .snize-results-page div.snize-search-results#snize_results
div.snize-main-panel-controls
ul
li
a.active .snize-products-tab-total {
    color: #5c5c5c; }

.snize-results-page div.snize-filters-sidebar {
  width: 20% !important; }
  .snize-results-page div.snize-filters-sidebar .snize-product-filters-block {
    background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #f4f4f4;
    background-blend-mode: soft-light, normal;
    border: 1.67944px solid rgba(207, 207, 207, 0.3);
    box-sizing: border-box;
    border-radius: 33.5889px;
    padding: 25px;
    margin: 15px 0; }
    .snize-results-page div.snize-filters-sidebar .snize-product-filters-block:first-child {
      margin-top: 0; }
    .snize-results-page div.snize-filters-sidebar .snize-product-filters-block:hover {
      border: 1.67944px solid rgba(207, 207, 207, 0.3);
      background-blend-mode: soft-light, normal;
      background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #f4f4f4; }
    .snize-results-page div.snize-filters-sidebar .snize-product-filters-block .snize-product-filters-title {
      padding-top: 0 !important;
      margin-bottom: 10px; }
      .snize-results-page div.snize-filters-sidebar .snize-product-filters-block .snize-product-filters-title span {
        color: #000;
        font-size: 1.25rem !important;
        font-weight: 700 !important;
        text-transform: inherit; }
      .snize-results-page div.snize-filters-sidebar .snize-product-filters-block .snize-product-filters-title i {
        background: #999 !important; }
    .snize-results-page div.snize-filters-sidebar .snize-product-filters-block .snize-product-filters-list {
      font-size: 16px !important;
      margin-bottom: 0 !important;
      padding-bottom: 0 0 10px 0 !important; }
      .snize-results-page div.snize-filters-sidebar .snize-product-filters-block .snize-product-filters-list li {
        margin-bottom: 14px 0 !important; }
        .snize-results-page div.snize-filters-sidebar .snize-product-filters-block .snize-product-filters-list li label span {
          font-size: 16px !important; }
          .snize-results-page div.snize-filters-sidebar .snize-product-filters-block .snize-product-filters-list li label span:hover {
            color: #da193c !important;
            font-weight: 600 !important; }
        .snize-results-page div.snize-filters-sidebar .snize-product-filters-block .snize-product-filters-list li .snize-price-range .snize-price-range-input {
          margin-bottom: 0 !important;
          padding: 15px 1rem !important;
          border-radius: 50px !important;
          width: 44% !important; }
        .snize-results-page div.snize-filters-sidebar .snize-product-filters-block .snize-product-filters-list li .snize-price-range .snize-price-range-slider {
          margin-top: 20px !important;
          width: 92% !important; }
          .snize-results-page div.snize-filters-sidebar .snize-product-filters-block .snize-product-filters-list li .snize-price-range .snize-price-range-slider .slider-container {
            width: 93% !important; }
            .snize-results-page div.snize-filters-sidebar .snize-product-filters-block .snize-product-filters-list li .snize-price-range .snize-price-range-slider .slider-container .backbar {
              width: 85% !important;
              margin: 0 auto !important;
              background: #333 !important; }
              .snize-results-page div.snize-filters-sidebar .snize-product-filters-block .snize-product-filters-list li .snize-price-range .snize-price-range-slider .slider-container .backbar .selected-bar {
                width: 85% !important; }
              .snize-results-page div.snize-filters-sidebar .snize-product-filters-block .snize-product-filters-list li .snize-price-range .snize-price-range-slider .slider-container .backbar .pointer {
                background: #2882a4 !important; }
              .snize-results-page div.snize-filters-sidebar .snize-product-filters-block .snize-product-filters-list li .snize-price-range .snize-price-range-slider .slider-container .backbar .high {
                left: 0 !important;
                right: 0 !important; }
        .snize-results-page div.snize-filters-sidebar .snize-product-filters-block .snize-product-filters-list li .snize-price-range div.slider-container.snize-theme .back-bar .pointer {
          background: #2882a4 !important; }
        .snize-results-page div.snize-filters-sidebar .snize-product-filters-block .snize-product-filters-list li .snize-price-range div.slider-container.snize-theme .back-bar .high {
          left: auto !important;
          right: 0 !important; }
        .snize-results-page div.snize-filters-sidebar .snize-product-filters-block .snize-product-filters-list li .snize-filter-checkbox {
          top: 50%;
          border-radius: 4px !important;
          background-color: white;
          height: 1.14286rem !important;
          left: 0;
          top: 0;
          width: 1.14286rem !important; }
          .snize-results-page div.snize-filters-sidebar .snize-product-filters-block .snize-product-filters-list li .snize-filter-checkbox .span {
            font-size: 16px !important;
            border-radius: 4px !important; }
            .snize-results-page div.snize-filters-sidebar .snize-product-filters-block .snize-product-filters-list li .snize-filter-checkbox .span .snize-filter-variant-count {
              font-size: 12px;
              color: #000; }

.snize-results-page .snize-search-results-content .snize-product {
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #f4f4f4 !important;
  background-blend-mode: soft-light, normal;
  border: 1px solid #e8e1e1 !important;
  border-radius: 32.5407px !important;
  transform: scale(1);
  position: relative !important;
  cursor: pointer;
  transition: all 200ms ease 0s;
  will-change: transform;
  height: 95%;
  padding: 20px 20px 0px 20px !important;
  min-width: unset; }
  .snize-results-page .snize-search-results-content .snize-product .snize-thumbnail-wrapper .snize-thumbnail {
    height: 200px; }
    .snize-results-page .snize-search-results-content .snize-product .snize-thumbnail-wrapper .snize-thumbnail img {
      top: -100% !important;
      max-width: 60% !important;
      mix-blend-mode: multiply; }
  .snize-results-page .snize-search-results-content .snize-product .snize-overhidden {
    padding: 10px !important;
    align-items: center !important;
    margin-top: -25px;
    max-width: 90% !important; }
    .snize-results-page .snize-search-results-content .snize-product .snize-overhidden .snize-title {
      font-weight: 700 !important;
      font-size: 17px;
      margin: 10px 0;
      height: auto;
      text-align: center; }
    .snize-results-page .snize-search-results-content .snize-product .snize-overhidden .snize-description {
      line-height: 17px !important;
      margin: 7px 0 !important;
      height: auto !important;
      font-size: 14px !important;
      font-weight: 400 !important;
      color: #212529 !important;
      display: block !important;
      text-align: center !important;
      max-height: 2.5rem !important; }
    .snize-results-page .snize-search-results-content .snize-product .snize-overhidden .snize-price {
      font-weight: 700 !important;
      color: #000 !important;
      font-size: 28px !important;
      margin: 5px auto 10px !important;
      text-align: center !important; }
    .snize-results-page .snize-search-results-content .snize-product .snize-overhidden .snize-button {
      background: #da193c !important;
      border: 2px solid #da193c !important;
      border-radius: 50px !important;
      display: inline-block !important;
      font-weight: normal !important;
      font-size: 16px !important;
      text-align: center !important;
      color: #ffffff !important;
      opacity: 1 !important;
      position: relative !important;
      visibility: visible !important;
      top: 0 !important;
      margin: 15px auto !important;
      padding: 5px 10px !important;
      text-transform: capitalize !important;
      font-size: 16px !important; }
      .snize-results-page .snize-search-results-content .snize-product .snize-overhidden .snize-button:hover {
        background: #0a3e51 !important;
        border: 2px solid #0a3e51 !important; }

@media (max-width: 768px) {
  .snize-results-page .snize-search-results-content {
    width: 100% !important;
    margin: 20px 0 0 -4px !important;
    justify-content: space-around; }
    .snize-results-page .snize-search-results-content .snize-product {
      width: 45% !important; }
      .snize-results-page .snize-search-results-content .snize-product .snize-overhidden .snize-price {
        font-size: 23px !important; } }

@media (max-width: 1023px) {
  .snize-results-page .snize-filters-sidebar {
    display: none; } }

.snize-ac-results .snize-view-all-link {
  border-radius: 50px !important;
  background: #da193c !important; }

.snize-results-page .snize-search-results {
  width: 100%;
  margin: 0 auto; }

#snize-search-results-grid-mode {
  width: 100% !important; }
  @media (min-width: 1023px) {
    #snize-search-results-grid-mode {
      width: 77% !important; }
      #snize-search-results-grid-mode .snize-product {
        width: 23% !important;
        min-width: inherit !important; }
        #snize-search-results-grid-mode .snize-product .snize-thumbnail {
          height: 160px !important;
          overflow: hidden;
          margin-bottom: 15px; } }
  @media (min-width: 1200px) {
    #snize-search-results-grid-mode .snize-product .snize-overhidden {
      margin-top: -10px; } }

.custom-controls-category .aventis-solution-builder-finder-container h1 {
  margin: 20px auto; }

.custom-controls-category .aventis-solution-builder-finder-container .each-filter {
  width: 100%;
  margin-right: 2%; }
  @media (min-width: 801px) {
    .custom-controls-category .aventis-solution-builder-finder-container .each-filter {
      width: 30%; } }
  .custom-controls-category .aventis-solution-builder-finder-container .each-filter label {
    text-align: left;
    text-indent: 20px; }

.custom-controls-category .aventis-solution-builder-finder-container .each-filter:first-child {
  width: 100%; }
  @media (min-width: 801px) {
    .custom-controls-category .aventis-solution-builder-finder-container .each-filter:first-child {
      width: 30%; } }

@media (max-width: 800px) {
  #top-shortnav {
    width: 100%;
    padding: 0 10px; }
  .scnd-header-bar {
    margin-top: 10px;
    padding-bottom: 5px; }
  #header-serch.form-group {
    max-width: 100%;
    width: 100%;
    height: 50px;
    margin: 0px; }
  .cat-description .page-heading,
  h1 {
    text-indent: 0; }
  .cat-sort,
  .live-chat-icon {
    display: none; }
  .page-wrap {
    padding: 0; }
  .page-heading,
  h1 {
    font-size: 25px; }
  #faceted-search-container h2 {
    display: none; }
  #faceted-search-container .sidebarBlock {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0; }
  #faceted-search-container .sidebarBlock .navList-action {
    font-size: 16px;
    border: 2px solid #da193c;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
    border-radius: 25px;
    color: #da193c;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 18px; }
  #faceted-search-container .sidebarBlock .navList-action:hover {
    background: #da193c;
    color: #fff; }
  #faceted-search-container .sidebarBlock .facetedSearch-toggle {
    background: linear-gradient(107.56deg, #da193c 20%, #2882a4 100%);
    border-radius: 25px;
    border: 0;
    color: #fff;
    margin-bottom: 20px; }
    #faceted-search-container .sidebarBlock .facetedSearch-toggle .icon svg {
      fill: #fff; }
    #faceted-search-container .sidebarBlock .facetedSearch-toggle .facetedSearch-toggle-text {
      display: none; }
    #faceted-search-container .sidebarBlock .facetedSearch-toggle .facetedSearch-toggle-indicator {
      width: 100%;
      text-align: center; }
      #faceted-search-container .sidebarBlock .facetedSearch-toggle .facetedSearch-toggle-indicator .toggleLink-text {
        font-size: 17px; }
  #product-listing-container {
    padding: 0; }
    #product-listing-container .productGrid .product .card {
      background: #f4f4f4; }
      #product-listing-container .productGrid .product .card .card-title > a {
        height: auto;
        min-height: 70px; }
      #product-listing-container .productGrid .product .card .card-actions .form-action {
        padding: 0 10px; }
      #product-listing-container .productGrid .product .card .product-short-description {
        height: auto;
        min-height: 50px; }
  .page-sidebar {
    padding: 0; } }

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

.page.contact-page {
  width: 100%; }
  .page.contact-page .contact-heading-wrapper {
    width: 100%; }
    .page.contact-page .contact-heading-wrapper .contact-heading-container {
      max-width: 1650px; }

.cart-remove {
  background: transparent;
  width: auto;
  height: auto;
  float: none;
  margin: 0; }

@media (min-width: 551px) {
  .cart-item-info {
    overflow: visible; } }

.or-use-label {
  margin-bottom: 15px !important; }

.cart-remove {
  background: transparent;
  width: auto;
  height: auto;
  float: none;
  margin: 0; }

@media (min-width: 551px) {
  .cart-item-info {
    overflow: visible; } }

.or-use-label {
  margin-bottom: 15px !important; }

.button:hover {
  background: #0a3e51;
  border: 2px solid #0a3e51;
  color: #fff; }

body #hubspot-messages-iframe-container {
  z-index: 999 !important; }

#checkout-app[aria-hidden="true"] ~ .ReactModalPortal .modalOverlay {
  background: #fff !important; }

.main-career-page ul {
  margin-left: 0 !important;
  padding-right: 0 !important; }

@media (min-width: 768px) {
  .page-forgotpassword .page-heading {
    max-width: 500px;
    margin: auto;
    text-align: center; }
  .page-forgotpassword p {
    max-width: 600px;
    margin: auto;
    text-align: center; }
  .page-forgotpassword .forgot-password-form {
    max-width: 500px;
    margin: auto;
    text-align: center;
    margin-top: 20px; }
  .page-forgotpassword .form-prefixPostfix .form-input {
    flex: unset; }
  .page-forgotpassword .form-prefixPostfix-button--postfix {
    max-width: 500px;
    margin: auto;
    width: 100% !important;
    margin-top: 20px; } }

.page-forgotpassword #main-content {
  background-size: 100%; }

@media (max-width: 768px) {
  .main-banner-wrapper {
    padding: 0; }
  .page-default .testimonial-container {
    padding: 0; }
  .page-default .brand-container {
    padding: 0; }
  .product-callout-content a {
    padding: 4px 20px 5px; }
  .page-wishlist .productGrid .product .card a.btn-primary {
    width: 100%; } }

.page-wishlist .productGrid .product {
  overflow: visible; }

.page-wishlist .productGrid .product [value="Remove Item"] {
  width: 100%;
  padding: 14px 21px 14px; }

.page-wishlist .productGrid .product .card-title > a {
  height: unset; }

@media (max-width: 425px) {
  .page-category .accordion--navList .accordion-content {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 768px) {
  .tabs-contents .productCarousel.slick-dotted.slick-slider {
    margin-bottom: 0; }
  .page-product.fixednavBG #main-content {
    padding-bottom: 0; } }

@media (max-width: 768px) {
  .site.page-cart .card-left-side {
    padding-bottom: 25px; }
  .page-cart .or-use-label {
    text-align: center !important; }
  .page-cart .cart-item {
    padding: 0 !important; }
  .main-career-page .table th, .main-career-page .table tr td {
    padding: 11px 0; }
  .testimonials-page.page,
  .rewards.page {
    margin: 0; }
  .testimonials-page .testimonial-banner {
    padding-left: 15px;
    padding-right: 15px; }
  .testimonials-page .testimonial-banner p br {
    display: none; } }

.brand-container ul {
  margin-left: auto !important;
  display: flex;
  flex-wrap: nowrap;
  gap: 20px; }

@media (min-width: 768px) and (max-width: 991px) {
  .brand-container {
    width: 100%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .brand-container {
    width: 100%; } }

@media (min-width: 768px) {
  .brand-container ul li {
    padding: 0px 25px; } }

@media (max-width: 767px) {
  .brand-container ul li {
    padding: 0px 5px; }
  .page-category .page-sidebar {
    margin: auto;
    max-width: 94%;
    float: unset; }
  .page-cart .page-content {
    width: 100%; }
  .page-cart .card-left-side,
  .page-cart .card-right-side {
    width: 100%; }
  .page-category #product-listing-container .tier-label .label-content {
    font-size: 28px; }
  .page-category #product-listing-container .tier-label .label-content span {
    padding-right: 5px; }
  .page-category #product-listing-container .productGrid .product {
    min-width: 80%; }
  .page-category #product-listing-container .tier-label {
    margin-left: 40px;
    margin-right: 40px; } }

@media (max-width: 585px) {
  .page-category .productGrid .product {
    min-width: 94%;
    padding: 0 !important; }
  .productView-options .product-control .form-quantity .form-increment {
    margin-left: 3px !important; } }

.page-product h1.productView-title {
  text-transform: none !important; }

.page-product .productCarousel {
  margin: 0 !important; }

@media (min-width: 300px) and (max-width: 600px) {
  .page-product .productCarousel-slide {
    width: auto !important; } }
