@charset "UTF-8";

.header-banner {
  width: 100%;
}

.categories-section {
  margin-top: 30px;
}

#related-slider {
  padding: 10px 0;
}

.about-intro {
  display: grid;
  grid-template-columns: 1fr 350px;
  grid-column-gap: 40px;
}

.about-intro div {
  align-self: center;
}

.about-intro div img {
  width: 100%;
}

.about-intro div p {
  text-align: center;
}

.form_background.nomt {
  border-top: 0;
  margin-top: 0;
}

.about-numbers {
  background: #0076C0;
  clear: both;
  padding: 40px 0;
}

.about-numbers > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 50px;
  width: 70%;
  margin: 0 auto;
}

.about-numbers > div > div {
  padding-bottom: 100%;
  position: relative;
}

.about-numbers > div > div > div {
  background: #FFF;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0076C0;
  display: grid;
}

.about-numbers > div > div > div > div {
  align-self: center;
}

.about-numbers > div > div > div span {
  color: #0076C0;
  font-weight: bold;
  display: table;
  margin: 0 auto 15px auto;
  font-size: 30px;
}

.faq .question {
  border: 1px solid #CCC;
  margin-bottom: 30px;
}

.faq .question h2 {
  background: #0076C0;
  color: #FFF;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 10px 15px;
}

.faq .question p {
  padding: 15px;
}

.about-partners {
  padding: 30px 0;
}

.about-partners h2 {
  text-align: center;
  margin-top: 0;
  font-weight: bold;
  color: #0076C0;
  text-transform: uppercase;
  font-size: 22px;
}

.about-partners ul {
  display: grid;
  list-style: none;
  margin: 0;
  margin-top: 40px;
  padding: 0;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 25px;
  display: grid;
}

.about-partners ul img {
  width: 80%;
  display: block;
  align-self: center;
  margin: 0 auto;
}

.about-services {
  padding: 30px 0;
}

.about-services h2 {
  text-align: center;
  margin-top: 0;
  font-weight: bold;
  color: #0076C0;
  text-transform: uppercase;
  font-size: 22px;
}

.about-services ul,
.about-services li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.about-services ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 30px;
  margin-top: 40px;
}

.about-services ul li img {
  display: block;
  height: 50px;
  margin: 0 auto 15px auto;
}

.about-services ul li span {
  display: block;
  color: #0076C0;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

.about-milestones {
  background: #0076C0;
  padding: 40px 0;
  clear: both;
}

.about-milestones h2 {
  text-align: center;
  margin-top: 0;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  font-size: 22px;
}

.about-milestones ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

.about-milestones ul li {
  list-style: none;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  position: relative;
}

.about-milestones ul li:before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background: #FFF;
  border-radius: 20px;
  margin: 0 auto 20px auto;
}

.about-milestones ul li:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #FFF;
  position: absolute;
  top: 10px;
  left: 0;
}

.about-milestones ul li:first-child:after {
  width: 50%;
  left: 50%;
}

.about-milestones ul li:last-child:after {
  width: 50%;
}

.about-milestones ul li span {
  font-weight: bold;
  display: block;
  font-size: 20px;
}

.ecatalogue-grid {
  grid-template-columns: 2fr 1fr;
  display: grid;
}

.ecatalogue-grid .img img {
  width: 100%;
  display: block;
}

.ecatalogue-grid .text {
  background: #0076C0;
  padding: 30px;
  box-sizing: border-box;
}

.ecatalogue-grid .text h2 {
  color: #FFF;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

.ecatalogue-grid .text form label {
  font-size: 14px;
  font-weight: bold;
  display: block;
  color: #FFF;
  text-transform: uppercase;
}

.ecatalogue-grid .text form input {
  border: 1px solid #FFF;
  background: transparent;
  color: #FFF;
  padding: 0 10px;
  height: 40px;
  display: block;
  width: 100%;
}

.ecatalogue-grid .text form button {
  background: #FFF;
  font-size: 13px;
  border: 0;
  margin-top: 10px;
  padding: 6px 25px;
  color: #0076C0;
  font-weight: bold;
}

.all-categories-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}

.all-categories-grid .category {
  background-size: cover;
  background-position: center center;
}

.all-categories-grid .category h2 {
  background: rgba(255, 255, 255, 0.9);
  height: 60px;
  margin: 0;
  line-height: 60px;
  text-align: center;
  color: #0076C0;
  font-weight: bold;
  border-bottom: 1px solid #0076C0;
}

.all-categories-grid .subcategories {
  padding: 40px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
}

.all-categories-grid .subcategories ul,
.all-categories-grid .subcategories li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.all-categories-grid .subcategories li {
  margin-bottom: 10px;
}

.all-categories-grid .subcategories li a {
  color: #FFF;
  font-size: 14px;
}

.customer-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: grid;
}

.customer-grid .customer .img {
  width: 100%;
  background: #FFF;
  border-radius: 5px;
  padding-bottom: 100%;
  position: relative;
}

.customer-grid .customer .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}

.customer-grid .customer h2 {
  padding: 5px;
  display: table;
  margin: 10px auto 0 auto;
  background: #0076C0;
  color: #FFF;
  font-weight: bold;
  padding: 10px;
  border-radius: 5px;
  font-size: 13px;
}

.customized-solution {
  display: grid;
  margin-top: 30px;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
}

.customized-solution div {
  align-self: center;
}

.customized-solution div.img {
  display: grid;
}

.customized-solution div img {
  align-self: center;
  width: 100%;
}

.customized-solution div p {
  font-size: 18px;
  text-align: center;
}

.customized-solution div a {
  font-weight: bold;
  color: #0076C0;
  display: table;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #0076c0;
  margin-top: 25px;
  height: 63px;
  font-size: 18px;
  text-align: center;
}

.customized-solution div a:hover {
  background: #0076C0;
  color: #FFF;
}

.categories-grid .category {
  background-size: cover;
  background-position: center center;
  padding-bottom: 90%;
  overflow: hidden;
  position: relative;
}

.categories-grid .category:hover .overlay {
  top: 0;
}

.categories-grid .category::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.categories-grid .category .text {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 90%;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 15px;
  left: 5%;
  transform: translate(0, -50%);
}

.categories-grid .category .overlay {
  background: #0076C0;
  position: absolute;
  top: 100%;
  transition: 0.2s all;
  left: 0;
  width: 100%;
  z-index: 5;
  height: 100%;
}

.categories-grid .category .overlay a {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 70%;
  transform: translate(-50%, -50%);
  display: block;
  text-decoration: none;
  text-align: left;
}

.categories-grid .category .overlay a h3 {
  color: #FFF;
  font-weight: bold;
  font-size: 15px;
}

.categories-grid .category .overlay a p {
  font-size: 13px;
  color: #FFF;
}

.view-trigger {
  background: #EEE;
  color: #fff !important;
  background: #0076C0;
  font-weight: bold;
  margin-bottom: 20px;
  text-decoration: none;
  height: 50px;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 50px;
}

.main-container {
  margin-bottom: 40px;
}

.box-category > ul > li ul {
  display: block;
}

.box-category > ul > li a.active {
  color: #0076C0;
}

.autocomplete-input {
  background: transparent !important;
}

.navbar-collapse form[role=search].active input {
  right: -25px;
  width: 255px;
}

.autocomplete-result-list {
  width: 450px !important;
  left: auto !important;
  right: -100px !important;
  top: 82px !important;
}

#related-slider .products-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: grid;
  grid-gap: 20px;
}

.category-products ul.products-grid:not(.small) li.item:nth-child(3n+1) {
  clear: both;
}

.category-products ul.products-grid.small li.item:nth-child(4n+1) {
  clear: both;
}

.availability.in-stock.outofstock2 span {
  color: #ed6663;
  border: 2px solid #ed6663;
}

.availability.in-stock.outofstock2 span::before {
  display: none;
}

.data-table thead th.a-center {
  text-align: center;
}

ul#cart-sidebar {
  max-height: 260px;
  overflow-y: scroll;
}

.table-responsive {
  max-height: 500px;
  overflow: scroll;
  overflow-x: hidden;
}

.uomchange {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 25px;
}

.btn-clear {
  font-size: 13px;
  font-weight: bold;
  color: #ed6663;
  padding-bottom: 10px;
  display: block;
  width: 100%;
  text-align: center;
}

.btn-clear:hover {
  opacity: 0.7;
}

.products-grid .btn-cart {
  margin: 0 auto;
  margin-top: 15px;
  float: none;
}

.products-grid .add-to-box {
  margin-top: 15px;
}

.movewishlist .add-to-cart {
  width: 180px;
}

.movewishlist .add-to-cart input.qty {
  width: 70px !important;
}

.products-grid .custom {
  display: table;
  margin: 0 auto;
  background: #fff;
  border: 1px #ddd solid;
  border-radius: 999px;
  padding: 1px 2px;
}

.delivery-text {
  width: 100%;
  height: 200px;
}

.fl-mini-cart-content .actions {
  padding-top: 10px;
}

#top {
  margin-top: 30px;
}

.error-box {
  margin-top: 30px;
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  padding: 20px;
}

.error-box ul {
  padding: 0 0 0 15px;
  margin: 0;
}

.circle-product {
  background-size: cover;
  background-position: center center;
  width: 100%;
  margin: 0 auto;
  border-radius: 9999px;
  display: block;
  padding-bottom: 100%;
}

.spl-pro {
  padding: 30px;
}

.hot-section.nopad {
  padding-bottom: 0;
}

.form_background.top {
  margin-top: 60px;
  padding-top: 45px;
}

.form_background .box-title {
  font-weight: bold;
  position: absolute;
  top: -66px;
  left: 20px;
  color: #0076C0;
  font-size: 76px;
}

.mm-toggle .icon-align-justify:before,
.mobile-menu li a {
  color: #0076C0;
}

.timeline {
  text-align: center;
}

.products-grid .item .item-inner .item-info {
  min-height: 110px;
}

.item .heart {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 2;
}

.item .heart svg {
  width: 25px;
  fill: transparent;
}

.item .heart svg path {
  stroke: #337ab7;
}

.item .heart:hover svg,
.item .heart.active svg {
  fill: #337ab7;
}

.related-pro .owl-item .item {
  width: 100%;
}

.timeline .year h3 {
  font-weight: bold;
  font-size: 40px;
  color: #0076C0;
}

.timeline .year h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #0076C0;
}

.timeline .year h5 {
  font-size: 20px;
  color: #999;
  text-transform: uppercase;
}

.hot-deal.best-pro.slider-items-products .owl-buttons .owl-next,
.hot-deal.best-pro.slider-items-products .owl-buttons .owl-prev {
  margin-top: -55px;
}

.buy-btn {
  padding: 15px 70px !important;
  font-size: 14px !important;
}

a.button.create-account {
  background: #0076C0;
  color: #FFF;
  display: inline-block;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
  border: none;
  border-radius: 999px;
  letter-spacing: 0.5px;
  padding: 12px 20px 10px 20px;
}

a.button.create-account:before {
  content: "\F007";
  font-family: FontAwesome;
  font-size: 12px;
  padding-right: 8px;
}

.mini-cart:hover .fl-mini-cart-content {
  display: block;
}

.mini-cart .fl-mini-cart-content.forceShow {
  display: block !important;
}

ul#cart-sidebar {
  min-width: 310px;
}

.outofstock {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #337ab7;
  color: #FFF;
  text-transform: uppercase;
  font-size: 11px;
  z-index: 2;
  padding: 1px 5px;
  font-weight: bold;
  opacity: 0.8;
}

.product-image:hover .product-image-block {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
}

.product-image .product-image-block {
  transition-duration: 500ms;
  transition-property: transform;
  transform: translateZ(0);
}

.item-inner-list .product-image .product-image-block {
  width: 150px;
  height: 150px;
  padding-bottom: 0;
}

.products-grid .item .item-inner.item-inner-list .item-info {
  text-align: left;
}

.item.item-list {
  padding: 0 !important;
}

.item.item-list .heart {
  top: 10px;
  left: 10px;
}

.item.item-list .add-to-cart {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.item-inner-list.item-inner {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-column-gap: 30px;
  text-align: left;
}

.item-inner-list.item-inner .item-title {
  padding-left: 0 !important;
}

.header-container .fl-nav-menu {
  float: left;
}

.item-details-table {
  width: 70%;
  margin: 30px 0;
}

.item-details-tabletable,
.item-details-table th,
.item-details-table td {
  border: 1px solid #CCC;
}

.item-details-table td:nth-child(1) {
  font-weight: bold;
}

.item-details-table td {
  padding: 10px;
}

.header-container {
  border-bottom: 1px solid #DDD;
}

#best-seller .owl-item .item {
  width: 100%;
  margin: 0 !important;
  padding: 0 15px;
  box-sizing: border-box;
}

.nav-inner #nav li.mega-menu .level0-wrapper {
  left: -256px;
}

.products-grid .item .item-inner .item-info .info-inner .item-title a {
  min-height: 40px;
  display: block;
}

.products-grid .item .item-inner .item-info .info-inner .item-title a span {
  color: #AAA;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  margin-left: 3px;
}

.slider-items-products .owl-buttons .owl-next a:before,
.slider-items-products .owl-buttons .owl-prev a:before {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-image-block {
  padding-bottom: 100%;
  height: 0;
  background-size: cover;
  background-position: center center;
}

.nopadding {
  padding: 0 !important;
}

#nav .col-1 ul.level0 > li {
  width: 25%;
  margin-right: 0;
  padding-right: 25px;
  box-sizing: border-box;
}

#nav .level0-wrapper2 .col-1 {
  width: 100%;
}

.regular-price .price.strike-price {
  text-decoration: line-through;
  opacity: 0.7;
}

header {
  height: 129px;
}

header > .container {
  position: fixed;
  top: 0;
  z-index: 99999999;
  left: 50%;
  transform: translate(-50%, 0);
}

header {
  z-index: 99999999;
}

.mid-section {
  background-size: cover;
}

.hot-section {
  background-size: 100%;
}

header #header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99999999;
}

#mobile-menu {
  position: fixed;
  z-index: 999999999;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .navbar-form {
    display: block;
  }
}

@media all and (max-width: 768px) {
  header > .container {
    display: none;
  }

  .hot-section.nopad {
    background-size: auto 350px;
  }

  header #header {
    width: 100%;
    transform: none;
    left: 0;
    position: initial;
  }

  .categories-grid .category .overlay {
    opacity: 0;
    top: 0 !important;
  }

  .item-details-table {
    width: 100%;
  }

  .customized-solution,
  .all-categories-grid {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}

@media all and (max-width: 990px) {
  .category-products ul.products-grid li.item:nth-child(3n+1) {
    clear: none;
  }

  .category-products ul.products-grid li.item:nth-child(2n+1) {
    clear: both;
  }
}

