@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: 1650px;
}

body {
		font-family: 'Poppins', sans-serif;
		font-weight: 500;
}

body.padded {
  padding-top: 90px;
}
body .row {
  margin: 0px!important;
}
/* END OVERALL */

/* HEADER */

header {
	padding: 0px;
	background-color: #ffffff;
	top: -220px;
	/* padding-bottom: 10px; */
  background-size: cover;
}

nav {
  /* border-bottom: solid 1px #ddd; */
  padding: 0px;
  /*background: #EEEEEE;*/
  background-size: 100%;
  background-repeat: repeat-y;
  /* margin-top: 15px; */
}

.mobile-nav > div > ul > li > ul > div > li > a, .mobile-nav > div > ul > li > ul > li > a {
  color:#1e3280!important;
}

.mobile-nav > div > ul > li > ul > div > li > a:hover, .mobile-nav > div > ul > li > ul > li > a:hover {
  color:#000!important;
}




header.fixed {
	position: fixed;
	left: 0px;
	z-index: 9000;
}

header .inner {
  /* padding-bottom: 10px; */
}

header.fixed .top-bar {
  display: none!important;
}

.top-bar {
	background: #EEEEEE;
	display: inline-block;
	width: 100%;
	border-bottom: solid 1px #ececec;
	padding-bottom:5px;
}
.top-bg {
    margin-top: 30px;
}
header .switcher {
  float: none;
}

.priority-nav li:hover {
  /*border-top: 3px solid red;*/
}
.top-bar ul {
	float: left;
	margin-bottom: 0px;
}

.product-img-box img {
  max-width: 100%;
}

/* Contact Details Mobile Menu Styles */
#mobile-menu-pop #contact-details {
    padding:0px;
}
#mobile-menu-pop #contact-details .b-tab-cont {
    border:none;
}

#mobile-menu-pop #contact-details .b-tab-name {
    background:#c5c5c5;
    color:#000;
}

header .pull-right ul {
    border:solid 1px #000;
    margin:10px;
}



@media screen and (min-width: 1130px){
  .top-bar ul {
    margin-right: 50px;
  }
}
.top-bar p {
	float: left;
	margin-bottom:0px;
	color: #757575;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	/* vertical-align: top; */
}

.top-bar ul li {
	color: #fff;
	text-decoration: none;
	padding-right: 7px;
	vertical-align: middle;
	display: inline-block;
	letter-spacing: 0.8px;
	font-size: 12px;
	margin-bottom: 0px;
	margin-left:4px!important;
  border-right: 1px solid #232323;
}

.top-bar ul {
  padding-left: 0px!important;
}

header .logo {
  width: 355px;
  height: 110px;
  background: url(../images/logo.png);
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
}
.vswitch {
    display: inline-block;
    margin-top: 5px;
    margin-right: 15px;
}
.vswitch-mobile {
    display: none;
    margin-top: 5px;
}
.vswitch em, .vswitch-mobile em {
    font-style: normal;
}
.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-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 50px;
    margin-top: 5px;
}
.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    background-color: #000;
}
.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #FFF;
    color: #FFFFFF;
}
.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:after {
    content: "";
    padding-right: 10px;
    background-color: #FFF;
    color: #999999;
    text-align: right;
}
.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-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;
}
.category-feature > h3 {
    background-color: #fff;
    color: #3C3C3B;
    width: 100%;
    font-weight: bold;
}
header a.mobile-menu {
    display: none;
    font-size: 21px;
    cursor: pointer;
    padding: 5px;
    border-radius: 10px;
    border: solid 1px #ddd;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 26px;
    margin-top: 0px;
}
@media screen and (max-width: 630px){
    .pull-right{
        width: 100%;
        padding-top: 10px;
        margin-bottom: 15px;
        float: none!important;
    }
    .pull-left{
        float: none!important;
    }
    .vswitch {
        padding-left: 10px;
    
    }
    .vswitch em{
        color: #000;
    }
    .vswitch-mobile {
        display: inline-block;
    }
}
@media screen and (max-width: 1130px){
  .vswitch{
    /* display: none; */
  }
  .vswitch-mobile {
    display: inline-block;
  }
}
.logo-big-text{

  font-size:80px;
  font-weight: 1000;
  color: #1e3280;
  width: 300px;
}


.logo-small-text{
  font-size:18px;
  font-weight: 600;
  margin-top: -25px;
  color: #1e3280;
}

.logo-text{
  margin-top: 20px;
}



footer .logo {
  width: 100%;
  height: 100px;
	background: url(../images/logo.png);
	background-size: contain;
	display: inline-block;
	margin-top: 20px;
	background-repeat: no-repeat;
  margin-bottom: 20px;
}

.foot-socials{
  display: flex;
  justify-content: flex-end;
}

.foot-socials img{
  padding:3px;
}
.logo-area h1{
  font-weight: bolder;
  margin-bottom: 0px;
  font-size: 50px;
}
.logo-area span {
  font-size: 12px;
}

.logo-area a:hover {
  text-decoration: none;
}
.stock-clearance a {
  display: block;
  padding: 15px;
  text-align: center;
  border: solid 1px #1e3280;
  color: #000;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 15px;
}

header nav {
    clear: both;
    float: left;
		margin-top: 13px;
		padding-bottom: 10px;
}
header .sales{
  color: #232323;
  /* margin-top: 5px; */
  display: flex;
  align-items: center;
}
header .sales img{
  margin-top: 5px;
  margin-right: 5px;
}
header .sales span{
  margin-top: 5px;
}
header form {
  margin-top: 60px;
}
header form.search {
	margin-top: 25px;
	margin-left: 0px;
	position: relative;
	width: 100%;
	/* margin-left: 60px; */
	margin-right: 40px;
}

header .UA {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  margin-top: 12px;
}

header form.search > input {
	border-radius: 0px;
	width: 100%;
	height: 48px;
	border: 1px solid #a7a7a7;
	background-color: #EEEEEE;
	margin-bottom:20px;
    margin-right:0px;
  /* box-shadow: 0px 4px 24px 0px #b1b1b1; */
}

header form.search {
    margin-right:0px;
}

.hr-style {
  border: 3px solid #639EE5;
  margin: 0px;
  margin-bottom: 15px;
}

.hr-style2 {
  border: 3px solid #639EE5;
  margin: 0px;
}

.letter-block {
  background: #EEEEEE;
  padding: 5px 10px;
  margin-right: 5px;
}

.header-contact {
  margin-top: 10px;
}

p.free-delivery::before {
  content: "";
  width: 41px;
  height: 25px;
  background: url(images/free-delivery.png);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
  vertical-align: middle;
}

header form.search > button {
	text-align:center;
	margin-left:-4px;
	position: absolute;
	right: 0px;
	top: 0px;
  border: solid 1px #a5a5a5;
	color: #FFF;
	width: 48px;
	cursor: pointer;
	height: 48px;
  line-height:48px;
	border-radius: 0px;
	padding: 0px;
  text-align: center;
	transition: all .3s ease-in-out;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
  border-left: none;
  background: #232323 url(images/search.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
     border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

header .UA > div i {
	font-size: 21px;
	width: 46px;
	height:46px;
	background: rgb(35, 35, 35);
	line-height: 0px;
}

header .UA > div i svg {
	fill:#FFF;
}

header .UA > div {
	margin-top: 15px;
}

header .UA > div > div {
    text-transform: capitalize;
    color: #FFF;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    float: left;
    margin-left: 10px;
    margin-top: 3px;
}

header .UA > div > div em {
	line-height: 12px;
}

.bottom-header {
	display: inline-block;
	clear: both;
	width: 100%;
	padding: 20px 0px;

}

.bottom-header .inner {
  position: relative;
}

header nav {
  background: #023C82;
  padding-bottom: 0px;
  width: 100%;
  display: block;
  border-bottom: solid 2px #ddd;
  margin-top: 30px;
}

.sp-grab{
  width: 100%!important;
  height: 100%!important;
}
.sp-grab img{
  width: 100%!important;
}


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;
}

header nav .banners.main .banner-image img {
  max-width: 100%;
  display: block;
  padding-left: 15px;
  max-height: 200px;
  margin-bottom: 15px;
}



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, .mobile-nav li a {
  font-size: 11px!important;
  text-align: center;
  padding-right: 0px;
  text-transform: capitalize!important;
  color: #000!important;
  font-weight: bold!important;
  /*white-space: nowrap;*/
}

header nav ul {
  display: inline-block;
}

.mobile-nav > div, .mobile-nav > ul {
/*  height: 65px!important;*/
}

.mobile-nav .inner {
  width: 1650px!important;
  margin: auto;
  background: #FFEF19;
}

.mobile-nav > ul {
display: inline-block;
}

@media screen and (max-width: 1280px) {
    aside.filters {
        margin-top: 20px !important;
    }
}

@media screen and (min-width: 1650px){
  .mobile-nav > ul {
    /* width: 1650px!important; */

  }
}
/* body > .mobile-nav li, .mobile-nav button.priority-nav-is-visible {
  display: table-cell;
  white-space: normal;
  height: 70px;
  width: 200px;
  vertical-align: middle;
} */
.text-color{
  color: #FB2B34;
}
.sec1 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.sec1 h3{
  margin-top: 0px;
  /* text-align: center; */
}
.sec1 p{
  margin-bottom: 0px;
}
.t-bold{
  font-weight: bold;
}
.t-center {
  text-align: center;
}
.d-flex{
  display:flex;
}
.service-sec{
  margin-bottom: 15px;
  margin-top: 25px;
}
.service-sec div {
  padding-left: 0px;
}
.service-sec h3 {
  margin-top: 0px;
}

.service-sec .t-bold {
  margin-bottom: 0px;
}
.service-list div{
  /* margin-bottom: 5px; */
  align-items: center;
  padding-left: 0px;
  margin-bottom: 30px;
}
.service-list span{
  font-weight: bold;
  margin-left: 10px;
  font-size: 20px;
}
.service-list img {
  width: 40px;
  height: 40px;
}
.icon-small {
  padding-left: 15px;
  background: url(/sites/worsley/images/icon-small.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: left;
}
.learn {
  margin-top: 20px;
}
body .service-footer {
  margin-top: 25px!important;

}
@media screen and (max-width: 993px){
  body .service-footer {
    margin-bottom: 20px!important;

  }
  .service-list div{
    margin-bottom: 5px;
  }
  

  
  
}
@media screen and (min-width: 1160px){

  .service-img img {
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 993px){
  .service-img {
    display: flex;
    justify-content: end;
    padding-right: 0px;
  }

  .service-img img {
    width: 420px;
    height: 420px;
  }
}

@media (min-width: 993px) and (max-width: 1480px){
  .service-img img {
    width: 350px;
    height: 350px;
  }
}
.service-footer img {
  margin-left: -10px;
  display: inline-block;
  height: 75px;
}
.service-footer a {
  background-color: #639EE5;
  color: #fff;
  padding: 14px 55px;
}
   /* Style for search input container */
   .search-container {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    background-color: #cad1df;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Adding a slight shadow */
  }

  /* Style for search icon */
  .search-icon {
    position: absolute;
    left: 10px;
    font-size: 20px!important;
    color: #000;
    transform: scaleX(-1);
    padding-left: 10px;
  }

  /* Style for search input */
  .search-input {
    flex: 1;
    width: 100%;
    height: 100%;
    padding: 0 40px; /* Adding padding to create space for icon */
    font-size: 16px;
    border: none;
    background-color: #cad1df;
    border-radius: 20px;
    color: #000;
    outline: none;
  }

  form.search input{
    /* padding-left: 38px!important; */
  }
.shop .glyphicon, .glyphicon.shop {
    font-size: 11px;
    top: 7px;
    color: #3c3c3c;
    top: 3px;
    right: 0px;
}
.brands-slider-bg {

    height: 250px;
}
.brands-breadcrumb {
  display: block;
}
.brands-slider {
    background: #fff;
    padding: 20px 20px;
    /* margin-top: 20px; */
    position: relative;
}
.brands-bg{
  background: #F8F8F8;
}
div.brands-slider {
    overflow: hidden;
}
.brands-slider .owl-item {
    text-align: center;
    display: inline-block;
    /* width: 185px!important; */
}
.category-feature .feature-content .featured-products {
    width: 100%;
    clear: none;
    float: left;
}

.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;
}

nav li a, .mobile-nav li a, .mobile-nav button.priority-nav-is-visible {
  padding-left: 0px!important;
  padding-right: 0px!important;
}

.priority-nav > ul, .priority-nav__wrapper {
    display: inline-block;
    vertical-align: top;
}

.right-menu{
  /* color: #1e3280; */
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.right-menu span {
  font-weight: bolder;
  font-size: 20px;
  margin-left: 5px;
  top: -20px;
  height: 60px;
}

.right-menu i {
  margin-top: 10px;
}

.right-menu > div {
  /* display: inline-block; */
  float: left;
  height: auto;
  margin-left: 20px;
}

.ff a {
  color: #1E3280;
}

.ff div{
  float: left;
}

.ff div:last-child{
  margin-top: 25px;
}
.phoneIcon {
  transform: rotate(5deg)!important;
}
.position-ref .banner .slider-pro .sp-mask {
  width: 100%!important;
}
.sp-mask {
  height: 100%!important;

}

.branches .detail {
  background: none;
  color: #000;
  /* border: 2px solid #1e3280; */
  border-radius: 10px;
  min-height: 320px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.head-branch p, .head-branch .contact {
  font-size: 17px;
}

.errorStyle{
  background: linear-gradient(to right, #1d3180, #4cb1cf);
  display:flex;
  justify-content:center;
  color: #fff;
  padding: 30px 30px;
  height: 65vh;
}
.errorStyle .fl_left h1 {
  font-weight: 700;
  font-size: 200px;
  color: #fff;
  text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.8);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-align: center;
}
.errorStyle #fof h2 {
  font-weight: 600;
  font-size: 50px;
  color: #fff;
  text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.8);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}

.errorStyle #fof p {
  text-align: center;
  width: 300px;
  margin-left: 50px;
  font-stretch: extra-expanded;
}

.returnBtn{
  padding: 15px;
  background: #ffc300;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
  margin-left: 100px;
}
.returnBox{
  margin-top: 50px;

}
@media screen and (min-width: 1200px) {
  .head-branch .contact {
    margin-top: 50px;
  }
}

.branches .detail .phone {
  font-size: 20px;
  white-space: nowrap;
}
.branches .detail i {
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

}

.detail h3 {
  color: #1E3280;
}
/* END HEADER */


		@keyframes slidy {
		0% { left: 0%; }
		20% { left: 0%; }
		25% { left: -100%; }
		45% { left: -100%; }
		50% { left: -200%; }
		70% { left: -200%; }
		75% { left: -300%; }
		95% { left: -300%; }
		100% { left: -400%; }
		}

		body { margin: 0; }
		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: 30s slidy infinite;
		}

		#brands-slider {
		height: 240px;
		margin-bottom: 0;
		margin-top: 80px;
		}
    .brands-slider-bg {
        background: #F8F8F8;
        background-position: center;
        height: 225px;
        padding: 10px 0px;
        text-align: center;
        /*margin-bottom: 30px;*/
        /* opacity: 0.6; */
    }

    .brands-breadcrumb div{
      padding: 3px 3px;
    }
    .our-brands{
      text-align: center;
      /* background-color: #273580; */
      /* color: #fff; */
      padding-left: 40px!important;
      padding-right: 40px!important;
    }
    .our-brands p, .our-brands h3, .our-brands a {
      margin: 0px;
    }

    .our-brands h3 {
      color: #000;
      font-weight: bold;
    }
    .brands-slider .owl-nav button {
      width: 30px;
      height: 30px;
      line-height: 27px;
      text-align: center;
      background: #f5f5f5!important;
      font-size: 20px!important;
      color: #1d304b!important;
      border: none;
    }

    .brands-slider .owl-item {
      text-align: center;
      display: inline-block;
      /* width: 185px!important; */
    }


    .brands-slider {
      background: #F8F8F8;
      padding: 20px 20px;
      /* margin-top: 20px; */
      position: relative;
    }
    .brands-slider .owl-nav{
      position: absolute;
      top: 0px;
      right: 0px
    }
    .brands-slider-bg .tablet{
      display: none;
    }

    .brands-slider-bg .mobile{
      display: none!important;
    }

    .owl-dots{
      display: none;
    }
    
    nav a, nav a:link, nav a:visited, .mobile-nav a, .mobile-nav a:link, .mobile-nav a:visited, .mobile-nav button.priority-nav-is-visible {
        color: #000;
    }
    @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;
      }

      /* .brands-slider ~ .brands-slider {
        display: none!important;
      } */
    }

    @media (max-width: 1500px) {
      .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-bg span img {
    text-align: center;
    max-width: 90%;
    max-height: 50px;
    vertical-align: middle;
}
#myFooter {
    background-color: #232323;
    color: white;
    padding-top: 20px;
}

div.content {
	padding-bottom: 25px;
}

.tradeAccountForm {
  margin-top: 50px;
  margin-bottom: 50px;
  box-shadow: -5px -5px 10px;
  padding:15px;
}

#loginForm{
  background-color: #F0F0F0;
  padding: 35px;
}

.loginAttr{
  display: flex;
  margin: 2px;
}


.add-shadow {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.pull-right ul{
  margin-top: 8px;
}

.pull-right ul li a{
  color: #232323!important;

}
.pull-right ul li:last-child{
  border: 0px;
}
.tradeAccountForm button{
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  font-weight: 600;
  margin: 0 10px;
  width: 150px;
  padding: 10px 0;
  box-shadow: 0 0 20px rgba(27, 91, 228, 0.2);
  transition: 0.4s;
}
#openAccount{
  color: #1e3280;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid #1e3280;

}
#openAccount:hover {
  color: white;
  box-shadow: 0 0 20px #1e3280;
  background-color: #1e3280;
}

#loginBtn{
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  font-weight: 600;
  margin: 0 10px;
  width: 150px;
  padding: 10px 0;
  box-shadow: 0 0 20px rgba(27, 91, 228, 0.2);
  transition: 0.4s;
  color: white;
  background-color: #1e3280;
}
.logIconsBg{
  height: 45px;
  width: 45px;
  border-radius:50%;
  background-color: #F0F0F0;
  vertical-align:middle ;
  display:flex;
  justify-content:center;
}

.logAttrText{
  margin-left: 10px;
  margin-top: 10px;
  vertical-align:middle ;
}

.logIconsBg i{
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color:#1e3280;
}
.faq-container {
  margin: 50px auto;
  padding: 20px;
  background-color: #fff;
}

.faq-children {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-bottom: 10px;
}

/* FAQ question styles */
.faq-question {
  color: #1e3280;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 10px 0;
  cursor: pointer;
}

/* FAQ answer styles */
.faq-answer {
  display: none;
  color: #1e3280;
  font-size: 16px;
  line-height: 1.6;
  padding: 10px 0;
}

/* FAQ answer styles when expanded */
.faq-answer.active {
  display: block;
}
#map-container {
    height: 160px;
    width: 90%;
    margin-top: 30px;
    margin-bottom: 25px;
		margin-left: 80px;
}

.contact-border {
  border: solid 1px #ddd;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.contact-border h3 {
  font-size: 20px;
  margin: 0px;
  padding: 10px;
  background: #333333;
  color:#fff;
}

.contact-border p {
  padding: 10px;
  margin-bottom: 0px;
}

.contact-border a, .contact-border button {
  padding: 10px;
  background: #ddd;
  display: inline-block;
  width: 100%;
}

.tab-content nav {
  background: #fff;
}

.tab-content nav ul li a {
  color: #000;
}

.tjustify p {
  text-align: justify!important;
}

.contact-border button {
  color: #000!important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.contact-border button:hover, .contact-border a:hover {
  background: #333333;
  color: #FFF!important;
  text-decoration: none!important;
}

.contact-methods {
  margin-top: 30px;
}

.contact-methods div {
  font-size: 20px;
  margin-bottom: 20px;
}

.contact-methods i {
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  background: #c00d10;
  color: #FFF;
  border-radius: 100%;
  margin-right: 10px;
}

.contact-methods i.font-small {
  font-size: 20px;
}

.contact-methods.additional div {
  font-size: 15px;
  margin-bottom: 5px;
}

.contact-methods.additional i {
  font-size: 20px;
  width: 20px;
  height: auto;
  line-height: 30px;
  text-align: left;
  background: none;
  color: #000;
}

.contact-methods.additional h4 {
  padding-bottom: 2px;
  border-bottom: solid 1px #000;
}

.contact-methods.additional i.font-small {
  font-size: 15px;
}


.contact-heading {
  margin-top: 0px;
  padding: 10px;
  color: #FFF;
  background: #c00d10;
  font-size: 20px;
}

#myFooter .footer-copyright {
  background-color: #232323;

    padding-top: 7px;
    padding-bottom: 1px;
    text-align: center;
}

#myFooter .footer-copyright p {
    margin: 10px;
    color: #ccc;
}

#myFooter .contact-area .uppercase {
	text-transform: uppercase;
}



#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter a {
    color: #d2d1d1;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}

#myFooter .social-networks {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 48px;
}

#myFooter .fa {
  font-size: 16px;
      /* margin-right: 15px; */
      /* margin-left: 20px; */
      background-color: white;
      color: #182c39;
      border-radius: 51%;
      /* padding: 10px; */
      height: 30px;
      width: 30px;
      text-align: center;
      line-height: 30px;
      text-decoration: none;
      transition: color 0.2s;
}

#myFooter .fa-facebook:hover {
    color: #2b55ff;
}

#myFooter .fa-facebook:focus {
    color: #2b55ff;
}

#myFooter .fa-google-plus:hover {
    color: red;
}

#myFooter .fa-google-plus:focus {
    color: red;
}

#myFooter .fa-twitter:hover {
    color: #00aced;
}

#myFooter .fa-twitter:focus {
    color: #00aced;
}

footer{
  background-color: #313131;
}
.contact-area .col-md-2 {
  padding: 0px!important;
}

.contact-area .col-md-10 {
  margin-left: -15px;
}
.contact-area .col-md-10 h4 {
  margin-bottom: 0px;
}

footer .social a {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}

footer .social a.nom {
  margin-right: 0px;
}

.delivery-box {
  border: solid 1px #ddd;
  margin-bottom: 30px;
}

header .top-bar .pull-right li a:hover {
  color: #1e3280;
}

.delivery-box h3 {
  margin: 0px;
}

.delivery-box p {
  font-weight: normal!important;
}

.delivery-box h3 {
  background: #333333;
  color: #FFF;
  padding: 10px;
}

.delivery-tabs {
  margin-bottom: 30px;
}

.delivery-tabs a {
  display: inline-block;
  padding: 10px;
  width: 400px;
  max-width: 100%;
  background: #ddd;
  color: #000;
  margin-bottom: 10px;
  margin-right: 10px;
}


ul.shop .has-children ul {
  width: 100%;
  padding: 0px;
}

ul.shop .has-children ul li {
  width: 100%;
  background: #f6f6f6;
  margin-bottom: 0px;
}

ul.shop .has-children ul li:nth-child(even) {
  background: #fff;
}

ul.shop .has-children ul li a {
  color: #000;
}

.prod-inner h3, .breadcrumbs a {
  text-transform: uppercase!important;
}

.products-grid li h3 {
  height: auto!important;
}

.products-grid li {
  min-height: 363px!important;
}

  ul.products-grid .alternativePrice {
    width: 100px;
  }

@media screen and (min-width: 1700px) {
  ul.products-grid li input.qty {
     height: 35px;
     width: 50px;
 }

 /* ul.products-grid li button.addtocart {
   width: 44%;
   margin-top: 0px!important;
   padding: 9px;
   float: none;
   clear: none!important;
   margin-top: -23px!important;
   margin-left: 20px!important;
   font-size: 11px!important;
 } */

 ul.products-grid li .qty-change {
   width: 35px;
   height: 35px;
 }



}

@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }
    #myFooter .row {
        margin: 0;
    }
}

.contact-area h4 {
	margin-top: 0px;
}

.contact-area div {
	margin-bottom: 15px;
}
.priority-nav{
  white-space: normal!important;
}
nav li a{
  /* font-weight: bolder!important; */
}

nav li, .mobile-nav-li {
  border-right: 0px!important;
}
/*@media screen and (max-width: 1700px) {.priority-nav > ul > li, .priority-nav > ul > li > a {width: 130px!important;}}*/
/*@media screen and (max-width: 1600px) {.priority-nav > ul > li, .priority-nav > ul > li > a {width: 125px!important;}}*/
/* @media screen and (max-width: 1500px) {.priority-nav > ul > li, .priority-nav > ul > li > a {width: 110px!important;}} */
@media screen and (max-width: 1400px) {
  nav li a, .mobile-nav ul li a, .mobile-nav button.priority-nav-is-visible {
      font-size: 12px;
  }
}
/* @media screen and (max-width: 1400px) {.priority-nav > ul > li, .priority-nav > ul > li > a {width: 100px!important;}} */


/* 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;
}

/* 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;
  margin-top:25px!important;
}

.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%;
  width: 100%;
}
.banners-3 {
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
}

.banners-3 a, .ban a {
  display: block;
  position: relative;
  /* height: 460px; */
  overflow: hidden;
}


.UA {
  float:right;
}

.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 .img-border {
  border: solid 1px #ddd;
}

.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: rgba(0,0,0,0.5);
  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 .no-crop img {
  top: 0px;
  left: 0px;
  position: static!important;
  width: 100%!important;
  max-height: 100%;
  border: solid 1px #ddd;
}

.banners-3 a:hover img {
  width: 110%;
  left: -5%;
  top: -40%;
}

.products-list .prod-inner .availability.in-stock {
  float: left!important;
  margin-top: 0px;
  margin-bottom: 0px;
}

.cart.item .availability.in-stock {
  float: left!important;
}

@media screen and (max-width: 1700px){
  .lm {

  }
  .mobile-nav .has-children > a {
    width: 100%!important;
  }
  
.mobile-nav button.priority-nav-is-visible {
    width:100!important;
    border-color:#000;
    color:#000!important;
    font-size:11px;
    font-weight:bold;
}  

body > .mobile-nav::after {
    color:#000;
}

body .priority-nav__wrapper {
    width:auto;
    background:none!important;
}
  
  .logo-big-text{

    font-size:65px;
    font-weight: 600;
    color: #1e3280;
    width: 300px;
  }

  .logo-small-text{
    font-size:15px;
    font-weight: 600;
    margin-top: -25px;
    color: #1e3280;
  }

  .logo-text{
    margin-top: 30px;
  }
  .right-menu span {
    font-weight: bold;
    font-size: 15px;
    margin-left: 5px;
    top: -20px;
    height: 60px;
  }

  .right-menu i {
    margin-top: 10px;
    font-size: 4rem;
  }

  .right-menu {
    margin-top: 10px;
  }

  .right-menu > div {
    /* display: inline-block; */
    float: left;
    height: auto;
    margin-left: 15px;
  }

  .ff div:first-child{
    margin-top: 10px;
  }

  header form.search{
    width: 90%!important;
  }
}

@media screen and (max-width: 1330px){
  header form.search, .right-menu {
    width: 90%!important;
    /* float: left; */
  }
  .logo-text {
    /* text-align: center; */
    margin-top : 0px;
  }
  .right-menu {
    display: flex;
    justify-content: end;
  }
  header {
    height:auto;
  }
  header nav, .right-menu {
    margin-top: 0px;
  }

}
@media screen and (min-width: 1330px){
  nav li, .mobile-nav li {
    padding-top: 0px;
    height: 60px!important;
    padding-bottom: 0px;

  }
  nav li a, .mobile-nav li a {
    width: 100%!important;
    padding-right: 20px!important;
    padding-left: 20px!important;
  }
}
body .children-nav li a{

  width: auto!important;
}
@media screen and (max-width: 993px){
  .branches .detail {
    height: auto!important;
    /* box-shadow: 0px 4px 24px 0px #1e3280; */
  }
  .form-search-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .right-menu{
    display: none;
  }
  .service-img{
    display: flex;
    justify-content: center;
  }
  .service-img img {
    width: 400px;
    height: 400px;
  }
  /* .mobile-nav li, a {
    padding-top: 10px;
    vertical-align: middle;
  } */
}


@media screen and (max-width: 800px){
  body > .mobile-nav .priority-nav__dropdown li {

    height: auto!important;

  }
  body .parent-nav i{
    display: none;
  }
  .logo-text {
    /* text-align: center; */
    margin-top : 0px;
  }

  .priority-nav__dropdown {
    padding: 0;
  }
  .priority-nav__dropdown li {
    width: 100%;
  }
  header {
    /* height: 350px; */
  }
  nav {
    top: 0px!important;
  }
  .mobile-nav .has-children > a {
    width: 100%!important;
  }
}

@media screen and (max-width: 750px){
  .logo-text div{
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 1630px){
  .banners-3 a, .ban a {
    height:400px;
  }
  .banners-3 img, .ban img {
    top:-45%;
  }
  .banners-3 a:hover img {
    top: -53%;
  }
  .switcher {
    float: left;
}
}

@media screen and (max-width: 1300px){
  .banners-3 a, .ban a {
    height:300px;
  }

}


@media screen and (max-width: 1200px){
	.banners-3 .row > div {
    margin-bottom: 30px;
	}
}

@media screen and (max-width: 1100px){
  #headContact{
    /* width:0px; */
    display: flex;
  }

  header .logo{
      width: 180px;
      /* height: 50px; */
  }
  header form.search {
    margin-top: 0px;
  }

  .banner-image img {
    /* height: 115px; */
  }
}
@media screen and (max-width: 1450px){
	header .logo {
    width: 100%!important;
    /* height: 85px!important; */
    /* margin-right: 15px; */
 }

}

.switcher {
    /* margin-top: 30px;
    margin-right: 20px; */
}

.usps {
  border: none;
  clear: both;
  /* width: 80%; */
  margin: auto;
  margin-top: 15px;
  float: none;
  display: block;
  z-index: 30;
  position: relative;
  /* border-bottom: 5px solid rgb(92, 86, 86); */
}

.usps > ul {
  margin: 0px;
  padding: 0px;
}

.usps li {
  list-style: none;
  position: relative;
  border: 2px solid #FFEF19;
}

.usps .row > div:first-child {
  padding-left: 0px;
}
.usps .row > div:last-child {
  padding-right: 0px;
}
.usps li i {
  font-size: 20px;
  margin-top:0px;
  color: #3C3C3B;
}

.usps li:hover .dimg {
    /*background-color: #FB2B34;*/
}

.usps li:hover .dimg i {
  color: #3C3C3B;
  
}

.welcome p {
  /* font-size: 16px; */
}


.cta-newsletter a {
  float: right;
  border:solid 2px #383838;
  background: none;
  color: #383838;
  padding: 8px 15px;
  font-size: 18px;
}

.cta-newsletter a:hover {
  border-color:#1e3280;
  color: #1e3280;
}



.usps li .dimg {
    width: 46px;
    height: 46px;
    background-color: #FFEF19;
    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: 13px;
    color: #000;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 5px;
}
.deltext small {
    font-size: 12px;
    color: #919191;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.title-labels {
  display: inline-block;
  width: 100%;
  padding-bottom: 3px;
  position: relative;
}

.title-labels h3 {
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 500;
  color: #333;
  position: relative;
  float: left;
  width: 100%;
  text-align: left;
}

.title-labels h3::before {
    border-bottom: 3px solid #ffc843;
    position: absolute;
    bottom: -14px;
    content: '';
    width: 90px;
}

.title-labels .featured-options {
  float: right;
  font-size: 12px;
  margin-right: 95px;
}

.title-labels .featured-options a {
  margin-left: 15px;
  text-transform: uppercase;
  position: relative;
  top: 6px;
  cursor: pointer;
}

.title-labels .featured-options a:hover {
  text-decoration: none;
  color: #ffc843;
  transition: color 0.2s;
}

.title-labels .featured-options a.active {
  color: #ffc843;
}

.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;
}

.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;
}

.brand-item {
  height: 200px;
  list-style: none;
  display: flex;
  justify-content: center;
  width: 200px;
  float: left;
}

.brand-item a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 50px;
}

.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: 0px;
  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;
}

.usp-3 {
  background: #1e3280;
  padding-top:10px;
  padding-bottom:10px;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  color: #FFF;
  text-align: center;
}

.usp-3 .col-lg-4 span {
  display: inline-block;
  text-align: left;
  padding-left: 50px;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 50px;
}
.usp-3 .col-lg-4 h4 {
  margin-bottom: 0px;
  border-bottom: solid 2px #fff;
  text-transform: uppercase;
  font-size:19px;
  margin-top: 3px;
}

.usp-3 .col-lg-4 span em {
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
}

.usp-3 .col-lg-4 span.delivery {
  background-image: url(../images/delivery-1.JPG);
}

.usp-3 .col-lg-4 span.returns {
  background-image: url(../images/returns-2.JPG);
}

.usp-3 .col-lg-4 span.products {
  background-image: url(../images/products-3.JPG);
}

.page-foot{
  background-color: #ffef19;
  padding: 1cm 0cm;
  color: #282828;
  /* text-transform: uppercase; */
  color: #282828;
}
.page-foot .logo {
    background-image: url(../images/logo.png);
    background-size: 280px;
    background-position: right;
}
.page-foot a {
  color: #282828;
/* font-size: 10px; */
margin: 0px;
}

.page-foot .col-md-3 p {
  margin-bottom: 5px;
}

.page-foot p{
  font-size: 13px;
  margin-bottom: 4px;
}
.foot-address{
  text-align: end;
  margin-top: 15px;
}
.foot-address span{
  font-size: 16px;
}
.foot-contact {
  /* text-align: center; */
  padding: 5px;
}
.foot-contact span {
  /* font-size: 10px; */
  word-break: break-word;
}
.b-red{
  background: #FB2B34;
  color: #fff;
  /* border-bottom: 3px solid red; */
  padding: 5px 10px;
}



@media screen and (max-width: 993px){
  .icon-container {
    display: flex;
    justify-content: center;
  }
  .page-foot .foot-address p{
    font-size: 10px;
    /* text-align: center; */
  }

}

@media screen and (min-width: 993px){
  .page-foot .foot-address{
    margin-top: 15px;
    padding-left: 10px;
    /* text-align: center; */
  }
    .usps .row > div:first-child {
    padding-left: 15px;
}
    .usps .row > div {
    margin-bottom: 15px;
}
}

.icon-container {
  color: white;
  margin-top: 10px;
  /* display: flex;
  justify-content: flex-end; */
}

.icon-container img {
  /* font-size: 15px; */
  margin-right: 10px;
  height: 30px;
  width: 30px;
}

.page-foot-icons {
  margin-top: 50px;
}
/* END MAIN */



.priority-nav__wrapper{
  background-color: #1e3280!important;
}











/* END MEDIA QUERIES */

.pl-none {
  padding-left: 0px!important;
}
.pr-none {
  padding-right: 0px!important;
}
body > .mobile-nav .parent-nav > li{
    border-right: 1px solid #232323!important;
  width: 260px;
}
body > .mobile-nav .parent-nav > li:last-child{
    border-right: none!important;
}
body > .mobile-nav .parent-nav > li i{
    color: #232323;
}
body > .mobile-nav li, .mobile-nav button.priority-nav-is-visible {
  display: table-cell;
  white-space: normal;
  height: 60px;
  vertical-align: middle;
  color: #000;
  border-color:#000;
}

.priority-nav > ul, .priority-nav__wrapper {
  display: inline-block;
  vertical-align: top;
}

.priority-nav__dropdown {
    top:60px;
}

.priority-nav__dropdown.show li {
    background:#000;
}

.priority-nav__dropdown.show li a {
    height:40px!important;
    color:#fff!important;
    padding:20px;
}


.priority-nav__wrapper{
  background-color: #ffef19!important;
  
}



@media screen and (max-width: 1200px){
	.banners-3 .row > div {
    margin-bottom: 30px;
	}

}

@media screen and (min-width: 800px){
  .priority-nav__wrapper{
    margin-left: 10px;
    width:205px;
  }
}

@media screen and (max-width: 2000px){
    body > .mobile-nav .parent-nav > li{
      width: 205px;
    }
}

@media screen and (max-width: 1700px){
    body > .mobile-nav .parent-nav > li{
      width: 250px;
    }
}

@media screen and (max-width: 1600px){
    body > .mobile-nav .parent-nav > li{
      width: 240px;
    }
}

@media screen and (max-width: 1500px){
    body > .mobile-nav .parent-nav > li{
      width: 230px;
    }
}

@media screen and (max-width: 1400px){
    body > .mobile-nav .parent-nav > li{
      width: 220px;
    }
}

@media screen and (max-width: 1300px){
    body > .mobile-nav .parent-nav > li{
      width: 210px;
    }
}

@media screen and (max-width: 1200px){
    body > .mobile-nav .parent-nav > li{
      width: 200px;
    }
}







.priority-nav__dropdown {
    z-index: 99999
}


#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;
}

.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;
}
.section-divider {
  border: 2px solid #EEEEEE;
  margin-bottom: 8px;
}

/* 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: 750px){
      .logo-area {
        text-align: center;
      }

  }

header .pull-right ul {
  display: none;
  color: #232323;
}
  @media screen and (max-width: 1130px){

  	header a.mobile-menu {
  	    display: block;
  	    float: right;
        margin-top: 2px;
  	}

header .pull-right ul {
 display:block;
}

  	header .pull-right #mobile-menu-pop {
        background-color: #ffef19;
  	    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;
        display: block;
  	}

  	body {
  		width: 100%;
  		transition: all 0.4s ease-out;
  	}
  	header .pull-right #mobile-menu-pop.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;
      padding-left: 5px!important;
      border-right: 1px solid #fff;
  	}
  	header .pull-right ul li a {
  		color: #000!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 1px #000;
  		font-size: 13px;
  	}
  	
  	header .pull-right ul li:last-child a {
  	    border:none;
  	}
  	
  	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;
      float: left;
      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;
}

.quick-link p{
  /* padding-left: 10px; */
}
@media screen and (max-width: 1210px){

  .tag1{
    padding-left: 15px!important;
  }
}

  @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;
    }
    .page-foot.row .col-md-6 > * {
        text-align:left;
        
    }    
    
    .page-foot .logo {
        background-position:left;
        margin-top:20px;
    }
    
    .banners-3 img {
      position: static!important;
      width: 100%!important;
    }
    .usps {
      border: none!important;
      margin-bottom: 0px!important;
    }
    .usps ul {
      padding-top: 0px;
      /* padding-bottom: 0px; */
    }

    .banners-3 a {
      height:auto;
    }
    .usps div.col-lg-3 {
      margin: auto!important;
        padding: 3px!important;
        width:48%!important;
        display:inline-block;
        text-align:center;
        height:85px;
        vertical-align:top;
            margin-bottom:15px!important;

    }
    .br-img {
    display:none!important;
}

    .banners-3 {
        text-align:center;
    }
    .banners-3 .row > div {
        width:30%;
        display:inline-block;
    }
    
    .deltext h4 {
        font-size: 11px;
    }
    .usps li .dimg {
        width: 35px;
        height: 40px;
        background-color: #FFF;
        padding-top: 9px;
    }
.usps li {
    height:85px;
}

.usps {
    text-align:center;
}
    
    header {
      padding:0px!important;
    }
    header .top-bar .inner {
      padding: 0px!important;
    }
    .top-bar {
      padding-top: 0px!important;
    }
    .top-bar p {
      display: block;
      float: none;
      background: #f2f2f2;
      padding: 5px 15px;
      margin-left: 0px;
      margin-top: 0px!important
    }
    .switcher {
      margin-left: 15px;
      margin-top: 10px!important;
    }
    header a.mobile-menu {
      /* margin-top: 10px!important; */
      margin-right: 15px!important;
    }
    header .UA {
      display:none;
    }
    header .UA.mobile {
      display:inline-block!important;
      float:right;
      margin-right:20px!important;
    } 
    
    .vswitch {
        margin-top:20px;
    }
    header a.mobile-menu {
        margin-top:12px;
    }
    
    header .UA.mobile .ajax-basket div {
        display:none!important;
    }
    
nav.mobile-nav.home {
    display:none!important;
}    
    
    header .UA > div {
        border-left: none;
        padding-left: 0px;
        margin-left: 0px;
        padding-right: 20px;
        margin-right: 20px;
        text-align: left;
        float: none;
        display: inline-block;
        width:50%;
    }
    header .UA {
      text-align: center;
    }
    header form.search {
      width: 70%!important;
    }
    header .sales{
      margin-left: 10px;
    }
  }

@media screen and (max-width: 1400px){
    header .UA > div {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
        padding:0px;
        margin-bottom:15px;
        border:none;
    }
}


@media screen and (max-width: 992px){
    header .row {
        width:100%;
    }
        header .UA > div {
            width:auto;
            margin:0px;
        }

}

  @media screen and (max-width: 750px){

  header form.search {
		width: 100%!important;
	}
}

  @media screen and (max-width: 600px){
    .ban-cont button.dark-h {
      display: none!important;
    }

}
@media screen and (min-width: 1300px){
  .inner2{
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media screen and (min-width: 1000px){
  .inner2{
    padding-left: 100px;
    padding-right: 100px;
  }
}
.light-inner .right-img {
  display: flex;
  justify-content: end;

}

@media screen and (max-width: 999px){
  .img-responsive{
    max-width: 55%;
  }
  .light-inner .light-img-box {
    display: flex;
    justify-content: center;

  }
}
.light-banner{
  display: flex;
  justify-content: center;
  padding: 0px;
}

.light-banner img {
  width: 100%;
  min-width: 460px;
  min-height: 170px;
}

.light-inner {
  color: #1e3280;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left:30px;
  padding-top: 1px;
}

.light-inner p, .light-inner form{
  width: 95%;
  /* margin-left: 50px; */
}
.light-inner p{
  font-weight: bold;
  text-align: justify;
}
.light-inner h1{
  margin-bottom: 20px;
}
.light-inner img{
  /* margin-left: 30px;
  margin-left: 10px; */
  margin-bottom: 20px;
}

.text-right{
  text-align: end;
}

.img-right{
  /* margin-left: 50px!important; */
}

.text-center {
  text-align: end;
}


.ml-3 {
  margin-left: 30px;
}

@media screen and (max-width: 1080px){
.service-list div {
  display: inline-block;
}
}

@media screen and (max-width: 1080px){
  .logo-box{
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .logo-box div{
    display: block;
    width: 100%;
  }
  header .logo-contact {
    display: flex;
    justify-content: center;
  }
  .logo-contact div{
    display: inline-block!important;
    width: auto;
    margin-right: 10px;
  }
  header .logo{
    width: 100%!important;
    background-position: center;
  }
  header .search-box{
    display: flex;
    justify-content: center;
  }
header .search-box, header .UA-box{
    width: 100%;
  }
  header .UA-box {
    display: flex;
    justify-content: center;
  }
  header .UA {
    float: none;
  }
}

.trade-form form {
  margin-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
}

.trade-form .next-btn {
  display: flex;
  justify-content:center;
}


.trade-form button {
  padding: 5px 70px 5px 70px;
  background-color: #1e3280;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
}
/* .light-inner div {
  display: inline-block;
} */
.cat-box {
  margin-top: 15px;
  margin-bottom: 15px;
}
.cat-children {
  border: 1px solid #1e3280;
  padding: 0px;
}
.cat-children a{
  text-decoration: none;
}
.cat-name {
  padding: 0px;
  height: 50px;
  color: #fff;
  background: #1e3280;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.cat-image {
  height: 200px;
  display: flex;
  justify-content: center;
}
.cat-name:hover {
  height: 50px;
  background: #fff100;
  background-position: center;
  background-size: cover;
  color: #1e3280;
}
.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;*/
}
nav .page-item a {
    width: 50px!important;
    }
.p-0{
    padding: 0px;
}
.b-tab-cont{
    display: inline-block;
    border: 2px solid #FFEF19;
    color: #232323;
}
.b-tab-cont:last-child{
    float: right;
}
.b-tab-name{
    background-color: #FFEF19;
    padding: 2px 5px;
    
}
.b-tab-details {
    padding-left: 5px;
    padding-right: 10px;
}
.b-mobile {
    display: none;
}
@media screen and (max-width: 1370px){
    .b-tab-cont {
        width:100%;
        margin-bottom:15px;
    }
    .b-tab-cont:last-child {
        float:left;
    }
}

@media screen and (max-width: 650px){
    .b-tab-cont {
        text-align:center;
    }
    .b-tab-name {
        width:100%;
        display:block;
    }
    .b-tab-details {
        width:100%;
        display:block;
    }
}

.bed-link {
    padding: 5px 20px;
    text-transform: uppercase;
    background-color: #FFEF19;
    border-bottom: 4px solid #3C3C3B;
    cursor: pointer;
    text-decoration: none;
    display:none;
}

.bed-link:hover{
    cursor: pointer;
    text-decoration: none;
}

.category-section {
    background-color: #F8F8F8;
    padding: 20px 0px;
}
.cs-header {
    text-align: center;
    color: #3C3C3B;
}
.cs-header i{
    font-size: 30px;
}
.cs-header h3{
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 0px;
}
.cs-listing{
    margin-top: 10px;
}
    .product-card {
        background: white;
        border-radius: 12px;
        padding: 30px 25px;
        margin-bottom: 30px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 100%;
    }

    .product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .card-icon {
        width: 80px;
        height: 80px;
        background-color: #ffef19;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #333;
        font-size: 2rem;
    }

    .card-title {
        color: #333;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 15px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .card-subcategories {
        list-style: none;
        padding: 0;
        margin: 0 0 25px 0;
        min-height: 110px;
        flex-grow: 1;
    }

    .card-subcategories li {
        color: #666;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .view-all-btn i {
        font-size: 0.8rem;
    }

    @media (max-width: 768px) {
        .section-title {
            font-size: 2rem;
        }
        
        .product-card {
            padding: 10px 20px;
        }
        
        .card-icon {
            width: 70px;
            height: 70px;
            font-size: 1.8rem;
            display: inline-flex;
        }
        .card-icon img{
            height: 50px;
            width: auto;
        }
        .card-title {
            display: inline-flex;
            margin-left: 30px;
            position: absolute;
            margin-top: 30px;
            font-size: 14px;
        }
        .card-subcategories, .product-card .bed-link {
            display: none;
        }
        .product-card {
            margin-bottom: 7px;
        }
        .bed-reasons-list > div {
            display: inline-flex;
            width: 48%;
        }
    }
    
    .bed-reasons-section h3, .bed-reasons-list {
        
        color: #3C3C3B;
    }
    .bed-reasons-list {
        padding-top: 15px!important;
    }
    .bed-reasons-list > div {
        margin-bottom: 40px;
    }
    .bed-reasons-list img {
        width: 40px;
    }
    .br-icon {
        background-color: #f8f8f8;
        padding: 10px;
    }
    .br-text {
        margin-left: 20px;
    }
    .br-img {
        display: flex;
        justify-content: end;
    }
    @media (max-width: 990px) { .br-img {justify-content: center;} .br-img img { max-width: 100%; margin-top: 20px;} }
    
    .featured-bg {
        margin-top: 50px;
    }