@import 'https://fonts.googleapis.com/css?family=Architects+Daughter:300,400,500,600,700';
@import 'https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700';
@import 'https://fonts.googleapis.com/css?family=Poiret+One:100,300,400,500,600,700';
@import 'https://fonts.googleapis.com/css?family=Passion+One:100,300,400,500,600,700';


@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);


@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

/* OVERALL */

.container,
.inner,
ul.shop {
  width: 1300px;
}



body {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

body.padded {
  padding-top: 90px;
}

/* END OVERALL */

/* HEADER */

header {
  padding: 0px;
  background-color: #fff;
  linear-gradient(to right, #0e4258 50%, #77c5e9 50%);
  background-size: cover;
  top: -220px;
  padding-bottom: 10px;
}

nav {
  border-bottom: solid 1px #ddd;
  padding: 0px;
}

.top-bar {
  margin-bottom: 10px;
}

header.fixed {
  position: fixed;
  left: 0px;
  z-index: 9000;
}

header .inner {
  /* padding-bottom: 10px; */
}

header.fixed .top-bar {
  display: none !important;
}

/*.products-list .prod-inner > p {*/
/*    float:left!important;*/
/*}*/

.product-img-box img {
  max-width: 100% !important;
}

.top-bar {
  background: #32373E;
  display: inline-block;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
}

body>.mobile-nav {
  background: #ffffff;
  border-color: #ffffff;
}

header .top-bar .pull-right li,
header .top-bar .pull-right li a {
  color: #fff;
}

header .top-bar .pull-right li:hover,
header .top-bar .pull-right li a:hover {
  color: #eaeaea;
}

ul.shop .has-children ul li:nth-child(even),
.mobile-nav .has-children ul li:nth-child(even) {
  background: none !important;
}

header .UA>div {
  margin-top: 15px;
  float: left;
  margin-left: 0px;
  margin-right: 20px;
  padding-left: 0px;
  padding-right: 20px;
  border-right: solid 1px #4c5c74;
  border-left: none;
}

header .UA>div:last-child {
  padding-left: 0px;
  border: none;
  margin-right: 0px;
  padding: 0px;
}


.main-banner {
  opacity: 0;
  transform: translateX(-60px);
  transition: all 0.8s ease;
}

.main-banner.show {
  opacity: 1;
  transform: translateX(0);
}

.brands-slider-bg {
  opacity: 0;
  transform: translateX(-60px);
  transition: all 0.8s ease;
}

.brands-slider-bg.show {
  opacity: 1;
  transform: translateX(0);
}

.category-feature {
  opacity: 0;
  transform: translateX(-60px);
  transition: all 0.8s ease;
}

.category-feature.show {
  opacity: 1;
  transform: translateX(0);
}

.tab-view {
  background: none !important;
}

section.product p {
  font-size: 12px;
}

section.product br {
  display: none;
}


.product-categories {
  opacity: 0;
}

.product-categories.show {
  opacity: 1;
  transform: translateX(0);
}

.product-card {
  opacity: 0;
  transform: translateY(-20px);
}

/* When active */
.product-card.show {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease;
}

.product .files {
  clear: both;
  background: #ededed;
  padding: 10px;
  border: solid 1px #b7b7b7;
}


.product .files h3 {
  margin-top: 0px;
  font-size: 17px;
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

.product .files a {
  margin-top: 15px;
  padding: 10px;
  border: solid 1px #ddd;
  display: inline-block;
  background: #fff;
}




.intro {
  background-image: url('/sites/spring/images/offer_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  padding: 20px 0px;
  font-weight: bold;
}

.intro h2 {
  color: #2a2a2a;
}

.intro p {
  color: #474747;
  font-size: 15px;
}


.cta {
  background: linear-gradient(to bottom, #F58220, #b1611c);
  color: #fff;
  padding: 20px 0px;
  padding-top: 30px;
}


.cta h2 {
  margin-top: 0px;
  font-size: 20px;
}


.cta h3 {
  font-size: 30px;
  margin-top: 0px;
}

.cta p {
  font-ize: 16px;
}

.branch-instagram-section {
  background: #fff;
  padding: 40px 0 60px;
}

.branch-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 40px;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;

  box-sizing: border-box;
}

.branch-card {
  background: #f3efe9;
  padding: 30px;

  width: calc(50% - 15px);
  min-height: 320px;

  box-sizing: border-box;
}

.branch-card h2 {
  font-size: 34px;
  font-weight: 800;
  color: #111;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.branch-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.branch-card h4 {
  font-size: 17px;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
}

.branch-card p {
  margin: 0 0 5px;
  color: #111;
  font-size: 16px;
  line-height: 1.5;
}

.branch-card strong {
  font-weight: 700;
}

.spacer {
  height: 50px;
}

.spacer.small {
  height: 25px;
}

.instagram-section {
  width: 100%;
  height: 500px;

  margin-top: 40px;

  background-image: url('/sites/spring/images/instagram.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


@media (max-width: 992px) {
  .instagram-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .branch-container {
    flex-direction: column;
    padding: 0 20px;
  }

  .branch-card {
    width: 100%;
  }

  .instagram-section {
    padding: 0 20px;
  }

  .instagram-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .instagram-header span {
    font-size: 28px;
  }

  .branch-card h2 {
    font-size: 28px;
  }
}


.price.callforprice {
  font-size: 16px;
}

.price.callforprice span {
  margin-right: 10px;
}


.mobile-nav ul li.has-children ul a {
  color: #1d252f !important;
}

.top-bar ul {
  float: right;
  margin-bottom: 0px;
}

.top-bar p {
  float: left;
  margin-bottom: 0px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}



.top-bar ul li {
  color: #fff;
  text-decoration: none;
  padding: 0px;
  vertical-align: middle;
  text-transform: capitalize;
  display: inline-block;
  letter-spacing: 0.8px;
  font-size: 12px;
  margin-bottom: 0px;
  margin-left: 40px;
}

.top-bar ul li * {
  color: #FFF;
}

header .logo {
  width: 145px;
  height: 130px;
  background: url(../images/logo.png);
  background-size: contain;
  display: inline-block;
  margin-top: 0px;
  background-repeat: no-repeat;
  float: left;
}

footer .logo {
  width: 189px;
  height: 120px;
  background: url(../images/logo-white.png);
  background-size: contain;
  display: inline-block;
  margin-top: 20px;
  background-repeat: no-repeat;
  background-position: center;
}


header nav {
  clear: both;
  float: left;
  margin-top: 13px;
  padding-bottom: 10px;
}

header .contact-area {
  float: right;
  background: #fff;
  padding: 10px;
  margin-top: 20px;
}

header .contact-area span,
header .contact-area a:link,
header .contact-area a:visited {
  color: #000;
}

header .contact-area span i {
  margin-right: 5px;
}

header .contact-area span.phone i {
  font-size: 16px;
  margin-top: 3px;
  float: left;
}

header .contact-area span:first-child {
  margin-right: 10px;
}

.search-area {
  float: left;
  vertical-align: top;
  width: 50%;
}

.vswitch {
  margin-top: 0px;
  margin-right: -30px;
  display: inline-block;
  vertical-align: top;
  background: #ddd;
  padding: 11px;
  height: 45px;
  margin-top: 0px;
  font-size: 15px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.vswitch em {
  font-style: normal;
  font-size: 13px;
}

.onoffswitch {
  position: relative;
  width: 35px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  vertical-align: middle;
  margin-left: 6px;
  margin-right: 6px;
}

.onoffswitch-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 50px;
  margin-top: 5px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 14px;
  padding: 0;
  line-height: 16px;
  font-size: 13px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "";
  padding-left: 10px;
  background-color: #FFF;
  color: #FFFFFF;
}

.onoffswitch-inner:after {
  content: "";
  padding-right: 10px;
  background-color: #FFF;
  color: #999999;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 13px;
  height: 12px;
  margin: 2px;
  background: #000;
  position: absolute;
  top: 5px;
  bottom: 0px;
  right: 17px;
  border-radius: 100%;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
  right: 0px;
  background-color: #000;
}


h1 {
  color: #2059A5;
  font-size: 24px;
}


h3 {
  font-size: 16px;
  font-weight: bold;
}

h2 {
  font-size: 20px;
  color: #00449B;
}


.search-area h1 {
  margin-top: 15px;
  margin-left: -30px;
  color: #fff;
  font-weight: 100;
  font-size: 24px;
  width: 250px;
  text-align: center;
}


header form.search {
  margin-top: 0px;
  position: relative;
  width: 100%;
  margin-left: 30px;
}

.searchbox {
  position: relative;
  width: 100%;
  float: left;
}

header .UA {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  float: right;
  clear: none;
}

header form.search>input {
  border-radius: 0px;
  width: 100%;
  height: 45px;
}

a#reference-save {
  margin: 5px;
  margin-left: 10px;
}

i#reference-check {
  display: inline-block;
  margin: 8px;
  color: #007018;
}


header form.search>button {
  text-align: center;
  margin-left: 0px;
  position: absolute;
  right: 170px;
  top: 0px;
  border: none;
  color: #FFF;
  width: 45px;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  border-radius: 0px;
  padding: 0px;
  text-align: center;
  background: #e40003;
  transition: all .3s ease-in-out;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  border-left: none;
  background: #fff url(../images/search.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  opacity: 0.7;
}

header .UA>div i {
  font-size: 21px;
  width: 46px;
  height: 46px;
  background: rgba(0, 0, 0, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  float: left;
  line-height: 46px;
}

header .UA>div i svg {
  fill: #FFF;
  width: 24px;
  height: 24px;
}


header .UA>div>div {
  text-transform: capitalize;
  color: #FFF;
  font-family: inherit;
  font-size: 15px;
  font-weight: normal;
  float: left;
  margin-left: 10px;
  margin-top: 3px;
}

header .UA>div>div a {
  color: #000;
}

header .UA>div>div em {
  line-height: 12px;
}

.bottom-header {
  display: inline-block;
  clear: both;
  width: 100%;
  padding: 20px 0px;

}

.brand-item {
  height: 200px;
  list-style: none;
  display: table;
}

.brand-item {
  border: 1px solid #ddd;
  padding: 10px;
  margin: 10px;
  color: #807f7f;
}

.brand-item a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.bottom-header .inner {
  position: relative;
}

header nav {
  background: #F1F1F1;
  border-radius: 7px;
  padding-bottom: 0px;
  width: 100%;
  display: table;
  position: absolute;
  top: -10px;
  left: 0px;
  border-bottom: solid 2px #ddd;
  z-index: 101;
}

.position-ref {
  padding-top: 20px;
}

header nav>ul>li,
ul.shop .categories>li {
  padding: 10px;
  padding-top: 11px;
  padding-bottom: 9px;
  border-right: solid 1px #cacaca;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background: none;
  color: #fff;
}

header nav>ul>li,
ul.shop .categories>li {
  display: inline-block;
  vertical-align: top;
}

ul.shop.dropdown-menu li,
ul.shop.dropdown-menu li a {
  border: none !important;
  text-align: left;
  padding: 0px;
  color: #444;
  font-size: 12px;

}

ul.shop.dropdown-menu li.has-children a {
  position: relative;
  width: 100%;
  display: inline-block;
}

ul.shop.dropdown-menu li.has-children a::after {
  content: "\e080";
  position: absolute;
  right: 0px;
  top: 3px;
  font-family: 'Glyphicons Halflings';
  font-size: 9px;
  width: 14px;
  text-align: center
}

header nav .categories {
  float: left;
  width: 20%;
}

header nav .banners {
  float: left;
  width: 23%;
  text-align: left;
  border-left: solid 2px #ddd;
  margin-left: 20px;
}

div.brand-select {
  padding: 10px;
  background: #cf3333;
  margin-top: 30px;
  color: #FFF;
}

div.brand-select a {
  display: inline-block;
  font-size: 9px;
  color: #fff;
  font-weight: normal;
}

header nav .banners.main {
  transition: 0.2s 0.5s ease-in-out;
}

.banner-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.banner-image img {
  width: 100%;
  display: block;
}

.banner-image .ban-cont {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;

  display: flex;
  justify-content: flex-start;
}

.banner-image .ban-cont .inner {
  margin-left: 16%;

  background: rgba(17, 17, 17, 0.45);
  padding: 20px;

  max-width: 500px;
  width: 22%;

  color: #fff;
}

.ban-cont img {
  max-width: 220px;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.banner-image .ban-cont strong {
  display: block;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.banner-image .ban-cont span {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
}

.banner-image .ban-cont button {
  background: #fff;
  color: #f58220;
  border: none;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.banner-image .ban-cont button:hover {
  background: #e5e5e5;
}

@media (max-width: 1200px) {

  .banner-image .ban-cont .inner {
    width: 32%;
    margin-left: 10%;
  }

  .banner-image .ban-cont strong {
    font-size: 14px;
  }

  .banner-image .ban-cont span {
    font-size: 10px;
    line-height: 1.2;
    color: #fff;
  }
}

@media (max-width: 992px) {

  .banner-image .ban-cont .inner {
    width: 42%;
    margin-left: 8%;
    padding: 18px;
  }

  .ban-cont img {
    max-width: 180px;
  }

  .banner-image .ban-cont strong {
    font-size: 20px;
  }

  .banner-image .ban-cont span {
    font-size: 14px;
  }

  .banner-image .ban-cont button {
    padding: 10px 20px;
    font-size: 13px;
  }
}

@media (max-width: 768px) {

  .banner-image .ban-cont {
    align-items: center;
  }

  .banner-image .ban-cont .inner {
    width: 80%;
    max-width: unset;

    margin: 0 auto;

    padding: 16px;
  }

  .ban-cont img {
    max-width: 150px;
    margin-bottom: 12px;
  }

  .banner-image .ban-cont strong {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .banner-image .ban-cont span {
    font-size: 13px;
    line-height: 1.2;
  }

  .banner-image .ban-cont button {
    margin: 5px;
    width: 100%;
    padding: 10px;
    font-size: 11px;
  }
}

@media (max-width: 480px) {

  .banner-image .ban-cont .inner {
    width: 88%;
    padding: 12px;
  }

  .ban-cont img {
    max-width: 80px;
  }

  .banner-image .ban-cont strong {
    font-size: 10px;
  }

  .banner-image .ban-cont span {
    font-size: 8px;
  }

  .banner-image .ban-cont button {
    font-size: 12px;
    padding: 10px;
  }
}

@media (max-width: 360px) {

  .banner-image .ban-cont .inner {
    width: 92%;
    padding: 12px;
  }

  .ban-cont img {
    max-width: 100px;
  }

  .banner-image .ban-cont strong {
    font-size: 10px;
  }

  .banner-image .ban-cont span {
    display: none;
  }
}

.banner-logo {
  max-width: 180px;
  margin-bottom: 20px;
  display: block;
}

header nav .banners.main,
header nav .banners.main .banner-image,
header nav .banners.main .banner-image img {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

header nav .banners.main .banner-image img {
  object-fit: cover;
}

header nav>ul>li.home {
  width: auto;
}

header nav>ul>li {
  width: 10%;
  display: table-cell;
}

header nav>ul {
  width: 100%;
}

header nav i.fa {
  font-size: 15px;
}

header nav>ul:last-child li:last-child {
  border-right: none;
}


header nav li a {
  font-size: 11px;
  text-align: center;
  padding-right: 0px;
  text-transform: capitalize;
  display: block;
}

header nav ul {
  display: inline-block;
}


.shop .glyphicon,
.glyphicon.shop {
  font-size: 11px;
  top: 7px;
  color: #3c3c3c;
  top: 3px;
  right: 0px;
}

.bottom-header .inner>ul,
.bottom-header .inner>ul li {
  display: inline-block;
}

.bottom-header .inner>ul {
  margin-top: 25px;
}

.bottom-header .inner>ul li a {
  color: #FFF;
  font-size: 13px;
  margin-right: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}


/* END HEADER */



/* SIDEBAR */

.sidebar {
  width: 18%;
  float: left;
}

.sidebar nav {
  border: solid 1px #ddd;
  border-top: none;
}

.sidebar h4 {
  background: #ffc843;
  padding: 13px 15px;
  color: #222;
  text-transform: uppercase;
  margin: 0px;
  font-size: 16px;
}

.sidebar li {
  padding-left: 0px !important;
}

.sidebar li a {
  padding: 12px;
  font-size: 12px;
  font-weight: bold;
  display: block;
}

.sidebar li a.banner-image {
  max-width: 350px;
  padding: 0px;
}

.sidebar li a.banner-image img {
  max-width: 100%;
}

.sidebar li:nth-child(even) a {
  background: #f5f5f5;
}

.sidebar li>ul {
  display: none;
}

.sidebar li>i {
  display: none;
}

.sidebar li::before {
  right: 9px;
  top: 10px;
  left: auto;
}

.sidebar dd {
  padding: 0px;
}

.sidebar .ban {
  margin-top: 30px;
}

header .UA>div>div em a,
header .UA>div>div ul li {
  font-size: 11px;
  color: #000;
  list-style: none;
  text-transform: capitalize;
}

.slider-pro .sp-mask {
  height: 500px !important;
}



.switcher b {
  background: rgb(255 255 255 / 13%);
}

/* END SIDEBAR */


/* MAIN */

div.floated-content {
  float: left;
  width: 82%;
  padding-left: 20px;
}

.content .bg {
  background: url(../images/bg.jpg);
  background-size: 100%;
  min-height: 225px;
  margin-top: 0px;
}

.banner {
  width: 100%;
  display: block;
}

.banner .rotating .ban-cont {
  width: 64%;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  height: 100%;
  padding: 12% 4%;
}

.sp-buttons {
  top: -105px;
}

.banner .rotating .ban-cont a {
  color: #fff;
}


.banner .rotating .ban-cont strong {
  font-size: 25px;
  letter-spacing: 1px;
  display: block;
  width: 100%;
}

.banner .rotating .ban-cont span {
  display: block;
  clear: both;
}

.rotating {
  position: relative;
}

.rotating>div {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  opacity: 0;
}

.rotating>div.active {
  display: block;
  opacity: 1;
}

.banner img {
  max-width: 100%;
}

.banners-3 {
  display: block;
  overflow: hidden;
}

.banners-3 a,
.ban a {
  display: block;
  position: relative;
  height: 230px;
  overflow: hidden;
}

.banners-3 a strong,
.sidebar .ban a strong {
  position: relative;
  z-index: 2;
  color: #fff;
  letter-spacing: 3px;
  font-size: 23px;
  font-weight: normal;
  font-style: normal;
}

.banners-3 a span {
  position: relative;
  z-index: 2;
  display: block;
  clear: both;
  color: #fff;
  letter-spacing: 1px;
  font-size: 15px;
  opacity: 0.6;
}

.ban-cont button,
.ban-cont a.link,
.banner .rotating .ban-cont a.link {
  display: inline-block;
  clear: both;
  padding: 4px 11px;
  font-size: 12px;
  color: #fff;
  border: none;
  position: relative;
  z-index: 2;
  margin-top: 20px;
  font-size: 14px;
  padding: 7px 45px;
  margin-top: 35px;
  position: relative;
  overflow: hidden;
  width: 180px;
  background: none;
  border: solid 2px #afafaf;
}

.banners-3 .ban-cont button {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.ban-cont button.dark-h {
  background: #f58220;
  color: #fff;
}

.ban-cont button:hover,
.ban-cont a.link:hover,
.banner .rotating .ban-cont a.link:hover {
  background: #ddd;
  color: #2f2f2f;
}

.banner.homepage-main {}

.ban-cont.text-overlay strong,
.ban-cont.text-overlay span {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: auto !important;
  display: table;
  clear: both;
  float: right;
  margin-top: 10px;
  padding: 5px;
}

.banners-3 a .ban-cont,
.ban a .ban-cont {
  display: block;
  text-align: left;
  padding: 35px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.sidebar .ban a .ban-cont {
  top: auto;
  bottom: 30px;
  height: 50%;
  left: auto;
  right: 0px;
  text-align: right;
}

.banners-3 a.bg-overlay::before,
.ban a.bg-overlay::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: block;
}

.banners-3 img,
.ban img {
  width: 100%;
  vertical-align: top;
  position: absolute;
  top: -30%;
  left: 0px;
  transition: all 0.5s ease-in-out;
}

.banners-3 a:hover img {
  width: 110%;
  left: -5%;
}


.category-feature .btn.btn-primary.addtocart {
  margin-left: 0px;
  background: #ffd742;
  border: none;
  color: #343331 !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  font-family: "Open Sans";
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 80%;
  margin-top: 0px;
  padding: 6px;
  margin: 20px auto;
  float: none !important;
  display: block;
  clear: both !important;
}

.category-feature .featured-slider li {
  border: solid 1px #ddd !important;
}

.usps {
  border: none;
  padding: 30px 0px;
  clear: both;
  width: 100%;
  margin: auto;
  float: none;
  margin-top: 0px;
  display: block;
  background: #eaeaea;
  /*z-index: 30;*/
  position: relative;
  margin-bottom: 50px;
  /* border: 1px solid #e7e7e7; */
}

.usps>ul {
  margin: 0px;
}

.usps li {
  list-style: none;
  position: relative;
}

.usps li i {
  font-size: 20px;
  margin-top: 0px;
  color: #fff;
}

.usps li:hover .dimg {
  background-color: #ffc843;
}

.inner.product .col-lg-3 {
  margin-right: 30px;
}

.usps li .dimg {
  width: 46px;
  height: 46px;
  background-color: #1d252f;
  border-radius: 50%;
  padding-top: 13px;
  transition: all 0.4s ease-out 0s;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.deltext {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 75%;
  margin-left: 10px;
}

.deltext h4 {
  font-size: 14px;
  color: #000;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 5px;
}

.deltext small {
  font-size: 12px;
  color: #000;
  font-weight: normal;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.title-labels {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  background: transparent;
}

.title-labels h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin: 0 0 10px;
  line-height: 1.2;
}

.title-labels p {
  font-size: 16px;
  font-weight: 400;
  color: #777;
  margin: 0;
}







.featured-products.products-list {
  padding: 10px 0 0 0;
  margin-top: 5px;
}


.slide-actions a {
  opacity: 1;
  border-radius: 4px;
  padding: 0;
  min-width: 30px;
  min-height: 30px;
  vertical-align: middle;
  text-align: center;
  top: 15px;
  right: 0px;
  background-color: #f0f0f0;
  display: inline-block;
  cursor: pointer;
  position: absolute;
}

.slide-actions a.prev {
  right: 38px;
}

.slide-actions a i {
  margin-top: 8px;
}

.banner-large img {
  max-width: 100%;
}

.banner-large {
  margin-top: 30px;
  clear: both;
  display: inline-block;
  width: 100%;
}

.cta-newsletter {
  margin-top: 40px;
  padding: 20px;
  background: #f0f0f0;
  position: relative;
  text-align: left;
  padding-left: 90px;
  color: #383838;
  border-bottom: solid 3px #ddd;
  margin-bottom: 20px;
}

.cta-newsletter::before {
  position: absolute;
  content: "";
  left: 20px;
  top: 20px;
  background: url(https://cdn.onlinewebfonts.com/svg/img_386071.png) no-repeat;
  background-size: 100%;
  height: 50px;
  width: 50px;
  display: block;
  opacity: 0.7;
}

.cta-newsletter .text,
.cta input {
  display: inline-block;
  vertical-align: middle;
}

.cta-newsletter h6 {
  font-size: 18px;
  margin-bottom: 0px;
}

.cta-newsletter p {
  font-size: 13px;
  margin-bottom: 0px;
}

.cta-newsletter input {
  padding: 11px;
  border: none;
  margin-left: 30px;
  width: 47%;
  background: none;
  border: solid 2px #383838;
  color: #383838;
}

.cta-newsletter button {
  float: right;
  border: solid 2px #383838;
  background: none;
  color: #383838;
  padding: 8px 15px;
  font-size: 18px;
}

.cta-newsletter button:hover {
  border-color: #fff;
  color: #fff;
}

.cta-newsletter input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #383838;
  opacity: 1;
  /* Firefox */
}

.cta-newsletter input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #383838;
}

.cta-newsletter input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #383838;
}


/* END MAIN */

.UA.mobile {
  display: none !important;
}

body>.mobile-nav ul,
.nav__dropdown-wrapper.priority-nav__wrapper {
  vertical-align: top;
  display: inline-block;
}


@media screen and (max-width: 1200px) {
  .banners-3 .row>div {
    margin-bottom: 30px;
  }

}

.banner.main-banner {
  margin-top: 0px;
  margin-bottom: 30px;
  background: none;
  height: 510px;
}

@media screen and (max-width: 1630px) {

  .banners-3 a,
  .ban a {
    height: 250px;
  }

  .banners-3 img,
  .ban img {
    top: -45%;
  }

  .banners-3 a:hover img {
    top: -53%;
  }
}

@media screen and (max-width: 1500px) {

  .banners-3 a,
  .ban a {
    height: 230px;
  }

}

@media screen and (max-width: 1400px) {

  .banners-3 a,
  .ban a {
    height: 220px;
  }

}

@media screen and (max-width: 1300px) {

  .banners-3 a,
  .ban a {
    height: 210px;
  }

}

@media screen and (max-width: 1240px) {

  .banners-3 a,
  .ban a {
    height: 200px;
  }

}

@media screen and (max-width: 1200px) {
  .banners-3 .row>div {
    margin-bottom: 30px;
  }

  .banners-3 a,
  .ban a {
    height: 180px;
  }
}

@media screen and (max-width: 1100px) {

  .banners-3 a,
  .ban a {
    height: 160px;
  }

}


.product-categories h4 {
  background: #F1F1F1;
  color: #000;
  padding: 12px 0px;
  text-align: center;
  position: relative;
}

.product-categories h4::after {
  content: "";
  position: absolute;
  background: url(../images/arrow-down.png);
  width: 20px;
  height: 12px;
  left: 50%;
  margin-left: -10px;
  margin-top: 10px;
  top: 100%;
}

.product-categories .category-section {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}

.category-section {
  display: grid;
  gap: 40px;
}

.category-section .product-card {
  width: 170px;
  height: 140px;

  background: #f5f3ee;

  margin-right: 15px;
  margin-top: 20px;
  padding: 7px;

  vertical-align: top;

  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

  transition: all 0.3s ease;
}

.category-section .product-card .card-title {
  font-size: 11px;

  background: #F58220;

  margin: 10px 0 0;
  padding: 10px;

  width: 100%;

  font-weight: 600;

  color: #ffffff;

  box-sizing: border-box;
}

.category-section .product-card .card-title,
.category-section .product-card .card-title a {
  color: #fff !important;
}

.category-section .product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}


@media (max-width: 1200px) {

  .product-categories .category-section {
    gap: 20px;
  }

  .category-section .product-card {
    width: 160px;
    height: 135px;
  }
}

@media (max-width: 992px) {

  .product-categories .category-section {
    justify-content: center;
    gap: 18px;
  }

  .category-section .product-card {
    width: calc(33.333% - 18px);
    min-width: 180px;
    max-width: 220px;

    height: auto;
    min-height: 150px;

    padding: 15px;
  }

  .category-section .product-card .card-title {
    font-size: 12px;
    padding: 12px;
  }
}


@media (max-width: 768px) {

  .product-categories .category-section {
    gap: 10px;
    padding: 0 10px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .category-section .product-card {
    width: 100%;
    min-width: 0;

    height: 115px;
    min-height: unset;

    padding: 8px;
    margin: 0;
  }

  .category-section .product-card .image-wrap {
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .category-section .product-card .image-wrap img {
    max-height: 40px;
    max-width: 100%;
  }

  .category-section .product-card .card-title {
    font-size: 10px;
    line-height: 1.2;

    padding: 8px 4px;
    margin-top: 8px;
  }
}


@media (max-width: 480px) {

  .product-categories .category-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .category-section .product-card {
    height: 110px;
    padding: 6px;
  }

  .category-section .product-card .card-title {
    font-size: 9px;
    padding: 7px 4px;
  }

  .category-section .product-card .image-wrap img {
    max-height: 35px;
  }
}

.hero-banner {
  position: relative;

  width: 100%;
  height: 520px;

  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.10);
}

@media (max-width: 1500px) {

  .hero-banner {
    height: 450px;
  }
}

@media (max-width: 1200px) {

  .hero-banner {
    height: 320px;
  }
}


@media (max-width: 992px) {

  .hero-banner {
    height: 380px;
    min-height: unset;
  }
}

@media (max-width: 768px) {

  .hero-banner {
    height: 240px;
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {

  .hero-banner {
    height: 130px;
    margin-bottom: 10px
  }
}

@media (max-width: 400px) {

  .hero-banner {
    height: 110px;
    margin-bottom: 10px
  }
}

@media (max-width: 360px) {

  .hero-banner {
    height: 100px;
  }
}


/* END MEDIA QUERIES */

.mobile-nav {
  position: relative;
  background: #fff;
  padding-top: 1px;
  padding-bottom: 1px;
}

.mobile-nav .inner {
  overflow: visible;
}

.mobile-nav ul {
  margin: 0;
  padding: 0;
}

.mobile-nav::before,
.mobile-nav::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
}

.mobile-nav::before {
  top: 0;
}

.mobile-nav::after {
  bottom: 0;
}

body>.mobile-nav>.inner>ul>li {
  border: none;
  background: #fff;
}

body>.mobile-nav li,
.mobile-nav button.priority-nav-is-visible {
  display: table-cell;
  white-space: normal;
  height: 55px;
  width: 130px;
  background: #fff;
  border: none;
}

body>.mobile-nav>.inner>ul>li a {
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0;
  color: #413f3f;
  text-decoration: none;
}

.mobile-nav button.priority-nav-is-visible {
  background: #fff;
  border: none;
  position: relative;
  padding-right: 20px;
  color: #000;
}

.mobile-nav li>a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  vertical-align: middle;
}

nav .page-item a {
  width: 50px;
}

#brands {
  margin: 20px 0px;
  clear: both;
}

#brands .inner>strong {
  display: inline-block;
  width: 250px;
  height: 80px;
  border: solid 2px #d0d0d0 !important;
  background: #FFF;
  margin-right: 15px;
  float: left;
  text-align: center;
  margin-bottom: 10px;
}

#brands>strong:nth-child(6n) {
  margin-right: 0px;
}

#brands a {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  padding: 10px;
  width: 100%;
}

#brands img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}


div.brands-slider {
  overflow: hidden;
}

div.brands-slider figure span {
  display: table-cell;
  vertical-align: middle;

  text-align: center;
}

div.brands-slider figure span img {
  max-height: 50px;
  max-width: 100%;
}

div.brands-slider figure div {
  display: table;
  float: left;
  padding: 40px;
  margin-right: 16px;
  margin-left: 10px;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  height: 130px;
  width: 249px;
}

div.brands-slider figure div:last-child {
  margin-right: 0px;
}

div.brands-slider figure {
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 5s slidy infinite linear;
}

#brands-slider {
  height: 240px;
  margin-bottom: 0;
  margin-top: 80px;
}

.brands-slider-bg {
  margin-top: 30px;
  margin-bottom: 30px;
}

.brands-slider-bg .inner {
  border-top: 5px solid #49B7C5;
  border-bottom: 5px solid #49B7C5;
}

.brands-breadcrumb {
  display: flex;
  /* margin-top: 50px; */
}

.brands-breadcrumb div {
  height: 30px;
  padding: 3px 3px;
}

.our-brands {
  background-color: #273580;
  color: #fff;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.brands-slider .owl-nav button {
  width: 30px;
  height: 130px;
  line-height: 27px;
  text-align: center;
  background: none !important;
  font-size: 60px !important;
  color: #49B7C5 !important;
  border: none;
}

.brands-slider .owl-nav button.owl-next {
  float: right;
}

.brands-slider .owl-item {
  text-align: center;
  display: inline-block;
  /* width: 185px!important; */
}

.brands-slider .owl-dots {
  display: none;
  /* width: 185px!important; */
}

.brands-slider-bg span img {
  text-align: center;
  max-width: 100%;
  max-height: 90px;
  vertical-align: middle;
}

.brands-slider {
  background: #fff;
  padding: 20px 20px;
  /* margin-top: 20px; */
  position: relative;
}

.brands-slider .owl-nav {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
}

.brands-slider-bg .tablet {
  display: none;
}

.brands-slider-bg .mobile {
  display: none !important;
}

/* Styling for screens smaller than 700px */
@media (max-width: 600px) {
  .brands-slider-bg .mobile {
    display: block !important;
  }

  .brands-slider-bg div.tablet {
    display: none !important;
  }

  .brands-slider-bg div.desktop {
    display: none !important;
  }

  .contact-area div {
    margin-bottom: 0px;
  }

  /* .brands-slider ~ .brands-slider {
    display: none!important;
  } */
}

@media (max-width: 1650px) {
  .brands-slider {
    width: auto !important;
  }
}

@media (max-width: 1250px) {
  .brands-slider-bg .tablet {
    display: block !important;
  }

  .brands-slider-bg .desktop {
    display: none !important;
  }

  .brands-slider:first {
    display: none !important;
  }
}


@media (max-width: 600px) {
  .category-feature .title-labels {
    height: auto !important;
  }


}

.category-feature .title-labels {
  float: none;
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
}

.title-labels {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}

.title-labels h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin: 0 0 10px;
  line-height: 1.2;
}

.title-labels p {
  font-size: 16px;
  font-weight: 400;
  color: #777;
  margin: 0;
  ;
}

@media screen and (min-width:600px) {

  .title-labels .featured-options a {
    position: relative;
  }

  .title-labels .featured-options a.active i {
    position: absolute;
    background: url(../images/arrow-down.png);
    width: 20px;
    height: 12px;
    left: 50%;
    margin-left: -10px;
    margin-top: 20px;
    top: 100%;
    display: inline !important;
    color: #fff;
    font-size: 0px;
  }
}

.title-labels .featured-options a:hover {
  text-decoration: none;
  /* color: #DDC36F; */
  transition: color 0.2s;
}

.title-labels .featured-options a.active {
  /* color: #DDC36F; */
}

.category-feature .feature-content {
  border: none;
  margin-top: 10px;
}

.featured-products .owl-nav {
  display: none !important;
}

.category-feature .featured-slider li:last-child {
  border-right: none;
}

.category-feature .featured-slider li {
  border-left: none;
  height: 100%;
  margin: 10px;
}


.bordered {
  border: solid 1px #1d304b;
  padding: 20px;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.bordered h1 {
  background: #1d304b;
  margin: -20px;
  margin-bottom: 10px;
  padding: 7px 20px;
  font-size: 33px;
  color: #fff;
}


section.clients {
  clear: both;
  background: #f2f3f8;
  display: inline-block;
  width: 100%;
  text-align: left;
}

section.clients h2 {
  margin: 0px;
  padding: 25px 0px;
}


/* editor for datatable */

#customForm {
  display: flex;
  flex-flow: row wrap;
}

#customForm fieldset {
  flex: 1;
  border: 1px solid #aaa;
  margin: 0.5em;
}

#customForm fieldset legend {
  padding: 5px 20px;
  border: 1px solid #aaa;
  font-weight: bold;
}

#customForm fieldset.item-1 {
  flex: 2 100%;
}

#customForm fieldset.item-1 legend {
  background: #bfffbf;
}


#customForm div.DTE_Field {
  padding: 5px;
}


.privacy-policy {
  padding: 20px 26px;
  margin: 0px auto;
}





@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
    transform-origin: 100% 0;

  }

  25% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    transform-origin: 100% 0;

  }

  60% {
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
    transform-origin: 100% 0;

  }

  100% {
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
    transform-origin: 100% 0;
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(0.99);
    -ms-transform: scale(0.99);
    transform: scale(0.99);
    transform-origin: 100% 0;
  }

  25% {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    transform-origin: 100% 0;
  }

  60% {
    -webkit-transform: scale(0.99);
    -ms-transform: scale(0.99);
    transform: scale(0.99);
    transform-origin: 100% 0;
  }

  100% {
    -webkit-transform: scale(0.99);
    -ms-transform: scale(0.99);
    transform: scale(0.99);
    transform-origin: 100% 0;
  }
}


@media screen and (max-width: 600px) {
  .ban-cont button.dark-h {
    display: none !important;
  }
}



@media screen and (max-width: 1200px) {
  .banners-3 .row>div {
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 1130px) {

  header a.mobile-menu {
    display: block;
    float: right;
  }

  header .pull-right ul {
    background-color: rgb(176, 20, 21);
    width: 275px;
    position: fixed;
    z-index: 9999998;
    height: 100%;
    overflow: auto;
    right: -275px;
    top: 0px;
    display: block;
    transition: all 0.4s ease-out;
    margin-top: 0px;
    padding-top: 0px;
  }

  body {
    width: 100%;
    transition: all 0.4s ease-out;
  }

  header .pull-right ul.open {
    right: 0px;
  }

  body.open {
    margin-left: -275px;
  }

  header .pull-right ul li {
    width: 100%;
    display: block;
    visibility: visible;
    position: static;
    margin-left: 0px !important;
  }

  header .pull-right ul li a {
    color: #FFF !important;
    background: none;
    position: relative;
    display: block !important;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 8px;
    padding-bottom: 9px;
    margin-left: 0px;
    border-bottom: solid 2px #fff;
    font-size: 13px;
  }

  header .pull-right ul .active a {
    background: rgba(255, 255, 255, 0.5);
  }

  header .pull-right ul {
    padding-left: 0px;
    margin-bottom: 0px;
  }

  .switcher {
    position: static !important;
    float: none;
    margin-top: 0px !important;
    margin-left: 10px;
    display: none !important;
  }

  .switcher.mobile {
    display: inline-block !important;
  }

  header .UA {
    margin-right: 0px !important;
  }

  .top-bar p {
    margin-top: 9px;
  }
}

.UA.mobile {
  display: none !important;
}


.news-article {
  margin-bottom: 30px;
}

.news-article em {
  font-style: normal;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  display: block;
}

.news-article em span {
  float: right;
}

.news-categories {
  padding-left: 0px;
}

.contact-form .btn {
  background: #1d252f;
}

.contact-form .btn:hover {
  background: #eaeaea;
  color: #000 !important;
}


.news-categories li {
  list-style: none;
  display: block;
  margin-bottom: 5px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 5px;
}


.news-categories li::before {
  content: "\f105";
  font: normal normal normal 14px/1 "FontAwesome";
  display: inline-block;
  margin-right: 10px;
}


@media screen and (max-width: 1200px) {
  header .logo {
    width: 10% !important;
    height: auto;
    margin-top: 10px;
  }
}


@media screen and (max-width: 990px) {
  body .feature-content .owl-carousel.tablet {
    display: none;
  }

  body .feature-content .owl-carousel.mobile {
    display: block;
  }

  .banners-3 .img-border {
    width: 100%;
    max-width: 100%;
    margin: auto;
    height: auto;
  }

  .banners-3 img {
    position: static !important;
    width: 100% !important;
  }

  .usps {
    border: none !important;
    margin-bottom: 0px !important;
  }

  .usps ul {
    padding: 0px;
  }

  .banners-3 a {
    height: auto;
  }

  .usps div.col-lg-3 {
    width: 100% !important;
    margin-bottom: 20px !important;
  }

  header {
    padding: 0px !important;
  }

  header .top-bar .inner {
    padding: 0px !important;
  }

  .top-bar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .top-bar p {
    display: block;
    float: none;
    background: #f2f2f2;
    color: #000;
    padding: 5px 15px;
    margin-left: 0px;
    margin-top: 0px !important
  }

  .top-bar .pull-right {
    display: none;
  }

  .switcher {
    margin-left: 15px;
    margin-top: 10px !important;
  }

  header a.mobile-menu {
    margin-top: 10px !important;
    margin-right: 15px !important;
  }

  header .UA {
    float: none !important;
    width: 100%;
    text-align: center;
  }

  header .UA>div {
    border-left: none;
    border-right: solid 1px #4c5c74;
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 20px;
    margin-right: 20px;
    text-align: left;
    float: none;
    display: inline-block;
  }

  header .UA {
    text-align: center;
  }

  header form.search {
    width: 70% !important;
  }

}

@media screen and (max-width: 700px) {

  header form.search {
    width: 100% !important;
  }
}

@media screen and (max-width: 600px) {
  .ban-cont button.dark-h {
    display: none !important;
  }

}

.clickBranchesOverlay {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  z-index: 99;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */

}

.clickBranches {
  width: 385px;
  position: fixed;
  height: 100vh;
  background-color: white;
  z-index: 100;
  /* float: right; */
  right: -385px;
  top: 0;
  transition: all 0.4s ease-out;
  /* display: none; */
}

.clickBranches-header {
  background-color: #f2f2f2;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-border-after: 1px solid #c4c4c4;
  border-bottom: 1px solid #c5b8b8;
  color: #000;
  font-size: 17px;
}

.clickBranches button {
  cursor: pointer;
  border: none;
}

.clickBranches-aboutProduct {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  grid-column-gap: 15px;
  -webkit-column-gap: 15px;
  column-gap: 15px;
  height: 100px;
  /* border-bottom: 1px solid #c5b8b8; */
}

.clickBranchesImageContainer {
  position: relative;
  -webkit-padding-after: 52px;
  padding-bottom: 52px;
  width: 52px;
  flex: 0 0 auto;
}

.clickBranchesProductImage {
  position: absolute;
  top: 50%;
  left: 28px;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%) translateY(-50%);
  transform: translate(-50%) translateY(-50%);
  object-fit: contain;
  color: transparent;
}

.aboutProductName {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #000;
}

.clickBranchesProductPrice {
  text-align: right;
}

.clickBranchesProductPrice .Price {
  padding-right: 0;
}

.clickBranchesProductPrice .PriceValue {
  white-space: nowrap;
  line-height: 18px;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.clickBranchesProductPrice .Vat {
  padding-right: 0;
  line-height: 12px;
  font-size: 11px;
  font-weight: 400;
  display: block;
  -webkit-padding-before: 3px;
  padding-top: 3px;
}

.findBranches {
  background-color: #f8f8f8;
  -webkit-border-after: 1px solid #c5b8b8;
  border-bottom: 1px solid #c4c4c4;
  -webkit-border-before: 1px solid #c5b8b8;
  border-top: 1px solid #c5b8b8;
  padding: 20px;
}

.clickBranchesSearch {}

.findBranchText {
  font-size: 15px;
  color: #000;
}

.branchSearchContainer {
  position: relative;
}

.searchLabel {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #333;
  -webkit-padding-after: 5px;
  padding-bottom: 5px;
  display: block;
}

.searchBranch {
  width: 100%;
  -webkit-padding-end: 45px;
  font-size: 12px;
  padding-right: 45px;
  height: 45px;
}

.searchBranchButton {
  position: absolute;
  right: 1px;
  top: 25px;
  height: 43px;
  width: 45px;
}

.stockAvailable {
  border-bottom: 1px solid #c5b8b8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  -webkit-border-after: 1px solid #c5b8b8;
}

.stockAvailableHeading {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #000;
}

.flipswitch {
  float: right;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.branchavailableswitch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 20px;
  padding: 3px;
  background-color: white;
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
  background-image: -o-linear-gradient(top, #eeeeee, white 25px);
  background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}

.flipswitch .branchavailableswitch {
  /* display: block; */
  margin: 12px auto;
}

.click-switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}

.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.click-switch-input:checked~.switch-label {
  background: #47a8d8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.click-switch-input:checked~.switch-label:before {
  opacity: 0;
}

.click-switch-input:checked~.switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}

.click-switch-input:checked~.switch-handle {
  left: 35px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green>.click-switch-input:checked~.switch-label {
  background: #4fb845;
}

.stockBranchesList {
  padding-left: 20px;
  padding-right: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 530px;
}

.stockBranchesList {
  list-style-type: none;
  list-style-position: inside;
}

.branchOutOfStock {
  display: none;
}

.branchItem {
  padding: 20px;
  padding-left: 0;
  padding-right: 0;
  -webkit-border-after: 1px solid #c5b8b8;
  border-bottom: 1px solid #c5b8b8;
}

.branchItemChild1 {
  display: grid;
  grid-column-gap: 43px;
  -webkit-column-gap: 43px;
  column-gap: 43px;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.branchItemStock {
  padding-left: 18px;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
  color: #000;
  display: inline-block;
  position: relative;
  -webkit-padding-start: 18px;
}

.branchItemChild1 .instock:before {
  background-color: green;
  content: "";
  position: absolute;
  top: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 0;
}

.branchItemChild1 .outofstock:before {
  left: 0;
  background-color: red;
  content: "";
  position: absolute;
  top: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.branchItemChild {
  display: grid;
  grid-column-gap: 43px;
  -webkit-column-gap: 43px;
  column-gap: 43px;
  grid-template-columns: 1fr 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: start;
}

.clickandcollect {
  font-size: 11px;
  line-height: 13px;
  font-weight: 600;
  cursor: pointer;
  color: #000;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 7px 20px;
  border-radius: 5px;
  -webkit-margin-after: 10px;
  margin-bottom: 10px;
}

.branchItem p {
  -webkit-padding-before: 3px;
  padding-top: 3px;
  display: block;
  font-weight: 500;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  color: #333;
  -webkit-margin-after: 0;
  margin-bottom: 0;
}

.branchItemsDirection {
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
  cursor: pointer;
  color: #000;
  display: inline-block;
  text-decoration: underline;
}

.branchItemTime p {
  font-weight: 500;
  color: #000;
}

.clickBranchesOverlay.show {
  display: block;
}

.clickBranches.show {
  right: 0;
}

.showClickAndCollect {
  font-size: 17px;
  height: 40px;
  padding: 6px 15px;
  margin-top: 10px;
  margin-left: 14px;
}

@media screen and (max-width:570px) {
  .showClickAndCollect {}
}

section.product .basicDetail button.addtocart {
  width: auto;
}

.mini-basket-hd {
  /* height: 30px; */
  background-color: #ca0d11;
  margin-top: 5px;
  color: #fff;
  text-align: start;
  padding: 5px;
  font-size: 16px;
}

.mini-basket .delete {
  padding: 0px;
  pointer: cursor;
}

.miniBasketImages {
  display: inline-block;
}

.minibasketDetails {
  display: inline-block;
  width: 205px;
}

.basketdescription {
  width: 162px;
}

.basketHeading {
  background-color: #f2f2f2;
  padding: 15px 20px;
  border-radius: 4px 4px 0 0;
  -webkit-border-after: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  justify-content: space-between;
  width: 100%;
  padding: 1px 20px;
}

.basketHeading .col-md-4 {
  text-align: end;
}

.basketHeading a {
  text-decoration: underline;
}

.basketHeading h3 {
  color: #ca0d11;
}

.basketHeading .col-md-8 {
  padding-bottom: 5px;
}

.toggleCollectionAlert {
  text-align: right;
  font-weight: bolder;
  font-size: large;
  color: #ff0000;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0px;
  margin-right: 10px;
  margin-left: 10px;
}

.collectionAlert {
  position: relative;
}

.collectionAlert span:first-child {
  padding-right: 15px;
}

.basketHeading .showClickAndCollect {
  margin-left: 0;
  padding: 0;
  font-size: inherit;
}

.collectionAvailability span {
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  display: block;
  background: #5b8e22;
  /* text-transform: uppercase; */
  padding: 3px 6px;
  border-radius: 2px;
  width: fit-content;
}

.collectionAvailability .outOfStock {
  background: red;
}

.basketHeading .changeCollection {
  padding: 5px;
  background: #8eb000;
  color: #fff;
  margin: 0px;
  position: relative;
  top: 18px;
  contain-intrinsic-block-size: auto 100px;
  text-decoration: none;
}

.na_branch {
  color: #8c8c8c;
}

.cart.item .availability.in-stock {
  float: left !important;
}

@media screen and (max-width:1000px) {
  .basketsec>div {
    width: 100%;
  }
}

.contact-area {
  /*width: 240px;*/
}

.contact-area div div {
  display: inline-block;
}

.ca-text {
  /*position: absolute;*/
}

.smart-category-banner {
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #12334f;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
}

.sm-container {
  width: 100%;
}

.smart-cont {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /* display: ruby-text; */
}

.sm-cat-heading {
  font-size: 38px;
  color: white;
  width: 100%;
  /* padding-top: 20px; */
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}

.sm-container .inner {
  width: 70%;
}

.sm-category-content {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.subcat-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.subcat-cont>div {
  /* display: inline-block; */
}

.sm-cat-card-holder {
  display: inline-block;
  position: relative;
  max-width: 200px;
  margin: 8px 12px;
  min-width: 290px;
  flex: 1 1 calc(33.333% - 20px);
  /* Adjust percentage based on number of columns */
  margin: 10px;
  /* padding: 20px; */
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sm-cat-cards {
  width: 100%;
  height: 100%;
  display: flex;
  /* flex-wrap: wrap; */
  padding: 15px;
  background: #fff;
  margin: auto;
  text-align: center;
  border-radius: 15px;
}

.sm-cat-cards div {}

.sm-cat-img {
  margin: auto;
  width: 100px;
  padding: 0;
}

.sm-cat-img img {
  width: 100%;
}

.sm-cat-details a {
  text-align: left;
}

.sm-button-text {
  font-family: 'Centrale Sans Bold', Trebuchet, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #0099ff;
  font-weight: bold;
}

.sm-cat-details a:hover {
  text-decoration: none;
}

.sm-button-text i {
  font-size: 9px;
}

.sm-category-sublinks {
  line-height: 1.2;
  font-weight: 400;
  margin-top: 10px;
}

.sm-category-sublinks p {
  font-family: 'Centrale Sans Regular', Trebuchet, sans-serif;
  line-height: 1.2;
  margin-top: 5px;
  margin-bottom: 0px;
}

.sm-category-sublinks a:hover {
  color: #0099ff;
  text-decoration: none;
}

.sm-filters-box {
  padding-left: 20px;
  margin-bottom: 20px;
}

.sm-filters-tab .tab-content {
  background: #EEEFF3;
  padding: 15px;
  border-radius: 0px 0px 15px 15px;
}

.quick-search-body {
  padding: 18px 38px 24px;
  display: flex;
  justify-content: inherit;
}

.facet-body {
  width: 100%;
}

.facet.facet-subcategory {
  margin-right: 75px;
}

.facet-selection {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  position: relative;
  padding-top: 30px;
  min-width: 160px;
}

.quick-search-facets {
  flex-direction: column;
  display: flex;
  float: left;
  width: 100%;
}

.facets.facets-max-row {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
}

.facet-subcategory .facet-selections {
  min-width: 330px !important;
}

.facets .facet-selections {
  display: flex;
  min-width: 330px;
  max-width: 500px;
  flex-wrap: wrap;
}

.facet-selections {
  list-style: none;
  margin-top: 5px;
}

.facets {
  min-width: 330px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.facets.facet-max-row {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
}

.facet-child {
  float: left;
  font-family: 'Centrale Sans Medium', Trebuchet, sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.facet-title {
  font-family: 'Centrale Sans Medium', Trebuchet, sans-serif;
  font-size: 1.2em;
}

.facet-subcategory .facet-fuel {
  margin: 0px 3px 12px 3px;
  float: left;
}

.facet-child .facet-fuel {
  border: 1px solid #ccc;
}

.facets a {
  margin: 0px 3px 12px 3px;
  float: left;
}

.facet-child.selected .facet-fuel {
  border: 2px solid #1D252F;
}

.facet-selections a {
  height: 110px;
  display: block;
  width: 60px;
  background-color: #fff;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  padding-top: 15px;
}

.facet-selections a:hover {
  text-decoration: none;
}

.facet a {
  cursor: pointer;
}

.facet-selection-body {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}

.facet-num-products {
  font-family: 'Centrale Sans Bold', Trebuchet, sans-serif;
  font-size: 6.25em;
  /* font-weight: 500; */
  line-height: 1.0em;
}

.facet-num-products-subtitle {
  font-family: 'Centrale Sans Bold', Trebuchet, sans-serif;
  font-size: 1.275em;
}

#selection-button {
  background: #1f334d;
  color: #ffffff;
  border-radius: 15px;
  padding: 7px 30px
}

.facet-selection-button:hover {
  color: #ffffff;
  text-decoration: none;
}

.sm-nav-item.active>a {
  background-color: #052651 !important;
  color: #fff !important;
}

.sm-nav-item.active>a::after {
  border-top: 10px solid #052651 !important;
}

.facet-child.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.selected .facet-corner {
  right: -7px;
  top: -2px !important;
  width: 5px;
  height: 10px;
  background-color: #1D252F;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  width: 20px !important;
  left: unset !important;
}

@media (max-width: 991px) {
  #selection-button {
    line-height: 1.2em;
    display: flex;
    width: 100%;
    /* height: 40px; */
    justify-content: center;
    align-content: flex-end;
    max-width: 240px;
    margin: auto;
    margin-top: 8px;
  }

  .basketHeading .col-md-4 {
    text-align: left;
    height: 33px;
  }

  .basketHeading .changeCollection {
    top: 0px;
  }
}

@media screen and (max-width: 1120px) {
  .sm-container .inner {
    width: 100%;
  }

  .sm-cat-card-holder {
    min-width: 300px;
  }

  .quick-search-body {
    padding: 18px 38px 24px;
    display: flex;
    justify-content: inherit;
    flex-direction: column;
  }
}



.padd-box {
  background: #f9f9f9;
  border: solid 2px #e0e0e0;
  padding: 15px;
  min-height: 165px;
}

.padd-box b {
  font-size: 18px;
  color: #383838;
}

.paddbox p {
  color: #383838;
}


@media screen and (max-width: 1200px) {

  .search-area {
    width: 45%;
  }

}


@media screen and (max-width: 750px) {
  header p {
    float: none;
    clear: both;
    display: inline-block;
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}


@media screen and (max-width: 600px) {

  header .contact-area span {
    display: block;
  }

}

@media screen and (max-width: 1000px) {

  .search-area {
    width: 85%;
    float: none !important;
    margin: auto;
  }

  .vswitch {
    margin-right: 0px;
  }

  .search-area h1 {
    margin-left: 0px;
    text-align: center;
    margin: auto;
    float: none;

  }

  header form.search {
    margin-left: 0px;
    width: 100% !important;
  }

  .contact-area {
    float: none;
    clear: both;
    width: 85%;
    margin: auto;
    margin-top: 20px;
    float: none !important;
    display: inline-block;
  }

  header {
    text-align: center;
  }

  header .contact-area span.phone i {
    float: none;
  }

  header .logo {
    width: 50% !important;
    display: block;
    margin: auto;
    float: none;
    height: 150px !important;
    background-position: center;
  }

}



@media screen and (max-width: 886px) {
  .sm-container .inner {
    width: 100%;
  }

  .sm-cat-cards {
    display: block;
  }

  .sm-cat-cards>div {
    width: 100%;
  }

  .sm-cat-img {
    display: flex;
    justify-content: center;
  }

  .sm-cat-img img {
    width: 110px !important;

  }

  .sm-cat-details a {
    text-align: center;
  }
}


.close-ios-install:hover {
  cursor: pointer;
  color: red;
}