/***************** COMMON CSS STARTS *****************/
	html{
		scroll-behavior: smooth;
	}
	h1,h2,h3,h4,h5{
		font-weight: 600;
	}
	.error{
        color: red !important;
        font-size: 14px;
        font-style: italic;
        font-weight: 500;
	}
	a{
		color: #000;
		text-decoration: none;
	}
	a:hover{
		text-decoration: none;
		color: #000;
	}

.logo img{
    max-height: 60px;
    height:auto;
    padding-left: 32px;
}
.cart-main p{
    font-size: 13px;
}
.description_detail span br{
   display:none;
}
@media(max-width:1199px){
.cart-main tr td{
    max-width: 230px !important;
}
}
.top-header .col-md-3 ul{
    float: right;
}
.top-header .col-md-3 ul li{
    float: left;
    list-style: none;
    margin-left: 25px;
    max-width: 86px;
    position: relative;
}
.top-header .col-md-3 ul li i {
    font-size: 25px;
    margin-top: 5px;
}
.top-header .col-md-3 ul li:last-child a{
    text-transform: uppercase;
    font-weight: 700;
    line-height: 18px;
    color: #212529;
    font-size: 13px;
    float: left;
}
.top_box .fa-solid.fa-user {
   margin-right:0px;
   margin-top:-31px;
   margin-left:53px;
}
.top-header .col-md-3 ul li:last-child i{
    float: left;
    margin-right: 10px;
}
.menu--product-categories .menu__toggle i{
  color: #fff;
}
.hide_in_desktop .menu--dropdown li{
  margin-left: 0px; 
  max-width: 100%;
  width: 100%
}
.hide_in_desktop .menu__toggle span{
   color:#000;
}
.top-header .col-md-3 ul li a:hover{
    color: #be0027;
}
.top-header .col-md-3 ul li span{
    position: absolute;
    color: #fff;
    left: 13px;
    background: #be0027;
    bottom: 0px;
    width: 21px;
    text-align: center;
    line-height: 21px;
    border-radius: 50%;
    font-size: 11px;
}
.top-header .col-md-2 span{
    background-color: #000;
    padding: 9px 24px;
    border-radius: 0 4px 4px 0;
    display: block;
    text-align: center;
}
.top-header .col-md-2 span img{
    max-height: 18px;
    height: auto;
}
.top-header .col-md-7 input {
    width: 100%;
    background-color: #f2f2f2;
    color: #000;
    height: 42px;
    outline: none;
    border: none;
    border-radius: 0;
    padding-left: 20px;
    font-size: 14px;
}
.top-header .col-md-6 .col-md-7{
    padding: 0px;
}
.top-header .col-md-6 .col-md-3{
    padding-right: 0px;
}
.top-header .col-md-6 .col-md-2{
    padding-left: 0px;
}
.top-header .col-md-6 select {
    width: 100%;
    background-color: #f2f2f2;
    color: #000;
    height: 42px;
    outline: none;
    border: none;
    box-shadow: 0 0 0 #000;
    padding-left: 20px;
    border-right: 1px solid #e7d7d7;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    padding-right: 20px;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
.top-header .col-md-6 {
    padding-top: 9px;
}
.top-header .col-md-3 ul{
    padding-top: 12px;
    padding-left: 0px;
}
.top-header {
    padding: 12px 0;
}
#total_records1 {
    scroll-behavior: auto;
    overflow: auto;
    max-height: 520px;
    position: absolute;
    z-index: 9999999;
    background: #fff;
    width: 300px;
    top: 40px;
    left: 11px;
    padding-left: 0px;
    list-style: none;
    display: none;
}
#total_records1 li{
    padding-left: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: 14px;
}
#total_records1 li a{
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
}
#total_records1 li:first-child{
    padding-top: 8px;
}
#total_records1 li:last-child{
    padding-bottom: 8px;
    border-bottom: 0px;
}
form#labnol:hover #total_records1{
    display: block;
    box-shadow: 0px 11px 9px rgba(0,0,0,0.1);
}
.navigation {
  background-color: #be0027;
}
.navigation > .ps-container, .navigation > .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
}
.navigation > .ps-container > *, .navigation > .container > * {
  width: 100%;
}
.navigation__extra > li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
}
.navigation__extra > li:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 2px;
  height: 15px;
  background-color: #fff;
}
.navigation__extra > li a {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.navigation__extra > li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.navigation__extra > li:last-child:after {
  display: none;
}

.navigation__extra .ps-dropdown img {
  margin-right: 8px;
}

.navigation .navigation__left {
  max-width: 260px;
}

.navigation .navigation__right {
  display: -webkit-box;
 /* display: flex;*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.header .header__extra {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 42px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header .header__extra > i {
  font-size: 30px;
  line-height: 42px;
}

.header .header__extra span {
  position: absolute;
  bottom: 0;
  right: -6px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: #fff;
  vertical-align: top;
  width: 20px;
  height: 20px;
  color: #ffffff;
  background-color: #000000;
  border-radius: 50%;
}

.header .header__extra span i {
  font-size: 12px;
  font-style: normal;
  line-height: 1em;
  font-weight: 500;
}

.header .header__extra:hover i {
  color: #be0027;
}

.header .header__actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.header .header__actions > * {
  margin: 0 20px;
}

.header .header__left {
  max-width: 300px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.header .header__left .menu--product-categories {
  display: none;
}

.header .header__right {
  max-width: 370px;
}

.header .header__top {
  padding: 25px 0;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.header .header__top .ps-container, .header .header__top .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
}

.sub-toggle {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: none;
}

.sub-toggle:before, .sub-toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background-color: #000;
}

.sub-toggle:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sub-toggle:after {
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}

.sub-toggle.active:after {
  display: none;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  z-index: 1000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #fff;
  border: 1px solid #ccc;
  visibility: hidden;
  opacity: 0;
}

.sub-menu:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0;
  width: 0;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: none;
}

.sub-menu > li {
  display: block;
}

.sub-menu > li > a {
  display: inline-block;
  padding: 6px 20px;
  width: 100%;
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.sub-menu > li > a:hover {
  color: #d14d68;
}
.sub-menu > li:last-child {
  border-bottom: none;
}
.sub-menu > li:last-child a {
  border-bottom: 1px solid #eee;
}
.sub-menu > li.menu-item-has-children {
  position: relative;
}
.sub-menu > li.menu-item-has-children > .sub-toggle {
  display: none;
}
.sub-menu > li.menu-item-has-children > .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.sub-menu > li.menu-item-has-children > .sub-menu:before {
  display: none;
}
.sub-menu > li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mega-menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 15px 30px 10px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #ccc;
}
.mega-menu > * {
  width: 100%;
  padding: 10px 15px;
}
.mega-menu h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.mega-menu .mega-menu__column {
  min-width: 180px;
}
.mega-menu .mega-menu__list {
  background-color: transparent;
}
.mega-menu .mega-menu__list li a {
  display: block;
  color: #000;
  line-height: 20px;
  padding: 5px 0;
  font-size: 14px;
  background-color: transparent;
}
.mega-menu .mega-menu__list li a.has-badge {
  padding-right: 20px;
}
.mega-menu .mega-menu__list li a.has-badge:after {
  content: 'New';
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 9px;
  color: #ffffff;
  padding: 0px 8px;
  line-height: 2em;
  border-radius: 10px;
  background-color: #fcb800;
}
.mega-menu .mega-menu__list li a.has-badge.sale {
  color: #ec0101;
}
.mega-menu .mega-menu__list li a.has-badge.sale:after {
  content: 'Sale';
  background-color: #ffa800;
}
.mega-menu .mega-menu__list li a:hover {
  color: #d14d68;
}
.menu {
  text-align: left;
}
.menu > li {
  display: inline-block;
}
.menu > li > a {
  display: inline-block;
  padding: 15px 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
}
.menu > li > a:hover {
  color: #fff;
}
.menu > li:first-child {
  padding-left: 0;
}
.menu > li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.menu > li .sub-toggle {
  margin-left: 5px;
  display: none;
}

.menu > li .sub-menu {
  visibility: hidden;
  opacity: 0;
}

.menu > li .mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
}

.menu > li.menu-item-has-children {
  position: relative;
}

.menu > li.menu-item-has-children > a:after {
  content: "\e93a";
  font: normal normal normal 12px/1 linearicons;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.menu > li.menu-item-has-children > a:before {
  content: '';
  width: 13px;
  height: 13px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10000;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  visibility: hidden;
  opacity: 0;
}

.menu > li.has-mega-menu {
  position: relative;
}

.menu > li.has-mega-menu .mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
}

.menu > li.has-mega-menu:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.menu > li:hover .sub-toggle {
  color: #ffffff;
}

.menu > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.menu > li:hover.menu-item-has-children > a:before {
  visibility: visible;
  opacity: 1;
}

.menu--product-categories {
  position: relative;
  height: 100%;
}

.menu--product-categories .menu__toggle {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
}

.menu--product-categories .menu__toggle i {
  font-size: 20px;
  margin-right: 10px;
}

.menu--product-categories .menu__toggle span {
  font-size: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.menu--product-categories .menu__toggle:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.7, 0, 0.3, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.75s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.75s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.75s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.menu--product-categories .menu__toggle:hover:before, .menu--product-categories .menu__toggle.active:before {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.menu--product-categories .menu__content {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  z-index: 1000;
  min-width: 100%;
  padding-top: 2px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale3d(1, 1, 0) translateY(30px);
  transform: scale3d(1, 1, 0) translateY(30px);
}

.menu--product-categories .menu--dropdown {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  min-width: 260px;
  padding-left: 0px;
}

.menu--product-categories:hover .menu__content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translateY(0);
  transform: scale3d(1, 1, 1) translateY(0);
}

.menu--dropdown > li {
  padding: 0 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.menu--dropdown > li > a {
  display: block;
  padding: 10px 0;
  color: #322c2c;
  text-decoration: none;
}

.menu--dropdown > li > a i {
  margin-right: 10px;
  font-size: 18px;
}

.menu--dropdown > li.has-mega-menu .mega-menu {
  position: absolute;
  top: 0;
  left: 100%;
  width: auto;
  min-width: 530px;
  visibility: hidden;
  opacity: 0;
  border-left: none;
}

.menu--dropdown > li:hover {
  background-color: #be0027;
}
.menu--dropdown > li:hover a{
  color: #fff !important;
}
.menu--dropdown > li:hover.has-mega-menu .mega-menu {
  visibility: visible;
  opacity: 1;
}

.menu--mobile .sub-menu {
  position: relative;
  display: none;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  border: none;
}

.menu--mobile .sub-menu > li > a {
  border: none;
  padding: 10px 20px;
}

.menu--mobile .mega-menu {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  max-width: 100%;
  padding-left: 15px;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.menu--mobile .mega-menu h4 {
  position: relative;
  display: block;
  margin-bottom: 0;
  padding: 10px 0;
  width: 100%;
  line-height: 20px;
}

.menu--mobile .mega-menu .mega-menu__column {
  padding: 0;
}

.menu--mobile .mega-menu .mega-menu__list {
  display: none;
  padding-left: 15px;
}

.menu--mobile .mega-menu .mega-menu__list li a {
  color: #666;
  border: none;
}

.menu--mobile .mega-menu .mega-menu__list li a:hover {
  color: #000;
}

.menu--mobile > li {
  border-bottom: 1px solid #dedede;
}

.menu--mobile > li > a {
  position: relative;
  z-index: 10;
  display: block;
  padding: 15px 20px;
  line-height: 20px;
  font-size: 15px;
}

.menu--mobile > li > a:hover {
  padding-left: 5px;
  color: #000;
}

.menu--mobile > li.menu-item-has-children {
  position: relative;
}

.menu--mobile > li.menu-item-has-children .sub-toggle {
  position: absolute;
  top: 5px;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 20;
  display: inline-block;
}

.menu--mobile .mega-menu {
  border: none;
}

.menu--mobile .mega-menu h4 {
  font-weight: 500;
}

.menu--mobile .mega-menu__list > li {
  border-bottom: 1px solid #dedede;
}

.menu--mobile .mega-menu__list > li a {
  padding: 10px 0;
}

.menu--mobile .mega-menu__list > li:last-child {
  border: none;
}

/*4. MODULES */
.navigation {
  background-color: #be0027;
}

.navigation > .ps-container, .navigation > .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
}

.navigation > .ps-container > *, .navigation > .container > * {
  width: 100%;
}

.navigation__extra > li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
}

.navigation__extra > li:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 2px;
  height: 15px;
  background-color: #fff;
}

.navigation__extra > li a {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.navigation__extra > li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.navigation__extra > li:last-child:after {
  display: none;
}

.navigation__extra .ps-dropdown img {
  margin-right: 8px;
}

.navigation .navigation__left {
  max-width: 260px;
}
.header .header__extra {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 42px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header .header__extra > i {
  font-size: 30px;
  line-height: 42px;
}

.header .header__extra span {
  position: absolute;
  bottom: 0;
  right: -6px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: #fff;
  vertical-align: top;
  width: 20px;
  height: 20px;
  color: #ffffff;
  background-color: #000000;
  border-radius: 50%;
}

.header .header__extra span i {
  font-size: 12px;
  font-style: normal;
  line-height: 1em;
  font-weight: 500;
}

.header .header__extra:hover i {
  color: #be0027;
}

.header .header__actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.header .header__actions > * {
  margin: 0 20px;
}

.header .header__left {
  max-width: 300px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.header .header__left .menu--product-categories {
  display: none;
}

.header .header__right {
  max-width: 370px;
}

.header .header__top {
  padding: 25px 0;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.header .header__top .ps-container, .header .header__top .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
}

.header .header__top .ps-container > *, .header .header__top .container > * {
  width: 100%;
}

.header.header--sticky .menu--product-categories .menu__toggle i {
  font-size: 30px;
}

.header.header--sticky .menu--product-categories .menu__toggle span {
  font-size: 16px;
}

.header.header--sticky .header__top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: none;
  padding: 10px 0;
}

/*.header.header--sticky .header__left .ps-logo {
  display: none;
}*/

.header.header--sticky .header__left .menu--product-categories {
  display: block;
  background-color: transparent;
}
ul.menu--dropdown {
    scroll-behavior: auto;
    overflow: auto;
    max-height: 480px;
}
.header li{
    list-style: none;
}
.sliders {
    padding: 30px 0;
}
.mgn25{
    margin-bottom: 25px;
}
.new_products h3,
.categories h2 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 400;
    margin-right: 70px;
    color: #000;
    float: left;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #ccc;*/
    margin-bottom: 0px;
    width: 100%;
}
.new_products h3 a{
    font-size: 16px;
    font-weight: 500;
    min-height: 43px;
    display: block;
}
.new_products h3{
   line-height: 19px;
}
.new_products h3 a:hover{
    color: #be0027;
}
.new_products p {
    color: #690;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 15px;
}
.new_products p del {
    color: #666;
    font-size: 14px;
    margin-left: 10px;
    font-weight: 400;
}
.new_products h6{
    position: absolute;
    background: #be0027;
    color: #fff;
    border-radius: 50%;
    width: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    right: 20px;
}

.categories .row .col-xl-2 {
    max-width: calc(100% / 7);
}
#category-list .col-md-3{
    margin-top: 15px;
    margin-bottom: 15px;
}
.categories h2{
    border-bottom: 0px;
    margin-top: 60px;
    margin-bottom: 10px;
    font-weight: 500;
}
.ps-block--category {
    margin-bottom: 15px;
    padding: 0px;
    border: 2px solid #a7a4a4;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.ps-block--category h3 a{
    font-size: 13px;
    color: #666;
    margin-bottom: 0;
    font-weight: normal;
}
.ps-block--category h3 {
    line-height: 16px;
    margin-bottom: 0px;
    min-height: 37px;
    margin-top: 7px;
    font-size: 13px;
}
footer.footer{
    background: #f3f3f3;
    padding: 20px 0;
}


footer.footer .col-md-5,
footer.footer .col-md-2{
    padding: 30px 15px;
  
}
footer.footer .col-md-3{
 padding: 6px 15px;

}
footer.footer .col-md-5 .col-md-2{
    padding: 0 15px;
  
}
footer.footer a:hover{
    color: #be0027;
}
footer.footer h3{
    font-size: 20px;
    font-weight: normal;
    position: relative;
    margin-bottom: 30px;
}
footer.footer h3:after{
    position: absolute;
    z-index: 1;
    content: "";
    width: 75px;
    height: 2px;
    left: 0px;
    bottom: -10px;
    background: #be0027;
}
footer.footer ul{
    padding-left: 0px;
    list-style: none;
}
footer.footer ul li{
    margin-bottom: 10px;
}
footer.footer h5 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}
footer.footer img{
    margin-bottom: 15px;
}
footer.footer .col-md-5 p {
    color: #690;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 5px;
}
footer.footer .col-md-5 p del {
    color: #666;
    font-size: 13px;
    margin-left: 4px;
}
.categories {
    margin-bottom: 50px;
}
.ps-block--site-features {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 20px 40px;
    width: 100%;
    border: 1px solid #d9d9d9;
}
.quality {
    padding: 60px 0;
}
.ps-block--site-features .ps-block__left i {
    font-size: 36px;
    color: #be0027;
    margin-top: 7px;
    margin-bottom: 12px;
}
.quality h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    color: #000;
}
.ps-block--site-features .ps-block__right p {
    margin-bottom: 0;
    color: #666;
}
.download-app{
    padding: 60px 0 30px 0;
}
.ps-block--download-app {
    background-color: #f8f8f8;
}
.ps-block--download-app p {
    margin-bottom: 30px;
    font-size: 16px;
    max-width: 480px;
}
.ps-block--download-app form {
    margin-bottom: 30px;
    max-width: 480px;
}
.form-group--nest {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    margin-right: 90px;
}
.ps-block--download-app form input {
    background-color: #ffffff;
    height: 50px;
    outline: none;
    box-shadow: 0px;
}
.form-group--nest input {
    border-radius: 4px 0 0 4px;
    border-color: #ccc;
    border-right: none;
    outline: none;
}
.form-group--nest .ps-btn {
    border-radius: 0 4px 4px 0;
    padding-left: 25px;
    padding-right: 25px;
}
.ps-btn, button.ps-btn {
    display: inline-block;
    padding: 15px 45px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    border: none;
    font-weight: 600;
    border-radius: 4px;
    background-color: #be0027;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    outline: none;
}
.ps-block--download-app p {
    margin-bottom: 30px;
    font-size: 16px;
    max-width: 480px;
}
.ps-block--download-app .download-link a {
    margin-right: 18px;
}
/*.form-control:focus {
    border: 0;
}*/
.bredcrum li{
  list-style: none;
  display: inline-block;
}
.bredcrum ul {
  padding: 0px;
}
.bredcrum ul li a{
  color: #be0027;
}
.bredcrum {
  padding: 20px 0;
  background-color: #f1f1f1;
}
.signing{
  background-color: #f1f1f1;
  padding: 50px 0 70px 0;
}
.signing .sign_box {
    background: #fff;
    padding: 30px;
}
.signing h1 {
    color: #000;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px;
}
.signing h5 {
    margin: 0 0 25px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.signing .form-group input {
    outline: none;
    height: 50px;
    width: 100%;
    font-size: 14px;
    padding: 0 20px;
    background-color: transparent;
    border: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: 0 0 rgb(0 0 0 / 0%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    box-shadow: 0 0 0 #000;
    margin-bottom: 10px;
}
.signing .form-group input:focus {
    outline: none;
    box-shadow: 0 0 0 #000;
    background: transparent;
    border-color: #be0027 !important;
}
.signing p {
    text-align: center;
    margin-top: 35px;
    font-size: 15px;
}
.signing a{
    color: #be0027;
}
.signing input[type="submit"] {
    border: 0px;
    width: 100%;
    display: inline-block;
    padding: 13px 30px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    border: none;
    font-weight: 600;
    border-radius: 4px;
    background-color: #be0027;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
}
.signing .col-md-6 a{
    color: #06c;
    text-align: right;
    display: block;
    padding-top: 12px;
}
.ps-newsletter {
    padding: 65px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.ps-form--newsletter h3 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 24px;
    text-align: center;
}
.ps-form--newsletter p {
    margin-bottom: 0;
}
.form-group--nest {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    margin-right: 90px;
    position: relative;
}
.form-group--nest input {
    border-radius: 4px 0 0 4px;
    border-color: #ccc;
    border-right: none;
    height: 50px;
}
.ps-form--newsletter .form-group--nest button {
    padding-left: 45px;
    padding-right: 45px;
}
.header_sub-menu{
    position: absolute;
    min-width: 160px;
    right: 0;
    z-index: 30;
    -webkit-transform: translate(0 20px);
    transform: translate(0 20px);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    top: 41px;
    padding: 0px;
    padding-top: 0px !important;
}
.header_sub-menu li{
    border-bottom: 1px solid #ddd;
    max-width: 100% !important;
    width: 100%;
    margin-left: 0px !important;
}
.header_sub-menu li a{
    font-weight: 500 !important;
    font-size: 14px !important;
    padding: 10px;
    width: 100%;
}
.header_sub-menu li a:hover{
  color: #fff !important;
  background: #be0027;
}
.top-header .col-md-3 ul li:hover .header_sub-menu {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    visibility: visible;
    opacity: 1;
}

.header_sub-menu li:first-child:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -9px;
    right: 17px;
    width: 16px;
    height: 16px;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    background-color: #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.header_sub-menu li:first-child:hover:before {
    background-color: #be0027;
}
.product-listing {
    margin: 30px 0;
}
.sort_filter button {
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #c5c5c5;
    padding: 10px 3px;
    margin-top: 6px;
    float: left;
    position: relative;
    line-height: 11px;
    font-size: 14px;
    margin-left: 8px;
    font-weight: 300;
}
.sort_filter li {
    float: right;
    list-style: none;
    position: relative;
}
.sort_filter .active button {
    background: #be0027;
    color: #fff;
}
.sort_filter {
    padding-bottom: 10px;
    float: right;
    width: 100%;
    border-bottom: 2px solid #F4F4F4;
}
#category-list .sort_filter li:last-child {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 10px;
}
#category-list h3{
  line-height: 18px;
}
#category-list h3 a {
    font-size: 15px;
}
.product-listing .card-body{
    border-bottom: 1px solid rgba(0,0,0,.125);
} 
.product-listing .card-header {
    background: #be0027;
    color: #fff;
}
.product-listing .card-body ul {
    list-style: none;
    padding-left: 0px;
}
.product-listing .card-body ul li {
    margin-bottom: 7px;
}
.product-listing .card-body ul li input {
    margin-right: 10px;
    margin-top: 4px;
    float: left;
    width: 18px;
    height: 18px;
}
.product-listing .col-lg-3{
    margin-top: 60px;
}
.max-height-400{
    max-height: 300px;
}
.description_detail h2{
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: normal;
}
.description_detail h4:after{
    content: "";
    background: #fcb800;
    width: 140px;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0px;
}
.description_detail {
    padding-bottom: 60px;
    padding-top: 30px;
}
#success-alert{
    position: fixed;
    z-index: 9999999;
    top: 0px;
    width: 100%;
    text-align: center;
    box-shadow: 1px 2px 9px rgba(0,0,0,0.5);

}
#success-alert a{
  border: 1px solid #ddd;
  padding: 2px 10px;
  margin-left: 10px;
}
.coupon-box {
  border: 1px solid #000;
  margin-top: 40px;
  padding: 30px;
  border-radius: 12px;
}
.coupon-box h6 {
    font-size: 20px;
    color: #000;
}
.coupon-box input {
    border: 1px solid #555;
    height: 45px;
    margin-top: 5px;
}



@media(min-width: 768px){
.hide_in_desk, .hide_in_desktop{
    display: none;
} 
.catalogs.tradeshows .col-md-3 {
    max-width: calc(100% / 6);
}


}

/*#img_ft_zoom img{
  max-height: 500px;
}
*/


@media(max-width: 767px){
.header, .top-header .col-md-6 select {
    display: none;
}
footer.footer h5{
   margin-top: 0px;
}


.form-index .col-md-8 {
    overflow: hidden;
    overflow-x: scroll;
}
.bredcrum li {
    font-size: 14px;
}
.openNav {
    display: block !important;
}
.cart-main h2 {
    font-size: 20px;
    padding-top: 30px;
    margin-bottom: 25px;
}
.max-h-100 {
    max-height: 75px !important;
}
.qty-box .d-inline-block.btn-inc {
    font-size: 26px !important;
}
.qty-box span{
    max-width: 22px !important;
}
.qty-box button {
    font-size: 21px !important;
}
.logo_box{
    width: 50%;
}
.top-header .col-md-3 ul{
    float: none;
}
.top-header .col-md-6 .col-md-3 {
    width: 30%;
}
.top-header .col-md-6 .col-md-7{
    width: 50%;
}
.top-header .col-md-6 .col-md-2{
    width: 20%;
}
.signing {
    padding: 10px 0 40px 0;
}
.form-group--nest{
    margin-right: 0px;
}
.ps-newsletter {
    padding: 40px 0;
}
.ps-form--newsletter p {
    margin-bottom: 20px;
}
.top-header .col-md-2 span {
    padding: 9px 20px;
}
footer.footer .col-md-5 .col-md-2 {
    width: 30%;
}
footer.footer .col-md-5 .col-md-10 {
    width: 70%;
}
#category-list .col-md-3{
    max-width: calc(100% / 2);
}
.sort_filter {
    padding: 0px;
    float: left;
    padding-bottom: 20px;
    margin-top: 50px;
}
.sort_filter button{
  margin-left: 0px;
  margin-right: 8px;
  font-size: 13px;
  padding: 9px 8px;
}
.sort_filter li{
  float: left;
}
#category-list .sort_filter li:last-child{
  display: none;
}
.product-listing {
    margin: 15px 0;
}
.details-main .col-lg-4, 
.details-main .col-lg-5, 
.details-main .col-lg-3 {
    margin-top: 20px;
}
.add-to-cart button,
.add-to-cart .phn-margin-top {
    padding: 10px 25px !important;
}
.add-to-cart i {
    margin-left: 25px !important;
    margin-top: 10px !important;
}
.details-main .col-lg-4 .col-lg-2{
    display: none;
}








}

.catalogs.tradeshows .col-md-3 {
    margin-bottom: 30px;
}



.cart-main h2{
    text-align: center;
    padding-top: 50px;
    margin-bottom: 50px;
}
.cart-main thead tr th {
    padding: 15px 20px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-weight: 600;
    background-color: #f2f2f2;
    border: none;
    font-size: 14px;
}
.max-h-100{
    max-height: 120px;
}
.cart-main tr td{
    border: 0px;
    vertical-align: middle;
}
.cart-main tr h5 a{
    font-size: 14px;
    /* color: #0066cc; */
}
.cart-main .qty-box input{
    padding: 0px;
    text-align: center;
    border: 0px;
    background: transparent;
}
.cart-main p{
    margin-bottom: 0px;
}
.cart-main .total_c p{
    font-size: 16px;
    color: #666;
    padding-bottom: 10px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.qty-box {
    text-align: center;
    border: 1px solid #ced4da;
    padding-top: 3px;
    max-width: 110px;
    margin: 0 auto;
}
.qty-box button {
    background: transparent;
    border: 0px;
    font-size: 25px;
    line-height: 20px;
}
.qty-box .d-inline-block.btn-inc{
   font-size: 30px;
}
.form-control:focus {
    outline: 0;
    box-shadow: none;
}
.total_c {
    margin-bottom: 30px;
    padding: 25px 25px;
    background-color: #f1f1f1;
    border: 1px solid #bfbfbf;
}
.cart-main .total_c p span {
    float: right;
}
.cart-main .total_c a {
    background: #be0027;
    color: #fff;
    display: block;
    text-align: center;
    padding: 9px 9px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    margin-top: 15px;
}
.cart-main .total_c a:hover{
  background: #000;
}
.cart-main {
    padding-bottom: 50px;
}
button:focus {
    outline: none;
}

.suc_pop .modal-content{
    background-color: #fff;
    border: 0px;
    border-bottom: 4px solid #466896;
    background-repeat: no-repeat;
}
.suc_pop p.suc_mg{
    padding-top: 20px;
    color: #154186 !important;
    text-transform: uppercase;
}
.suc_pop .modal-header{
  border: 0px !important;
}
.suc_pop .close span{
    color: #fff;
}
.suc_pop .close {
    background: #be0027;
    opacity: 1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 9px;
    top: 0px;
    padding: 0px;
    z-index: 999;
}
.pop_social li{
  list-style: none;
  display: inline;
}
.pop_social {
    text-align: center;
    padding:0px;
}
.pop_social i{
    color: #be0027;
    width: 34px;
    line-height: 30px;
    border: 2px solid #be0027;
    border-radius: 50%;
    margin: 0 6px;
}
.modal-backdrop.show {
    opacity: .7 !important;
}
.suc_pop {
    padding: 0px;
}
.war_pop_up .modal-header {
    height: 0px;
    border: none;
}
.download-app img{
  max-width: 100%;
}

.coupon-box button {
    background: #be0027;
    color: #fff;
    border: 0px;
    width: 100%;
    line-height: 45px;
    font-weight: 600;
}


@media(min-width: 1750px){
.container{
    max-width: 1650px;
}
}
@media(min-width: 1550px) and (max-width: 1749px) {
.container{
    max-width: 1450px;
}
}
@media(min-width: 1350px) and (max-width: 1549px) {
.container{
    max-width: 1320px;
}
}
@media(min-width: 320px) and (max-width: 640px){
.top-header .col-md-3 ul li{
max-width: 86px;
}
}
.product-name {
    margin-bottom: 10px;
    font-size: 24px;
    color: #000;
    font-weight: 400;
    line-height: 1.2;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.short_description font,
.short_description span {
  color: #000 !important;
  font-size: 16px !important;
}
.bulk-product-offers h4{
    border-top: 1px solid #e1e1e1;
    margin-top: 30px;
    position: relative;
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    padding-top: 20px;
}
.bulk-product-offers td {
    padding: 1em 1.41575em;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    border-bottom: 1px dotted silver;
}
.bulk-product-offers table{
    width: 100%;
    margin-right: auto;
}
.add-to-cart button {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-weight: 600;
    padding: 13px 45px;
    display: block;
    float: left;
    outline: none;
    border: 0px;
}
.add-to-cart button:hover{
    background-color: #222;
    color: #fff;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.add-to-cart .phn-margin-top {
    background-color: #be0027;
    color: #ffffff;
    font-weight: 600;
    padding: 13px 45px;
    display: block;
    float: left;
    outline: none;
    border: 0px;
    margin-left: 20px;
}
.add-to-cart {
    float: left;
    width: 100%;
    margin-top: 35px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 35px;
}
.add-to-cart i {
    font-size: 26px;
    color: #999;
    margin-left: 40px;
    margin-top: 13px;
}
.price_box p{
    font-size: 20px;
    color: #000;
}
.price_box p del{
    font-size: 15px;
    color: #6d6d6d;
    margin-left: 10px;
}
.sku-details {
    padding-top: 20px;
}
.sku-details p{
    margin-bottom: 0px;
    font-size: 14px;
}
.sku-details p a {
    color: #09c;
}
ul.socl-share{
  list-style: none;
  padding-left: 0px;
  float: left;
  margin-top: 20px;
  margin-bottom: 45px;
}
ul.socl-share li{
  float: left;
}
ul.socl-share li a {
    background: #3b5999;
    padding: 6px 9px;
    color: #fff;
    margin-right: 10px;
}
ul.socl-share li:nth-child(2) a{
  background: #55acee;
}
ul.socl-share li:nth-child(3) a{
  background: #42E45F;
}
ul.socl-share li a i{
  width: 16px;
  text-align: center;
  color: #fff;
}
.widget_features {
    margin-bottom: 30px;
    background-color: #f1f1f1;
    padding: 20px;
}
.widget_features p {
    position: relative;
    margin-bottom: 20px;
    padding-left: 50px;
    font-size: 14px;
    color: #000;
    line-height: 1.4em;
}
.widget_features p i {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 10px;
    font-size: 26px;
    color: #000;
}
.details-main .col-lg-4,
.details-main .col-lg-5,
.details-main .col-lg-3{
    margin-top: 50px;
}
.tradeshows h3{
    margin-top: 15px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 25px;
}
.tradeshows table{
    width: 100%;
}
@media(min-width: 1080px){
.tradeshows .col-md-9{
    padding-left: 70px;
}
.contact-main .col-md-5 {
    padding-left: 60px;
}


}

#ecatalogs.owl-carousel .owl-nav.disabled{
    display: block !important;
}
.catalogs.tradeshows {
    margin: 50px 0;
}
.catalogs.tradeshows .owl-prev {
    position: absolute;
    left: -40px;
    top: 43%;
}
.catalogs.tradeshows .owl-next {
    position: absolute;
    right: -40px;
    top: 43%;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent !important;
}
.catalogs.tradeshows h2 {
    font-size: 26px;
    margin-bottom: 10px;
    color: #be0027;
    margin-top: 70px;
    font-weight: 500;
}
@media(max-width: 767px){
.catalogs.tradeshows {
    margin: 20px 0 !important;
}
.catalogs.tradeshows h2 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
}

#ecatalogs.owl-carousel .owl-nav.disabled {
    display: none !important;
}
}

.contact-main {
    background-color: #f6f6f6;
    padding: 50px 0;
}
.contact-main input{
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
}
.form-control:focus {
    border-color: #be0027;
}
.contact-main textarea {
  width: 100%;
  height: 120px;
  resize: none;
}
.contact-main button {
    background: #be0027;
    color: #fff;
    border: 0px;
    padding: 10px 40px;
    font-weight: 500;
}
.contact-main button:hover{
    background: #000;
}
.about-us {
    padding: 45px 0;
}
.wishlist_products {
    padding-bottom: 35px;
}
.move_to_cart {
    max-width: 138px;
    background: #be0027;
    color: #fff;
    border: 0px;
    padding: 8px 17px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}
.forgot-password label{
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.forgot-password input {
    height: 45px;
    border: 1px solid #000;
}
.forgot-password button{
    background: #be0027;
    color: #fff;
    padding: 8px 30px;
    font-weight: 500;
    margin-top: 10px;
}
.forgot-password {
    padding: 40px 0;
}

.image-box.text-center input{
    text-align: center;
    max-width: 84px;
    font-size: 13px;
}
.dl_otp {
    margin-top: 20px;
    margin-bottom: 40px;
}
.dl_otp input {
    padding-left: 6px;
    height: 38px;
    font-size: 14px;
    min-width: 290px;
}
.dl_otp button{
    background: #F57E20;
    color: #fff;
    border: 0px;
    padding: 7px 20px;
    text-transform: uppercase;
}


.change_pasw {
    padding: 50px 0;
}
.change_pasw .col-md-4{
    border: 3px solid #ddd;
    border-radius: 10px;
}
.change_pasw .txt-box {
    padding: 30px 20px;
}
.change_pasw .txt-box label{
    margin-bottom: 0px;
    color: #666;
    font-size: 15px;
}
.change_pasw .txt-box input{
    height: 45px;
    font-size: 15px;
    margin-top: 5px;
}
.change_pasw .txt-box button {
    background: #be0027;
    color: #fff;
    padding: 9px 22px;
    font-weight: 500;
    font-size: 15px;
}
.change_pasw .txt-box .col-xl-12 {
    margin-bottom: 20px;
}
.form-index {
    padding: 50px 0;
}
.form-index h3 {
    text-align: center; 
    font-size: 30px;
    margin-bottom: 5px;
    color: #be0027;
    font-weight: 500;
}
.form-index thead th{
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.form-index button.ps-btn.new {
    background-color: #00b300;
    padding: 4px 20px;
    float: center;
    margin-left: 35px;  
    font-size: 12px;
}
.form-index button.ps-btn.new2 {
    padding: 4px 20px;
    margin-left: 35px;
    font-size: 12px;
}
.form-index button a{
  color: #fff;
}
.form-index i.fa.fa-download,
.form-index i.fa.fa-globe,
.form-index i.fa.fa-eye {
    margin-right: 5px;
}
.instruction_videos {
    padding: 60px 0;
}
.instruction_videos h2 {
    color: #333333;
    font-weight: 500;
    font-size: 28px;
}
.instruction_videos h3 {
    margin-top: 40px;
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 16px;
}
.instruction_videos .col-md-8 {
    margin-bottom: 25px;
}

.category-staples .col-md-12 {
    padding-left: 5px;
    padding-right: 5px;
}
.category-staples .col-md-12 .item{
    padding: 15px;

}


@media(max-width: 767px){
.od_detail .summary-box{
   padding: 0px !important;
}
.od_detail .col-md-3 {
    margin-top: 25px;
}
.sliders {
    padding-top: 0px;
}
.sliders .col-md-3 img{
    max-width: 47%;
    margin-top: 15px;
    margin-bottom: 0px;
}
.sliders .col-md-3 .mgn25{
    margin-right: 4%;
}
.top-header .col-md-3 ul li:nth-child(3){
    float: right;
max-width:86px;
   
}
.categories .row .col-xl-2 {
    max-width: calc(100% / 2);
}
.ps-btn, button.ps-btn {
    padding: 15px 15px;
}
.ps-block--site-features{
    display: block;
    float: left;
}
.ps-block--site-features .ps-block__item {
    width: 50%;
    float: left;
    min-height: 150px;
}
footer.footer {
  clear: both;
}
.quality {
    padding: 20px 0 60px 0;
    float: left;
    width: 100%;
}
.quality h4 {
    font-size: 16px;
}
.ps-block--site-features .ps-block__right p {
    font-size: 15px;
}
td.order-info,
td.delivery-info.only-desktop {
    width: 100%;
    float: left;
    border-bottom: 0px !important;
}
.myorders .delivery-info.only-desktop {
    text-align: center;
    padding-bottom: 10px;
}



}


@media(min-width: 768px) and (max-width: 1079px){
.top-header .col-md-3 ul li{
    margin-left: 22px;
    max-width: 87px;
}
.top-header .col-md-3 ul li:last-child a {
    font-weight: 600;
    line-height: 16px;
    font-size: 11px;
    margin-right: 8px;
}
.top-header .col-md-3 ul li i {
    font-size: 20px;
}
.top-header .col-md-3.top_box ul li:nth-child(1){
    margin-left: 0px;
    display: none;
}
.top-header .col-md-3 ul li:last-child i {
    margin-right: 2px;
}
.col-md-3.top_box {
    padding-right: 0px;
}
.top-header .col-md-6 select{
    padding-right: 8px;
    padding-left: 10px;
}
.top-header .col-md-2 span {
    padding: 9px 16px;
}
.navigation .navigation__left {
    max-width: 165px;
}
.menu > li:first-child > a {
    padding-left: 0px;
}
.menu {
    padding: 0px;
}
.menu > li > a{
  padding: 12px 11px;
    font-size: 8px;
    font-weight: 400;
}
.categories .row .col-xl-2 {
    max-width: calc(100% / 4);
}
footer.footer .offset-md-2 {
    margin-left: 6.666667%;
}
footer.footer .col-md-5 {
    -ms-flex: 0 0 51.666667%;
    flex: 0 0 51.666667%;
    max-width: 51.666667%;
}
footer.footer .col-md-5 img {
    max-width: 59px;
}
#category-list .col-md-3 {
    max-width: calc(100% / 3);
}
.sort_filter button{
    padding: 10px 3px;
    font-size: 12px;
}
#category-list .sort_filter li:last-child {
    font-size: 14px;
}
.product-listing .card-body {
    padding: 10px;
}





}

.sidenav {
  height: 100%; 
  width: 0; 
  position: fixed; 
  z-index: 9999999;
  top: 0; 
  left: 0;
  background-color: #be0027; 
  overflow-x: hidden; 
  padding-top: 60px; 
  transition: 0.5s; 
}
.sidenav a {
    padding: 4px 8px 4px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #ddd;
    display: block;
    transition: 0.3s;
}
.other-page-header #mySidenav ul li a{
    color: #ddd !important;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: -13px;
  right: 0px;
  /* right: 25px; */
  font-size: 36px;
  /* margin-left: 50px; */
}
#main {
  transition: margin-left .5s;
  padding: 20px;
}
.openNav{
    display: none;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.openNav span{
    width: 25px;
    float: left;
    height: 1px;
    margin-top: 7px;
    background: #be0027;
}
.openNav{
    width: 25px;
    left: 7px;
    position: absolute;
    top: 11px;
}
#mySidenav ul {
    list-style: none;
}
.ps-btn.new.newa {
    background-color: #00b300;
    padding: 4px 20px;
    margin-left: 35px;
    font-size: 12px;
}
.order-form h3 {
    text-align: center;
    padding: 40px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px !important;
}
.add_box button.btn{
    background: #be0027;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
}
.add_box select {
    text-align: center;
    max-width: 60px;
    height: 32px;
    margin-top: 1px;
    float: left;
    margin-right: 10px;
    font-size: 14px;
    outline: none;
} 
.container {
    position: relative;
}
.view_all {
    position: absolute;
    right: 15px;
    background: #be0027;
    color: #fff;
    padding: 8px 28px;
    top: 1px;
    border-radius: 9px; 
}
.view_all:hover{
  background: #000;
  color: #fff;
}
.new_products .owl-carousel .owl-nav.disabled{
  display: block !important;
}
.new_products .owl-prev {
    position: absolute;
    left: -15px;
    top: 43%;
}
.new_products .owl-next {
    position: absolute;
    right: -15px;
    top: 43%;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent !important;
}
.new_products .owl-theme .owl-nav img{
    max-height: 32px;
}
@media(max-width: 767px){
.new_products h3, .categories h2{
    font-size: 20px;
}  
.view_all {
    padding: 8px 17px;
    font-size: 14px;
}
.details-main .col-lg-4 .col-md-3 ul{
    display: flex;
    justify-content: space-evenly;
}
.details-main .col-lg-4 .col-md-3 ul li{
  width:100%
}
.details-main .col-lg-4 .col-md-3{
    max-width: 50% !important;
        left: 80px;
        right: 0;
        position: sticky;
	z-index:99;
}
}
.InstructionVideo {
    margin-bottom: 50px;
}

#featured-slide1 img {
    max-width: 100%;
}
.details-main .col-lg-4 .col-md-3{
    padding-right:0px;
    margin-top: 0px !important;
    max-width: 25%;
}
.details-main .col-lg-4 .col-md-3 ul{
    list-style: none;
}
.rel_pro .owl-carousel .owl-nav.disabled {
    display: none !important;
}

.details-main #selective li a{
    font-size: 14px;
}
.details-main .card{
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}
@media(min-width:768px){
.hide_desktop{
  display:none;
}
}
@media(max-width:767px){
.hide_phone{
  display:none;
}
}
.product-listing .card-body ul li a:hover {
   color: #be0027;
}

#category-list div.pagination {
    width: 100%;
}
#category-list div.pagination ul {
    margin: 0 auto;
}
.description_detail span{
    line-height: 1.8;
}

.description_detail p font{
    line-height: 1.0;
}

.dropdown-menu {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border: none;
    border-radius: 0;
    padding: 0.7em;
    left: 4px;
}

@media only screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: flex;
    }

    .dropdown-menu.show {
        display: flex;
    }
}

.dropdown-menu ul {
    list-style: none;
    padding: 0;
}

.dropdown-menu li .dropdown-item {
    color: black;
    font-size: 16px;
    padding: 0.5em 1em;
}

.dropdown-menu li .dropdown-item:hover {
    background-color: #f1f1f1;
    color: #BE0027;
}

.dropdown-menu li:first-child a:hover {
    background-color: #f1f1f1;
}

@media only screen and (max-width: 992px) {
    .dropdown-menu.show {
        flex-wrap: wrap;
        max-height: 350px;
        overflow-y: scroll;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
    .dropdown:hover .dropdown-menu {
        width: 40vw;
        flex-wrap: wrap;
    }

}

.dropdown-menu {
    border-radius: 0;
    border: none;
    padding: 0.5em;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}

.dropdown-menu ul {
    list-style: none;
    padding: 0;
}

.dropdown-menu li a {
    color: gray;
    padding: 0.5em 1em;
}

.dropdown-menu li:first-child a {
   /* font-weight: bold;*/
   /* font-size: 16px; */
}
.dropdown-menu p{
    font-size: 14px;
}
.dropdown-menu p:hover{
    background-color: #f1f1f1;
    color: #BE0027;
}

@media screen and (min-width: 993px) {
    .dropdown:hover .dropdown-menu {
        display: flex;
    }

    .dropdown-menu.show {
        display: flex;
    }
}

@media screen and (max-width: 992px) {
    .dropdown-menu.show {
        max-height: 60vh;
        overflow-y: scroll;
    }
}

.vl {
    border-left: 1px solid #000;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: -12px;
}

.col-md-3 {
    position: relative;
}
ul#myList {
    column-count: 2;
}

/* Hide ul lists and show icons on mobile view */
@media (max-width: 767px) {
  .footer-list {
    display: none;
  }

  .footer-heading {
    cursor: pointer;
  }

  .footer-heading i {
    display: inline-block;
  }
}

/* Desktop view - show ul lists and hide icons */
@media (min-width: 768px) {
  .footer-list {
    display: block;
  }

  .footer-heading i {
    display: none;
  }
}

.new_products img {
    width: 100%;
    height: auto;
}
.new_products-item {
    min-height: 200px;
    box-sizing: border-box;
}

.newcss{
  border-bottom: 1px solid #ccc;   
}

.newbgpadding{
  margin-bottom:50px;
}
.smallscreen{
  display: none;
}
.bigscreen{
  display: block;
}
.sm-show{
  display: none;
}

@media (max-width: 768px) {
  /* .hide_numbers{
    display: none !important;
  } */
  .pagination {
    font-size: 14px;
}

  .dropdown-toggle::after {
    content: none;
  }
  .smallscreen{
    display: block;
  }
  .bigscreen{
    display: none;
  }
  .sm-dnone{
    display: none;
  }
  .sm-show{
    display: block;
  }
  /* .newcss{
    border-bottom: 1px solid #ccc;   
    margin-top:10px;
    margin-bottom:10px;
  } */
  .newbgpadding{
    margin-bottom: 25px;
  }
}












































