@font-face {
  font-family: Aclonica;
  font-style: normal;
  font-weight: 400;
  src: local("Aclonica Regular"), local("Aclonica-Regular"), url(https://fonts.gstatic.com/s/aclonica/v8/K2FyfZJVlfNNSEBXGY7UAoo.ttf) format("truetype");
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wWw.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOUuhs.ttf) format("truetype");
}
body {
  font-size: 0.9em;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1em;
}
body {
  padding-top: 3rem;
}
a {
  color: #000;
}
[class*=" bi-"]::before,
[class^="bi-"]::before {
  line-height: 1.2 !important;
}
.was-validated select.form-control:invalid,
.was-validated select.form-control:valid,
select.form-control.is-invalid,
select.form-control.is-valid {
  background-position: center right calc(0.375em + 0.6875rem) !important;
}
.popover {
  max-width: 600px;
}
header hr {
  margin: 5px 0;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.3rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.3rem;
}
.red-bold {
  color: #b12704;
}
.price-match {
  background-color: #5065b4;
  border-radius: 5px;
  color: #fff;
  padding: 5px;
}
.price-match a {
  color: #fff;
}
#product-price,
#product-price .small,
#product-price .tiny {
  font-size: 1.6em;
  color: #b12704;
  font-family: Lato;
  font-weight: 700;
}
.small {
  font-size: 0.8em !important;
}
.tiny {
  font-size: 0.7em !important;
}
.hide {
  display: none;
}
.highlight {
  margin-bottom: 1rem;
  background-color: #f7f7f9;
  padding: 1.5rem;
}
.main-navbar {
  padding: 0 1rem;
}
.main-navbar .nav-item,
.main-navbar .navbar-brand {
  font-size: 0.9em;
}
.navbar-brand a,
.navbar-brand a:active,
.navbar-brand a:hover {
  color: #fff;
}
.sub-navbar {
  padding: 0.2rem 1rem;
  color: #856404;
  background-color: #fff3cd;
  border-bottom: 1px solid #ffeeba;
}
.sub-navbar p {
  padding: 0;
  margin: 0 auto;
}
.main-search {
  padding-top: 12px;
}
.main-icon,
.main-icon:hover {
  color: #343a40;
  font-weight: 700;
  text-decoration: none;
}
.main-icon .icon-hover,
.main-icon:hover .icon-link {
  display: none;
}
.main-icon:hover .icon-hover {
  display: inline;
}
.btn-browse,
.main-icon img {
  width: 50px;
  height: 50px;
}
.btn-browse {
  color: #fff;
}
.main-ad p {
  margin-bottom: 2px;
}
.main-ad .trustpilot-widget {
  margin-top: 3px;
}
#nav-account {
  display: none;
}
.sections {
  z-index: 100;
  background-color: #343a40;
}
.sect-nav {
  flex-wrap: nowrap;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1140px;
}
.sect-nav-item {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.sect-nav-item.active {
  background-color: #f3f3f3;
}
.sect-nav-item.non-active {
  background-color: #343a40;
}
.list-account i {
  padding-right: 5px;
}
.pulse {
  overflow: visible;
  position: relative;
}
.pulse:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  transition: opacity 0.3s, transform 0.3s;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}
@keyframes pulse-animation {
  0% {
      opacity: 1;
      transform: scale(1);
  }
  50% {
      opacity: 0;
      transform: scale(1.5);
  }
  100% {
      opacity: 0;
      transform: scale(1.5);
  }
}
.main-cart {
  position: relative;
}
.main-cart .badge {
  position: absolute;
  right: 28%;
  top: 0;
  font-size: 1em;
}
.main-cart .badge-mini {
  right: 4% !important;
}
#cart-details textarea {
  height: 120px;
}
.sub-item i {
  visibility: hidden;
  padding-top: 4px;
}
a.sub-item {
  padding-bottom: 0;
}
.sub-item i.fa-angle-double-right {
  float: right;
}
.sub-item i.fa-angle-double-left {
  float: left;
}
.sect-nav-link {
  color: #fff;
  padding: 4px 12px;
  font-weight: 700;
  line-height: 1.2;
  height: 49px;
  display: table-cell;
  vertical-align: middle;
}
.sect-nav-link:hover {
  color: #fff;
}
.active .sect-nav-link {
  color: #0056b3;
}
.dropdown-sub-sections {
  display: none;
  position: absolute;
  left: 0;
  top: 48px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  width: 100%;
  z-index: 102;
  background-color: #f3f3f3;
  padding: 10px;
  height: 600px;
  z-index: 9999;
}
.dropdown-sub-sections > ul {
  list-style: none;
  text-align: left;
  padding: 0 18px;
  height: 580px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 300px;
}
.dropdown-sub-sections > ul.dropdown-brands {
  width: 20px;
  flex-direction: row;
  height: 30px;
  padding: 0;
}
.dropdown-sub-sections.drop-1 {
  height: 390px;
}
.dropdown-sub-sections.drop-1 > ul {
  height: 370px;
}
.dropdown-sub-sections.drop-2 {
  height: 450px;
}
.dropdown-sub-sections.drop-2 > ul {
  height: 430px;
}
.dropdown-sub-sections.drop-3 {
  height: 475px;
}
.dropdown-sub-sections.drop-3 > ul {
  height: 455px;
}
.dropdown-sub-sections.drop-4 {
  height: 600px;
}
.dropdown-sub-sections.drop-4 > ul {
  height: 580px;
}
.dropdown-sub-sections.drop-5 {
  height: 320px;
}
.dropdown-sub-sections.drop-5 > ul {
  height: 300px;
}
.dropdown-sub-sections.drop-6 {
  height: 1310px;
}
.dropdown-sub-sections.drop-6 > ul {
  height: 1300px;
}
.dropdown-sub-sections.drop-7 {
  height: 390px;
}
.dropdown-sub-sections.drop-7 > ul {
  height: 370px;
}
.dropdown-sub-sections.drop-8 {
  height: 390px;
}
.dropdown-sub-sections.drop-8 > ul {
  height: 370px;
}
.dropdown-sub-sections.drop-9 {
  height: 240px;
}
.dropdown-sub-sections.drop-9 > ul {
  height: 220px;
}
.dropdown-sub-sections.drop-10 {
  height: 380px;
}
.dropdown-sub-sections.drop-10 > ul {
  height: 360px;
}
.dropdown-sub-sections.drop-11 {
  height: 620px;
}
.dropdown-sub-sections > ul > li {
  float: left;
  white-space: nowrap;
}
.dropdown-sub-sub-sections li {
  padding: 0;
  list-style: none;
}
.dropdown-sub-sections > ul > li > a {
  font-weight: 700;
}
.dropdown-sub-sections > ul > li > a:hover {
  color: #da4f49;
}
.dropdown-sub-sub-sections {
  padding: 0 0 0 15px;
}
.dropdown-sub-sub-sections li a.nav-link {
  padding: 0;
}
.dropdown-sub-sub-sections li a i {
  visibility: hidden;
}
.dropdown-sub-sub-sections li a:hover i {
  visibility: visible;
}
.dropdown-sub-sub-sections li a.nav-link:hover {
  color: #da4f49;
}
.dropdown-sub-sections h4 {
  text-align: left;
}
.dropdown-sub-sections ul.dropdown-brands > li {
  margin: 0;
  padding: 0 30px 0 16px;
  float: left;
  text-align: center;
}
.dropdown-sub-sections ul.dropdown-brands > li:hover {
  cursor: pointer;
}
.dropdown-sub-sections ul.dropdown-brands > li.active {
  background-color: #fff;
}
.dropdown-sub-sections ul.dropdown-brands > li ul.dropdown-brand {
  position: absolute;
  width: 1050px;
  background-color: #fff;
  top: 22px;
  left: 40px;
  margin: 20px;
  height: 565px;
  padding-top: 20px;
  padding-left: 20px;
}
.dropdown-sub-sections ul.dropdown-brands > li ul.dropdown-brand {
  display: none;
}
.dropdown-sub-sections ul.dropdown-brands > li ul.dropdown-brand.active {
  display: inline-block;
}
.dropdown-sub-sections ul.dropdown-brands > li ul.dropdown-brand > li {
  margin: 0;
  list-style: none;
  padding: 9px;
}
.dropdown-sub-sections ul.dropdown-brands > li ul.dropdown-brand > li.brand-page-2 {
  display: none;
}
.dropdown-sub-sections ul.dropdown-brands > li ul.dropdown-brand > li.brand-page-link {
  position: absolute;
  bottom: -7px;
  right: 0;
  font-weight: 700;
}
.product-right-card {
  margin: 5px;
}
.product-right-card .card-body {
  padding: 10px !important;
}
.product-right-card h5 {
  text-align: left;
  height: 40px;
  overflow: hidden;
  margin-bottom: 0;
}
.product-right-card img {
  float: left;
  margin-right: 5px;
}
.product-right-card .card-pricing {
  float: left;
  width: 50%;
  text-align: left;
}
.product-right-card .card-buttons {
  text-align: right;
}
.product-right-card a.btn {
  color: #fff !important;
  margin-top: 10px;
}
.product .accordion .card {
  margin-bottom: 0;
}
.accordion .card .btn-block {
  width: 90%;
  margin: 5px auto;
}
.accordion .card-header {
  padding: 0;
}
.accordion .card-header h2 .btn {
  color: #000;
  font-weight: 700;
  padding-bottom: 0;
}
.dropdown-prods-best {
  background-color: #f3f3f3;
  min-height: 599px;
}
.dropdown-prods-best h4 {
  padding: 5px 0 0 10px;
  margin: 0;
}
.dropdown-prods-best p {
  margin-left: 10px;
  text-align: left;
}
.dropdown-brands,
.dropdown-brands-text {
  margin: 0;
  padding: 0;
}
.dropdown-brands li {
  float: left;
  padding: 5px;
  width: auto;
}
.dropdown-brands li .card {
  width: 176px;
  padding: 10px;
}
.dropdown-brands-text {
  clear: both;
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 8;
  column-gap: 10px;
}
.dropdown-brands-text li {
  width: auto;
}
.dropdown-brands li a {
  height: 94px;
}
.dropdown-brands li a.nav-link {
  height: auto;
}
.bg-hover i {
  visibility: visible;
}
.thirdRow {
  left: 500px;
  width: 640px;
}
hr.skinnyb {
  margin: 0 0 5px 0;
}
hr.skinnyt {
  margin: 5px 0 0 0;
}
.backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
  height: 100%;
  left: 0;
  position: absolute;
  top: 208px;
  width: 100%;
  z-index: 100;
  display: none;
}
.breadcrumb {
  background-color: #ffff9f;
  background-image: -moz-linear-gradient(top, #ffffd7, #ffff9f);
  background-image: -ms-linear-gradient(top, #ffffd7, #ffff9f);
  background-image: -webkit-linear-gradient(top, #ffffd7, #ffff9f);
  background-image: -o-linear-gradient(top, #ffffd7, #ffff9f);
  background-image: linear-gradient(top, #ffffd7, #ffff9f);
  border: 1px solid #ffcf0f;
  -webkit-box-shadow: inset 0 1px 0 #ffffd7;
  -moz-box-shadow: inset 0 1px 0 #ffffd7;
  box-shadow: inset 0 1px 0 #ffffd7;
  padding: 5px 10px;
  margin-bottom: 2px;
}
.items {
  list-style: none;
  padding: 0;
}
.items.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
}
.items li {
  float: left;
  margin: 0 0.5%;
  margin-bottom: 10px;
}
.list li {
  width: 100%;
}
.list li .section-card .card-body .card-img {
  width: 15%;
}
.list li .section-card .card-body .card-info {
  width: 85%;
}
.tab-pane {
  padding: 10px 0;
}
.brand-card h5,
.section-card h5 {
  margin-bottom: 0;
  overflow: hidden;
  height: 20px;
}
.brand-card .card-img {
  text-align: -webkit-center;
}
.warranty-brand {
  min-height: 140px;
}
.product-card h6 {
  margin-bottom: 0;
  overflow: hidden;
  height: 34px;
}
.list .product-card h6 {
  height: 17px;
}
.product-card .card-description {
  display: none;
}
.list .product-card .card-description {
  display: block;
  float: left;
  padding: 5px;
  height: 76px;
  overflow: hidden;
}
.list .product-card .card-body {
  grid-auto-columns: 90px auto 150px;
}
.product-card h6.small-name {
  font-size: 0.9em;
  line-height: 16px;
}
.product-card .card-body .card-img .van-icon {
  position: absolute;
  right: 2px;
  top: 60px;
}
.product-card .card-body .card-img .youtube-icon {
  position: absolute;
  left: 2px;
  top: 2px;
}
.product-card .card-body .card-info ol {
  width: 100%;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.product-card .card-body .card-info ol li {
  width: 100%;
  line-height: 18px;
  margin-bottom: 2px;
}
.brand-card .card-header,
.product-card .card-header,
.section-card .card-header {
  padding: 8px;
}
.section-card h5.small-name {
  font-size: 0.9em;
  line-height: 20px;
}
.brand-card .card-body,
.product-card .card-body,
.section-card .card-body {
  padding: 8px;
  display: grid;
  gap: 10px;
  grid-auto-flow: column;
  grid-auto-columns: 90px auto;
}
.product-card .card-body .card-img,
.section-card .card-body .card-img {
  float: left;
  width: 90px;
  max-width: 90px;
  position: relative;
  margin-right: 10px;
}
.product-card .card-footer {
  padding: 5px;
  text-align: left;
  height: 36px;
}
.product-card.simple-card .card-info li {
  white-space: nowrap;
}
.product-card .card-footer img {
  margin-right: 5px;
}
.product-card .card-footer .btn-group {
  float: right;
}
.product-card .card-footer .btn {
  padding: 2px 5px;
}
.product-card .card-body .card-info a.small-name {
  line-height: 15px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
}
.product-card .card-body .card-info ol li:first-child .prod-code {
  color: #da4f49;
  font-weight: 700;
}
.product-card .card-body .card-info ol li:first-child span {
  float: right;
}
.section-card .card-body .card-info .wrap-vertical {
  height: 48px;
  display: block;
  overflow: hidden;
  line-height: 16px;
  margin-bottom: 5px;
}
.grid-list {
  margin-top: 8px;
}
.tooltip-inner {
  background-color: #28a745;
  padding: 5px;
  max-width: 230px;
}
.prod-desc {
  margin-bottom: 20px;
}
.prod-desc-img {
  width: 150px;
}
.btn-group-form-control {
  display: block;
  width: 100%;
}
.man-image {
  position: relative;
  text-align: center;
}
.man-image a.m-cat {
  top: 50%;
  height: 50%;
}
.man-image a.m-prod {
  top: 0;
  height: 50%;
}
.man-image a {
  width: 150px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  left: 0;
  position: absolute;
  line-height: 47px;
  text-decoration: none;
}
.man-image a:hover {
  opacity: 1;
}
.nav-tabs .nav-link {
  padding: 0.5rem 0.8rem;
}
.account .tab-pane,
.product .tab-pane {
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-top: 0;
  padding: 10px;
}
.nav-tabs .nav-link.active {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px #f7f7f7 solid;
}
.accordion h6 {
  color: #999;
  text-transform: uppercase;
  margin: 12px 15px;
}
#collapse-refine-by ul {
  list-style: none;
}
#collapse-refine-by ul li {
  line-height: 12px;
}
.product .product-discon p {
  margin-bottom: 0;
}
.product .show-reviews {
  font-size: 0.94rem;
}
.thumbnails {
  list-style: none;
  padding: 0;
}
.thumbnails li {
  float: left;
  padding: 0 2px;
}
.imageClass {
  position: relative;
}
.imageClass .prodZoom {
  display: block;
}
.imageClass .mainImage {
  max-width: 365px;
}
span.required {
  color: red;
  padding-left: 2px;
}
#auth-resell {
  margin-top: 15px;
  margin-left: 7px;
  margin-bottom: 10px;
  border: solid 1px #000;
  border-radius: 5px;
  font-family: Lato, arial, "Open Sans";
  text-align: center;
  padding-bottom: 5px;
  clear: both;
}
.imageoverlay {
  position: absolute;
  z-index: 999;
}
.prod-information p {
  margin-bottom: 0.3rem;
}
.prod-information .alert,
.prod-information .alert h5 {
  margin-bottom: 0;
}
.prod-information-alert {
  margin-bottom: 5px;
}
.product .card {
  margin-bottom: 5px;
}
.product .card-header {
  padding: 0.3rem 0.5rem;
}
.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.items-alert {
  clear: both;
}
.fa-star,
.fa-star-half-alt {
  color: #ffcf0f;
}
#searchbox {
  position: relative;
}
#searchbox #sbresults {
  position: absolute;
  z-index: 999999;
  max-height: 503px;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  position: absolute;
  border-top: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 999999;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  overflow-x: none;
  overflow-y: scroll;
}
#searchbox #sbresults ul {
  list-style-type: none;
  background-color: #fff;
  padding: 0;
  margin: 0;
}
#searchbox #sbresults ul li {
  padding: 10px 0;
  border-bottom: 1px solid #aaa;
}
.account h2 {
  margin: 15px 0;
}
.bg-success-2 {
  background-color: #a0e9b0 !important;
}
.paypal-info {
  font-size: 12px;
  text-align: center;
  font-style: italic;
  margin: 0;
}
ol.faq li p {
  margin-top: 10px;
}
footer {
  padding-top: 0;
  padding-bottom: 3rem;
}
footer.blockquote-footer {
  padding-bottom: 1rem;
}
.footer-bs {
  background-color: #343a40 !important;
  padding: 40px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 20px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 6px;
}
.footer-bs .footer-nav ul,
.footer-bs .footer-sb ul,
.footer-bs .footer-social ul {
  list-style: none;
  padding: 0;
}
.footer-bs .footer-nav ul li,
.footer-bs .footer-social ul li {
  padding: 5px 0;
}
.footer-bs .footer-nav ul a,
.footer-bs .footer-sb ul a,
.footer-bs .footer-social ul a {
  color: rgba(255, 255, 255, 1);
}
.footer-bs .footer-nav ul a:hover,
.footer-bs .footer-sb a:hover,
.footer-bs .footer-social ul a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.footer-bs .footer-extras,
.footer-bs .footer-nav,
.footer-bs .footer-social {
  border-left: solid 1px rgba(255, 255, 255, 0.1);
  padding-left: 40px;
}
.tp-widget-businessinfo__total,
.tp-widget-businessinfo__trustscore {
  display: inline !important;
}
#carouselHotSelling.carousel-fade .row,
#carouselHotSuppliers.carousel-fade .row {
  margin: 0;
}
#carouselHotSelling .carousel-indicators,
#carouselHotSuppliers .carousel-indicators {
  bottom: -35px;
}
#carouselHotSelling .carousel-indicators li,
#carouselHotSuppliers .carousel-indicators li {
  background-color: #000;
}
.brand-150x94 {
  width: 150px;
  height: 94px;
}
#carouselHome .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.75);
}
#carouselHome .carousel-indicators {
  bottom: -15px;
}
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
  background: -webkit-radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
}
.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
      rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
      rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}
@-webkit-keyframes spinner {
  0% {
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
.df-classic {
  box-shadow: 15px 80px 80px 55px rgba(0, 0, 0, 0.3), 0 0 12px 0 rgba(0, 0, 0, 0.19);
}
.df-classic .df-results .df-card {
  border: solid #eee 1px !important;
}
.df-classic .df-header {
  margin-top: 10px;
}
.df-classic .df-results .df-card {
  padding: 15px;
}
.df-classic .df-results .df-card a {
  text-decoration: none;
  margin-bottom: 5px;
}
.df-classic .df-results .df-card .df-card__textlink:hover {
  text-decoration: underline;
}
.df-classic .df-results .df-card .df-card__image {
  margin: 0 0 5px !important;
}
.df-classic .df-results .df-card .df-card__code {
  color: #b12704;
  font-weight: 700;
  margin-bottom: 0;
}
.df-classic .df-results .df-card .df-card__pricing {
  margin-bottom: 0;
}
.df-classic .df-results .df-card .df-card__price {
  font-size: 25px;
}
.df-classic .df-results .df-card .df-card__priceinc {
  font-size: 0.9em;
}
.df-classic .df-results .df-card .df_card__pricing_inc {
  margin-top: 0;
  margin-bottom: 5px;
}
.df-classic .df-results .df-card .df-stock {
  margin-bottom: 5px;
}
.df-embedded .df-results .df-card {
  border: solid #eee 1px !important;
}
.df-embedded .df-header {
  margin-top: 10px;
}
.df-embedded .df-results .df-card {
  padding: 15px;
}
.df-embedded .df-results .df-card a {
  text-decoration: none;
  margin-bottom: 5px;
}
.df-embedded .df-results .df-card .df-card__textlink:hover {
  text-decoration: underline;
}
.df-embedded .df-results .df-card .df-card__image {
  margin: 0 0 5px !important;
}
.df-embedded .df-results .df-card .df-card__code {
  color: #b12704;
  font-weight: 700;
  margin-bottom: 0;
}
.df-embedded .df-results .df-card .df-card__pricing {
  margin-bottom: 0;
}
.df-embedded .df-results .df-card .df-card__price {
  font-size: 25px;
}
.df-embedded .df-results .df-card .df-card__priceinc {
  font-size: 0.9em;
}
.df-embedded .df-results .df-card .df_card__pricing_inc {
  margin-top: 0;
  margin-bottom: 5px;
}
.df-embedded .df-results .df-card .df-stock {
  margin-bottom: 5px;
}
.df-embedded .df-header .df-icon-list {
  width: 10%;
}
.df-embedded .df-header .df-header-title {
  width: 40%;
}
.df-embedded .df-header .df-sort-select {
  width: 45%;
  text-align: right;
}
.df-embedded .df-header .df-sort-select label {
  margin-bottom: 0;
}
.grecaptcha-badge {
  visibility: collapse !important;
  display: none !important;
}
@media (min-width: 1200px) {
  .container {
      max-width: 1190px;
  }
}
@media (max-width: 1200px) {
  .brand-150x94 {
      width: 100px;
      height: 63px;
  }
  .man-image a {
      width: 100px;
      line-height: 31px;
  }
}
@media (max-width: 991px) {
  .container {
      max-width: 98%;
  }
}
@media (max-width: 960px) {
  .sect-nav {
      display: none;
  }
  .nav-btn {
      display: block;
  }
  .sect-nav-item {
      display: block;
  }
  .sect-nav-item .dropdown-sub-sections {
      display: none !important;
  }
  .backdrop {
      display: none !important;
  }
  .sect-nav.sactive {
      display: block;
  }
}
@media (max-width: 784px) {
  #main-account {
      display: none !important;
  }
  #nav-account {
      display: block;
  }
  .grid-list {
      display: none !important;
  }
}
