:root {
  --fonts: "Lexend", BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, Helvetica, system-ui, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
  padding: 0px;
  margin: 0px;
  font-family: var(--fonts);
  font-size: 14px;
  color: #000;
  line-height: normal;
}

* {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  outline: none;
}

.spacer {
  clear: both;
  line-height: 0px;
  font-size: 0px;
}

.clear {
  clear: both;
}

img {
  margin: 0;
  max-width: 100%;
  padding: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
form,
input {
  margin: 0px;
  padding: 0px;
}

ul,
ol {
  list-style-type: none;
}

.page {
  width: 100%;
  margin: 0;
  padding: 0;
}

.topwrapper {
  /* background: #1e6ab7; */
  background: #274f3a;
  min-height: 54px;
  line-height: 54px;
  color: #fff;
  font-size: 16px;
}

.topwrapper a {
  color: #fff;
}

.header-right {
  text-align: right;
}

.search {
  border-bottom: 1px solid #fff;
  height: 35px;
  margin: 5px 0 0;
  width: 100%;
}

.inputbox {
  width: 70%;
  line-height: 35px;
  background: none;
  border: 0;
  float: left;
  color: #a0a0a0;
  font-size: 16px;
}
.search .inputbox,
.search input {
  color: #fff;
}
.search .inputbox::placeholder,
.search input::placeholder {
  color: #ffffffe1;
}

.subbtn {
  background: url(../images/search.png) right center no-repeat;
  width: 20%;
  height: 35px;
  cursor: pointer;
  border: 0;
  text-indent: -999px;
  float: right;
}

.topwrapper img {
  vertical-align: middle;
  margin: 0 4px 0 0;
}

.topwrapper span {
  padding: 0 15px;
}

.noimage {
  height: 275px;
}

.headerwrapper {
  background: #fff;
  min-height: 122px;
  color: #a0a0a0;
  font-size: 16px;
  position: static;
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  z-index: 99999;
}

.navbar-wrapper {
  margin: 0;
  padding: 0;
  /* height:122px;*/
}

/*****************************navbar*****************************/

.navbar ul {
  text-align: right;
  width: 100%;
  margin: 0 auto;
}

.navbar ul li {
  display: inline-block;
  line-height: 122px;
  font-size: 17px;
  position: relative;
  text-transform: uppercase;
}

.navbar ul li a {
  display: inline-block;
  color: #3e3e3e;
  padding: 0 25px;
}

.navbar ul li:first-child {
  border: 0;
}

.navbar ul li a:hover {
  color: #238ac3;
  text-decoration: none;
}

#mobnavbar {
  display: none;
}

.cart {
  line-height: 122px;
  /*width: 99px;*/
  padding-left: 15px;
  float: right;
  margin-left: 2px;
  background: url(../images/divider.png) 0 center no-repeat;
}

/*---------------slider---------------*/
.banner {
  width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0;
  position: relative;
}

/* Direction Nav */
.flex-direction-nav {
  display: none;
}

/* Control Nav */
.flex-control-nav {
  display: none;
}

.sliderimg {
  float: left;
  width: 100%;
}

.slidergt {
  width: 100%;
  position: absolute;
  left: 0;
  top: 30%;
  text-align: center;
  color: #fff;
}

.slidergt h2 {
  font-weight: bold;
  font-size: 80px;
  border-bottom: 1px solid #fff;
  display: inline;
  text-transform: uppercase;
  text-shadow: 0px 5px 6px #333;
}

.slidergt h2 span {
  display: block;
  font-size: 35px;
}

.slidergt h3 {
  /* font-family: 'pacificoregular'; */
  font-family: var(--fonts);

  font-size: 39px;
  margin: 30px 0;
  text-shadow: 0px 5px 6px #333;
}

.bannerbottom-wrapper {
  background: #fff;
  color: #353535;
  font-size: 28px;
  line-height: 37px;
  padding: 60px 0;
  text-align: center;
}

.bannerbottom-wrapper span {
  display: block;
}

.bannerbottom-wrapper a {
  color: #353535;
}

.bannerbottom-wrapper a:hover {
  color: #000;
}

.bluesec-wrapper {
  background: url(../images/bluebg.jpg) center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  font-size: 19px;
  line-height: normal;
  padding: 50px 0;
  text-align: center;
}

.bluesec-wrapper h2 {
  font-size: 16px;
  text-decoration: underline;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 32px;
}

.bluesec-wrapper h3 {
  font-size: 35px;

  /* font-family: 'Conv_ProximaNova-Light'; */
  font-family: var(--fonts);

  font-weight: normal;
  padding: 20px 0 8px;
}

.bluesec-wrapper p span {
  display: block;
}

.bluesec-wrapper ul li {
  width: 32%;
  display: inline-block;
  background: url(../images/arrow.png) 0 center no-repeat;
  vertical-align: top;
}

.bluesec-wrapper ul li:first-child {
  background: none;
}

.featured-wrapper {
  background: #e1e3e4;
  color: #5e5e5e;
  font-size: 17px;
  padding: 35px 0;
  text-align: center;
  display: none;
}

.featured-wrapper ul li {
  width: 31%;
  background: #fff;
  margin: 1%;
  padding: 1%;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: left;
  min-height: 340px;
}

.featured-wrapper .forderb {
  padding-top: 5px;
  display: inline-block;
  float: left;
}

.addtocart {
  position: absolute;
  left: 198px;
  bottom: 13px;
  text-decoration: underline;
}

.brochure {
  float: left;
  margin: 0 20px 0 0;
  line-height: 0;
}

.seemore {
  font-size: 15px;
  padding: 10px 0 25px;
  display: block;
}

.featured-wrapper h2 {
  /* font-family: 'proxima_novasemibold'; */
  font-family: var(--fonts);

  font-weight: normal;
  font-size: 21px;
  padding: 10px 0 15px;
}

.featured-wrapper h3 {
  color: #4d4d4d;
  font-size: 24px;
  text-transform: uppercase;
  text-align: left;
  padding: 0 0 20px 20px;
}

.category-wrapper {
  background: #e5f1f5;
  color: #5e5e5e;
  font-size: 19px;
  padding: 35px 0;
  overflow: hidden;
}

.category-wrapper h2 {
  color: #4d4d4d;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 0 20px;
}

.category-wrapper ul {
  -moz-column-count: 4;
  -moz-column-gap: 0;
  -ms-column-count: 4;
  -ms-column-gap: 10px;
  -webkit-column-count: 4;
  -webkit-column-gap: 10px;
  column-count: 4;
  column-gap: 10px;
  float: left;
  width: 100%;
}

.category-wrapper ul li {
  line-height: 62px;
  border-bottom: 1px solid #d1e3ea;
}

.category-wrapper ul li img {
  vertical-align: middle;
}

.category-wrapper ul li .icon {
  width: 40px;
  float: left;
}

.publisher-wrapper {
  margin: 0 auto;
  color: #f0f0f0;
  font-size: 0;
  position: relative;
  height: 100%;
  line-height: 0;
}

.user {
  width: 50%;
  height: 691px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/leftimg.jpg) center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  vertical-align: top;
  padding: 157px 0 20px;
  font-size: 19px;
  text-align: center;
  line-height: 24px;
}

.publisher {
  width: 50%;
  height: 691px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background: url(../images/rightimg.jpg) center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 157px 0 20px;
  font-size: 19px;
  text-align: center;
  line-height: 24px;
}

.publisher-wrapper p span {
  display: block;
}

.publisherimg {
  height: 70px;
}

.publisher-wrapper h2 {
  font-size: 39px;
  font-weight: 300;
  padding: 15px 0 25px;

  /* font-family: 'Conv_ProximaNova-Light'; */
  font-family: var(--fonts);
}

.publisher-wrapper h3 {
  font-weight: bold;
  font-size: 19px;
  color: #fff;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.25);
  margin: 50px 0 25px;
}

.publisher-wrapper a {
  text-decoration: underline;
}

.signup {
  /* width: 146px; */
  font-size: 2rem;
  line-height: 5rem;
  /* background: #1e6ab7; */
  background: hsl(137, 75%, 36%);
  color: #fff;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  border-radius: 6rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.signup:hover {
  color: #fff;
  /* background: #0a4683; */
  background: hsl(137, 86%, 28%);
  text-decoration: underline;
}

.whitesec-wrapper {
  background: url(../images/imgbg.jpg) center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #4b4b4b;
  font-size: 19px;
  line-height: normal;
  padding: 50px 0;
  line-height: 26px;
}

.whitesec-wrapper h2 {
  color: #4d4d4d;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 0 45px;
}

.whitesec-wrapper ul li {
  background: url(../images/tickk.png) 0 5px no-repeat;
  padding: 0 65px 0 35px;
  margin-bottom: 25px;
}

.footer-wrapper {
  background: #1e6ab7;
  color: #aed6ff;
  font-size: 17px;
  padding: 40px 0;
}

.footer-wrapper a {
  color: #aed6ff;
}

.footer-wrapper h2 {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 3px;
  padding: 15px 0 35px;
}

.footerlogo {
  float: right;
}

.footer-wrapper ul {
  padding-bottom: 86px;
}

.footer-wrapper ul li {
  line-height: 38px;
}

.copyright {
  text-align: center;
  border-top: 1px solid #3579be;
  color: #719fce;
  line-height: 70px;
}

/* product listing page*/

.productlisting-wrapper {
  margin: 0 auto;
  color: #f0f0f0;
  font-size: 0;
  position: relative;
  height: 100%;
  background: #e1e3e4;
}

.accordiansec {
  width: 25%;
  height: auto;
  margin-top: 38px;
  margin-bottom: 37px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #e5f1f5;
  vertical-align: top;
  padding: 22px 17px 20px;
  font-size: initial;
}

.productlisting {
  width: 75%;
  height: auto;
  /* display:inline-flex; */
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background: #e1e3e4;
  padding: 40px 30px 20px;
  font-size: initial;
}

.accordiansec h2 {
  text-transform: uppercase;
  font-size: 24px;
  color: #4d4d4d;
  padding: 10px 0 10px 0;
  float: left;
}

.accordiansec label {
  font-size: 19px;
  color: #1e6ab7;
  padding: 15px 0 0;

  /* font-family: 'Conv_ProximaNova-Light'; */
  font-family: var(--fonts);
}

.accordiansec form {
  padding: 0 0 20px;
}

.inputtext {
  width: 100%;
  padding: 0 5%;
  font-size: 17px;
  color: #777777;
  background: #fff url(../images/searchbtn.jpg) right center no-repeat;
  border: 1px solid #d2e5e4;
  border-radius: 4px;
  line-height: 43px;
}

.accordiansec select {
  width: 100%;
  height: 43px;
  padding: 5px 35px 5px 5px;
  font-size: 16px;
  border: 1px solid #d2e5e4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/select.jpg) no-repeat right center;
  background-color: white;
  color: #777777;
  border-radius: 4px;
}

select:active,
select:focus {
  outline: none;
}

.productcontainer {
  width: 100%;
}

.productbox {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  padding: 5%;
  font-size: 16px;
  color: #7a7a7a;
  overflow: hidden;
  margin-bottom: 10%;
  position: relative;
  /* min-height: 630px; */
}

.productbox img {
  /* max-height: 275px; */
  max-height: 16rem;

  display: block;
  margin: 0.5rem auto 0.5rem auto;
}

.productbox a {
  /* font-family: 'proxima_novasemibold'; */
  font-family: var(--fonts);
}

.productbox h2 {
  font-size: 17px;
  color: #5e5e5e;
  font-weight: bold;
  padding: 5px 0;
}

.productbox p span {
  float: right;
  text-align: right;
}

.productbox p {
  overflow: hidden;
  font-size: 14.9px;
}

.p-dtails {
  border-bottom: 1px solid #e4e6e6;
  border-top: 1px solid #e4e6e6;
  padding: 2px 0;
  margin: 8px auto 0;
}

.p-dtailsnew {
  border-bottom: 1px solid #e4e6e6;
  border-top: 1px solid #e4e6e6;
  padding: 10px 0;
  margin: 10px auto 0;
}

.productbox form {
  /*position:absolute;*/
  left: 0;
  bottom: 0;
  padding: 5%;
}

.radio {
  background: url(../images/radio.png) no-repeat center top;
  width: 15px;
  height: 15px;
  float: left;
  display: block;
  margin: 0 4px;
}

.lbl {
  float: left;
  font-size: 15px;
}

.productbox select {
  width: 48%;
  height: 28px;
  padding: 0 35px 0 5px;
  line-height: 28px;
  font-size: 15px;
  border: 1px solid #e1e2e3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/select2.jpg) no-repeat right center;
  background-color: white;
  color: #989898;
  border-radius: 4px;
  float: left;
  margin: 15px 0 0;
  margin-top: 35px;
}

.selecttile {
  margin: 0 100px 0 110px !important;
  float: right !important;
}

.addcrt {
  margin-left: 43px;
  margin-top: 9px;
  float: left;
}

.addtocartbtn {
  /*width: 100px;*/
  font-size: 16px;
  line-height: 28px;
  background: #1e6ab7;
  color: #fff;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none !important;
  border-radius: 3px;
  float: right;
  margin: 15px 0 0;
  border: 0;
  cursor: pointer;
}

.addtocartbtn:hover {
  color: #fff;
  background: #0a4683;
}

.whitebtn {
  width: 175px;
  font-size: 16px;
  line-height: 47px;
  background: #fff;
  color: #767676;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none !important;
  border-radius: 5px;
  float: right;
  margin: 15px 0 0;
  border: 1px solid #c6cacb;
  text-align: center;
}

.whitebtn:hover {
  border: 1px solid #333;
}

.pagination p {
  float: right;
  margin: 0 10px;
  padding: 30px 0 0;
  color: #767676;
  font-size: 16px;
}

.pagination p span {
  background: #fff;
  border: 1px solid #c6cacb;
  padding: 2px 5px;
  border-radius: 5px;
}

.viewsec {
  padding: 0 15px 35px;
}

.viewsec img {
  float: right;
}

.viewsec select {
  width: 175px;
  height: 47px;
  padding: 0 35px 0 5px;
  line-height: 28px;
  font-size: 15px;
  border: 1px solid #aaafb0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/select3.jpg) no-repeat right center;
  background-color: #e1e3e4;
  color: #767676;
  border-radius: 4px;
  float: right;
  margin: 0 15px;
}

.viewsec p {
  float: right;
  color: #767676;
  font-size: 16px;
  line-height: 48px;
}

/*cartpage*/

.carthead {
  /* font-family: 'Conv_ProximaNova-Light'; */
  font-family: var(--fonts);

  font-size: 34px;
  text-transform: uppercase;
}

.cartpage-wrapper {
  background: #e1e3e4;
  color: #333232;
  font-size: 19px;
  padding: 55px 0;
  overflow: hidden;
}

.cartpage {
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  padding: 3%;
}

.cartpage h2 {
  font-size: 19px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 35px;
}

.cartpage .no-space {
  padding: 0 !important;
}

.cartinner {
  padding: 40px 0;
  height: 314px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}

.cartinner h3 {
  font-size: 22px;
  padding: 82px 0 0;

  /* font-family: 'proxima_novasemibold'; */
  font-family: var(--fonts);
}

.cartinner p {
  font-size: 19px;
  padding: 82px 0 0;
  line-height: 25px;
}

.cartinner p span {
  padding: 0 5px;
}

.cartimg {
  float: left;
  margin: 00 32px 0 0;
}

.cross {
  float: right;
  cursor: pointer;
}

.cartbottom {
  padding: 40px 0 !important;
}

.cartbottom h2 {
  border: 0;
}

.inputbox2 {
  width: 70%;
  float: left;
  color: #898989;
  font-size: 16px;
  background: #fff;
  border: 1px solid #d2d2d2;
  border-right: 0;
  line-height: 47px;
  padding: 0 10px;
  border-radius: 3px 0 0 3px;
}

.cartsubmitbtn {
  width: 30%;
  font-size: 16px;
  line-height: 47px;
  background: #1e6ab7;
  color: #fff;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none !important;
  border-radius: 0 3px 3px 0;
  float: left;
  border: 1px solid #d2d2d2;
  border-left: 0;
  cursor: pointer;
}

.cartsubmitbtn:hover {
  color: #fff;
  background: #0a4683;
}

.cartbottom p {
  font-size: 19px;
  line-height: 70px;
  border-top: 1px solid #e5e5e5;
}

.cartbottom p:first-child {
  border-top: 0;
}

.cartbottom p span {
  float: right;
  font-weight: bold;
}

.chkout {
  width: 145px;
  font-size: 16px;
  line-height: 45px;
  background: #1e6ab7;
  color: #fff;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none !important;
  border-radius: 3px;
  float: right;
  border: 0;
  cursor: pointer;
  margin: 12px 0 0 12px;
  text-align: center;
}

.chkout:hover {
  color: #fff;
  background: #0a4683;
}

.keepbtn {
  width: 145px;
  font-size: 16px;
  line-height: 45px;
  background: #fff;
  color: #595959;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none !important;
  border-radius: 3px;
  float: left;
  border: 1px solid #595959;
  cursor: pointer;
  margin: 12px 0 0 86px;
  text-align: center;
}

.keepbtn:hover {
  color: #000;
  border: 1px solid #000;
}

.side_bar_toggle {
  clear: both;
  width: 100%;
  float: left;
}

.toggle_btn {
  width: 46px;
  height: 34px;
  background: #1e6ab7;
  margin-bottom: 20px;
  cursor: pointer;
  padding: 7px 5px;
  box-sizing: border-box;
  float: right;
  border-radius: 5px;
  display: none;
}

.toggle_bar {
  background-color: #fff;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  display: block;
  height: 3px;
  margin: 0 auto 5px;
  width: 80%;
}

.prod_listing_main_outer {
  background: #e1e3e4;
}

.category-wrapper {
  padding: 15px 0;
}

.category-wrapper h2 {
  float: left;
  margin-top: 8px;
}

.home_category_toggle {
  clear: both;
  width: 100%;
  float: left;
}

.category_toggle_btn {
  width: 46px;
  height: 34px;
  background: #1e6ab7;
  cursor: pointer;
  padding: 7px 5px;
  box-sizing: border-box;
  float: right;
  border-radius: 5px;
  display: none;
}

.toggle_bar_category {
  background-color: #fff;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  display: block;
  height: 3px;
  margin: 0 auto 5px;
  width: 80%;
}

@media screen and (min-width: 750px) {
  .navbar {
    display: block !important;
  }

  .side_bar_toggle,
  .home_category_toggle {
    display: block !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .bannerbottom-wrapper {
    font-size: 25px;
  }

  .featured-wrapper ul li {
    width: 47%;
  }

  .category-wrapper {
    font-size: 16px;
  }

  .cartimg {
    margin: 0 12px 0 0;
  }

  .cartinner h3 {
    font-size: 16px;
  }

  .cartinner p {
    font-size: 16px;
  }
}

.titleclshig {
  /*min-height: 50px;*/
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .navbar {
    display: block !important;
  }

  .search {
    width: 100%;
    margin: 0 auto 25px;
  }

  .logo {
    text-align: center;
  }

  .navbar ul {
    text-align: left;
  }

  .slidergt {
    top: 5%;
  }

  .slidergt h2 {
    font-size: 50px;
  }

  .bannerbottom-wrapper span {
    display: inline;
  }

  .bluesec-wrapper ul li {
    width: 100%;
    background: url(../images/arrow2.png) center top no-repeat;
    padding: 80px 0 50px;
  }

  .bluesec-wrapper ul li:first-child {
    padding: 0 0 50px;
  }

  .featured-wrapper ul li {
    width: 80%;
  }

  .category-wrapper ul {
    -moz-column-count: 2;
    -moz-column-gap: 0;
    -ms-column-count: 2;
    -ms-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
    float: left;
    width: 100%;
  }

  .whitesec-wrapper {
    color: #000;
  }

  .user {
    width: 100%;
  }

  .publisher {
    width: 100%;
  }

  .footerlogo {
    float: left;
  }

  .accordiansec {
    width: 100%;
  }

  .productlisting {
    width: 100%;
  }

  .cartimg {
    margin: 0 12px 0 0;
  }

  .cartinner h3 {
    font-size: 16px;
  }

  .cartinner p {
    font-size: 16px;
  }

  .logo {
    width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .regform {
    margin-left: 0px !important;
  }

  .topwrapper {
    text-align: center;
  }

  .header-right {
    text-align: center;
  }

  .search {
    width: 100%;
    margin: 0 auto 25px;
  }

  .logo {
    text-align: center;
  }

  .navbar-wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .navbar {
    width: 100%;
    display: none;
    padding: 0;
    text-align: left;
    margin: 10px 0 0 0;
    z-index: 200;
    background: #1e6ab7;
  }

  #mobnavbar {
    display: block;
    height: 45px;
    padding: 10px;
    font-weight: bold;
    color: #000;
  }

  /*****************************navbar*****************************/

  .btn-navbar {
    width: 46px;
    height: 34px;
    margin: 6px auto;
    background: #1e6ab7;
    border: 1px solid #1e6ab7;
  }

  .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  }

  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
  }

  .navbar ul {
    width: 100%;
    overflow: hidden;
  }

  .navbar ul li {
    width: 100%;
    margin: 0 auto;
    padding: 4px 10px 4px 10px;
    list-style-type: none;
    font-size: 17px;
    float: left;
    border-top: 1px solid #fff;
    background: none;
  }

  .navbar ul li ul li {
    font-size: 14px;
    padding: 0 0 0 15px;
    width: 280px;
    border-top: 1px solid #fff;
    border-left: 0;
  }

  .navbar ul li ul li:first-child {
    border-top: 1px solid #fff;
  }

  .navbar ul li a {
    text-align: left;
    width: 100%;
    float: left;
    padding: 0;
    line-height: 23px;
    background: none !important;
    display: block;
    color: #fff !important;
  }

  .navbar ul li li a {
    width: 280px !important;
  }

  .navbar ul li:hover a {
    color: #fff;
  }

  .navbar ul li a:hover {
    color: #fff;
  }

  .navbar ul li:hover {
    background: none;
    color: #fff;
  }

  .btn-navbar {
    display: block;
    margin: 0 auto;
    height: 34px;
    width: 46px;
    float: left;
    cursor: pointer;
    border-radius: 5px;
  }

  /***************sub-nav*******************/

  .navbar ul li ul {
    display: block;
    position: inherit;
    float: left;
    width: 90%;
    top: 0;
    margin: 10px 0 0 20px;
    background: none;
  }

  .navbar ul li ul li {
    width: 100%;
    float: left;
    padding: 5px 0;
  }

  .navbar ul li ul li ul {
    display: block !important;
    left: 10px;
    position: inherit;
    float: left;
    width: 90%;
    top: 0;
    margin: 10px 0 0 20px;
    background: none;
  }

  .navbar ul li ul li ul li {
    width: 100%;
    float: left;
    padding: 5px 0;
  }

  /***************sub-nav*******************/

  .cart {
    line-height: 50px;
    text-align: center;
  }

  .slidergt {
    top: 5%;
  }

  .slidergt h2 {
    font-size: 30px;
  }

  .slidergt h2 span {
    font-size: 30px;
    display: inline;
  }

  .slidergt h3 {
    font-size: 25px;
    margin: 20px 0;
  }

  .bannerbottom-wrapper span {
    display: inline;
  }

  .bluesec-wrapper ul li {
    width: 100%;
    background: url(../images/arrow2.png) center top no-repeat;
    padding: 80px 0 50px;
  }

  .bluesec-wrapper ul li:first-child {
    padding: 0 0 50px;
  }

  .featured-wrapper ul li {
    width: 100%;
  }

  .category-wrapper ul {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -ms-column-count: 1;
    -ms-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
    float: left;
    width: 100%;
  }

  .whitesec-wrapper {
    color: #000;
  }

  .user {
    width: 100%;
    padding: 50px 0;
    height: auto;
    font-size: 18px;
  }

  .publisher {
    width: 100%;
    padding: 50px 0;
    height: auto;
    font-size: 18px;
  }

  .publisher-wrapper h3 {
    line-height: normal;
    padding: 15px 0;
  }

  .footer-wrapper {
    text-align: center;
  }

  .footerlogo {
    float: none;
    display: inline-block;
  }

  .copyright {
    line-height: normal;
    padding: 20px 0;
  }

  .accordiansec {
    width: 100%;
  }

  .productlisting {
    width: 100%;
  }

  .productbox form {
    position: static;
    padding: 5% 0;
  }

  .cartpage .no-space {
    padding: 0 15px !important;
  }

  .cartinner p {
    padding: 0;
  }

  .cartinner {
    height: auto;
  }

  .cartbottom {
    padding: 25px 15px !important;
  }

  .side_bar_toggle,
  .home_category_toggle {
    display: none;
  }

  .toggle_btn,
  .category_toggle_btn {
    display: block;
  }

  .headerwrapper {
    padding-bottom: 10px;
  }

  .cart {
    background: none;
  }

  .cartpage .no-space {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 15px !important;
  }

  .no-space h2 {
    float: left;
    border: none;
  }

  .cartinner {
    border: none;
    float: right;
    padding: 0;
  }

  .cartimg {
    width: 100%;
    margin-bottom: 20px;
  }

  .cartinner h3 {
    margin-top: 10px;
  }

  .cartinner strong {
    float: left;
    margin-top: 7px;
    margin-right: 8px;
  }

  .logo {
    width: 100%;
  }
}

@media only screen and (min-width: 10px) and (max-width: 479px) {
  .regform {
    margin-left: 0px !important;
  }

  .topwrapper {
    text-align: center;
  }

  .header-right {
    text-align: center;
  }

  .topwrapper span {
    padding: 0 5px;
  }

  .search {
    width: 100%;
    margin: 0 auto 25px;
  }

  .logo {
    text-align: center;
  }

  .navbar-wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .navbar {
    width: 100%;
    display: none;
    padding: 0;
    text-align: left;
    margin: 10px 0 0 0;
    /* position: absolute;*/
    z-index: 200;
    background: #1e6ab7;
  }

  #mobnavbar {
    display: block;
    height: 45px;
    padding: 10px;
    font-weight: bold;
    color: #000;
  }

  /*****************************navbar*****************************/

  .btn-navbar {
    width: 46px;
    height: 34px;
    margin: 6px auto;
    background: #1e6ab7;
    border: 1px solid #1e6ab7;
  }

  .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  }

  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
  }

  .navbar ul {
    width: 100%;
    overflow: hidden;
  }

  .navbar ul li {
    width: 100%;
    margin: 0 auto;
    padding: 4px 10px 4px 10px;
    list-style-type: none;
    font-size: 17px;
    float: left;
    border-top: 1px solid #fff;
    background: none;
  }

  .navbar ul li ul li {
    font-size: 14px;
    padding: 0 0 0 15px;
    width: 280px;
    border-top: 1px solid #fff;
    border-left: 0;
  }

  .navbar ul li ul li:first-child {
    border-top: 1px solid #fff;
  }

  .navbar ul li a {
    text-align: left;
    width: 100%;
    float: left;
    padding: 0;
    line-height: 23px;
    background: none !important;
    display: block;
    color: #fff !important;
  }

  .navbar ul li li a {
    width: 280px !important;
  }

  .navbar ul li:hover a {
    color: #fff;
  }

  .navbar ul li a:hover {
    color: #fff;
  }

  .navbar ul li:hover {
    background: none;
    color: #fff;
  }

  .btn-navbar {
    display: block;
    margin: 0 auto;
    height: 34px;
    width: 46px;
    float: none;
    cursor: pointer;
    border-radius: 5px;
    float: left;
  }

  /***************sub-nav*******************/

  .navbar ul li ul {
    display: block;
    position: inherit;
    float: left;
    width: 90%;
    top: 0;
    margin: 10px 0 0 20px;
    background: none;
  }

  .navbar ul li ul li {
    width: 100%;
    float: left;
    padding: 5px 0;
  }

  .navbar ul li ul li ul {
    display: block !important;
    left: 10px;
    position: inherit;
    float: left;
    width: 90%;
    top: 0;
    margin: 10px 0 0 20px;
    background: none;
  }

  .navbar ul li ul li ul li {
    width: 100%;
    float: left;
    padding: 5px 0;
  }

  /***************sub-nav*******************/

  .cart {
    line-height: 50px;
    text-align: center;
  }

  .slidergt {
    top: 5%;
  }

  .slidergt h2 {
    font-size: 20px;
  }

  .slidergt h2 span {
    font-size: 20px;
    display: inline;
  }

  .slidergt h3 {
    font-size: 20px;
    margin: 10px 0;
  }

  .bannerbottom-wrapper span {
    display: inline;
  }

  .bluesec-wrapper ul li {
    width: 100%;
    background: url(../images/arrow2.png) center top no-repeat;
    padding: 80px 0 50px;
  }

  .bluesec-wrapper ul li:first-child {
    padding: 0 0 50px;
  }

  .featured-wrapper ul li {
    width: 90%;
    padding: 5%;
  }

  .addtocart {
    position: static;
  }

  .brochure {
    float: none;
    width: 100%;
    text-align: center;
  }

  .category-wrapper ul {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -ms-column-count: 1;
    -ms-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
    float: left;
    width: 100%;
  }

  .whitesec-wrapper {
    color: #000;
  }

  .user {
    width: 100%;
    padding: 50px 0;
    height: auto;
    font-size: 18px;
  }

  .publisher {
    width: 100%;
    padding: 50px 0;
    height: auto;
    font-size: 18px;
  }

  .publisher-wrapper h3 {
    line-height: normal;
    padding: 15px 0;
  }

  .publisher-wrapper p span {
    display: inline;
  }

  .footer-wrapper {
    text-align: center;
  }

  .footerlogo {
    float: none;
    display: inline-block;
  }

  .copyright {
    line-height: normal;
    padding: 20px 0;
  }

  .accordiansec {
    width: 100%;
  }

  .productlisting {
    width: 100%;
  }

  .productbox form {
    position: static;
    padding: 5% 0;
  }

  .whitebtn {
    font-size: 15px;
    width: 90px;
  }

  .viewsec select {
    width: 165px;
  }

  .viewsec img {
    margin: 0 0 25px;
  }

  .viewbtn {
    width: 111px;
    margin: 0 auto;
    display: block;
  }

  .cartpage .no-space {
    padding: 0 15px !important;
  }

  .cartimg {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }

  .cartinner p {
    padding: 0;
  }

  .cartinner h3 {
    padding: 0;
  }

  .cartinner {
    height: auto;
  }

  .cartbottom {
    padding: 25px 15px !important;
  }

  .side_bar_toggle,
  .home_category_toggle {
    display: none;
  }

  .toggle_btn,
  .category_toggle_btn {
    display: block;
  }

  /**************************14-09-2016****************************************/

  .headerwrapper {
    padding-bottom: 10px;
  }

  .cart {
    background: none;
  }

  .cartpage .no-space {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 15px !important;
  }

  .no-space h2 {
    float: left;
    border: none;
  }

  .cartinner {
    border: none;
    float: right;
    padding: 0;
  }

  .cartinner h3 {
    font-size: 18px;
  }

  .cartinner strong {
    float: left;
    margin-top: 7px;
    margin-right: 8px;
  }

  .logo {
    width: 100%;
  }
}

/*Added 06-10-2016*/

.productlisting .innerContents {
  background: #fff;
  color: #000;
  padding: 25px 7px;
}

.productlisting .innerContents h1.page-title {
  margin-bottom: 30px;
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 15px;
  color: #1e6ab7;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
}

.productlisting .innerContents p {
  margin-bottom: 15px;
}

.productlisting .innerContents.pagecnt {
  background: #fff;
  color: #000;
  padding: 25px 40px;
}

.productlisting .innerContents.pagecnt ul,
.productlisting .innerContents.pagecnt ol {
  list-style-type: circle;
  margin-left: 30px;
  margin-bottom: 20px;
}

.productlisting .innerContents.pagecnt h2,
.productlisting .innerContents.pagecnt .h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.productlisting .innerContents.pagecnt p {
  margin-bottom: 15px;
  line-height: 25px;
}

ul.sidelist {
}

ul.sidelist li {
  border-top: 1px solid #d1e3ea;
}

ul.sidelist li a {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  line-height: 43px;
  color: #1e6ab7;
}

.testimonial {
  border: 1px solid #006699;
  font-weight: normal;
  margin-right: 2%;
  margin-left: 2%;
  margin-bottom: 5px;
  padding: 5px;
}

.register-page {
  width: 100%;
}

.reg-page-cls {
  width: 100%;
}

.regform {
  /* margin-left: 159px; */
  margin: 0 auto;
  display: block;
}

.loginform {
  /* margin-left: 159px;
  display: inline-block; */
  margin: 0 auto;
  display: block;
}

.frmcls {
  /*margin-right: 10px;
      width: 900px;*/
  float: right;
  margin-right: 130px;
  margin-top: 12px;
  width: 90%;
}

.frmclsnew {
  width: 90%;
}

.qtybox {
  float: left;
  /* height: 30px;
  margin-bottom: -31px;
  margin-right: 65px;
  width: 47%; */
  margin: 0 0 1rem 0;
}

.browse {
  margin: 0 0 0;
}

.brwpub {
  float: right;
  height: 30px;
  width: 70%;
}

.reg-info {
  margin-left: 29px;
  padding-bottom: 10px !important;
}

.borderValidations {
  border: 1px dashed red !important;
}

.validation-advice {
  clear: both;
  color: #eb340a;
  line-height: 28px;
  margin: 3px 0 0;
  min-height: 12px;
  padding-left: 22px;
}

.pendingorder > select {
  float: right;
  margin-right: 350px;
  margin-top: -30px;
}

.loginfrm {
  width: 100%;
}

.loginfrmnew {
  float: right;
  margin-right: 130px;
  margin-top: 12px;
  width: 90%;
}

.error_msg {
  text-align: center;
  color: red;
}

.wlcom {
  width: 11%;
}

.tblResults {
  /* font-family: Verdana, Arial, Helvetica, sans-serif; */
  font-family: var(--fonts);

  font-size: 10px;
  color: #666666;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: top;
}

.forgotpass {
  width: 40%;
  margin-left: -47px;
}

.forgotpassbtn {
  padding: 7px;
}

.error_msg-forgot {
  border: 1px solid;
  color: red;
  padding: 7px 6px 6px 0px;
}

.form-group.col-lg-12 > span {
  color: red;
}

.form-group.col-lg-4 > span {
  color: red;
}

.addproduct {
  color: red;
  border: solid 1px;
  padding: 5px 5px 5px 5px;
}

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

.nextbilldate {
  text-align: center;
  margin-top: -20px;
}

.manulentry {
  padding-left: 0;
  margin-top: 10px;
}

.customer {
  margin-left: 14px;
}

.flashcls {
  text-align: center;
  margin-bottom: 0px;
  font-size: 16px;
}

.leftpadtablebody {
  padding-left: 18px !important;
  font-size: 15px;
}

.pagination > li > a,
.pagination > li > span {
  font-size: 15px;
}

table.dataTable thead .sorting {
  font-size: 14px;
}

div.dataTables_filter label {
  font-size: 15px;
}

b,
strong {
  font-weight: bold;
  font-size: 15px;
}

label {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 3rem 0 1rem 0;
}

.activemenu {
  color: #238ac3 !important;
  text-decoration: underline;
}

.data-align-right {
  float: right;
}

.removefav {
  cursor: pointer;
  float: right;
  margin-bottom: 6px;
  margin-right: 92px;
  text-align: center;
}

.broname {
  margin-left: -28px;
  margin-top: 8px;
  width: 26%;
}

.addcoupon {
  float: right;
  margin-right: 105px;
  margin-top: -34px;
}

.qutycls {
  width: 117px !important;
  float: left;
  margin-left: 96px;
}

.relative {
  position: relative;
}

.absolute-text {
  position: absolute;
  bottom: 0;
  font-size: 34px;
  padding: 6px 16px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}

p.absolute-text.addto-cart-text {
  margin-bottom: 30px !important;
  font-weight: bold !important;
  color: #3c763d !important;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  width: 50%;
  float: left;
  margin-left: 70px;
}

.remfav {
  float: right;
  padding-bottom: 5px !important;
  cursor: pointer;
}

.selbox {
  width: 20%;
  height: 28px;
  padding: -1;
  line-height: 28px;
  font-size: 15px;
  border: 1px solid #e1e2e3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/select2.jpg) no-repeat right center;
  background-color: white;
  color: #989898;
  border-radius: 4px;
  float: left;
}

.addtocartbtnnew {
  width: 100px;
  font-size: 16px;
  line-height: 28px;
  background: #1e6ab7;
  color: #fff;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none !important;
  border-radius: 3px;
  float: right;
  border: 0;
  cursor: pointer;
}

.browsetext {
  float: right;
  margin-right: 330px;
  margin-top: 7px;
}

.activelink {
  font-weight: bold;
  text-decoration: underline;
}

.tilecls {
  float: left;
  margin-left: 174px;
  width: 100%;
  padding-bottom: 10px;
  color: #000;
}

@media only screen and (min-width: 10px) and (max-width: 797px) {
  .selbox {
    width: 45%;
  }
}

.myhomecls {
  margin-top: -9px;
  float: left;
  margin-left: -16px;
  width: 49%;
}

.urlcls {
  margin-left: -22px;
  margin-top: -14px;
}

.subbtncls {
  float: right;
  margin-top: -35px;
}

.tooltipcity {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

.tooltipcity .tooltiptextcity {
  visibility: hidden;
  width: 125px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  margin-left: -40px;
}

.tooltipcity:hover .tooltiptextcity {
  visibility: visible;
}

.tooltipdesc {
  position: relative;
  cursor: pointer;
  /*display: inline-block;*/
}

.tooltipdesc .tooltiptextdesc {
  visibility: hidden;
  width: 266px;
  margin-left: -126px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  margin-top: -90px;
}

.tooltipdesc:hover .tooltiptextdesc {
  visibility: visible;
}

.cityspn {
  float: right;
}

button {
  width: max-content;
  padding: 0.25rem 1rem;
}

.logo img {
  image-rendering: optimizequality !important;
  max-width: 100%;

  width: 24rem;
}

@media only screen and (orientation: portrait),
  only screen and (max-width: 600px) {
  .productbox img,
  .pro-img {
    max-height: 60vw;
  }

  .logo img {
    width: unset;
    padding: 0 1rem;
  }
}

/* Fix header at this size, used much within bootstrap */
@media only screen and (max-width: 991px) {
  .headerwrapper .container {
    width: auto;
  }
  .headerwrapper .navigator {
    position: unset !important;
  }
}
