/*font-family: 'Montserrat', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,800&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;

  overflow-x: hidden;
  color: #1e0f24;
}

.noHeaderBar {
  padding: 25px 0;
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
}

p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  margin: 0 0 15px;
  color: #000;
}

a {
  color: #1e0f24;
  text-decoration: none !important;
  transition: ease-in-out 0.3s;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #000;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0px;
}

h1 {
  font-size: 36px;
}

h2, .prod_rightInfo h1 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 30px;
}

h3 {}

h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

ul {
  margin: 0;
}

input,
select,
textarea,
button,
input:focus,
button:focus {
  outline: none;
}

button {
  transition: ease-in-out 0.3s;
}

img {
  max-width: 100%;
}

header,
section,
footer {
  display: flex;
  width: 100%;
  float: left;
}

header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  /*border-top: solid 3px #dee2e6;*/
  height: 120px;
  display: flex;
  align-items: center;
}

header.sticky {
  background-color: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  font-size: 14px;
  padding: 12px 25px;
  font-weight: 400;
}

/* jl removed 09/01/21 to remove left margin on mobile dropdown
.ml-auto, .mx-auto {
    margin-left: 50px !important;
}
*/

.sticky100 {
  padding-top: 120px;
}

.slider01 {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sliderCol img {
    width: 100% !important;
    text-align: center;


}
.blueSlider {
  background-color: #004fdf;
}

.blueSlider::before {
  content: '';
  width: 600px;
  height: 600px;
  display: block;
  border-radius: 100%;
  background-color: #0656e8;
  position: absolute;
  left: -25%;
  top: -60%;
}

.blueSlider::after {
  content: '';
  width: 600px;
  height: 600px;
  display: block;
  border-radius: 100%;
  background-color: #0656e8;
  position: absolute;
  right: -25%;
  bottom: -60%;
}

.sliderLeft {
  padding-right: 50px; z-index: 1;
}

.sliderRight {
  padding-left: 0px; z-index: 1;

}

.sliderTitle {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  display: block;
  line-height: 1.1;

}

.sliderTitle span {
  font-weight: 400;
  display: block;
}

.sliderCheck {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  background-image: url('../images/checkslider.png');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
}

.sliderBTN {
  padding: 0px 25px;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #17cc4a;
  color: #fff;
  line-height: 1;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
  font-weight: 600;
  margin-top: 10px;

  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.sliderBTN:hover {
  color: #fff;
  background-color: #13b741;
}

.carousel-indicators {
  align-items: center;
  bottom: 15px;
}

.carousel-indicators li {
  width: 8px;
  height: 8px;
  background-color: #000;
  opacity: .2;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 5px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 12px; text-transform: uppercase;

}
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #dee2e6;
}

.requestQuoteBTN .btnQuote {
  padding: 0px 13px;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #dee2e600;
  color: #000 !important;
  line-height: 1;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
  font-weight: 600;
  border: 1px solid #e6e6e6;

}

/*--------------------*/

a.f_logo img {
    height: 40px;
}
.logoCol img {
    height: 40px;
}
.f_links_list img {
    height: 46px; margin-top: 10px;
}

/*--------------------*/

.requestQuoteBTN .btnQuote img {
  margin-right: 10px;
}

#navbarSupportedContent {
  position: relative;

}

.searchBoxWrap {}

#searchTop {
  display: inline-block;
  position: relative;
  padding: 0;
  width: 40px;
  height: 40px;

}

#searchTop input[type="text"] {
  height: 45px;
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  border: none;
  outline: none;
  color: #000;
  padding: 3px;
  padding-right: 40px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 10px;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

#searchTop input[type="text"]:focus:hover {
  border-bottom: 1px solid #dee2e6;
  background-color: #fff;
}

#searchTop input[type="text"]:focus {
  width: 670px;
  z-index: 1;
  border-bottom: 1px solid #dee2e6;
  cursor: text;
  background-color: #fff;
}

#searchTop input[type="submit"] {
  height: 40px;
  width: 40px;
  display: inline-block;
  color: #000;
  float: right;
  background-color: transparent;
  background-image: url(../images/searchbtn.svg);
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 1;
  cursor: pointer;
  transition: opacity .4s ease;
}

#searchTop input[type="submit"]:hover {
  opacity: 0.8;
}

.width40 {}

.pageTitle {
  width: 100%;
  text-align: left;
  /*justify-content: space-between;
  padding: 12px 0px 11px 0px;*/
  height:5.8em;
}
span.rightShowing {
    display: none;
}

.pageTitle h1 {
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 800;
    letter-spacing: 0.75px; 
}

.rightShowing {
  font-size: 14px;
  color: #7f7f7f;
}

.productItem {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
  margin-top: 50px;
  padding-top: 10px;
  border-radius: 10px;
}

/*.productItem:hover {
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
}*/

.productItem:hover .border {
   /* border-bottom: 10px solid #fadc0a !important;*/
    width: 100%;
    height: 15px;
    margin-bottom: -15px;
}

.border {
    border: none !important;
}


span.p_Info {
    font-size: 14px !important;
    color: #000;
    font-weight: 500;
}

.productImg {
  width: 100%;
  height: 250px;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.productImg img {
  object-fit: contain;
  height: 100%;
  padding-bottom: 40px;
}

.bannerImg {
  width: 1140px;
  height: 450px;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.bannerImg img {
  object-fit: fill;
  height: 450px;
  width: 1140px;
  padding-bottom: 0px;
}


.productInfo {
  width: 100%;
  padding-top: 15px;
  margin-top: 15px;
  border-top: solid 1px #000;
  text-align: center;


}

.productInfo h4 {
  font-size: 17px;
  font-weight: 600;
  color: #111;
  margin-bottom: 5px;
}

.productInfo p {
  font-size: 11px;
  margin-bottom: 0px;
      text-transform: uppercase;
}
.productInfo p.FreePrice{font-size: 14px; font-weight: 600; margin-top: 5px; text-transform: capitalize;}

.pagination {
  margin-top: 30px;
}

.pagination .page-item {}

.pagination .page-link {
  padding: 0;
  text-align: center;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50% !important;
  border: none;
  outline: none;
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin: 0;
}

.pagination .page-link:focus {
  outline: none;
  box-shadow: none;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.cartItem {
  position: relative;
}

.cartItem .btn {
  box-shadow: none;
  border-radius: 0;
  padding: 5px 10px 5px 5px;
}

.cartItem .btn>img {
  width: 20px;
}

span.cartCount {
  background: #000;
  color: #fff;
  height: 20px;
  width: 20px;
  font-size: 12px;
  display: block;
  position: absolute;
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: 50%;
  top: -10px;
  right: -10px;
  /*box-shadow: 0px 3px 8px rgba(231, 39, 75, 0.5);*/
  justify-content: center;

}

.cartItem .dropdown-menu {
  padding: 5px;
  border: 1px #dee2e6 solid;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
}

.cartItem .dropdown-item {
  padding: 7px 0px;
  display: flex;
  border-bottom: 1px #e1e1e1 solid;
  position: relative;
}

.cartItem .dropdown-item:hover {
  background-color: transparent;
}

.cartItem .dropdown-item:last-child {
  border-bottom: none;
}

.cartItem .dropdown-item .p_Img {
  border: 1px #bfbfbf solid;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 68px;
  max-width: 68px;
  height: 68px;
}

.cartItem .dropdown-item .p_Img img {
  max-height: 100%;
}

.cartItem .dropdown-item .p_Info {
  padding: 5px 0px 5px 5px;
  font-size: 11px;
  width: 170px;
  white-space: initial;
}

.cartItem .dropdown-item .p_Info label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}


.cartItem .dropdown-menu .closeBtn {
  background: url(../images/closeRed.svg) center center no-repeat;
  width: 11px;
  height: 11px;
  position: absolute;
  z-index: 1;
  top: 8px;
  right: 5px;
  padding: 0;
  border: none;
  display: none;
}
i.fas.fa-cart-plus {
    padding: 10px;
}

.dropdown-menu-center {
  left: 50%;
  transform: translateX(-50%);
}

.cartItem .dropdown-menu:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #dee2e6;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
}


footer {
  background-color: #fff;
  padding-top: 55px;
}

footer h5{font-size: 15px;}

footer .linksRow {}

footer .linksRow>div {
  padding-bottom: 25px;
}

.f_logo {
  margin-bottom: 20px;
}

.getInfoList {}

.getInfoList li {
  position: relative;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 12px;
}

.getInfoList li a {}

.getInfoList li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
}

.Ic_address:before {
  background-image: url(../images/ic_address.png);
}

.Ic_email:before {
  background-image: url(../images/ic_mail.png);
}

.Ic_call:before {
  background-image: url(../images/ic_phone.png);
}

.Ic_fax:before {
  background-image: url(../images/ic_fax.png);
}


.copyRightRow {
  padding-bottom: 20px;
}

.copyRightRow>div {
  align-items: center;
  display: flex;

}

.copyRightRow>div p:last-child {
  margin-bottom: 0;margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.copyRightRow .colRight {
  justify-content: flex-end;
}

.copyRightRow>div hr {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}

.socilList {
  display: flex;
}

.socilList li {
  margin-left: 10px;
}

.socilList li a {
  font-size: 18px;
  color: #000;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  border: 1px #bfbfbf solid;
}

.socilList li a:hover {
  background-color: #fff;
  border-color: #fff;
}

.f_links_list {}

.f_links_list li {
  font-size: 13px;
  margin-bottom: 15px;
}

.f_links_list li a:hover {
  color: #000;
  opacity: 0.5;
}

.ptb_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.breadcrumb {
  padding: 0;
  background-color: transparent;
}

.breadcrumb .breadcrumb-item {
  font-size: 12px;
  font-weight: 500;
}

.productSlider .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px #bfbfbf solid;
}

.productSlider .carousel-inner .carousel-item {
  width: 100%;
  height: 445px;
}

.productSlider .sliderBigImg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.productSlider .sliderBigImg img {
  max-height: 100%;
}

.productSlider .carousel-indicators {
  width: 100%;
  left: 0;
  margin: 15px 0;
  bottom: unset;
  top: 0;
  position: relative;
}

.productSlider .carousel-indicators li,
.productSlider .carousel-indicators .active {
  width: 65px;
  height: 65px;
  border-radius: 0;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px #bfbfbf solid;
}

.productSlider .carousel-indicators .active {}

.productSlider .carousel-indicators li img {
  max-height: 100%;
}

.prod_rightInfo {
  padding: 15px 15px 15px 50px;
}

.info_col_1 {
  display: flex;
}

.info_col_1 .label_Col {
  min-width: 140px;
  max-width: 140px;
}

.info_col_1 .label_Col label {
  font-weight: 500;
  opacity: 0.6
}

.info_col_1 .dic_col {}

.roundBuletList {}

.roundBuletList li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

.roundBuletList li:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #c5c5c5;
  border-radius: 50%;
  left: 0px;
  top: 8px;
}

.addQuot_Col {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px #e5e5e5 solid;
}

.addQuot_Col h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.number span {
  cursor: pointer;
}

.number {
  display: flex;
}

.number .minus,
.number .plus {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50px;
  padding: 0;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-size: 24px;
}

.number input {
  height: 35px;
  width: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  border: none;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
}

.prod_rightInfo .btnGroup {
  margin-top: 15px;
}

.prod_rightInfo .btnGroup .btnBorder {
  margin-right: 10px;
}

.prod_rightInfo .btnGroup .btnBorder:last-child {
  margin-right: 0;
}

.btnBorder {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #fff;
  border: 1px #000 solid;
  padding: 14px 30px;
  margin: 10px 0px;
}

.btnBorder:hover {
  background-color: #000;
  color: #fff;
}

.borderTitle {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px #e5e5e5 solid;
  padding-bottom: 8px;
  margin-bottom: 30px;
}

.borderTitle span {
  border-bottom: 3px #000 solid;
  padding-bottom: 8px;
}

.roundBuletList.font14 li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}


.borderNone {
  border-bottom: none;
}

.productColBox {
  display: block;
}

.productColBox .p_ImgCol {
  position: relative;
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px #bfbfbf solid;
  padding: 10px;
}

.productColBox .overlyInfoCol {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 110%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  overflow: hidden;
  transition: all 0.5s;
}

.productColBox:hover .overlyInfoCol {
  bottom: 0;
}

.productColBox .overlyInfoCol .btnBorder {
  background-color: transparent;
  color: #fff;
  border: 2px #fff solid;
}

.productColBox .overlyInfoCol .btnBorder:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

.productColBox .p_ImgCol .p_offer {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0px;
  width: 50px;
}

.productColBox .p_ImgCol .p_offer>img {
  max-width: 100%;
}

.productColBox .p_ImgCol>img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}

.productColBox .p_InfoCol {
  display: block;
  padding: 15px 0px;
}

.productColBox .p_InfoCol .p_label {
  font-size: 14px;
  color: #999999;
  font-weight: 600;
  display: block;
  margin: 0;
}

.productColBox .p_InfoCol .p_name {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}


.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.owl-dots button.owl-dot {
  background: #000 !important;
  width: 8px;
  height: 8px;
  margin: 5px;
  opacity: 0.6;
  border-radius: 50%;
}

.owl-dots button.owl-dot.active {
  opacity: 1;
  width: 12px;
  height: 12px;
}

.requestQuoteBTN {}

.navbar-expand-lg .navbar-nav .requestQuoteBTN .proceedBTN {
  font-size: 12px;
  border: solid 1px #000;
  padding: 0px 10px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  color: #000 !important;
}

.navbar-expand-lg .navbar-nav .requestQuoteBTN .proceedBTN:hover {
  background-color: #000;
  color: #fff !important;
}

.navbar-expand-lg .navbar-nav .actionBTNwrap {
  text-align: center;
  padding: 10px 10px 8px 10px;
  width: 100%;
}

.proceedToQuoteBTN {
  width:100%;
}

.addtoCartBTN {
  padding-left: 60px;
  text-transform: uppercase;
  position: relative;
  width:100%;
}

.addtoCartBTN::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 22px;
  background-image: url('../images/addtocart-black.png');
  background-position: center;
  background-repeat: no-repeat;
  left: 18px;
  padding-left: 25px;
}

.addtoCartBTN:hover:before {
  background-image: url('../images/addtocart-white.png');
  background-position: center;
  background-repeat: no-repeat;
}

.addtoCartBTN:hover {}

.imgNote {
  margin-top: 15px;
  font-size: 14px;
}

.imgShadow {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.btnFlex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.productItem .brochureBTN {
  display: inline-block;
  padding: 0px 15px 0px 35px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  height: 35px;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 10px;
  border: 1px solid black;
}

.productItem:hover .brochureBTN {

  color: #fff;
  background-color: black;


}

.productItem:hover .brochureBTN::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 22px;
  background-image: url('../images/downloadBrochure-white.png');
  background-position: center;
  background-repeat: no-repeat;
  left: 5px;
  padding-left: 25px;
}

.brochureBTN::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 22px;
  background-image: url('../images/downloadBrochure-black.png');
  background-position: center;
  background-repeat: no-repeat;
  left: 5px;
  padding-left: 25px;
}

.brochureBTN:hover {
  color: #fff;
}

.contactTitle {
  text-align: center;
  display: block;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #000;
  font-weight: 400;
  font-size: 36px;
}

.contactTitle span {
  font-weight: 600;
}

.contactBox {
  border: solid 1px #e6e5e5;
  width: 100%;
  float: left;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.contactBox i {
  font-size: 40px;
  color: #004fdf;
  display: inline-block;
  margin-top: 0px;


}

.contactBox h4 {
  margin-top: 15px;
  margin-bottom: 25px;
  display: block;
  font-size: 24px;
  color: #000;
  font-weight: 500;

}

.contactBox p {
  font-size: 18px;
  margin-bottom: 0px;
}

.contactBox .mobileFree {
  font-weight: 600;
  color: #004fdf;
  margin-bottom: 10px;


}

.contactBoxLast h6 {
  text-align: center;
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #000;
  font-weight: 400;
  font-size: 26px;
}

.contactBoxLast h6 span {
  font-weight: 600;
}

.contactBoxLast {
  text-align: center;
  width: 100%;
  float: left;
}

.borderbox {
  border: solid 1px #e6e5e5;
}

.contactForm {
  border: solid 1px #e6e5e5;
  width: 100%;
  float: left;
  padding: 30px 20px;
}

.contactFormRow {
  /*width: 100%;
  float: left;*/
  margin-bottom: 25px;
}

.contactInput {
  width: 100%;
  border: solid 1px #e6e5e5;
  padding: 0px 15px;
  height: 56px;
  font-size: 14px;
  transition: ease-in-out 0.3s;
}

.contactInput:focus {border-bottom: 2px solid #17cc4a; transition: ease-in-out 0.3s;}

.contactFormRowFlex {
  width: 100%;
  float: left;
   display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px -10px;
}

.width50 {width: 50%;}
.textareaInput{padding: 15px; height: auto; line-height: inherit; resize: none;}


.font11{font-size: 11px;}

.form-check-label.font11 {font-weight: 500;}
.form-check-label.font11 .form-check-input{margin-top: 2px; font-weight: 500;}

.blueLink{color: #004fdf;}
.blueLink:hover{color: #17cc4a;}

.contactFormFooter{width: 100%; float: left; text-align: center;}

.btnGreen {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    background-color: #dee2e6;
    padding: 15px 30px;
    margin: 10px 0px; border: none;
}
.btnGreen:hover {background-color: #000;  color: #fff;}


.onlineQuote{width: 100%; float: left; padding: 15px; border: solid 1px #e6e5e5;}

.onlineQuote .addQuot_Col {margin-top: 20px; padding-top: 20px;}

.onlineQuote .btnBorder {letter-spacing: 1px; padding: 14px 25px;}
.onlineQuote .addtoCartBTN {padding-left: 50px; margin-right: 10px;}

.colorList{display: flex; flex-wrap: wrap;}
.colorList li{margin-right: 8px;}
.colorList li:last-child{margin-right: 0px;}
#productColorList li:hover {
  cursor: pointer;
}

#productColorList li{
  width: 28px;
}

#productColorList li .yellow .fa-check {
  color: black;
}

#productColorList li .white .fa-check {
  color: black;
}
#productColorList li .fa-check {
  display: none;
  color: white;
  width: 0.8em;
  margin-left: 6px;
  margin-top: 5px;
}


.colorList li>span{width: 28px; height: 28px; border-radius: 50%; border: 1px #dfdbdb solid; display: block;}

.downArrow{background: url(../images/downIc.png) right 10px center no-repeat; -webkit-appearance: none; -moz-appearance: none;}


.smallLineTitle{position: relative; font-size: 16px; text-transform: capitalize; font-weight: 500;}
.smallLineTitle:before{position: absolute; content: ''; width: 100%; height: 1px; background-color: #cccccc; left: 0; bottom: 5px;}
.smallLineTitle span{background-color: #fff; position: relative; z-index: 1; padding-right: 15px;}

.currentQtyCol{margin-bottom: 15px;}
.currentQtyCol .nameQ{font-size: 14px; font-weight: 500; width: 110px; display: inline-block;}
.currentQtyCol .countQ{font-size: 14px; opacity: 0.66; margin-right: 20px;}

.removeBtn{color: #fff; background-color: #e12219; font-size: 12px; padding: 6px 10px; border:none; border-radius: 4px; box-shadow: 0px 2px 5px rgba(0,0,0,0.2);}
.removeBtn img{margin-right: 4px;}
.removeBtn:hover{background-color: #d6130a; box-shadow: 0px 5px 10px rgba(0,0,0,0.2);}


.resultsFoundTextCol{padding: 15px 0px;}
.resultsFoundTextCol p{color: #656565; font-weight: 500; margin-bottom: 0;}

.colorRibbon {margin-top: -133px;}

.colorBoxList{display: flex; flex-wrap: wrap; margin-top: 25px; margin-bottom: 5px;}
.colorBoxList li{width: 58px; height: 58px; border-radius: 10px; overflow: hidden; margin-right: 15px; margin-bottom: 15px;}
.colorBoxList li:last-child{margin-right: 0;}

.bg_Purple{background-color: #955ddc; box-shadow: 0px 8px 20px rgba(149,93,220,255.33);}
.bg_Pink{background-color: #df689e; box-shadow: 0px 8px 20px rgba(223,104,158,255.33);}
.bg_Red{background-color: #d44849; box-shadow: 0px 8px 20px rgba(241,15,15,0.33);}
.bg_Orange{background-color: #f37743; box-shadow: 0px 8px 20px rgba(243,119,67,255.33);}
.bg_Yellow{background-color: #f2cb4c; box-shadow: 0px 8px 20px rgba(242,203,76,255.33);}
.bg_Green{background-color: #72b645; box-shadow: 0px 8px 20px rgba(114,182,69,255.33);}
.bg_Blue{background-color: #4d9aec; box-shadow: 0px 8px 20px rgba(77,154,236,255.33);}


.customPaintRow{margin: 0; margin-top: 15px; background-color: #fff; box-shadow: 0px 1px 20px rgba(0,0,0,0.2);}
.customPaintRow>div{padding: 15px;}
.customPaintRow>div.imgPint{padding-right: 0;}
.customPaintRow>div.imgPint img{width: 100%;}


.accordion{}
.accordion .card{margin-top: 15px; margin-bottom: 30px; border: none !important; border-radius: 8px !important; background-color: #fff; box-shadow: 0px 10px 30px rgba(0,0,0,0.1)}
.accordion .card .card-header{background-color: #fff; font-size: 18px; font-weight: 500; padding: 0; border-bottom: 1px #f2f2f2 solid; }
.accordion .card .card-header .card-link{padding: 21px 20px; display: block; padding-right: 70px; position: relative;}
.accordion .card .card-header .card-link:after{position: absolute; content: ''; width: 44px; height: 44px; background: #004fdf url(../images/Ic_close.svg) center center no-repeat; background-size: 14px; border-radius: 50%; right: 20px; top: 13px; transition: all 0.5s; }
.accordion .card .card-header .collapsed:after{background: #f2f2f2 url(../images/Ic_plus.svg) center center no-repeat; background-size: 15px; transform: rotate(360deg);}

.accordion .card .card-header .card-link:hover{color: #004fdf;}

.accordion .card .card-body p{opacity: 0.6; font-size: 14px; font-weight: 400; line-height: 26px;}
.accordion .card .card-body p:last-child{margin-bottom: 0;}



.s_Row {height: 100%;}
.s_Row .imgColBox{padding: 0;}
.s_Row .imgColBox .imgHolder{width: 100%; height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat;}

.s_text{padding: 15px; background: #f9f9f9;}
.s_text h5{margin-bottom: 5px;}
.s_text p{ font-weight: 400;}
.s_text p:last-child{margin-bottom: 0;}

.pull-md-6.s_text{text-align: right;}


.hideDesktop{display: none;}

ul.top-nav {
    display: flex;    align-items: center;
    justify-content: flex-end; position: relative; padding: 4px;}
ul.top-nav #searchTop input[type="text"] {height: 40px; right: 0;}

ul.top-nav .requestQuoteBTN .btnQuote {
    font-size: 18px;
    background-color: transparent;
    border: 1px solid #f2f4f5;
    border-radius: 5px;
    box-shadow: none;
    
}

ul.top-nav span.cartCount {
    height: 18px;
    width: 18px;
    top: -6px;
    right: -7px;
}

ul.top-nav #searchTop {/*top: 4px;*/}

ul.top-nav .cartItem .dropdown-menu{transform: translate3d(-100px, 40px, 0px) !important;}

.navbar-expand-lg .navbar-nav .nav-item:nth-last-child(2) .nav-link{padding-right: 0;}

nav.navbar.navbar-expand-lg {padding: 5px 0px; border-top: 1px solid #000;    border-bottom: 1px solid #000; /*bottom: -3px !important;*/}
.mb__3{bottom: -5px !important}

ul.top-nav .cartItem:hover .dropdown-menu {display: block; top: 0; left: 0;}


.searchBoxTop{position: relative;}
.searchField{width: 0;border: none; height: 40px; transition: all 0.5s; color: #000; font-weight: 500;}
.showSearch{width: 100%; padding: 8px 45px 8px 15px; border-bottom: 0px #ddd solid;}
.searchBTN { width: 40px; height: 39px; background-color: #fff; border:none; position: absolute; right: 0; top: 0}

ul.top-nav .actionBTNwrap {
    text-align: center;
    padding: 10px 10px 8px 10px;
    width: 100%;
}
ul.top-nav .actionBTNwrap .proceedBTN {
    font-size: 15px;
    border: solid 1px #000;
    padding: 0px 10px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    text-transform: uppercase;
    color: #000 !important; transition: all 0.3s;
}

ul.top-nav .actionBTNwrap .proceedBTN:hover {
    color: #fff !important; background-color: #000;
}

#module {
  font-size: 1rem;
  line-height: 1.5;
}


#module #collapseExample.collapse:not(.show) {
  display: block;
  height: 15rem;
  overflow: hidden;
}

#module #collapseExample.collapsing {
  height: 15rem;
}

#module a.collapsed::after {
  content: '+ Show More';
}

#module a:not(.collapsed)::after {
  content: '- Show Less';
}

#showMore {
  margin-top:1rem;
}

.productPageMessage {
     margin-top:15px;
     width:100%;
}

strong, th { 
    font-weight: 600;
}

/*
page not found and maintenance page css
*/
.soon{
    height: 100%;
    position: relative;
    height: 100vh;
}


.soon:before, .error-page:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(../images/bg.png) no-repeat center;
    background-size: contain;
}
.container-soon{
    position: relative;
    max-width: 1220px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
}
.soon-text{
    position: relative;
}
.soon-text p{
    font-size: 36px;
    line-height: 1.3;
}
.soon-text span{
    display: block;
    margin-top: 25px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
}
.soon-logo{
    margin-bottom: 25px;
    max-width: 347px;
    width: 100%;
}
.soon-logo img{
    width: 100%;
}

.soon-text span a{
    text-decoration: underline !important;
}
.soon-text span a:hover{
    color: #dee2e6;
}
.error-logo{
    font-size: 135px;
    line-height: 1.2;
}
.error-page{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}
.container-error{
    margin: 150px 10px;
}
@media screen and (max-width: 1200px){
    .soon-text p{
        font-size: 26px;
    }
    .soon-text span{
        font-size: 22px;
    }
}
@media screen and (max-width: 992px){
    .soon-text p{
        font-size: 20px;
    }
    .soon-text span{
        font-size: 18px;
        margin-top: 15px;
    }
    .error-logo{
        font-size: 100px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 768px){
    .soon-text{
        margin: 0 20px;
    }
}
@media screen and (max-width: 575px){
    .soon-logo{
        max-width: 280px;
        width: 100%;
    }
    .error-logo{
        font-size: 75px;
        line-height: 1.2;
    }
    .soon-text span{
        font-size: 16px;
    }
    .soon-text p{
        font-size: 16px;
    }
}
/*
end page not found and maintenance page css
*/

/*
rollover images on listing pages
*/
.figure {
    position: relative;
    width: 360px; /* can be omitted for a regular non-lazy image */
    max-width: 100%;
}
.figure img.Sirv.image-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: contain;
  opacity: 0;
  transition: opacity .2s;
}
.figure:hover img.Sirv.image-hover {
  opacity: 1;
}
/*
end rollover images on listing pages
*/


.smv-selectors-bottom .smv-selectors-box .smv-selectors {
    height: auto !important;
}











/*------------------------------------------------------------------------------
> NHS SC Styles 2022
------------------------------------------------------------------------------*/

.product-nhs-links {
  border: 1px solid black; 
  width: 100%;
  justify-content: space-between;
  margin: 0 15px;
  padding: 0 20px;
  align-items: center;
}
.product-nhs-links.single {
  text-align: center;
}
.product-nhs-links.single a {
  flex-direction: column;
  padding: 20px 20px 0;
}
.product-nhs-links .nhssc-preview {
  padding: 80px 20px 0;
  border-top: 1px solid;
  margin-top: 25px;
  width: 100%;
  background: url(/images/nhssc/arrow-down.png) no-repeat 50% 20px;
}

@media screen and (min-width: 1024px) {
  .product-nhs-links.single a {
    flex-direction: row;
    padding: 0;
  }
  .product-nhs-links.single .nhssc-preview {
    width: auto;
    border: 0;
    background: none;
    padding: 20px 20px 0;
  }
  .product-nhs-links.single .nhssc-text {
    text-align: left;
  }
}


.product-nhs-links .nhssc-preview img {
    box-shadow: 0 0 25px rgba(0,0,0,0.3);
    max-width: 200px;
}
.product-nhs-links .nhssc-logo {
  padding: 10px  10px 10px 0;
}
.product-nhs-links .nhssc-text {
}
.product-nhs-links .nhssc-text strong {
  display: block;
  font-size: 1.3em;
}
.product-nhs-links .nhssc-text span {
  display: block;
  font-size: 0.825em;
}
.product-nhs-links a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.product-nhs-links ul,
.product-nhs-links li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-nhs-links ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.product-nhs-links li {
  font-size: 0.8em;
}
@media screen and (max-width: 480px) {
  .product-nhs-links {
    flex-direction: column;
  }
  .product-nhs-links li {
      flex-basis: 25%;
  }
}
.product-nhs-links li a {
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  flex-grow: 1;
}
.product-nhs-links li a:hover {
    background: #fafafa;
}
.product-nhs-links li .swatch {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 250px;
  margin: 0 auto 15px;
}
.product-nhs-links li .swatch.yellow { background-color: #f2cb4c; }
.product-nhs-links li .swatch.blue { background-color: #4d9aec; }
.product-nhs-links li .swatch.green { background-color: #72b645; }
.product-nhs-links li .swatch.pink { background-color: #df689e; }
.product-nhs-links li .swatch.purple { background-color: #955ddc; }
.product-nhs-links li .swatch.orange { background-color: #f37743; }
.product-nhs-links li .swatch.red { background-color: #d44849; }
.product-nhs-links li .swatch.stainless-steel { background-color: silver; }
.product-nhs-links-swatches {
  align-items: center;
	display: flex;
	flex-direction: column;
  margin: 0 auto;
}
.product-nhs-links-swatches h3 {
	color: #aaa;
	font-size: 0.825em;
	border-top: 1px solid #000;
	padding: 20px 0;
	width: 100%;
  margin: 20px 0 0px 0;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .product-nhs-links .nhssc-logo {
      margin-right: 20px;
    }
    .product-nhs-links-swatches {
        flex-direction: row;
    }
    .product-nhs-links-swatches h3 {
    	max-width: 7em;
    	border-top: 0;
    	border-left: 1px solid #aaa;
      margin: 0;
    	padding: 0 0 0 20px;
    	text-align: left;
    }
    .mobile-only {
        display: none;
    }
    .product-nhs-links .nhssc-preview {
      background: none;;
      align-self: flex-end;
      border-top: 0;
      margin-top: 0;
      width: auto;
    }
    .product-nhs-links.single .nhssc-text {
      background: url(/images/nhssc/arrow-right.png) no-repeat 100% 50%;
      padding-right: 120px;
    }
  }


















.product-catalogue {
  margin: 25px 15px;
  width: 100%;
}
.product-catalogue a {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.product-catalogue a:hover {
  color: black;
}
.product-catalogue a div {
  background: #eee;
  padding: 25px;
  
  flex-grow: 1;
}
.product-catalogue .product-catalogue-title {
  font-weight: 600;
  font-size: 1.25em;
  text-align: center;
}
.product-catalogue .product-catalogue-download {
  font-weight: 600;
  font-size: 1.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.3;
}
.product-catalogue .product-catalogue-download::after,
.product-catalogue .product-catalogue-download::before {
  display: block;
  margin: 0 auto 10px;
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' width='32' height='32' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2'%3E%3Cpath d='M28.461 28.462v-.571c.002-1.584-.012-3.168.007-4.751.012-1.045.805-1.832 1.775-1.81.983.021 1.746.815 1.75 1.854a897.07 897.07 0 0 1 0 6.96c-.004 1.106-.785 1.852-1.917 1.854-3.68.004-7.359.001-11.038.001H2.085c-1.374 0-2.084-.704-2.084-2.067 0-2.237-.003-4.473.001-6.709.003-.972.545-1.645 1.47-1.849.919-.203 1.918.501 2.033 1.438.026.205.029.415.029.623.003 1.515.012 3.029-.007 4.542-.004.37.082.496.478.495 4.983-.015 9.969-.01 14.952-.01h9.504Z' fill-rule='nonzero'/%3E%3Cpath d='M17.753 18.841c.184-.171.285-.262.381-.359 1.21-1.206 2.415-2.416 3.63-3.617.738-.728 1.836-.73 2.532-.021.685.695.676 1.788-.037 2.504-2.314 2.322-4.63 4.639-6.95 6.954-.757.753-1.809.766-2.564.015-2.333-2.322-4.659-4.65-6.982-6.984-.714-.719-.707-1.805-.012-2.499.709-.708 1.784-.691 2.524.049 1.198 1.197 2.393 2.399 3.59 3.599.095.097.197.187.378.358v-.557c0-5.488 0-10.975.002-16.463 0-.926.524-1.575 1.426-1.781 1.009-.229 2.05.574 2.078 1.617.016.569.004 1.141.004 1.709v15.476Z' fill-rule='nonzero'/%3E%3C/svg%3E");
}
.product-catalogue .product-catalogue-download::after {
  display: none;
}
.product-catalogue .product-catalogue-title span {
  display: block;
  font-size: 0.825em;
}
  .product-catalogue div.product-catalogue-img {
  flex-grow: 0;
  text-align: center;
  padding: 0;
}
.product-catalogue div.product-catalogue-img img {
  width: 100%;
  max-width: 360px;
}
@media screen and (min-width: 1024px) {
  .product-catalogue a {
    flex-direction: row;
    width: 100%;
  }
  .product-catalogue .product-catalogue-download {
    flex-direction: row;
  }
  .product-catalogue .product-catalogue-download::before {
    margin: 0 20px 0 0;
  }
  .product-catalogue .product-catalogue-title {
    text-align: left;
  }
  .product-catalogue div.product-catalogue-img img {
    max-width:260px;
  }

}
@media screen and (min-width: 1200px) {
  .product-catalogue .product-catalogue-download::after {
    display: block;
    margin: 0 0 0 20px;
  }
}
.product-catalogue.vc500 div { background: #FFDD00; }
.product-catalogue.vc1000 div { background: #FBB900; }
.product-catalogue.room-dividers div { background: #8A9FB2; }

.product-catalogue.CHARTWORKSTATIONS div { background: #a5a5d2; }

.product-catalogue.BEDSIDE div { background: #94d5ea; }
.product-catalogue.INFUSION div { background: #87bd40; }
.product-catalogue.MEDICAL-RECORDS div { background: #35b6b2; }
.product-catalogue.DRESSING div { background: #00a5df; }
.product-catalogue.VP div { background: #f191a2; }
.product-catalogue.VC-SPECIALIST div { background: #e95054; }
.product-catalogue.VC-HYBRID div { background: #ef8318; }


