@media (min-width: 769px) {
  .dropbtn.mob_account {
    display: none
  }
}

@media (max-width: 770px) {
  .dropbtn.web_account {
    display: none
  }
}

body {
  background: #fff;
  color: #666666;
  font-family: 'charmtex' !important;
  font-weight: normal !important;
}

b,
strong {
  font-weight: normal !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal !important;
}

th {
  font-weight: normal !important;
}

.addtocat a {
  font-family: 'charmtex';
}

a {
  color: #008213;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'charmtex';
  margin: 0 0 20px 0;
  padding: 0;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #00000073 !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #00000073 !important;
  ;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #00000073 !important;
  ;
}

.firsontsale {
  padding-top: 50px;
  margin-bottom: 20px;
}

/* Back to top button */
img {
  max-width: 100%;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #6cb446;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #18d26e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.col-xs-offset-right-12 {
  margin-right: 100%;
}

.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}

.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}

.col-xs-offset-right-9 {
  margin-right: 75%;
}

.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}

.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}

.col-xs-offset-right-6 {
  margin-right: 50%;
}

.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}

.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}

.col-xs-offset-right-3 {
  margin-right: 25%;
}

.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}

.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}

.col-xs-offset-right-0 {
  margin-right: 0;
}

@media (min-width: 768px) {

  /* home page*/
  .featured_item.col-md-3 {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }

  .col-sm-offset-right-12 {
    margin-right: 100%;
  }

  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }

  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }

  .col-sm-offset-right-9 {
    margin-right: 75%;
  }

  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }

  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }

  .col-sm-offset-right-6 {
    margin-right: 50%;
  }

  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }

  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }

  .col-sm-offset-right-3 {
    margin-right: 25%;
  }

  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }

  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }

  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%;
  }

  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }

  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }

  .col-md-offset-right-9 {
    margin-right: 75%;
  }

  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }

  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }

  .col-md-offset-right-6 {
    margin-right: 50%;
  }

  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }

  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }

  .col-md-offset-right-3 {
    margin-right: 25%;
  }

  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }

  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }

  .col-md-offset-right-0 {
    margin-right: 0;
  }
}

.container-fluid {
  padding: 0;
}

.container {
  max-width: 1290px;
  padding: 0;
}

#header {
  /*padding:10px 15px;*/
  /*height:96px;*/
  height: auto;
  position: sticky;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: #020202;
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header #logo {
  float: left;
}

#header #logo img {
  padding: 0;
  margin: 0;
  margin-top: -3px;
  position: relative;
}

#header .input-group-text {
  background-color: #a8a9ae;
  border: 1px solid #a8a9ae;
  color: #fff;
  border-radius: 0px 5px 5px 0px;
}

#flip {
  cursor: pointer;
  float: left;
  margin-top: 14px;
  margin-top: 11px;
  position: relative;
  left: -1px;
}

#flip span {
  display: block;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
}

#flip span i {
  display: block;
  height: 2px;
  background: #fff;
  margin: 3px 0;
}

#flip:hover {
  border: 1px solid #39ff14;
}

#flip:hover span {
  border-bottom: 2px solid #39ff14;
  border-top: 2px solid #39ff14;
}

#flip:hover span i {
  background: #39ff14;
}

#panel {
  display: none;
  position: absolute;
  background: #fff;
  min-width: 200px;
  top: 60px;
  border-radius: 5px;
  padding: 15px;
}

#panel:before {
  width: 20px;
  height: 20px;
  background: #fff;
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  transform: rotate(45deg);
  left: 5px;
}

.activeFlip #panel {
  display: block;
}

#panel ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#panel li a {
  color: #4F4F4F;
  font-size: 14px;
}

#panel li a:hover {
  color: #75c044;
}

#panel li {
  padding: 0;
}

.shopbycat {
  width: 100px;
  margin-top: 0px;
  position: relative;
  z-index: 99;
  padding: 5px;
  margin: 0 30px 0px 15px;
  border: 1px solid #cccccc00;
  border-radius: 3px;
  position: relative;
  top: -2px;
}

.shopbycat:hover {
  border: 1px solid #cccccc80;
}

.shopbycat p {
  font-family: 'charmtex';
  font-size: 15px;
  color: #fff;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  transform: scale(1, 0.99);
  line-height: 13px;
  letter-spacing: 0.4px;
}

.shopbycat p span {
  display: block;
  font-size: 10px;
}

.shopbycat .fa {
  left: 5px;
  position: relative;
  top: -2px;
}

.shopbycat_nev {
  position: absolute;
  top: 49px;
  background: #65ba2f;
  padding: 2px;
  border-radius: 5px;
  box-shadow: 0 2px 5px #222;
  transition: visibility 0.5s, opacity 0.5s linear;
  visibility: hidden;
  opacity: 0;
  width: 260px;
  border: 1px solid #65ba2f;
}

.shopbycat:hover .shopbycat_nev {
  visibility: visible;
  opacity: 1;
}

.shopbycat_nev:before {
  width: 20px;
  height: 20px;
  background: #65ba2f;
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  transform: rotate(45deg);
  left: 71px;
}

.shopbycat_nev ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 999;
  width: 100%;
}

.shopbycat_nev li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'charmtex';
  font-weight: normal;
  display: block;
  padding: 5px;
}

.shopbycat_nev li a:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
}

.shopbycat_nev li {
  padding: 0;
}

.shopbycat_nev li ul.submenu {
  display: none;
  position: absolute;
  left: 98%;
  top: 0;
  background: #fff;
  padding-left: 20px;
  width: 600px;
  height: 100%;
}

.shopbycat_nev li ul.submenu a {
  color: #222;
  font-weight: 500;
  text-transform: inherit;
}

.shopbycat_nev li ul.submenu a:hover {
  color: #fff;
}

.shopbycat_nev li:hover ul.submenu {
  display: block;
}

.submenu .main-cat {
  border-bottom: 1px solid #686868;
  width: auto;
}

.submenu .main-cat a {
  font-weight: normal;
  font-size: 18px;
}

ul.submenu li {
  display: inline-block;
  width: 49%;
}


.select-group-append {
  border-radius: 0;
  position: relative;
  /* width:50px; */
  overflow: hidden;
}

.select-group-append select.form-control {
  border-radius: 3px 0px 0px 3px;
  width: auto;
  flex: none;
  padding: 0;
  padding-left: 6px;
  outline: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=0);
  visibility: visible;
}

.searchboxtop .formtop {
  width: 100%;
  position: relative;
  display: flex;
}

.searchboxtop .input-group-append {
  position: absolute;
  right: 0;
  top: 0;
  height: calc(2rem + 2px);
}

.searchboxtop input.form-control {
  flex: 1 1 auto;
  width: 1%;
  border-radius: 0px 3px 3px 0px;
}

/* .select-group-append select.form-control{background:#f3f3f3 url(https://d34b4liad0aqqr.cloudfront.net/website/assets/site/img/dropdown.png) no-repeat; background-position: 34px 10px;font-family: 'charmtex'; font-weight:500;} */
.searchboxtop {
  width: 62%;
  float: left;
  max-width: 100%;
}

.deliverto {
  position: relative;
  padding: 0;
  z-index: 99;
}

.deliverto p.dlvr {
  position: relative;
  border: 1px solid #cccccc00;
  padding: 3px;
  border-radius: 3px;
  padding-left: 25px;
  font-size: 13.3px;
  position: relative;
  top: -2px;
  transform: scale(1, 0.99);
  line-height: 13px;
  width: 205px;
  float: right;
}

.deliverto p.dlvr:hover {
  border: 1px solid #cccccc80;
}

.deliverto p.dlvr .fa {
  position: absolute;
  left: 5px;
  top: -2px;
  font-size: 28px;
}

.deliverto p {
  font-size: 14px;
  color: #fff;
  font-family: 'charmtex';
  line-height: 16px;
  margin: 0;
  transform: scale(1, 0.96);
}

.deliverto p span {
  display: block;
  font-size: 12px;
}

.order_cart {
  margin-top: 10px;
  position: relative;
  width: 225px;
  float: right;
}

.order_cart p {
  display: inline-block;
}

.order_cart p:nth-child(2) {
  margin-left: 0px;
}

.order_cart span.number_cart {
  display: inline-block;
  background: url(https://d34b4liad0aqqr.cloudfront.net/website/assets/site/img/cart.png) no-repeat center;
  width: 25px;
  height: 25px;
  position: relative;
  top: -2px;
  margin-right: 5px;
  text-align: center;
  color: #39ff14;
}

.order_cart span.number_cart strong {
  position: relative;
  left: 1px;
  top: -4px;
  font-weight: bold !important;
}

.order_cart .Scart span {
  font-size: 14px;
  transform: scale(1, 0.96);
  font-weight: 700;
}

.order_cart .dropbtn {
  cursor: pointer;
  border: 1px solid #cccccc00;
  padding: 0px 3px;
  border-radius: 3px;
  font-size: 13.3px;
  line-height: 13px;
}

.order_cart p.dropbtn span {
  /*font-size:11px;*/
}

.order_cart .dropbtn:hover {
  border: 1px solid #cccccc80;
  padding: 0px 3px;
  border-radius: 3px;
}

.order_cart .dropdown {
  position: relative;
  display: inline-block;
}

.order_cart .dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 10px;
  right: -15px;
  border-radius: 5px;
}

.order_cart .dropdown-content:before {
  width: 20px;
  height: 20px;
  background: #f9f9f9;
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  transform: rotate(45deg);
  right: 8px;
}

.order_cart .dropdown-content a {
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  font-size: 13px;
  font-family: 'charmtex';
}

.order_cart .dropdown-content a:hover {
  color: #139f0c;
  text-decoration: underline;
}

.order_cart .dropdown:hover .dropdown-content {
  display: block;
}

p.Scart {
  border: 1px solid #cccccc00;
  padding: 5px 0;
  border-radius: 3px;
  position: absolute;
  cursor: pointer;
}

p.Scart:hover {
  border: 1px solid #cccccc80;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  display: table;
  width: 100%;
  height: 264.56px;
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 264.56px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-background img {
  max-width: 100%;
}

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: normal;
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #18d26e;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #18d26e;
}

.searchboxtop select option:hover {
  background: #ccc;
}

.searchboxtop .form-control {
  height: 39px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu>li {
  float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  width: 100%;
  display: table;
  margin: auto;
  /* margin-top: 108px; */
  position: relative;
  top: -25px;
}

#nav-menu-container .nav-menu {
  display: table;
  margin: auto;
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 5px 10px;
  text-decoration: none;
  display: inline-block;
  color: #cccccc;
  font-family: 'charmtex';
  font-size: 14px;
  outline: none;
  border: 1px solid #cccccc00;
  border-radius: 3px;
  transform: scale(1, 0.96);
}

.nav-menu li:hover>a,
.nav-menu>.menu-active>a {
  color: #18d26e;
}

.nav-menu>li {
  margin-left: 0px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover>a {
  color: #18d26e;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  top: 12px;
  z-index: 999;
  margin: 1px 5px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #18d26e;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: #18d26e;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #18d26e;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #18d26e;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  padding-top: 10px;
  font-size: 30px;
  font-weight: normal;
  color: #06110f;
  /*text-transform: uppercase;*/
  position: relative;
  padding-bottom: 0px;
  font-family: 'charmtex';
  /*border-bottom: 5px solid #e3dfdf;height:55px;padding-left: 6px; margin-bottom:10px;*/
  margin: 0;
}

.section-header h3 img.hathkadi {
  position: relative;
  z-index: 99;
  left: 0px;
  top: 1px;
  padding: 0 !important;
  width: 65px;
}

.boxText {
  text-align: center;
  overflow: hidden;
  margin: 5px;
  padding: 0;
}

.boxText:hover {
  box-shadow: 0 0 0px #ccc;
}

.boxText p {
  margin: 0;
  font-size: 14px;
  font-family: 'charmtex';
  text-transform: uppercase;
  letter-spacing: 0.60px;
  font-weight: 500;
  color: #434444;
  margin-bottom: 5px;
  margin-top: 6px;
}

.boxText span.addtocatr {
  font-family: 'charmtex';
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  background: #75c044;
  display: block;
  padding: 5px;
  border-radius: 3px;
  width: 110px;
  margin: auto;
  z-index: 9;
  margin-top: 15px;
  bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
}

.boxText .price_name.addtocatr {
  font-family: 'charmtex';
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  background: #75c044;
  display: block;
  padding: 5px;
  border-radius: 3px;
  width: 110px;
  margin: auto;
  z-index: 9;
  margin-top: 0px;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}

.boxText span.addtocatr .fa {
  font-size: 12px;
}

.boxText:hover span.addtocatr {
  background: #222;
}

.slideBoxSec {
  padding: 0 45px;
}

#clients {
  padding: 4px 0;
  padding-bottom: 4px;
  margin: 20px 0;
}

.allcate {
  margin: 20px 0;
}

#clients img {
  max-width: 100%;
  opacity: 1;
  transition: 0.3s;
  padding: 15px 0;
}

#clients .owl-dots {
  display: none;
}

#clients .owl-nav {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
}

#clients .owl-dot.active {
  background-color: #18d26e;
}

#clients .owl-nav .owl-prev {
  width: 20px;
  height: 45px;
  position: absolute;
  left: -30px;
  text-indent: 99px;
  overflow: hidden;
  background: url(https://d34b4liad0aqqr.cloudfront.net/website/assets/site/img/slide-arrow-leftt.png) no-repeat center;
  top: 50px;
  transition: 0.3s;
}

#clients .owl-nav .owl-prev:hover {
  background: #fff url(https://d34b4liad0aqqr.cloudfront.net/website/assets/site/img/slide-arrow-leftt.png) no-repeat center;
  box-shadow: 5px 0 5px #ccc;
}

#clients .owl-nav .owl-next {
  width: 20px;
  height: 45px;
  position: absolute;
  right: -30px;
  text-indent: 99px;
  overflow: hidden;
  background: url(https://d34b4liad0aqqr.cloudfront.net/website/assets/site/img/slide-arrow-right.png) no-repeat center;
  top: 50px;
  transition: 0.3s;
}

#clients .owl-nav .owl-next:hover {
  background: #fff url(https://d34b4liad0aqqr.cloudfront.net/website/assets/site/img/slide-arrow-right.png) no-repeat center;
  box-shadow: -5px 0 5px #ccc;
}

#clients .boxText {
  transition: transform .2s;
  overflow: hidden;
}

#clients .boxText:hover p {
  color: #6db340;
}

#clients .boxText img {
  width: auto;
  padding: 0;
  margin: auto;
}

#clients .boxText .imgBx {
  display: block;
  overflow: hidden;
}

#clients .boxText:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background: #fff;
}

.slideBoxSec2 {
  padding: 0 50px;
}

#BannerSection img {}

ul.bigBanner {
  padding: 0px 10px;
  margin: 0;
  list-style-type: none
}

ul.bigBanner li {
  width: 20%;
  float: left;
  padding: 10px;
}

ul.bigBanner li img {
  width: auto;
  max-width: 100%;
}

.height309 {
  height: 309px;
}

.onsale {
  /*padding:7px 0;*/
}

.onsale .boxText p {
  color: #434546;
  font-family: 'charmtex';
  font-size: 15px;
  font-weight: normal;
  text-transform: inherit;
  letter-spacing: 0px;
}

.onsale .boxText:hover p {
  color: #6db340;
}

.onsale .boxText span {
  color: #434546;
  font-size: 15px;
  font-family: 'charmtex';
  font-weight: normal;
  letter-spacing: 0.60px;
}

.onsale .boxText .relboxprice {
  color: #434546;
  font-size: 15px;
  font-family: 'charmtex';
  font-weight: normal;
  letter-spacing: 0.60px;
}

.onsale .boxText:hover span {
  color: #6db340;
}

.onsale .owl-nav {
  display: block !important;
  width: 100%;
  position: absolute;
  top: 0;
}

/*.onsale .owl-nav .owl-prev{width:50px;height:50px;position: absolute;left:-55px;text-indent: 99px;overflow: hidden; background: url(https://d34b4liad0aqqr.cloudfront.net/website/assets/site/img/onsale-arrow-left.png) no-repeat center; top:56px;transition: 0.3s; background-size:42px;}
.onsale .owl-nav .owl-prev:hover{background: url(https://d34b4liad0aqqr.cloudfront.net/website/assets/site/img/onsale-arrow-left2.png) no-repeat center;background-size:42px;}
*/
.onsale .owl-nav .owl-prev {
  width: 20px;
  height: 45px;
  position: absolute;
  left: -30px;
  text-indent: 99px;
  overflow: hidden;
  background: url(https://d34b4liad0aqqr.cloudfront.net/website/assets/site/img/slide-arrow-leftt.png) no-repeat center;
  top: 50px;
  transition: 0.3s;
}

.onsale .owl-nav .owl-prev:hover {
  background: #fff url(https://d34b4liad0aqqr.cloudfront.net/website/assets/site/img/slide-arrow-leftt.png) no-repeat center;
  box-shadow: 5px 0 5px #ccc;
}

/*
.onsale .owl-nav .owl-next{width:50px;height:50px;position: absolute;right:-55px;text-indent: 99px;overflow: hidden; background:url(https://d34b4liad0aqqr.cloudfront.net/website/assets/site/img/onsale-arrow-right.png) no-repeat center; top:56px;transition: 0.3s;background-size:42px;}
.onsale .owl-nav .owl-next:hover{background: url(https://d34b4liad0aqqr.cloudfront.net/website/assets/site/img/onsale-arrow-right2.png) no-repeat center;background-size:42px;}*/
.onsale .owl-nav .owl-next {
  width: 20px;
  height: 45px;
  position: absolute;
  right: -30px;
  text-indent: 99px;
  overflow: hidden;
  background: url(https://d34b4liad0aqqr.cloudfront.net/website/assets/site/img/slide-arrow-right.png) no-repeat center;
  top: 50px;
  transition: 0.3s;
}

.onsale .owl-nav .owl-next:hover {
  background: #fff url(https://d34b4liad0aqqr.cloudfront.net/website/assets/site/img/slide-arrow-right.png) no-repeat center;
  box-shadow: -5px 0 5px #ccc;
}

.onsale img {
  max-width: 100%;
  opacity: 1;
  transition: 0.3s;
  padding: 15px 0;
}

.onsale .boxText {
  transition: transform .2s;
  overflow: hidden;
}

.onsale .boxText:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background: #fff;
}

.owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
  margin: auto;
  padding: 3px 0;
}

.onsale .boxText span {
  transition: 0.3s;
}

.onsale .boxText:hover span {}

/*===Featured-item===*/
.featured-item {
  background: url(https://d34b4liad0aqqr.cloudfront.net/website/assets/site/img/featured-item.jpg) no-repeat center center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -o-background-attachment: fixed;
  -ms-background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 13px 0;
  padding-bottom: 25px;
}

.featured-item h3 {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'charmtex';
  color: #fafdf8;
  letter-spacing: 10pt;
  margin-bottom: 15px;
}

/*.featured-item h3:after{display:block; width:181px; height:4px; background:#fff; content:''; margin:auto;}*/
.featured-item .textBox {
  background: url(https://d34b4liad0aqqr.cloudfront.net/website/assets/site/img/boxbg.jpg) no-repeat center;
  width: 100%;
  margin: auto;
  text-align: center;
  background-size: 100% 100%;
  padding: 12px;
}

.featured-item .imgBox {
  height: 300px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  transition: transform .2s;
}

/*.featured-item .imgBox img{transition: transform .2s; width:180px;}*/
.featured-item .imgBox img {
  transition: transform .2s;
  max-width: 180px;
}

.featured-item .textBox:hover img {
  opacity: 1;
}

.featured-item .textBox a h4 {
  color: #666869;
}

/*.featured-item .textBox:hover .imgBox{  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5); background:#fff;}*/
.featured-item .textBox h4 {
  letter-spacing: 0.60px;
  font-weight: 500;
  font-family: 'charmtex';
  font-size: 16px;
  padding: 10px;
  margin: 0;
}

.bgbox {
  background: #fff;
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
}

.featured-item .textBox:hover .bgbox {
  border: 3px solid #6ab746;
}

.shopnow {
  background: #6ab746;
  position: absolute;
  width: 100%;
  top: 0;
  transition: visibility 0.5s, opacity 0.5s linear;
  visibility: hidden;
  opacity: 0;
}

.featured-item .textBox:hover .shopnow {
  transition: visibility 0.5s, opacity 0.5s linear;
  visibility: visible;
  opacity: 1;
}

.shopnow h5 {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'charmtex';
  font-size: 21px;
  color: #fff;
  padding: 10px;
  margin: 0;
}

/*===End of Featured-item===*/
/*===Banner-item{===*/
.banner-item {
  background: #fff;
  /*background:url(https://d34b4liad0aqqr.cloudfront.net/website/assets/site/img/bgsection.jpg) top center; */
  background-size: 100% 100%;
  padding: 15px 0;
}

.banner-item:before {
  display: block;
  content: '';
  width: 100%;
  height: 6px;
  background: #000;
}

.banner-item:after {
  display: block;
  content: '';
  width: 100%;
  height: 6px;
  background: #000;
}

/*===End of Banner-item{===*/

.onsale.allcate .boxText p {
  margin-top: 0;
}

.onsale.allcate .owl-carousel .owl-item img {
  padding: 0;
}

.onsale.allcate .boxText p {
  font-size: 13px;
  padding: 0 10px;
  line-height: 22px;
  letter-spacing: 0px;
  margin-top: 0px;
}

/*----# Footer------*/
#footer {
  background: #000;
  padding: 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #020202 url(https://d34b4liad0aqqr.cloudfront.net/website/assets/site/img/footerbg.jpg) no-repeat center;
  padding: 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #18d26e;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 19px;
  color: #fcfbfc;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  font-family: 'charmtex';
  margin: 0;
  margin-top: 40px;
}

#footer .footer-top .footer-links {
  margin-bottom: 38px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  background: url(https://d34b4liad0aqqr.cloudfront.net/website/assets/site/img/libg.png) no-repeat left bottom;
  padding: 10px 0;
  padding-top: 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul li a {
  color: #fcfbfca6;
  font-size: 16.67px;
  font-family: 'charmtex';
}

#footer .footer-top .footer-links ul a:hover {
  color: #18d26e;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-top: 50px;
  text-align: right;
}

.visa {
  margin-top: 20px;
  margin-right: 32px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #18d26e;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
  padding: 30px 0;
  font-size: 14px;
  color: #eff0ec;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

.newslatter {
  background: #6cb446;
  padding: 10px;
}

.newslatter label {
  font-size: 20px;
  color: #fcfbfc;
  font-family: 'charmtex';
  margin: 0;
  line-height: 45px;
  margin-right: 20px;
}

.newslatter input.input {
  width: 502px;
  height: 45px;
  color: #423a42;
  font-size: 20px;
  font-family: 'charmtex';
  font-weight: 500;
  padding: 10px;
}

.newslatter button.submit {
  background: #020202;
  color: #bbb9bb;
  font-family: 'charmtex';
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  padding: 10px;
  width: 118px;
  cursor: pointer;
}

.newslatter button.submit:hover {
  background: #74767d;
}

/*--# Responsive Media Queries--*/
#mobile-nav-toggle i {
  color: #fff;
}

.shopbycat_nev h3 {
  display: none;
}

.shopbycat_nev .fa {
  display: none;
}

.bolileslide {
  display: none;
}

.bolileslide3 .owl-carousel {
  display: block;
  overflow: hidden;
  padding: 15px 0;
}

.bolileslide3 .boxText {
  width: 25%;
  float: left;
  margin: 0;
  padding: 0 5px;
}

.bolileslide3 .boxText:hover {
  box-shadow: 0 0 0px #ccc;
}

.nav1 ul li .act_cl {
  color: #fff;
}

.nav1 ul li .act_cl:hover {
  color: #fff;
}

.nav1 ul li .active_grey {
  color: #666;
}

.nav1 ul li .menu_l.calls {
  font-size: 21px;
  position: relative;
  margin-top: -6px;
  margin-left: 35px;
}

.onsale .boxText strike {
  display: block;
}

/*--# Listing page--*/
.listingpage {
  padding: 20px;
  margin-bottom: 50px;
  display: grid;
  /*display: inline-block; */
}

.listingpage h1 {
  font-size: 24px;
  font-weight: normal;
  color: #000;
}

.listingpage h2 {
  font-size: 24px;
  font-weight: normal;
  color: #000;
}

.listingpage .col-md-2 {
  border-right: 0;
  padding: 3px;
}

.listingpage .col-md-2:last-child {
  border-right: 0px solid #e5e5e5;
}

.listingpage .boxText .imgbox {
  display: table-cell;
  width: 500px;
  height: 200px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}

.listingpage .boxText .pricebox span.price {
  display: block;
  font-size: 15px;
}

.listingpage .boxText .pricebox span.saleprice {
  display: block;
  font-size: 15px;
  color: #ff0000;
}

.listingpage .boxText .pricebox span.product_name {
  display: block;
  color: #666869;
}

.listingpage .boxText .pricebox span.product_name a {
  color: #000;
  font-size: 13px;
  font-weight: 500;
}

.listingpage .boxText .pricebox span.addtocat a {
  display: block;
  background: #222;
  border: 1px solid #222;
  color: #fff;
  border-radius: 5px;
  width: 140px;
  margin: 8px auto;
  padding: 3px;
  font-weight: normal;
  font-size: 11px;
}

.listingpage .boxText .pricebox span.addtocat a:hover {
  background: #6cb446;
  border: 1px solid #6cb446;
}

.listingpage .imgbox img {
  max-width: 100%;
  opacity: 1;
  transition: 0.3s;
  padding: 15px 0;
  max-height: 200px;
}

.listingpage .boxText {
  transition: transform .2s;
  overflow: hidden;
  border: 1px solid transparent;
  position: relative;
}

.listingpage .boxText:hover {
  border: 1px solid #50b327
}

.listingpage .boxText:hover .imgbox img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background: #fff;
}

.listingpage .boxText:hover span.product_name a {
  /* color:#50b327; */
}

.listingpage .boxText:hover span.price {
  color: #50b327;
}

.clearance .boxText span.price {
  color: #000 !important;
}

.clearance .boxText:hover span.price {
  color: #000 !important;
}

.container-fluid {
  max-height: 105px;
  padding: 10px 15px;
}

nav .breadcrumb {
  font-size: 13px;
  font-family: 'charmtex';
  font-weight: 400;
  border-radius: 0;
  padding: 15px 15px;
  margin-bottom: 0;
}

nav .breadcrumb a {
  color: #222;
}

.breadcrumb-item.active {
  color: #37820d;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #37820d;
}

.paggingbx {
  width: 100%;
  height: 50px;
}

.paggingbx h2 {
  float: left;
}

.paggingbx .sortbypossintion {
  float: right;
}

.paggingbx .sortbypossintion .btn-secondary {
  background: #fff;
  border-color: #ccc;
  color: #000;
}

.paggingbx .sortbypossintion .dropdown-menu.show {
  position: absolute;
  will-change: transform;
  top: 0px;
  left: 0px;
  transform: translate3d(-6px, 31px, 0px);
  width: 90px;
  min-width: 90px;
}

.shopbycat_nev .fa.fa-caret-right {
  position: absolute;
  left: auto;
  right: 10px;
  top: 9px;
}

.shopbycat_nev li a {
  position: relative;
}

.banner-inner-box {
  color: #fff;
}

.banner-inner-box img {
  width: 100%;
}

.sub-category-image a:hover {
  background: #fff !important;
}

/*--# Listing page--*/
#addcartCTN {
  display: none;
  position: absolute;
  background: #fff;
  width: 277px;
  right: 0;
  box-shadow: 0 2px 5px #222;
  top: 42px;
}

.toptotalbox {
  padding: 10px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  margin: 0px 0px 10px 0px;
}

.toptotalbox .items-total {
  font-size: 14px;
  /* float: left;margin-right: 6%;*/
  width: 32%;
}

.toptotalbox .items-qty {
  font-size: 14px;
  /* float: left;margin-right: 6%;*/
  width: 13%;
}

.toptotalbox .qty {
  font-size: 14px;
  text-align: center;
  /* width: 50%; */
}

.toptotalbox .subtotal {
  font-size: 14px;
  /* float: right; */
  /* width: 55%; */
  text-align: right;
}

.proctlistbx ul {
  list-style-type: none;
  margin: 0;
  padding: 10px;
  overflow: hidden;
}

.proctlistbx ul li {
  float: left;
  /* width:180px; */
  box-sizing: border-box;
}

.proctlistbxrate {
  /* float: right !important; */
  /* width:180px; */
  box-sizing: border-box;
}

.proctlistbxrate2 {
  /* float: right !important; */
  /* width:180px; */
  box-sizing: border-box;
}

.proctlistbx ul li:nth-child(1) {
  /* max-width:50px; */
  /*  margin-right: 18%; */
}

.proctlistbx ul li:nth-child(3) {
  /* max-width:50px; */
  text-align: right;
}

.proctlistbx ul li:nth-child(3) a {
  color: #65ba2f;
  ;
}

.proctlistbx ul li a {
  color: #222;
  font-size: 13px;
}

.proctlistbx ul li input {
  width: 50px;
  height: 25px;
  border: 1px solid #dedcdc;
  border-radius: 3px;
  text-align: center;
}

.checkbtn {
  overflow: hidden;
  padding: 10px;
  border-top: 1px solid #ccc;
}

.checkbtn a {
  display: block;
  padding: 10px;
  width: 248px;
  margin: auto;
  background: #65ba2f;
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px;
  border-radius: 5px;
  text-align: center;
}

.checkbtn a:hover {
  background: #020202;
  color: #fff;
}

.app-figure {
  overflow: hidden;
  max-height: 460px;
}

.input-box {
  margin: 0px 0px
}

.detail-page {
  max-width: 1246px;
  margin: 30px auto;
}

.detail-page h2 {
  font-size: 28px;
  font-family: 'charmtex';
}

.detailbox p {
  margin-bottom: 5px;
}

dl#config_dl {
  padding: 20px 0;
  margin-bottom: 0;
}

span.regular-price {
  font-size: 21px;
  font-weight: normal;
  color: #000;
  display: block;
  font-family: 'charmtex';
}

span.sale-price {
  font-size: 19px;
  font-weight: normal;
  color: #c50303;
  display: block;
  font-family: 'charmtex';
}

.input-box select {
  border: 1px solid #ccc;
  width: 229px;
  height: 43px;
  padding: 0px 10px;
  margin-top: 10px;
  /* margin-right: 20px; */
}

.input-box textarea {
  border: 1px solid #ccc;
  width: 229px;
  height: 70px;
  padding: 0px 10px;
  margin-top: 10px;
  /* margin-right: 20px; */
}

.input-box input {
  border: 1px solid #ccc;
  width: 229px;
  height: 38px;
  padding: 0px 10px;
  margin-top: 10px;
  /* margin-right: 20px; */
}

.morecart select {
  border: 1px solid #ccc;
  width: 229px;
  height: 43px;
  padding: 0px 10px;
  margin-top: 10px;
  /* margin-right: 20px; */
}

.morecart textarea {
  border: 1px solid #ccc;
  width: 229px;
  height: 70px;
  padding: 0px 10px;
  margin-top: 10px;
  /* margin-right: 20px; */
}

.morecart input {
  border: 1px solid #ccc;
  width: 229px;
  height: 38px;
  padding: 0px 10px;
  margin-top: 10px;
  /* margin-right: 20px; */
}

.add-to-cart {
  overflow: hidden;
  margin-bottom: 30px;
}

.add-to-cart input#qty {
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  width: 50px;
  height: 35px;
  text-align: center;
}

.add-to-wishlist-buttons button.button.btn-cart.cust-wishlist {
  cursor: pointer;
  background: #222;
  border: 0;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  margin-left: 20px;
}

.add-to-wishlist-buttons button.button.btn-cart.cust-wishlist:hover {
  background: #65ba2f;
  color: #222
}

.qty-wrapper {
  float: left;
}

.add-to-cart-buttons {
  float: left;
  margin-left: 20px;
}

.add-to-cart-buttons button.button.btn-cart.cust-addtocart {
  cursor: pointer;
  background: #65ba2f;
  border: 0;
  color: #fff;
  padding: 5px 40px;
  border-radius: 3px;
}

.add-to-cart-buttons button.button.btn-cart.cust-addtocart:hover {
  background: #222;
  color: #fff
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">"
}

.tabsbox table {
  border: 1px solid #ccc;
}

.tabsbox table th {
  background: #f4f4f4;
  border: 1px solid #ccc;
  font-size: 12px;
  padding: 10px;
}

.tabsbox table td {
  border: 1px solid #ccc;
  font-size: 12px;
  padding: 10px;
}

.btntabbox {
  border-bottom: 0px solid #65ba2f;
}

.tabsbox {
  overflow: hidden;
  position: relative;
  margin: 0px 0px 20px 0;
}

.tabsbox button.active {
  box-shadow: 0px 0px 0px #222;
  color: #fff;
  background: #65ba2f;
  border-bottom: 3px solid #65ba2f;
}

.tabsbox .tablinks {
  cursor: pointer;
  border: 1px solid #65ba2f42;
  padding: 5px 10px;
  background: #65ba2f42;
  position: relative;
  top: 0px;
  font-weight: normal;
  text-transform: uppercase;
}

.tabsbox button:focus {
  outline: none;
}

.tabsbox .tabcontent {
  background: #f2f2f29e;
  padding: 20px;
  border-bottom: 2px solid #65ba2f;
  border-top: 3px solid #65ba2f;
}

/*==Zoom slider===*/
.cfg-btn {
  background-color: rgb(55, 181, 114);
  color: #fff;
  border: 0;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
  outline: 0;
  cursor: pointer;
  width: 200px;
  padding: 10px;
  font-size: 1em;
  position: relative;
  display: inline-block;
  margin: 10px auto;
}

.cfg-btn:hover:not([disabled]) {
  background-color: rgb(37, 215, 120);
}

.mobile-magic .cfg-btn:hover:not([disabled]) {
  background: rgb(55, 181, 114);
}

.cfg-btn[disabled] {
  opacity: .5;
  color: #808080;
  background: #ddd;
}

.cfg-btn.btn-preview,
.cfg-btn.btn-preview:active,
.cfg-btn.btn-preview:focus {
  font-size: 1em;
  position: relative;
  display: block;
  margin: 10px auto;
}

.cfg-btn,
.preview,
.app-figure,
.api-controls,
.wizard-settings,
.wizard-settings .inner,
.wizard-settings .footer,
.wizard-settings input,
.wizard-settings select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.preview,
.wizard-settings {
  padding: 10px;
  border: 0;
  min-height: 1px;
}

.preview {
  position: relative;
}

.api-controls {
  text-align: center;
}

.api-controls button,
.api-controls button:active,
.api-controls button:focus {
  width: 80px;
  font-size: .7em;
  white-space: nowrap;
}

.app-figure {
  /* 
        width: 80% !important; */
  margin: 0px auto;
  border: 0px solid red;
  /* 
        padding: 20px; */
  position: relative;
  text-align: center;
}

.selectors {
  margin-top: 10px;
}

.selectors .mz-thumb img {
  max-width: 85px;
}

.app-code-sample {
  max-width: 80%;
  margin: 30px auto 0;
  text-align: center;
  position: relative;
}

.app-code-sample input[type="radio"] {
  display: none;
}

.app-code-sample label {
  display: inline-block;
  padding: 2px 12px;
  margin: 0;
  font-size: .8em;
  text-decoration: none;
  cursor: pointer;
  color: #666;
  border: 1px solid rgba(136, 136, 136, 0.5);
  background-color: transparent;
}

.app-code-sample label:hover {
  color: #fff;
  background-color: rgb(253, 154, 30);
  border-color: rgb(253, 154, 30);
}

.app-code-sample input[type="radio"]:checked+label {
  color: #fff;
  background-color: rgb(110, 110, 110) !important;
  border-color: rgba(110, 110, 110, 0.7) !important;
}

.app-code-sample label:first-of-type {
  border-radius: 4px 0 0 4px;
  border-right-color: transparent;
}

.app-code-sample label:last-of-type {
  border-radius: 0 4px 4px 0;
  border-left-color: transparent;
}

.app-code-sample .app-code-holder {
  padding: 0;
  position: relative;
  border: 1px solid #eee;
  border-radius: 0px;
  background-color: #fafafa;
  margin: 15px 0;
}

.app-code-sample .app-code-holder>div {
  display: none;
}

.app-code-sample .app-code-holder pre {
  text-align: left;
  white-space: pre-line;
  border: 0px solid #eee;
  border-radius: 0px;
  background-color: transparent;
  padding: 25px 50px 25px 25px;
  margin: 0;
  min-height: 25px;
}

.app-code-sample input[type="radio"]:nth-of-type(1):checked~.app-code-holder>div:nth-of-type(1) {
  display: block;
}

.app-code-sample input[type="radio"]:nth-of-type(2):checked~.app-code-holder>div:nth-of-type(2) {
  display: block;
}

.app-code-sample .app-code-holder .cfg-btn-copy {
  display: none;
  z-index: -1;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 44px;
  font-size: .65em;
  white-space: nowrap;
  margin: 0;
  padding: 4px;
}

.copy-msg {
  font: normal 11px/1.2em 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, sans-serif;
  color: #2a4d14;
  border: 1px solid #2a4d14;
  border-radius: 4px;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  width: 200px;
  max-width: 70%;
  padding: 4px;
  margin: 0px auto;
  text-align: center;
}

.copy-msg-failed {
  color: #b80c09;
  border-color: #b80c09;
  width: 430px;
}

.mobile-magic .app-code-sample .cfg-btn-copy {
  display: none;
}

#code-to-copy {
  position: absolute;
  width: 0;
  height: 0;
  top: -10000px;
}

.lt-ie9-magic .app-code-sample {
  display: none;
}

.wizard-settings {
  background-color: #4f4f4f;
  color: #a5a5a5;
  position: absolute;
  right: 0;
  width: 340px;
}

.wizard-settings .inner {
  width: 100%;
  margin-bottom: 30px;
}

.wizard-settings .footer {
  color: #c7d59f;
  font-size: .75em;
  width: 100%;
  position: relative;
  vertical-align: bottom;
  text-align: center;
  padding: 6px;
  margin-top: 10px;
}

.wizard-settings .footer a {
  color: inherit;
  text-decoration: none;
}

.wizard-settings .footer a:hover {
  text-decoration: underline;
}

.wizard-settings a {
  color: #cc9933;
}

.wizard-settings a:hover {
  color: #dfb363;
}

.wizard-settings table>tbody>tr>td {
  vertical-align: top;
}

.wizard-settings table {
  min-width: 300px;
  max-width: 100%;
  font-size: .8em;
  margin: 0 auto;
}

.wizard-settings table caption {
  font-size: 1.5em;
  padding: 16px 8px;
}

.wizard-settings table td {
  padding: 4px 8px;
}

.wizard-settings table td:first-child {
  white-space: nowrap;
}

.wizard-settings table td:nth-child(2) {
  text-align: left;
}

.wizard-settings table td .values {
  color: #a08794;
  font-size: 0.8em;
  line-height: 1.3em;
  display: block;
  max-width: 126px;
}

.wizard-settings table td .values:before {
  content: '';
  display: block;
}

.wizard-settings input,
.wizard-settings select {
  width: 126px;
}

.wizard-settings input {
  padding: 0px 4px;
}

.wizard-settings input[disabled] {
  color: #808080;
  background: #a7a7a7;
  border: 1px solid #a7a7a7;
}

a.viewspece {
  font-size: 14px;
  padding: 5px;
  border-radius: 5px;
  display: block;
  float: right;
  background: #65ba2f;
  color: #222
}

a.viewspece:hover {
  background: #222;
  color: #fff;
}

.preview {
  width: 70%;
  float: left;
}

.listingpage.seating .boxText .pricebox span.product_name {
  height: 45px;
  padding: 0 5px;
  line-height: 15px;
}

@media (min-width: 0px) {
  .preview {
    width: 100%;
    float: none;
  }
}

@media (min-width: 1024px) {
  .preview {
    width: calc(100% - 340px);
  }

  .wizard-settings {
    top: 0;
    min-height: 100%;
  }

  .wizard-settings .inner {
    margin-top: 60px;
  }

  .wizard-settings .footer {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .wizard-settings .settings-controls {
    position: fixed;
    top: 0;
    right: 0;
    width: 340px;
    padding: 10px 0 0;
    text-align: center;
    background-color: inherit;
  }
}

@media screen and (max-width: 1024px) {

  .api-controls button,
  .api-controls button:active,
  .api-controls button:focus {
    width: 70px;
  }
}

@media screen and (max-width: 1023px) {
  .app-figure {
    width: 98% !important;
    margin: 50px auto;
    padding: 0;
  }

  .app-code-sample {
    display: none;
  }

  .wizard-settings {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .mz-thumb img {
    max-width: 39px;
  }
}

@media screen and (max-width: 560px) {
  .api-controls .sep {
    content: '';
    display: table;
  }
}

@media screen and (min-width: 1600px) {
  .preview {
    padding: 10px 160px;
  }
}

@media (max-width: 970px) {
  #mobile-nav-toggle {
    display: inline;
  }

  #nav-menu-container {
    display: none;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  .oderboxp {
    max-height: initial !important;
    text-align: center;
  }

  .nav1 ul li .menu_l.calls {
    margin-left: 0px;
  }

  .deliverto {
    z-index: 2;
  }

  .shopbycat_nev h3 {
    font-size: 20px;
  }
}

@media (max-width: 360px) {
  .sliderbobx {
    background: linear-gradient(-180deg, rgba(234, 237, 237, 0), #fff);
    position: relative !important;
    bottom: -52px !important;
    top: 150px;
  }

  .container_slider {
    max-width: 1455px;
    margin: 0px 5px !important;
  }

  #intro .carousel-item {
    width: 100%;
    height: 100pxx !important;
  }

  #intro .carousel-item {
    width: 100%;
    height: 125px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  #intro {
    display: table;
    width: 100%;
    height: 264.56px;
    background: #fff;
  }

  .carousel-control-next,
  .carousel-control-prev {
    bottom: 95% !important;
    display: none;
  }

  .carousel-indicators {
    bottom: 0 !important;
  }

  .onsale img {
    max-width: 100%;
    opacity: 1;
    transition: 0.3s;
    padding: 0px 0 0 0;
  }

  ul.bigBanner li {
    width: 50%;
    float: left;
    padding: 10px 4px;
  }

  #printreceipt a {
    margin: -45px 0px 0 0;
  }

}

@media screen and (min-width:567px) and (max-width:667px) {
  #printreceipt a {
    margin: 0px 0px 0 0 !Important;
  }
}

@media screen and (min-width:361px) and (max-width:730px) {
  .sliderbobx {
    background: linear-gradient(-180deg, rgba(234, 237, 237, 0), #fff);
    position: relative !important;
    bottom: 0px !important;
    top: 150px;
  }

  .container_slider {
    max-width: 1455px;
    margin: 0px 5px !important;
  }

  #intro .carousel-item {
    width: 100%;
    height: 100pxx !important;
  }

  #intro .carousel-item {
    width: 100%;
    height: 150px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  #intro {
    display: table;
    width: 100%;
    height: 264.56px;
    background: #fff;
  }

  .carousel-control-next,
  .carousel-control-prev {
    bottom: 95% !important;
    display: none;
  }

  .carousel-indicators {
    bottom: 0% !important;
  }

  .onsale img {
    max-width: 100%;
    opacity: 1;
    transition: 0.3s;
    padding: 0px 0 6px 0;
  }

  ul.bigBanner li {
    width: 50%;
    float: left;
    padding: 10px 4px;
  }

  #printreceipt a {
    margin: -45px 0px 0 0;
  }
}

@media screen and (min-width:731px) and (max-width:736px) {
  .sliderbobx {
    background: linear-gradient(-180deg, rgba(234, 237, 237, 0), #fff);
    position: relative !important;
    bottom: 0px !important;
    top: 92px;
  }

  .container_slider {
    max-width: 1455px;
    margin: 0px 5px !important;
  }

  #intro .carousel-item {
    width: 100%;
    height: 100pxx !important;
  }

  #intro .carousel-item {
    width: 100%;
    height: 226px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  #intro {
    display: table;
    width: 100%;
    height: 264.56px;
    background: #fff;
  }

  .carousel-control-next,
  .carousel-control-prev {
    bottom: 95% !important;
    display: none;
  }

  .carousel-indicators {
    bottom: 0% !important;
    top: 97px;
  }

  .onsale img {
    max-width: 100%;
    opacity: 1;
    transition: 0.3s;
    padding: 0px 0 6px 0;
  }

  ul.bigBanner li {
    width: 100%;
    float: left;
    padding: 10px 4px;
  }
}

@media screen and (min-width:737px) and (max-width:767px) {
  .sliderbobx {
    background: linear-gradient(-180deg, rgba(234, 237, 237, 0), #fff);
    position: relative !important;
    bottom: 0px !important;
    top: 92px;
  }

  .container_slider {
    max-width: 1455px;
    margin: 0px 5px !important;
  }

  #intro .carousel-item {
    width: 100%;
    height: 100pxx !important;
  }

  #intro .carousel-item {
    width: 100%;
    height: 194px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  #intro {
    display: table;
    width: 100%;
    height: 264.56px;
    background: #fff;
  }

  .carousel-control-next,
  .carousel-control-prev {
    bottom: 95% !important;
    display: none;
  }

  .carousel-indicators {
    bottom: 0% !important;
    top: 72px;
  }

  .onsale img {
    max-width: 100%;
    opacity: 1;
    transition: 0.3s;
    padding: 0px 0 0 0;
  }

  ul.bigBanner li {
    width: 100%;
    float: left;
    padding: 10px 4px;
  }

}

@media screen and (min-width:768px) and (max-width:1023px) {
  .sliderbobx {
    background: linear-gradient(-180deg, rgba(234, 237, 237, 0), #fff);
    position: relative !important;
    bottom: 0px !important;
    top: 106px;
  }

  .container_slider {
    max-width: 1455px;
    margin: 0px 5px !important;
  }

  #intro .carousel-item {
    width: 100%;
    height: 100pxx !important;
  }

  #intro .carousel-item {
    width: 100%;
    height: 253px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  #intro {
    display: table;
    width: 100%;
    height: 264.56px;
    background: #fff;
  }

  .carousel-control-next,
  .carousel-control-prev {
    bottom: 95% !important;
    display: none;
  }

  .carousel-indicators {
    bottom: 0% !important;
  }

  .onsale img {
    max-width: 100%;
    opacity: 1;
    transition: 0.3s;
    padding: 0px 0 0 0;
  }

  .firsontsale {
    padding-top: 0px;
    margin-bottom: 20px;
  }

  ul.bigBanner li {
    /*width: 100%;*/
    float: left;
    padding: 10px 4px;
  }

  .deliverto {
    z-index: 2;
  }

  .shopbycat_nev h3 {
    font-size: 20px;
  }

  .sliderbobx {
    position: absolute !important;
    top: 50%;
  }
}

@media screen and (min-width:1023px) and (max-width:1025px) {
  .sliderbobx {
    background: linear-gradient(-180deg, rgba(234, 237, 237, 0), #fff);
    position: relative !important;
    bottom: 0px !important;
    top: 143px;
  }

  .container_slider {
    max-width: 1455px;
    margin: 0px 5px !important;
  }

  #intro .carousel-item {
    width: 100%;
    height: 100pxx !important;
  }

  #intro .carousel-item {
    width: 100%;
    height: 311px !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  #intro {
    display: table;
    width: 100%;
    height: 264.56px;
    background: #fff;
  }

  .carousel-control-next,
  .carousel-control-prev {
    bottom: 95% !important;
    display: none;
  }

  .carousel-indicators {
    bottom: 0% !important;
    top: 143px;
  }

  .onsale img {
    max-width: 100%;
    opacity: 1;
    transition: 0.3s;
    padding: 0px 0 6px 0;
  }

  .firsontsale {
    padding-top: 0px;
    margin-bottom: 20px;
  }

  ul.bigBanner li {
    float: left;
    padding: 10px 4px;
  }

  .slideBoxSec2 {
    margin-top: 3% !important;
  }

  .shopbycat_nev h3 {
    font-size: 20px;
  }

  .mz-expand .mz-figure>img {
    max-width: 100% !important;
  }

  .inner2_slider {
    position: initial;
    width: 100%;
    overflow: visible !important;
  }

}

@media screen and (min-width:375px) and (max-width:414px) {
  .slideBoxSec2 {
    margin-top: 6% !important;
  }
}

@media screen and (min-width:811px) and (max-width:823px) {
  .slideBoxSec2 {
    margin-top: 5%;
  }
}

@media screen and (min-width:769px) and (max-width:1590px) {
  .nav1 ul li .menu_l.calls {
    font-size: 16px;
    margin-top: -9px;
    margin-left: 20px;
  }
}

@media screen and (min-width:1245px) and (max-width:1590px) {
  .searchboxtop {
    max-width: 100%;
    width: 58%;
  }
}

@media screen and (min-width:2101px) {
  #intro .carousel-item {
    height: 650px !important;
  }

}

@media screen and (min-width:1601px) and (max-width:2100px) {
  .container {
    max-width: 1246px;
  }

  .height309 {
    height: 387px;
  }

  #intro .carousel-item {
    height: 800px !important;
  }

  #intro {
    height: 264.56px;
  }

  #footer .footer-top {
    background-size: 100%;
  }

  .searchboxtop {
    max-width: 100%;
    width: 65%;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1455px;
  }
}

@media screen and (min-width:1700px) and (max-width:2100px) {
  .searchboxtop {
    max-width: 100%;
    width: 70%;
  }

  .deliverto {
    max-width: 200px;
  }

  .nav1 ul li .menu_l.calls {
    margin-left: 220px;
  }
}

@media screen and (min-width:1800px) and (max-width:2100px) {
  .searchboxtop {
    max-width: 100%;
    width: 67%;
  }
}

@media screen and (min-width:1900px) and (max-width:2100px) {
  .searchboxtop {
    max-width: 100%;
    width: 70%;
  }
}

@media screen and (min-width:2000px) and (max-width:2100px) {
  .searchboxtop {
    max-width: 100%;
    width: 69%;
  }
}

@media screen and (min-width:2100px) and (max-width:2300px) {
  .searchboxtop {
    max-width: 100%;
    width: 69%;
  }
}

@media screen and (min-width:971px) and (max-width:1160px) {
  .section-header h3 {
    font-size: 28px;
  }

  .onsale .boxText p {
    font-size: 15px;
  }

  .onsale .boxText span {
    font-size: 15px;
  }

  .featured-item .textBox h4 {
    font-size: 14px;
  }

  .onsale.allcate .boxText p {
    font-size: 15px;
  }
}

@media screen and (min-width:971px) and (max-width:1245px) {
  .shopbycat {
    max-width: 100px;
    margin: 0 9px 0px 5px;
  }

  .searchboxtop {
    max-width: 49%;
    margin-bottom: 15px;
  }

  .deliverto {
    max-width: 16%;
  }

  #nav-menu-container {
    margin-top: 0;
  }

  .shopbycat .shopbycat_nev {
    visibility: visible;
    opacity: 1;
    display: none;
  }

  .activeshopcate .shopbycat .shopbycat_nev {
    display: block;
  }

  .order_cart .dropdown-content {
    display: block;
    top: -1000px;
    transition: 0.4s;
    right: 0;
  }

  .acorder .order_cart .dropdown-content {
    transition: 0.4s;
    right: -5px;
    top: 35px;
  }

  #BannerSection .row {
    overflow: hidden;
    padding: 0 20px;
  }

  .newslatter label {
    font-size: 16px;
    line-height: 20px;
    float: left;
    width: 40%;
    margin-right: 0;
  }

  .newslatter input.input {
    width: 55%;
  }

  .newslatter button.submit {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  #footer .footer-top h4 {
    margin-top: 15px;
  }

  #footer .footer-top {
    padding: 0 20px;
  }

  #nav-menu-container {
    margin-left: 0;
    top: 0;
  }

  .featured-item h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .featured-item {
    padding: 30px 15px;
  }

  .featured-item .textBox {
    width: 100%;
    padding: 5px;
    height: auto;
    min-height: auto;
  }

  .bgbox {
    width: auto;
    height: auto;
    min-height: 250px;
  }

  .featured-item .imgBox {
    height: 175px;
    min-height: auto;
  }

  .featured-item .imgBox img {
    max-width: 90%;
  }

  .featured-item .textBox h4 {
    font-size: 16px;
    margin: 10px;
    padding: 0;
  }

  .featured-item .textBox {
    background-size: 100% 100%;
  }

}

@media screen and (min-width:971px) and (max-width:1024px) {
  #nav-menu-container {
    width: 90%;
  }

  .nav-menu a {
    font-size: 12px;
    padding: 4px;
  }

  #header #logo {
    width: 100px;
  }

  .nav1 ul li .menu_l.calls {
    font-size: 16px;
    margin-top: -9px;
  }
}

@media screen and (min-width:1025px) and (max-width:1199px) {
  .nav-menu a {
    font-size: 12px;
    padding: 4px;
  }

  #nav-menu-container {
    width: 90%;
  }

  #header #logo {
    width: 100px;
  }

  .nav1 ul li .menu_l.calls {
    font-size: 16px !important;
    margin-top: -9px;
  }
}

@media screen and (min-width:1101px) and (max-width:1244px) {
  .nav-menu a {
    padding: 5px 7px;
  }

  .nav1 ul li .menu_l.calls {
    font-size: 16px !important;
    margin-top: -9px;
  }
}

@media screen and (min-width:575px) and (max-width:992px) {
  .boxText .price_name.addtocatr {
    font-size: 10px;
    max-width: fit-content;
    padding: 3px 5px;
    text-align: center;
  }
}

@media screen and (min-width:769px) and (max-width:970px) {
  .searchboxtop {
    max-width: 350px;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 15px;
    position: absolute;
    right: auto;
    left: 200px;
  }

  #header #logo img {
    max-height: 55px;
  }

  #header {
    width: 100%;
    height: 90px;
  }

  .container-fluid {
    padding: 0px;
  }

  .shopbycat {
    margin: 0;
    max-width: 90px;
    position: absolute;
    top: 8px;
    right: auto;
    left: 110px;
  }

  .shopbycat p {
    font-size: 13px;
    line-height: 12px;
  }

  .shopbycat p span {
    font-size: 11px;
  }

  .deliverto {
    width: 100%;
  }

  .deliverto p {
    font-size: 12px;
  }

  #flip {
    margin-left: 10px;
  }

  .deliverto {
    max-width: 200px;
  }

  .select-group-append select.form-control {
    border-radius: 3px 0px 0px 3px;
  }

  #header .input-group-text {
    border-radius: 0px 3px 3px 0px;
  }

  #panel {
    top: 0;
    border-radius: 0;
    padding: 15px;
    z-index: 9;
    transition: 0.2s;
    right: -100%;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
  }

  .activeFlip #panel {
    right: 0;
    z-index: 99999;
  }

  .activeFlip {
    z-index: 99999 !important;
  }

  .activeshopcate {
    z-index: 99999 !important;
  }

  #mobile-nav {
    background: rgba(0, 0, 0, 0.6);
  }

  #mobile-nav ul li {
    border-bottom: 1px solid #cccccc47;
  }

  #flip {
    margin-top: 2px;
    cursor: pointer;
  }

  #panel li a {
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #cccccc7a;
  }

  .activeFlip #flip span {
    border-bottom: 0;
    transform: rotate(45deg);
    position: relative;
    top: 4px;
    left: -1px;
  }

  .activeFlip #flip span i {
    transform: rotate(-90deg);
    position: relative;
    top: -4px;
  }

  #panel ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 230px;
    position: fixed;
    right: -100%;
    background: rgb(0, 0, 0, 0.6);
    top: 0;
    height: 100%;
    padding-top: 20px;
  }

  .activeFlip #panel ul {
    right: 0;
  }

  .activeFlip #flip {
    position: relative;
    z-index: 999999;
  }

  .order_cart .dropbtn {
    border: 0;
  }

  .activeshopcate {}

  .shopbycat .shopbycat_nev {
    visibility: visible;
    opacity: 1;
    display: none;
  }

  .activeshopcate .shopbycat .shopbycat_nev {
    display: block;
  }

  #intro .carousel-item {
    height: 150px;
  }

  #intro {
    height: 150px;
  }

  .order_cart .dropdown-content {
    display: block;
    top: -1000px;
    transition: 0.4s;
    right: 0;
  }

  .acorder .order_cart .dropdown-content {
    transition: 0.4s;
    right: -5px;
    top: 35px;
  }

  .order_cart .dropbtn:hover {
    border: 0;
  }

  .section-header h3 {
    font-size: 28px;
  }

  .section-header h3 img {
    width: 40px;
  }

  #clients {
    padding: 15px 0;
  }

  .height309 {
    height: auto;
  }

  #mobile-nav-toggle {
    position: absolute;
  }

  .onsale .boxText p {
    font-size: 16px;
  }

  .onsale .boxText span {
    font-size: 16px;
  }

  .featured-item h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .featured-item {
    padding: 30px 0;
  }

  .featured-item .textBox {
    margin-bottom: 30px;
  }

  .banner-item img {
    max-width: 90%;
  }

  .newslatter label {
    font-size: 16px;
    line-height: 20px;
    float: left;
    width: 40%;
    margin-right: 0;
  }

  .newslatter input.input {
    width: 55%;
  }

  .newslatter button.submit {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  #footer .footer-top h4 {
    margin-top: 0px;
  }

  #footer .footer-top .footer-links {
    margin-bottom: 20px;
  }

  #footer .footer-top {
    padding: 15px;
    background-size: 1000px 100%;
  }

  #footer .footer-top .footer-links {
    padding-left: 15px !important;
  }

  #footer .footer-top h4 {
    font-size: 16px;
  }

  #footer .footer-top .footer-links ul li a {
    font-size: 14px;
  }

  #footer .footer-top .footer-newsletter {
    margin-top: 10px;
    text-align: center;
  }

  .visa {
    margin-right: 0;
  }

  #main {
    overflow: hidden;
  }

  .featured-item .row {
    margin: 0;
  }


  #BannerSection .row {
    margin: auto !important;
    overflow: hidden;
    padding: 0 20px;
  }

  .featured-item .textBox {
    width: 100%;
    padding: 5px;
    height: auto;
    min-height: auto;
  }

  .bgbox {
    width: auto;
    height: auto;
    min-height: 250px;
  }

  .featured-item .imgBox {
    height: 175px;
    min-height: auto;
  }

  .featured-item .imgBox img {
    max-width: 90%;
  }

  .featured-item .textBox h4 {
    font-size: 16px;
    margin: 10px;
    padding: 0;
  }

  #nav-menu-container {
    margin-top: 0;
    margin: 0;
    position: absolute;
    right: 150px;
    top: 55px;
  }

  .nav-menu a {
    padding: 5px;
    font-size: 13px !important;
  }

  .onsale.allcate .boxText p {
    font-size: 14px;
  }

  #header {
    padding: 10px 0px;
  }
}

.larg_view>a#Zoom-1>.mz-hover-zoom>img {
  width: auto !important;
  max-height: 100% !important;
}

@media screen and (min-width:240px) and (max-width:768px) {
  .mz-expand .mz-figure>img {
    max-width: 100% !important;
  }

  #intro .carousel-item {
    overflow: hidden;
    /*display: block;*/
  }

  .btn_custom#btnsub {
    padding: 5px 18px;
  }

  .inner2_slider {
    position: initial;
    width: 100%;
    /*overflow: visible !important;*/
  }

  .add-to-cart-buttons {
    margin-bottom: 3px;
  }

  .btn_reset {
    margin-top: 5px;
  }

  .detail-page {
    margin: 5px auto 50px auto;
  }

  .larg_view {
    display: block !important;
  }

  .larg_view>a#Zoom-1>.mz-hover-zoom>img {
    width: 200px !important;
    max-height: 325px !important;
  }

  .app-figure {
    margin: 0 auto 30px auto;
    min-height: auto !important;
  }

  .selectors {
    margin-bottom: 10px;
  }

  figure.mz-figure {
    width: 250px !important;
  }

  a[data-zoom-id],
  .mz-thumb,
  .mz-thumb:focus {
    padding: 1px !important;
  }

  .searchboxtop {
    width: 97%;
    margin-left: 10px;
  }

  #header #logo img {
    max-height: 55px;
  }

  #header {
    width: 100%;
    height: 143px;
  }

  .container-fluid {
    padding: 0px;
  }

  .shopbycat {
    margin: 0;
    position: absolute;
    top: 12px;
    right: 120px;
    width: 90px;
    max-width: 90px;
    border: 0 !important;
  }

  .shopbycat p {
    font-size: 13px;
    line-height: 12px;
  }

  .shopbycat p span {
    font-size: 11px;
  }

  .deliverto {
    width: 100%;
    max-width: 100%;
  }

  .deliverto p {
    font-size: 12px;
  }

  #flip {
    margin-left: 10px;
  }

  .deliverto {
    background: #484848;
    margin-top: 7px;
  }

  .deliverto p.dlvr {
    border-radius: 0;
    padding: 7px;
    padding-left: 33px;
    float: left;
    padding-right: 0;
    border: 0 !important;
  }

  .order_cart {
    padding: 0 10px;
    float: right;
    margin-top: 7px;
    border: 0 !important;
  }

  p.Scart {
    right: 55px;
    top: -97px;
  }

  .select-group-append select.form-control {
    border-radius: 3px 0px 0px 3px;
  }

  #header .input-group-text {
    border-radius: 0px 3px 3px 0px;
  }

  .deliverto p.dlvr .fa {
    left: 10px;
    top: 5px;
  }

  #panel {
    top: 0;
    border-radius: 0;
    padding: 15px;
    z-index: 9;
    transition: 0.2s;
    right: -100%;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
  }

  .activeFlip #panel {
    right: 0;
    z-index: 99999;
  }

  .activeFlip {
    z-index: 99999 !important;
  }

  .activeshopcate {
    z-index: 99999 !important;
  }

  #mobile-nav {
    background: rgba(0, 0, 0, 0.6);
  }

  #mobile-nav ul li {
    border-bottom: 1px solid #cccccc47;
  }

  #flip {
    margin-top: 2px;
    cursor: pointer;
  }

  #panel li a {
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #cccccc7a;
  }

  .activeFlip #flip span {
    border-bottom: 0;
    transform: rotate(45deg);
    position: relative;
    top: 4px;
    left: -1px;
  }

  .activeFlip #flip span i {
    transform: rotate(-90deg);
    position: relative;
    top: -4px;
  }

  #panel ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 230px;
    position: fixed;
    right: -100%;
    background: rgb(0, 0, 0, 0.6);
    top: 0;
    height: 100%;
    padding-top: 20px;
  }

  .activeFlip #panel ul {
    right: 0;
  }

  .activeFlip #flip {
    position: relative;
    z-index: 999999;
  }

  .activeshopcate {}

  .shopbycat_nev {
    position: fixed;
    transition: 0.4s;
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
    background: rgb(0, 0, 0, 1);
    top: 0;
    padding: 0;
    right: -100%;
    overflow-y: scroll;
  }

  .activeshopcate .shopbycat_nev {
    right: 0;
    transition: 0.4s;
  }

  .shopbycat_nev h3 {
    display: block;
    margin: 0;
    color: #fff;
    font-family: 'charmtex';
    padding: 10px;
  }

  .shopbycat_nev li {
    padding: 5px 10px;
    border-bottom: 1px solid #cccccc5e;
  }

  .shopbycat_nev li a {
    color: #fff;
  }

  .shopbycat_nev ul {
    overflow: auto;
  }

  .shopbycat_nev:before {
    display: none;
  }

  .shopbycat:hover {
    border: 0;
  }

  .activeshopcate .shopbycat_nev .fa {
    color: #fff;
    position: absolute;
    right: 0;
    width: 30px;
    display: block;
    left: auto;
    font-size: 21px;
    top: 10px;
    display: block;
  }

  #intro .carousel-item {
    height: 100px;
  }

  #intro {
    height: 100px;
  }

  .order_cart .dropdown-content {
    display: block;
    top: -1000px;
    transition: 0.4s;
    right: 0;
  }

  .acorder .order_cart .dropdown-content {
    transition: 0.4s;
    right: -5px;
    top: 35px;
  }

  .order_cart .dropbtn:hover {
    border: 0;
  }

  .section-header h3 {
    font-size: 21px;
    height: auto;
    padding: 0 10px;
  }

  .section-header h3 img {
    width: 40px;
  }

  #clients {
    padding: 15px 0;
  }

  .height309 {
    height: auto;
  }

  #mobile-nav-toggle {
    position: fixed;
  }

  .onsale .boxText p {
    font-size: 16px;
  }

  .onsale .boxText span {
    font-size: 16px;
  }

  .featured-item h3 {
    font-size: 21px;
    margin-bottom: 0px;
    letter-spacing: 4px;
  }

  .featured-item {
    padding: 5px;
  }

  .featured-item .textBox {
    margin-bottom: 0px;
  }

  .banner-item img {
    max-width: 90%;
  }

  .newslatter label {
    font-size: 13px;
    line-height: 20px;
  }

  .newslatter input.input {
    height: 35px;
    font-size: 13px;
  }

  .newslatter input.input {
    width: 100%;
  }

  .newslatter button.submit {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 35px;
    font-size: 14px;
    line-height: 14px;
  }

  #footer .footer-top h4 {
    margin-top: 0px;
  }

  #footer .footer-top .footer-links {
    margin-bottom: 20px;
  }

  #footer .footer-top {
    padding: 15px;
    background-size: 1000px 100%;
  }

  #footer .footer-top .footer-links {
    padding-left: 15px !important;
  }

  #footer .footer-top h4 {
    font-size: 16px;
  }

  #footer .footer-top .footer-links ul li a {
    font-size: 14px;
  }

  #footer .footer-top .footer-newsletter {
    margin-top: 10px;
    text-align: center;
  }

  .visa {
    margin-right: 0;
  }

  #main {
    overflow: hidden;
  }

  .firsontsale {
    padding-top: 0px;
    margin-bottom: 20px;
  }

  .featured-item .row {
    margin: 0;
  }

  .featured-item .textBox h4 {
    font-size: 13px;
    min-height: 30px;
  }

  .boxText {
    padding: 0;
  }

  .onsale .owl-nav .owl-prev {
    bottom: 95px;
    left: -30px;
    background-size: 30px;
    width: 30px;
  }

  .onsale .owl-nav .owl-prev:hover {
    bottom: 95px;
    left: -30px;
    background-size: 30px;
    width: 30px;
  }

  .onsale .owl-nav .owl-next {
    right: -30px;
    bottom: 95px;
    background-size: 30px;
    width: 30px;
  }

  .onsale .owl-nav .owl-next:hover {
    right: -30px;
    bottom: 95px;
    background-size: 30px;
    width: 30px;
  }

  .slideBoxSec2 {
    padding: 0 35px;
    margin-top: 10px
  }

  .onsale .owl-nav .owl-next {
    right: -30px;
    bottom: 95px;
    background-size: 30px;
    width: 30px;
  }

  .owl-carousel .owl-item img {
    padding: 0;
  }

  .featured-item .textBox {
    min-height: auto;
    padding: 12px;
  }

  .bgbox {
    min-height: auto;
  }

  .featured-item .imgBox img {
    max-height: 150px;
  }

  .featured-item .imgBox {
    height: 180px;
  }

  .featured-item .textBox h4 {
    margin: 10px 0;
  }

  #panel:before {
    display: none;
  }

  .shopnow {
    background: #6ab746;
    position: absolute;
    width: 100%;
    top: 0;
    transition: visibility 0.5s, opacity 0.5s linear;
    visibility: hidden;
    opacity: 0;
  }

  .shopnow h5 {
    font-size: 16px;
  }

  .featured-item .textBox:hover .shopnow {
    transition: visibility 0.5s, opacity 0.5s linear;
    visibility: visible;
    opacity: 1;
  }

  .shopnow h5 {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'charmtex';
    font-size: 21px;
    color: #fff;
    padding: 10px;
    margin: 0;
  }

  .sml-Box .col-md-6.col-sm-6.p-0 {
    width: 50%;
  }

  .onsale.allcate .boxText p {
    font-size: 14px;
  }

  .sml-Box .col-md-6.col-sm-6.p-3.text-center {
    padding-bottom: 0 !important;
  }

  .featured-item .col-md-3.col-sm-6 {
    width: 50%;
    padding: 5px;
  }

  .featured-item .textBox {
    width: 100%;
    padding: 5px;
    background-size: 100% 100%;
  }

  .bgbox {
    width: 100%;
  }

  .banner-item .col-md-6.col-sm-6.p-3.text-center:nth-child(1) {
    padding-bottom: 0 !important;
  }

  .bolileslide {
    display: block;
  }

  .bolileslide2 {
    display: none;
  }

  #clients .owl-nav {
    top: 0;
  }

  #clients .owl-nav .owl-prev {
    bottom: 0;
    top: 40px;
  }

  #clients .owl-nav .owl-next {
    bottom: 0;
    top: 40px;
  }

  .onsale .owl-nav {
    top: 0;
  }

  .onsale .owl-nav .owl-prev {
    bottom: 0;
    top: 40px;
  }

  .onsale .owl-nav .owl-next {
    bottom: 0;
    top: 40px;
  }

  /* ul.bigBanner li{width:50%;} */
  #BannerSection .row {
    margin: 0;
    padding: 0 5px;
  }

  #header {
    padding: 10px 0px;
  }

  .order_cart {
    width: auto;
  }

  .deliverto p.dlvr {
    width: auto;
  }

  .featured-item .imgBox img {
    width: auto;
  }

  .featured-item .textBox h4 {
    padding: 0 5px;
    height: 30px;
  }
}

@media screen and (min-width:360px) and (max-width:575px) {
  #footer .footer-top .footer-links {
    float: left;
    max-width: 50%;
  }

  #footer .footer-top .footer-links:nth-child(3) {}

  #footer .footer-top .footer-newsletter {
    max-width: 50%;
    margin: 0;
  }

  .footer-newsletter .footerlogo {
    width: 90px;
  }

  .footer-newsletter .visa {
    width: 80px;
    margin-top: 5px;
  }

  .featured-item .textBox h4 {
    padding: 0;
    height: auto;
    min-height: auto;
  }

  .onsale .owl-nav .owl-prev {
    bottom: 0;
    top: 40px;
    display: none;
  }

  .onsale .owl-nav .owl-next {
    bottom: 0;
    top: 40px;
    display: none;
  }

  .slideBoxSec2 {
    padding: 0 0px;
    margin-top: 10px;
  }

  #clients .owl-nav .owl-prev {
    bottom: 0;
    top: 40px;
    display: none;
  }

  #clients .owl-nav .owl-next {
    bottom: 0;
    top: 40px;
    display: none;
  }

  .slideBoxSec {
    padding: 0 0px;
  }
}

@media screen and (min-width:640px) and (max-width:768px) {
  .shopbycat {
    right: 440px;
    top: 9px;
  }

  .searchboxtop {
    width: 300px;
    /* max-width:98%; position:absolute; right:135px;*/
  }

  p.Scart {
    right: 70px;
    top: -64px;
  }

  #mobile-nav-toggle {
    top: 6px;
  }

  #header {
    height: 105px;
  }

  .featured-item .row {
    display: table;
    margin: auto;
    /*width:460px;*/
  }

  .featured-item .col-md-3.col-sm-6 {
    max-width: 230px;
    float: left;
    padding: 20px;
  }

  #BannerSection img {
    width: 100%;
  }

  ul.bigBanner li {
    width: 20%;
  }
}

@media screen and (min-width:240px) and (max-width:479px) {
  #intro .carousel-item {
    height: 90px;
  }

  #intro {
    height: 90px;
  }

  .shopbycat {
    right: 120px;
    width: 90px;
  }

  p.Scart {
    right: 55px;
  }

  .deliverto p.dlvr {
    font-size: 12px;
  }
}

@media screen and (min-width:100px) and (max-width:319px) {
  .deliverto p.dlvr {
    font-size: 11px;
  }

  .shopbycat {
    right: 35px;
  }

  p.Scart {
    right: 5px;
    top: 0;
  }

  .order_cart {
    float: left;
    margin: 0;
    width: 100%;
  }

  #intro {
    height: 60px;
  }

  #intro .carousel-item {
    height: 60px;
  }
}

@media screen and (min-width:240px) and (max-width:559px) {
  .bolileslide3 .owl-carousel {
    padding: 15px;
  }

  .bolileslide3 .boxText {
    width: 100%;
    float: none;
  }
}

@media screen and (min-width:1466px) and (max-width:1590px) {
  .nav1 ul li .menu_l.calls {
    font-size: 21px;
    position: relative;
    margin-top: -6px;
    margin-left: 150px;
  }

  .searchboxtop {
    max-width: 63%;
    width: 63%;
  }
}

@media screen and (min-width:1400px) and (max-width:1465px) {
  .nav1 ul li .menu_l.calls {
    font-size: 16px;
    position: relative;
    margin-top: -6px;
    margin-left: 20px;
  }

  .searchboxtop {
    max-width: 63%;
  }
}

@media screen and (min-width:1300px) and (max-width:1399px) {
  .nav1 ul li .menu_l.calls {
    font-size: 19px;
    position: relative;
    margin-top: -5px;
    margin-left: 0px;
  }
}

@media screen and (min-width:1200px) and (max-width:1299px) {
  .nav1 ul li .menu_l.calls {
    font-size: 14px !important;
    position: relative;
    margin-top: -2px !important;
    margin-left: 0px;
  }

  .nav-menu a {
    padding: 5px 5px;
    font-size: 14px:
  }
}

@media screen and (min-width:1100px) and (max-width:1199px) {
  .nav1 ul li .menu_l.calls {
    font-size: 16px !important;
    position: relative;
    margin-top: -3px !important;
    margin-left: 0px;
  }
}

@media screen and (min-width:971px) and (max-width:1099px) {
  .nav1 ul li .menu_l.calls {
    font-size: 14px !important;
    position: relative;
    margin-top: -3px !important;
    margin-left: 0px;
  }

  #nav-menu-container {
    width: 85%;
  }
}

@media screen and (min-width:769px) and (max-width:970px) {
  .nav1 ul li .menu_l.calls {
    font-size: 12px !important;
    position: relative;
    margin-top: -3px !important;
    margin-left: 0px;
  }

  .nav1 ul li>a.menu_l.calls {
    font-size: 9px !important;
  }

  #nav-menu-container {
    width: 85%;
  }

  .nav-menu a {
    font-size: 10px !important;
  }
}

@media only screen and (max-width: 1254px) {
  .process_btn a {
    padding: 0px 0px !important;
  }
}

.btn_custom {
  cursor: pointer;
  background: #65ba2f;
  border: 0;
  color: #fff;
  padding: 5px 40px;
  border-radius: 3px;
}

.btn_custom:hover {
  background: #000 !important;
  color: #fff;
}

.cart_page p {
  padding: 5px 10px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-family: 'charmtex';
  font-size: 14px;
  outline: none;
  border: 1px solid #cccccc00;
  border-radius: 3px;
  transform: scale(1, 0.96);
}

.top-heading {
  margin-top: 20px;
  font-size: 24px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}

.detailbox h1 {
  font-size: 23px;
  font-weight: normal;
  color: #000;
}

.detailbox h2 {
  font-size: 23px;
  font-weight: normal;
  color: #000;
}

#mob_container {
  padding: 0px 15px;
}

.menu_fa_icon {
  padding-right: 15px;
}

.ordermenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ordermenu ul li {
  padding: 10px 0;
  padding-top: 0;
  font-size: 14px;
}

.ordermenu ul a:hover {
  color: #18d26e;
}

.ordermenu a {
  color: #000;
}

.ordermenu {
  background: #39ff1112;
}

.imgzoom {
  transition: transform .1s;
}

.imgzoom:hover {
  transform: scale(1.1);
}

.min_cart_imgzoom {
  transition: transform .1s;
}

/*.min_cart_imgzoom a{    display: block;}*/

/* 
.min_cart_imgzoom:hover { transform: scale(1.4); padding:0px 0px 0px 2px} */
.product_name a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.product_name:hover a {
  color: #50b327;
}

.table_dt_size td {
  font-size: 13px;
}

.sample_icon {
  width: 28px !important;
}

.form_icon {
  width: 15px;
}

.form_label {
  margin-bottom: 0px;
}

.address_page p {
  margin-bottom: 0px;
  padding: 0px 0px;
  text-decoration: none;
  color: #000;
  font-family: 'charmtex';
  font-size: 14px;
  outline: none;
  border: 1px solid #cccccc00;
  border-radius: 3px;
  transform: scale(1, 0.96);
}

.address_card_header {
  background: transparent;
}

.address_add:hover a {
  color: #50b327;
}

.address_add a {
  color: #ccc;
}

.add-bottom-magin {
  margin-bottom: 20px;
}

#tfootcart {
  text-align: right;
}

.checkfont {
  font-size: 13px
}

#main {
  min-height: 185px;
}

.price_right {
  text-align: right;
  display: block
}

.btn_float_right {
  float: right;
}

.detail_view_r {
  text-align: right;
}

.table_history thead th,
td {
  text-align: right;
}

.order_history {
  text-align: left !important;
}

.red_cate a {
  color: #e00202 !important;
  /* background: #ffffff61; */
  font-weight: 700 !important;
}

.red_cate_a {
  color: #e00202 !important;
  font-weight: 700 !important;
}

.sale_icon img {
  float: right;
  max-width: 50px;
}

.free_sample-page {
  background-image: url(https://d34b4liad0aqqr.cloudfront.net/website/assets/site/img/footerlogob.png);
  padding-bottom: 25px !important;
}

.breadcrumb_catalog {
  margin-bottom: 0rem !important;
}

.catalog-page {
  /*background-image: url(https://d34b4liad0aqqr.cloudfront.net/website/assets/site/img/form_bg_image.jpg);*/
  padding-bottom: 25px !important;
}

.catalog_heading {
  margin-bottom: 5%;
  background: #6cb446;
  width: 70%;
  padding: 4px 0;
  color: #fff;
}

.catalog_heading:hover {
  background: #000 !important;
}

.breadcrumb_catalog {
  margin-bottom: 0rem !important;
}

@media (min-width: 576px) {
  .modal-dialog:not(#SpendMoreGetOff .modal-dialog) {
    .modal-dialog {
      max-width: 390px !important;
    }
  }

  #CustomOptionModel .modal-dialog {
    max-width: 412px !important;
  }

  #CustomOptionModel_grid .modal-dialog {
    max-width: 412px !important;
  }
}

.register-page {
  margin: 30px 0px;
}

#default_add {
  border-bottom: 1px solid #ddd;
  padding: 2px 22px;
  color: #75c044;
  font-weight: normal;
}

.bottom_edit a {
  color: #75c044;
  font-weight: normal;
}

.bottom_edit {
  bottom: 0px;
  position: absolute;
  padding: 10px 0px;
}

.address_min-height {
  min-height: 220px
}

.order_addcart {
  background: #6cb446;
  padding: 1px 9px;
  color: #000;
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
}

.order_addcart:hover {
  background: #000 !important;
  color: #fff;
}

#save_order_right {
  float: right
}

.save_order_price {
  color: #c50303;
  font-size: 15px;
}

.save_order_qtybtn input {
  width: 35%;
  height: 35px;
  border: 1px solid #dedcdc;
  border-radius: 3px;
  text-align: center;
  margin: 6px 0px 10px 0px;
}

.save_order_delbtn {
  /* font-size:15px */
}

.cart_drop_left {
  /* margin-right: 10px; */
}

.cart_Qty {
  padding: 10px;
}

.save_cart_del {
  margin-top: 4px
}

.cartthead {
  text-align: left
}

#pro_star {
  margin-left: 10%;
  font-size: 16px;
  color: #f0c454;
}

#pro_star_rating {
  color: #65ba2f;
  font-size: 13px
}

.form_mandatory_fields {
  /* border: 1px solid #ff4242; border-radius: 5px;     */
  /* box-shadow: 0px 0px 2px 0px #ff4242; */
}

#cart-tbody tr>td {
  vertical-align: middle;
}

#printreceipt a {
  float: right;
  font-size: 14px;
  color: #65ba2f !important;
  text-transform: none;
}

.address_right_space {
  /* margin-left:-5%; */
}

.figure.mz-figure img {
  Width: 370px !important;
}

figure.mz-figure {
  width: 100%;
  height: 455px;
  /*display: table-cell;*/
}

/* a[data-zoom-id] img, .mz-thumb img {  border: 0; box-shadow: 0 0 1px 0px rgba(0,0,0,0.3); box-sizing: border-box; margin-top: 68px; */
a[data-zoom-id],
.mz-thumb,
.mz-thumb:focus {
  line-height: 5.5 !important;
}

.input-group-text span {
  color: #c50303;
  padding-left: 5px;
}

#printreceipt select {
  border: none;
  width: 12%;
  color: #6cb446;
  font-size: 16px;
  float: right;
}

#select1:focus {
  border: none
}

.cartdetailrp {
  /* border: 1px solid #ddd; margin: 0px 0px; */
  border-right: 1px solid #ddd;
}

.order_margin p {
  margin-bottom: 4px;
  padding: 0px
}

.show_more_ecart {
  background: #000 !important;
}

@media (min-width: 768px) {
  .cartdetailrp {
    max-width: 23%;
  }

  .address_right_width {
    /*  max-width: 17%; */
  }
}

.box select {
  border-radius: 10px;
  outline: 0;
}

.box select:focus {
  /* 
    box-shadow: 0 0 7px rgba(246, 206, 120, 1); */

}

.box .select-items {
  position: absolute;
  background-color: #000;
}

.box select::-webkit-scrollbar {
  display: none;
}

.box select::-moz-scrollbar {
  display: none;
}

.box select::-o-scrollbar {
  display: none;
}

.box select::-google-ms-scrollbar {
  display: none;
}

.box select::-khtml-scrollbar {
  display: none;
}

.checkout_add-size p {
  font-size: 13px;
  margin: 0 0 6px 0;
}

.address_btn {
  margin-bottom: 20px !Important
}

.multi_address {
  font-size: 13px;
  text-align: right;
  /* float: right; */
  margin: -21px 0;
}

.add_new_address {
  margin-bottom: 0px
}

.full_md {
  background: -webkit-linear-gradient(top, #ddd, #f7f7f7 3px, #fff);
  padding: 13px 0px;
}

.choose_address {
  background: -webkit-linear-gradient(bottom, #ddd, #f7f7f7 3px, #fff);
  padding: 13px 0px;
  margin-bottom: 20px;
}

.address_btn a {
  color: #fff !important;
}

.checkout-page {
  padding-bottom: 20px !important;
}

.checkout_btn {
  float: right;
  font-size: 15px;
}

.address_btn_last {
  width: 42%;
}

.top_row {
  margin: 0px 0px
}

select.select_bg option:focus {
  background: #000 !important;
}

select:focus>option:checked {
  background: #000 !important;
  color: #fff;
}

.show_more_ecart:hover {
  background: #6cb446 !important;
}

#bottom-border span {
  font-weight: normal;
  color: #50b327;
  font-size: 17px;
}

.required em {
  font-size: 19px;
  color: #222222;
}

.input-box>.required-entry {
  border: 1px dotted #cccccc8c !important;
}

.qtybtn input::-webkit-inner-spin-button {
  opacity: 1;
}

.sample_heading {
  margin-bottom: 2px;
  font-weight: normal;
  padding-left: 5px;
}

.order_search_btn {
  width: 100%;
  cursor: pointer;
  background: #65ba2f;
  border: 0;
  color: #fff;
  padding: 6px 0px;
  border-radius: 3px;
}

.order_view_padding {
  padding: 5px 10px;

}

#check_rightbg {
  padding: 10px 15px;
  border-top: 1px solid #ccc;
}

.check_process_btn a {
  color: #fff;
  font-weight: normal;
  font-size: 17px;
}

.check_process_btn {
  background: #65ba2f;
  padding: 6px;
  text-align: center;
  color: #fff !important;
}

.check_process_btn:hover {
  background: #000 !important;
  color: #fff;
}

#check_rightbg p {
  text-align: center;
  font-size: 13px;
  margin-bottom: 15px;
}

.total_table h6 {
  margin-bottom: 0px;
  padding: 8px;
}

.check_out_table th,
td {
  font-size: 12px;
  padding: 3px 5px !important;
}

.check_out_table {
  margin-bottom: 0px
}

#check_cartcheck {
  background: #dddddd4f;
  padding: 1px;
}

#check_cartcheck p {
  margin: 5px;
  text-align: center;
}

.checkout_bottom_edit a {
  color: #75c044;
  font-weight: 400;
}

.check_out_cartb {
  min-height: 204px;
  background: #cccccc29;
}

.padding {
  border: 1px solid #ddd;
  padding: 8px;
  margin-bottom: 15px;
}

.padding h5 {
  color: #222;
  font-weight: normal;
  margin-bottom: 5px;
}

.padding label {
  color: #222;
  font-weight: normal;
}

.check_out_color {
  color: #222
}

.checkout_cartbox {
  border-right: 1px solid #ccc;
}

.blue_a_tag {
  color: blue;
}

.checkout_top-heading {
  margin-top: 20px;
  margin-bottom: 19px;
  font-size: 24px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}

.detail_view_a a:hover {
  color: blue;
}

/* start Faq Css */


// FAQ
.faq-nav {
  flex-direction: column;
  margin: 0 0 32px;
  border-radius: 2px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);

  .nav-link_faq {
    position: relative;
    display: block;
    margin: 0;
    padding: 13px 16px;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    color: #616161;
    transition: background-color .2s ease;

    &:hover {
      background-color: #f6f6f6;
    }

    &.active {
      background-color: #f6f6f6;
      font-weight: normal;
      color: rgba(0, 0, 0, .87);
    }

    &:last-of-type {
      border-bottom-left-radius: 2px;
      border-bottom-right-radius: 2px;
      border-bottom: 0;
    }

    i.mdi {
      margin-right: 5px;
      font-size: 18px;
      position: relative;
    }
  }
}

// TAB CONTENT
.tab-content {
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}

.card {
  border-radius: 0;
}

.card-header_faq {
  padding: 2px 16px;
  border-radius: 0;
  background-color: #f6f6f6;


}

h5 {
  margin: 0;

  button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    font-weight: normal;
    color: rgba(0, 0, 0, .87);
    text-align: left;
    white-space: normal;

    &:hover,
    &:focus,
    &:active,
    &:hover:active {
      text-decoration: none;
    }
  }
}
}

.card-body {
  p {
    color: #616161;

    &:last-of-type {
      margin: 0;
    }
  }
}
}


// BORDER FIX
.accordion {
  >.card {
    &:not(:first-child) {
      border-top: 0;
    }
  }
}

.collapse.show {
  .card-body {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
  }
}

.nav-pills .nav-link_faq.active,
.nav-pills .show>.nav-link_faq {
  color: #fff;
  background-color: #007bff;
}

.faq-nav .nav-link_faq.active {
  background-color: #f6f6f6;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

.nav-pills .nav-link_faq.active,
.nav-pills .show>.nav-link_faq {
  color: #fff;
  background-color: #6cb446;
}

.faq-nav .nav-link_faq {
  position: relative;
  display: block;
  margin: 0;
  padding: 13px 16px;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  color: #616161;
  transition: background-color .2s ease;
}

.faq-nav {
  flex-direction: column;
  margin: 0 0 32px;
  border-radius: 2px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}

.card-header_faq h5 {
  margin-bottom: 0;
}

.faq-page {
  padding-bottom: 15px;
}

.btn-link-faq:hover {
  color: #6cb446;
  text-decoration: none;
}

.nav-link_faq .fa {
  width: 22px;
}

.cart>.card-header_faq>h5>btn-link-faq:after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 3rem;
  content: "\f106";
  color: #1f7de2;
  float: right;
  margin-top: -12px;
}

/* end Faq Css */

.sliderbobx {
  background: linear-gradient(-180deg, rgba(234, 237, 237, 0), #fff0);
  position: absolute;
  bottom: -25px;
  z-index: 1;
}

#introCarousel>.carousel-inner {
  position: unset !important;
}

#intro .carousel-item {
  width: 100%;
  height: 620px;
  background-size: cover;
  background-position: initial;
  background-repeat: round;
}

.carousel-control-next,
.carousel-control-prev {
  bottom: 50%;
}

.carousel-indicators {
  bottom: 50%;
}


.container_slider {
  max-width: 1455px;
  margin: 0px 64px;
}

.full_container {
  max-width: 100% !important;
  margin: 0px 0px !important;
}

/* .container{
  max-width:1455px
} */
/*.inner2_slider {
    position: relative;
    width: 100%;
    overflow: inherit !important;
}*/



.select-group-append>select:focus>option:checked {
  background: #fff !important;
}


.morecardh {
  background: #000;
  color: #fff;
}

.morecardh h5 {
  margin: 0px;
  padding: 5px 0px;
  text-align: center;
  font-size: 18px;
}

.morecart .row {
  padding: 0px 20px;

}

.view_order_grid {
  cursor: pointer;
  background: #222;
  border: 0;
  color: #fff;
  padding: 5px 31px;
  border-radius: 3px;
}

.view_order_grid:hover {
  background: #65ba2f;
  color: #222;
}

.hidecart {
  cursor: pointer;
  background: #222;
  border: 0;
  color: #fff;
  padding: 5px 31px;
  border-radius: 3px;
}

.hide-to-show {
  overflow: hidden;
  margin-bottom: 30px;
}

.hide-cart {
  position: absolute;
  display: contents;
  padding: 0px 20px;
}

.more-addcart {
  margin: 20px 20px;
}

.hide-price span {
  font-size: 14px;
  color: #000;
  display: block;
}

#hidebackground {
  background: #f7f7f7;
}

.hide_div-td td {
  text-align: left
}

.hide_div-td th {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

/*.form-control{
  height: 33px !important;
}*/
#hidecolor {
  color: #000 !Important;
}

.color_right_icon {
  transform: rotate(-90deg);
  ;
}

span.regular-price {
  font-size: 19px;
}

.detailbox p {
  margin-bottom: 5px;
  padding-bottom: 3px;
}

#bottom-border {
  border-bottom: 1px solid #ddd;
}

a.viewspece {
  font-size: 17px;
  padding: 0px 6px !important;
  border-radius: 5px;
  display: block;
  float: right;
  background: TRANSPARENT;
  color: #50b327 !important;
}

span.sale-price {
  display: inline !important;
}

span.regular-price {
  display: inline !important;
}

.signupbox {
  border: 1px #ccc solid;
  padding: 0% 6%;
}

#sign_padding {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

::placeholder {
  color: #c50303;
  opacity: 1;
  /* Firefox */
}

#orderh {
  margin: 0 0 0px 0;
  color: #000;
  font-size: 15px;
  font-weight: normal;
}

.ordericon {
  margin: 0 0 0px 0;
}

.oderboxp {
  padding: 27px 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  max-height: 120px;
  cursor: pointer;
  min-height: 120px;
  margin: 5px 0px 5px 0px;
}

.oderboxp:hover {
  background: #fff;
  box-shadow: 2px 2px 15px 0 rgb(135 135 135 / 40%);
  transition: all 0.5s ease 0s;
  transform: translateY(-10px);
}

.oderboxp:hover .ordericon img {
  transform: translateY(-10px);
}

.box_bg_gerr {
  background: #80daeb;
}

.box_bg_gerr1 {
  background: #fdbcb4;
}

.box_bg_gerr2 {
  background: #b1df93;
}

.box_bg_gerr3 {
  background: #c9a4de;
}

.box_bg_gerr4 {
  background: #dbd7d2;
}

.box_bg_gerr5 {
  background: #a4b9ff;
}

.oderboxp .ordericon img {
  transition: all 0.5s ease 0s;
}

.oderboxp p {
  margin: 0 0 0px 0;
  font-size: 14px;
}

.ya-card-row {
  display: table;
  height: 100%;
  margin-bottom: 20px;
  width: 100%;
}

.oderbox {
  margin-right: 10px;

}

.rowa {
  margin-right: 0px;
  margin-left: 0px;
}

@media screen and (min-width: 768px) {
  .oderbox {
    max-width: 30.333333%;
  }

}

.search_top {
  background: transparent;
  border: none;
  cursor: pointer;
  background-color: #75c044;
  border: 1px solid #a8a9ae;
  color: #000;
  border-radius: 0px 3px 3px 0px;
  padding: 0.40rem .75rem 0.40rem .75rem;

}

/********************Cart***************************/
.cart_title1 {
  padding: 0px 0px 0px 10px;
  color: #000 !important;
  margin: 0px 0px -16px 72px !important;
  font-size: 11px !important;
}

.cart_drop_left {
  padding-left: 0px;
  color: #c50303;
  font-weight: normal;
  font-size: 0.9rem;
}

.cart_drop_left1 {
  padding-left: 0px;
  color: #c50303;
}

.qtybtn .qty_1 {
  padding-left: 29px;
}

.cart_title2 {
  padding: 0px 0px 0px 10px;
  color: #000 !important;
  margin: 0px 0px -16px 72px !important;
  font-size: 11px !important;
}

.qty_2 {
  padding-left: 29px;
}

.cart_title3 {
  padding: 0px 0px 0px 25px;
  color: #000 !important;
}

.qty_3 {
  padding-left: 29px;
}

.cart_title4 {
  padding: 0px 0px 0px 25px;
  color: #000 !important;
}

.qty_4 {
  padding-left: 29px;
}

.min_cart_imgzoom2 {
  transition: transform .1s;
}

.min_cart_imgzoom3 {
  transition: transform .1s;
}

.min_cart_imgzoom4 {
  transition: transform .1s;
}

.title1_1 {
  margin-top: -54px;
}

.title1_2 {
  margin-top: -43px;
}

.proctlistbxrate {
  margin-top: 20px;
  padding-left: 25px;

}

.proctlistbxrate2 {
  margin-top: 29px;
  padding-left: 25px;

}

.proctlistbx>ul {
  max-height: 105px;
}

.non_hover_qty1 {
  font-size: 15px;
}

.non_hover_qty2 {
  font-size: 15px;
}

/ add new css / .imgzoom_1>.proctlistbxrate {
  display: inline-flex;
}

.imgzoom_1>.proctlistbxrate>.del_save_link1 {
  display: none;
}

.imgzoom_1>.proctlistbxrate>.cart_drop_left {
  display: block;
}

.imgzoom_1>.proctlistbxrate>.non_hover_qty1 {
  display: block;
  padding-left: 3px;
}

.imgzoom_1>.title1_1 {
  display: none;
  width: 100%;
}

.imgzoom_1>.qty_1 {
  display: none
}

.imgzoom_1.imgzoom_hover>.del_save_link1 {
  display: show !important;
}

.imgzoom_1.imgzoom_hover>.min_cart_imgzoom {
  transform: scale(0.8) !important;
  padding: 0px 0px 0px 2px !important;
  margin: -21px -6px !important;
}

.imgzoom_1.imgzoom_hover>.proctlistbxrate {
  margin-top: -9px !important;
  display: block;
}

.imgzoom_1.imgzoom_hover>.proctlistbxrate>.non_hover_qty1 {
  display: none !important;
}

.imgzoom_1.imgzoom_hover {
  background: rgba(221, 221, 221, 0.1) !important;
}

.imgzoom_1.imgzoom_hover>.title1_1 {
  display: block !important;
}

.imgzoom_1.imgzoom_hover>.qty_1 {
  display: block !important;
  padding-left: 9px;
  margin-top: 17px;
}

.imgzoom_1.imgzoom_hover>.proctlistbxrate>.del_save_link1 {
  display: block;
}

.imgzoom_1.imgzoom_hover>.proctlistbxrate>.cart_drop_left {
  display: block;
  padding-bottom: 5px;
}

.imgzoom_1.imgzoom_hover>.proctlistbxrate>.non_hover_qty1 {
  display: none;
}

/********************Cart***************************/

#Zoom-1 {
  margin: auto;
}

/*.larg_view{display: inline-flex;}*/
.sku_name {
  color: #666666 !important;
  font-size: 1rem !important;
  font-weight: normal !important;
  margin-left: 4px !important;
}

.product_unit_type {
  /*color: #666666 !important;*/
  font-weight: normal !important;
  margin-left: 4px !important;
}

.typeahead li.active {
  background: #ccc !important;
}

div#zoom-fig {
  min-height: 460px;
}

.hideprice {
  min-height: 50px;
}

.attribute_box select {
  margin-top: 0px !important;
}

.attribute_box {
  margin-bottom: 8px;
  float: left;
  width: 100%
}

.attribute_names {
  margin-bottom: 0px !important
}

em.error {
  color: #ff0000;
}

.error_box {
  border: 2px dotted #ee5e5d !important;
}

.error_box:focus {
  outline: none;
}

.min_cart_empty {
  font-size: 13px;
}

#discount_row {
  color: #d81c1c
}

.place_your_order {
  border: none;
  background: transparent;
  color: #fff;
  font-weight: normal;
  font-size: 17px;
  width: 100%;
  cursor: pointer;
}

.thaq_ubox h2 {
  margin-bottom: 2px;
}

.thaq_ubox p {
  margin-bottom: 0px;
}

.thaq_ubox {
  margin-bottom: 25px;
}

#printreceipt a {
  float: right;
  font-size: 14px;
  color: #65ba2f !important;
}

.address-file {
  border-style: dashed;
  height: 220px;
  width: 460px;
  border-color: #C7C7C7;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.address-bot-padding {
  padding-bottom: 15px;
}

.checkout_new-address-box {
  padding-bottom: 0px !important;
}

.checkout_new-address-box .address-file {
  height: 205px !important;
}

/***********26-12-2019**********/
.tabletd tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}

.tabletd thead th {
  border-bottom: 1px solid #dee2e6;
}

.lastborder {
  margin-bottom: 20px;
}

.ordermenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.table td {
  padding: 9px;
}

.table td,
.table th {
  padding: 8px !important;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

vieworderbtn hover,
a:active,
a:focus {
  color: #000;
}

/*.mz-lens {
  opacity: 0;
  display: none;
}*/
/*.mz-lens {
  height: 100px !important;
  width: 100px !important;
}*/
.font-sm {
  font-size: 14px;
}

.divwidth {
  width: 100% !important;
}

/*********27-12-2019***********/
span.remove_price {
  text-decoration: line-through;
  font-size: 0.9rem;
  color: #4e4949;
}

#carth {
  margin: 0 0 0px 0;
}

.cartbox {
  border-top: 1px solid #ccc;
  font-size: 14px;
  padding: 8px 8px;
}

.cartright {
  border: 1px solid #ccc;
  height: fit-content;
  font-size: 14px;
  padding: 0px;
}

.cartbtn-color {
  cursor: pointer;
  background: #65ba2f;
  border: 0;
  color: #fff;
  padding: 5px 40px;
  border-radius: 3px;
  width: 100%;
}

.cartbtn {
  padding-bottom: 10px;
}

#rightbg {
  background: #f7f7f7;
  padding: 10px 15px;
  border-top: 1px solid #ccc;
}

#rightbg p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 13px;
}

#rightemi {
  padding: 10px 15px;
}

#cartcheck {
  padding: 10px 15px;
}

#emishow {
  margin: 12px 0px 12px 0px;
}

.cartlest li {
  list-style: none;
  display: inline;
}

.cartlest ul li:nth-child(2) {
  border-left: 1px solid #ccc;
}

.cartqty {
  height: calc(1.0rem + 10px);
  border-radius: 0;
  padding: 0px 0px 6px 0px;
  text-align: center;
}

#colorsize {
  padding: 1px 0px;
}

#colorsize span {
  font-weight: normal;
}

#cart-right-price {
  float: right;
  margin-bottom: 0px;
}

.top-heading {
  margin-top: 20px;
}

.lastborder {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.red {
  color: #ee5e5d;
}

/*LLLLLLLLLLLLLLLLLLLLLLLLLL*/
.boxprice {
  color: #c50303;
  bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
}

.price_name .sale_price {
  color: #c50303;
  bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
}

/*.slidebox{min-height: 150px;max-height: 150px;display:inline-flex;position: relative;  margin: 0;width:100%;}*/
.slidebox {
  display: table-cell;
  position: relative;
  margin: 0;
  width: 100%;
  vertical-align: middle;
  height: 150px;
}

.slidebox>img {
  max-height: 145px;
  margin-bottom: 5px;
}

.slidebox>a>.img_box>img {
  max-height: 145px;
  margin-bottom: 5px;
}

.slidebox>a {
  margin: auto;
  text-align: center;
}

.slidebox>a>img {
  max-height: 160px;
  margin-bottom: 5px;
}

.slidebox>a>span>img {
  max-height: 160px;
  margin-bottom: 5px;
}

.slidebox>a>span {
  text-align: center
}

.onsale.allcate .slidebox p {
  bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
}

.owl-carousel.owl-drag .owl-item {
  text-align: center;
  padding: 0 10px;
}

.owl-carousel.owl-drag .owl-item>p {
  text-align: center;
}

.bgbox a>h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.buyGetCoupon {
  font-size: 16px;
  color: #c50303;
}

.buyGetCoupon_order {
  font-size: 12px;
  color: #c50303;
}

.cursor_pointer {
  cursor: pointer !important;
}

#onsale.firsontsale {
  margin-top: 0%;
}

@media screen and (min-width:2100px) and (max-width:2300px) {
  #onsale.firsontsale {
    margin-top: 4%;
  }
}

@media screen and (min-width:2301px) and (max-width:2499px) {
  #onsale.firsontsale {
    margin-top: 4%;
  }
}

@media screen and (min-width:2500px) and (max-width:3499px) {
  #onsale.firsontsale {
    margin-top: 3%;
  }
}

@media screen and (min-width:3500px) and (max-width:4999px) {
  #onsale.firsontsale {
    margin-top: 2%;
  }
}

@media screen and (min-width: 5000px) {
  #onsale.firsontsale {
    margin-top: 1.5%;
  }
}

@media screen and (min-width: 2500px) {
  .container-fluid {
    max-width: 1455px;
  }

  .deliverto_web {
    max-width: 1455px;
    margin: auto;
  }

  #header {
    /*height: 170px;*/
    position: relative;
  }

  .container-fluid {
    max-height: 100%;
  }

  .full_container {
    max-width: 1455px !important;
    margin: auto !important;
  }

  .searchboxtop {
    width: 58%;
    margin-left: 13px;
  }

  #nav-menu-container {
    top: 0px;
  }

  .nav1 ul li .menu_l.calls {
    font-size: 21px;
    position: relative;
    margin-top: -2px;
    margin-left: 9px;
  }

  #nav-menu-container .nav-menu {
    margin: 0;
  }

  .pull-right {
    margin-right: 3%;
  }

  .deliverto p.dlvr {
    width: 264px;
    line-height: 24px;
  }

  .order_cart {
    width: 258px;
  }

}

.related.slidebox>a>span>img {
  max-height: 130px;
}

.sale_price {
  color: #c50303;
}

.sub-category-image {
  top: 60%;
  position: absolute;
}

p iframe {
  text-align: center;
  height: 550px;
  width: 100%;
}

.home_body {
  background: #eeeeee;
}

#intro>.intro-container>.carousel-slide>.inner2_slider::before {
  background: linear-gradient(-180deg, rgba(234, 237, 237, 0), #eeeeee);
  bottom: 0;
  content: "";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00EAEDED', endColorstr='#EAEDED', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00EAEDED', endColorstr='#EAEDED',GradientType=0)";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 250px;
  z-index: 1;
}

span.sale_icon {
  position: absolute;
  right: 0;
  width: 40px;
  z-index: 9;
}

.abotitle {
  font-size: 20px;
}

.sale_icon.detail_page_sale_icon {
  right: 18px;
  width: 50px;
}

span.maroonred {
  color: #c50303 !important;
}

span.error_Newsletter {
  text-align: center;
  padding-left: 78px;
  margin: auto;
}

h3.custom_heading {
  Font-size: 21px;
  Color: #444;
  Font-weight: 400;
}

/*--thank you pop starts here--*/
.thank-you-pop {
  width: 100%;
  padding: 20px;
  text-align: center;
}

.thank-you-pop img {
  width: 76px;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 25px;
}

.thank-you-pop h1 {
  font-size: 42px;
  margin-bottom: 25px;
  color: #5C5C5C;
}

.thank-you-pop p {
  font-size: 20px;
  margin-bottom: 27px;
  color: #5C5C5C;
}

.thank-you-pop h3.cupon-pop {
  font-size: 25px;
  margin-bottom: 40px;
  color: #222;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  border: 2px dashed #222;
  clear: both;
  font-weight: normal;
}

.thank-you-pop h3.cupon-pop span {
  color: #03A9F4;
}

.use_all_product {
  margin-top: 38px;
  visibility: visible;
  opacity: 1;
}

#all_p_cate {
  position: absolute;
  top: 27px;
  background: #65ba2f;
  padding: 2px;
  border-radius: 5px;
  box-shadow: 0 2px 5px #222;
  transition: visibility 0.5s, opacity 0.5s linear;/ opacity: 1;/width: 260px;
  border: 1px solid #65ba2f;
  max-height: 80vh;
  overflow-x: auto;
  direction: rtl;
}

#all_p_cate::-webkit-scrollbar {
  width: 6px;
}

/* Track */
#all_p_cate::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
#all_p_cate::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
#all_p_cate::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#all_p_cate li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'charmtex';
  font-weight: normal;
  display: block;
  padding: 5px;
}

#all_p_cate .fa.fa-caret-right {
  display: block;
  position: absolute;
  left: auto;
  right: 10px;
  top: 9px;
}


#all_p_cate>li>ul.submenu {
  display: none;
  position: absolute;
  left: 98%;
  top: 0;
  background: #f3f1f1fa;
  padding-left: 20px;
  width: 600px;
  height: auto !important;
}

#all_p_cate>ul.submenu li {
  display: inline-block;
  width: 49%;
}

#all_p_cate li ul.submenu a {
  color: #222;
  font-weight: 500;
  text-transform: inherit;
}

#all_p_cate>li>a:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
}


/*--thank you pop ends here--*/
.imgzoom.table_img {
  padding: 0;
}

.dlvr a {
  color: #fff;
}

.viewspece.flammability_btn {
  cursor: pointer;
  background: #222;
  border: 0;
  color: #fff !important;
  padding: 5px 10px !important;
  border-radius: 3px;
}

.viewspece.flammability_btn:hover {
  background: #65ba2f;
  color: #222 !important;
}

/*--start mobile home page--*/
ul.mob_bigBanner {
  padding: 0px 0px;
  margin: 0;
  list-style-type: none;
}

.mob_maine_padding {
  padding: 0px 4px !important;
}

.fa-bars_icon {
  background-image: url(https://d34b4liad0aqqr.cloudfront.net/website/assets/site/img/menu_icon.png);
}

.fa-bars_icon {
  background-size: 25px 16px;
  width: 25px;
  height: 16px;
  outline: 0;
  margin-top: 8px;
}

.fa-times {
  background-image: url(https://d34b4liad0aqqr.cloudfront.net/website/assets/site/img/close_icon.png);
}

.fa-times {
  background-size: 21px 16px;
  width: 21px;
  height: 16px;
  outline: 0;
}

/*.owl-carousel.owl-drag .owl-item:active{width:160px !Important;} */
body.mobilebody .see_more {
  padding: 5px 0px 5px 0px;
  margin: 0px 7px 5px 7px;
  border-top: 1px solid #afd899;
}

body.mobilebody .see_more_icon {
  float: right;
  color: #ccc;
}

body.mobilebody h3.custom_heading {
  Font-size: 20px;
  Color: #111;
  Font-weight: 400;
  padding: 5px 0 0 15px;
}

body.mobilebody .see_more a {
  color: #03A9F4;
}

body.mobilebody .mob_detail_related .owl-item {
  border: 1px solid #E5E5E5;
}

body.mobilebody .owl-item {
  border-right: 1px solid #E5E5E5;
}

body.mobilebody .first_owl .owl-item.active {
  width: 200px !Important;
  margin: 0 10px;
}

body.mobilebody .mob_first_owl .owl-nav.disabled {
  display: none !important;
}

body.mobilebody #clients .detail_related_slider .owl-nav .owl-prev {
  left: 0px;
}

body.mobilebody #clients .detail_related_slider .owl-nav .owl-next {
  right: 0px;
}

body.mobilebody .owl-carousel.on_sale_mob .owl-stage-outer {
  min-height: 202px;
  max-height: 202px;
  padding: 10px 1px;
}

body.mobilebody .owl-carousel.mob_detail_related .owl-stage-outer {
  min-height: 235px;
  max-height: 235px;
}

body.mobilebody .owl-carousel.mob_detail_related .owl-stage-outer .owl-stage .owl-item {
  min-height: 220px;
  max-height: 220px;
  border: none;
}

body.mobilebody .price_name.sale_price {
  font-size: 14px;
}

.mob_slider_banner {
  border-top: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
}

.mob_firsontsale {
  padding: 0px;
}

.mob_featured-item {
  /* background:#fff */
}

.mob_featured-item {
  padding: 5px;
  margin-bottom: 10px;
}

.mob_featured-item .row {
  margin: 0;
}

.mob_featured-item .col-md-3.col-sm-6 {
  width: 50%;
  padding: 5px;
}

.mob_featured-item .textBox {
  width: 100%;
  padding: 5px;
  background-size: 100% 100%;
}

.mob_featured-item .textBox .bgbox {
  background: #fff;
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.mob_featured-item .imgBox {
  height: 180px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  transition: transform .2s;
}

.mob_featured-item .textBox h4 {
  padding: 0;
  height: auto;
  min-height: auto;
}

.mob_featured-item .imgBox img {
  width: auto;
}

.mob_fadeInLeft h3 {
  margin: 5px 0
}

.mob_featured-item .textBox .bgbox .price_name p {
  margin: 0 0 5px 0;
}

.mob_featured-item .textBox .bgbox .price_name.addtocatr {
  font-family: 'charmtex';
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  background: #75c044;
  display: block;
  padding: 5px;
  border-radius: 3px;
  width: 110px;
  margin: 2px auto;
}

.mob_featured_item.col-md-13 {
  -ms-flex: 0 0 50% !important;
  flex: 0 0 50% !important;
  max-width: 50% !important;
}


@media (max-width: 360px) {
  body.mobilebody .carousel-indicators {
    bottom: 0 !important;
  }
}

@media screen and (max-width: 768px) and (min-width: 640px) {
  .featured-item .mob_featured_item.row {
    display: flex;
    margin: auto;
    width: 100%;
  }
}

.mob_view.featured-item {
  padding: 10px;
}

/*--end mobile home page--*/
body.mobilebody ol.carousel-indicators {
  display: inline-flex;
}

body.mobilebody ol.carousel-indicators li {
  width: 8px;
  height: 8px;
  border-top: none;
  border-bottom: none;
  border-radius: 50px;
}

body.mobilebody .mob_banner_box {
  min-height: 110px;
  max-height: 110px;
  background: #fff;
  border: 2px solid #7aa838;
  position: relative;
}

body.mobilebody .mob_banner_box h5.mob_box_heading {
  font-weight: 600 !important;
  margin: 0 0 20px 0;
}

body.mobilebody .web_address {
  display: none;
}

body.mobilebody .mob_intro .carousel-item {
  height: 125px !important;
}

body.mobilebody #header #logo {
  padding-left: 50px;
}

body.mobilebody #mobile-nav-toggle {
  top: 0px;
  left: 5px;
}

span.mini_cart_text {
  display: inline !important;
  position: relative;
  top: 3px;
}

body.mobilebody span.mini_cart_text {
  display: none !important;
  position: relative;
  top: 3px
}

body.mobilebody .select-group-append {
  display: none;
}

body.mobilebody .searchboxtop {
  width: 98%;
  margin-left: 10px;
  top: -14px;
}

body.mobilebody .shopbycat {
  right: 15px;
  width: 90px;
  top: 100%;
}

body.mobilebody ul.mobi_list_ul {
  list-style: none;
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}

body.mobilebody ul.mobi_list_ul li {
  display: inline;
  padding: 0px 5px;
  font-size: 13px;
  padding: 0px 8px;
  font-size: 12px;
  font-weight: 500;
}

body.mobilebody .searchboxtop input.form-control {
  border-radius: 3px 3px 3px 3px;
}

body.mobilebody .searchboxtop .search_top {
  border-radius: 0px 3px 3px 0px;
}

body.mobilebody .imgzoom.table_img>a>img {
  max-height: 100%;
  position: initial !important;
}

body.mobilebody .imgzoom.table_img {
  margin: auto;
  max-height: 85px;
}

body.mobilebody .imgzoom.table_img>img {
  max-height: 100%;
}

body.mobilebody .imgzoom.mob_img_cart>a>img {
  max-height: 100%;
  position: initial !important;
}

.imgzoom.mob_img_cart {
  padding: 0;
}

/*
@media (min-width: 1024px){.dropbtn.mob_account{display:none}.mob_nav{display:none;}.mob_account_list {display:none;}.mob_nav{display:none !important;}.mob_order_cart{display:none;}}
@media (max-width: 1025px){.dropbtn.web_account{display:none}.web_nav{display:none;}}*/
@media (min-width: 1024px) {
  /*{.dropbtn.mob_account{display:none}*/
  /*.mob_nav{display:none;}*/
  /*.mob_account_list {display:none;}*/
  /*.mob_nav{display:none !important;}*/
  /*.mob_order_cart{display:none;}*/
}

@media (max-width: 1025px) {
  /*.dropbtn.web_account{display:none}*/
  /*.web_nav{display:none;}*/
  /*#addcardBTN{display:none;}*/
}


@media (min-width: 767px) {
  .checkout_style_mob {
    display: none;
  }
}

@media (max-width: 767px) {
  .checkout_style_web {
    display: none;
  }

  .checkout_price_web {
    display: none;
  }
}

ol.carousel-indicators {
  display: none;
}

body.mobilebody .dropbtn.mob_account {
  display: block;
}

body.mobilebody .dlvr a {
  display: -webkit-inline-box;
  vertical-align: -webkit-baseline-middle;
}

body.mobilebody .searchboxtop .form-control {
  height: px;
}

body.mobilebody .mob_account_list {
  top: 85px;
  position: absolute;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 15px 0;
}

body.mobilebody .deliverto {
  margin-top: 40px;
  width: 100%;
  max-width: 100%;
  background: #484848;
  padding-bottom: 8px;
}

body.mobilebody ul.mobi_list_ul li>a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

body.mobilebody span.mob_number_cart {
  display: inline-block;
  background: url(https://d34b4liad0aqqr.cloudfront.net/website/assets/site/img/cart.png) no-repeat center;
  width: 25px;
  height: 25px;
  position: relative;
  top: -2px;
  margin-right: 5px;
  text-align: center;
  color: #39ff14;
  top: 31%;
}

body.mobilebody .mob_order_cart p.Scart {
  top: 7px;
  right: 3px;
}

body.mobilebody .mob_order_cart {
  text-align: right;
  padding-right: 42px;
  color: #fff;
}

.mob_order_cart span.mob_number_cart strong {
  position: relative;
  left: 1px;
  top: -9px;
}

@media screen and (max-width: 730px) and (min-width: 321px) {
  body.mobilebody .searchboxtop {
    width: 95%;
  }

  body.mobilebody .searchboxtop {
    max-width: 100%;
    position: relative;
    right: -5px;
  }
}

@media screen and (max-width: 811px) and (min-width: 731px) {
  body.mobilebody .searchboxtop {
    width: 98%;
  }

  0 body.mobilebody .searchboxtop {
    max-width: 100%;
    position: relative;
    right: 0;
  }
}

@media screen and (max-width: 1022px) and (min-width: 812px) {
  body.mobilebody .searchboxtop {
    width: 97%;
    left: 0;
  }

  body.mobilebody .searchboxtop {
    max-width: 100%;
    position: relative;
    right: 0;
  }

  body.mobilebody .shopbycat {
    right: 9px;
    width: 90px;
    left: auto;
    top: 93%;
  }

  body.mobilebody #header #logo img {
    max-height: 42px;
  }

  body.mobilebody #header {
    width: 100%;
    height: 140px;
  }

  body.mobilebody .deliverto {
    margin-top: 15px;
    padding-top: 5px;
  }

  body.mobilebody .deliverto p.dlvr {
    float: left;
  }

}

@media screen and (max-width: 1024px) and (min-width: 1022px) {
  body.mobilebody .searchboxtop {
    width: 86%;
    left: 0;
  }

  body.mobilebody .searchboxtop {
    max-width: 100%;
    position: relative;
    right: 0;
  }

  body.mobilebody .shopbycat {
    right: 9px;
    width: 100px;
    left: auto;
    float: right;
    margin-top: -22px;
  }

  body.mobilebody #header #logo img {
    max-height: 42px;
    margin-left: 20px;
  }

  body.mobilebody #header {
    width: 100%;
    height: 154px;
  }

  body.mobilebody .deliverto {
    margin-top: 0px;
    padding-top: 5px;
  }

  body.mobilebody .deliverto p.dlvr {
    float: left;
  }

  body.mobilebody #mobile-nav-toggle {
    top: 0px;
    left: 15px;
  }
}

@media screen and (max-width: 822px) and (min-width: 240px) {
  body.mobilebody #header #logo img {
    max-height: 42px;
  }
}

.fa-chevron-left:before {
  font-size: 45px;
  color: #dfdfdf;
}

.fa-chevron-right:before {
  font-size: 45px;
  color: #dfdfdf;
}

@media (max-width: 812px) {
  body.mobilebody .col-md-2.col-mob-2 {
    width: 25%;
    height: 100px;
  }
}

@media (max-width: 569px) {

  body.mobilebody .col-md-2.col-mob-2 img {
    top: 5px !important;
  }

  body.mobilebody .col-mob-8 {
    width: 75%;
  }

  body.mobilebody #save_order_right {
    float: left;
  }

}

.oderbox:hover {
  background: #eee;
  cursor: pointer;
}

.Packaging_table {
  display: inline-flex;
}

span.mob_hello {
  font-size: 13px;
  font-weight: 400;
}

span.mob_first_name {
  font-size: 13px;
  font-weight: 700;
}

body.mobilebody .order_cart {
  display: none;
}

.container.mob_featured-item .row .mob_featured_item:nth-child(2) {
  border-bottom: 1px solid #ddd;
}

.container.mob_featured-item .row .mob_featured_item:nth-child(1) {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.container.mob_featured-item .row .mob_featured_item:nth-child(3) {
  border-right: 1px solid #ddd;
}

body.mobilebody .add-to-cart-buttons {
  margin-left: 0px;
}

body.mobilebody .add-to-cart-buttons.detail_mob_btn {
  margin-left: 0px;
  width: 49%;
}

.arrows_bg {
  background-size: 35px 52px;
  width: 34px;
  height: 52px;
  outline: 0;
}

.fa-chevron-left_arrows {
  background-image: url('https://d34b4liad0aqqr.cloudfront.net/website/assets/site/img/left_slider.png');
}

.fa-chevron-right_arrows {
  background-image: url('https://d34b4liad0aqqr.cloudfront.net/website/assets/site/img/right_slider.png');
}

@media screen and (max-width: 768px) and (min-width: 640px) {
  body.mobilebody #header {
    height: 143px;
  }
}

.mob_hours_ul {
  display: none;
}

.mob_product_name {
  font-size: 13px;
  color: #0066c0;
}

.mob_product_dis {
  font-size: 13px;
  color: #555;
}

body.mobilebody figure.mz-figure {
  height: auto !important;
  padding: 40px 0 !important;
}

body.mobilebody .add-to-cart-buttons button.button.btn-cart.cust-addtocart {
  padding: 10px 12px;
  width: 100%;
}

body.mobilebody .add-to-wishlist-buttons button.button.btn-cart.cust-wishlist {
  padding: 10px 12px;
  margin-left: 5px;
  float: right;
}

body.mobilebody .add-to-wishlist-buttons button.button.btn-cart.cust-wishlist.detail_mob_btn {
  width: 49%;
}

body.mobilebody .qty-wrapper {
  width: 100%;
  margin-bottom: 10px;
  margin-right: 10px;
}

body.mobilebody .btntabbox button#defaultOpen {
  display: none;
}

body.mobilebody .btntabbox .Description#tabcontent {
  display: none
}

body.mobilebody .tabsbox #Description {
  display: none;
}

body.mobilebody .readmore-desa:active,
.readmore-desa a:focus {
  color: #0066c0 !important;
}

.mob_first_name a {
  color: #fff;
}

body.mobilebody.home_body {
  background: #D5DBDB;
}

body.mobilebody .detail_related_slider {
  padding: 0px;
}

body.mobilebody h3.custom_heading.detail_related_heading {
  padding: 5px 0 0 0px
}

body.mobilebody #main {
  overflow: visible;
}

body.mobilebody ol.breadcrumb {
  display: none;
}

body.mobilebody .Categorie_mob.col-md-13 {
  -ms-flex: 0 0 50% !important;
  flex: 0 0 50% !important;
  max-width: 33.33% !important;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(1) {
  border-right: 1px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(2) {
  border-right: 1px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(3) {
  border-right: 0px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(4) {
  border-right: 1px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(5) {
  border-right: 1px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(6) {
  border-right: 0px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(7) {
  border-right: 1px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(8) {
  border-right: 1px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(9) {
  border-right: 0px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(10) {
  border-right: 1px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(11) {
  border-right: 1px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(12) {
  border-right: 0px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(13) {
  border-right: 1px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(14) {
  border-right: 1px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(15) {
  border-right: 0px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(16) {
  border-right: 1px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(17) {
  border-right: 1px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(18) {
  border-right: 0px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(19) {
  border-right: 1px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(20) {
  border-right: 1px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(21) {
  border-right: 0px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(22) {
  border-right: 1px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(23) {
  border-right: 1px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(24) {
  border-right: 0px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(25) {
  border-right: 1px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(26) {
  border-right: 1px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(27) {
  border-right: 0px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(28) {
  border-right: 1px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(29) {
  border-right: 1px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(30) {
  border-right: 0px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(31) {
  border-right: 1px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(32) {
  border-right: 1px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(33) {
  border-right: 0px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(34) {
  border-right: 1px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(35) {
  border-right: 1px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(36) {
  border-right: 0px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(37) {
  border-right: 1px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(38) {
  border-right: 1px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(39) {
  border-right: 0px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(40) {
  border-right: 1px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(41) {
  border-right: 1px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13:nth-child(42) {
  border-right: 0px solid #ccc;
}

body.mobilebody .Categorie_mob.col-md-13 {
  border-bottom: 1px solid #ccc;
}

body.mobilebody .selectors {
  display: none;
}

body.mobilebody a.readmore-des {
  color: #0066c0;
}

span.account_list {
  font-size: 14px !important;
  font-weight: 700;
}

span.hello_name {
  font-size: 12px !important;
  font-weight: 400;
}

body.mobilebody .register-page {
  margin: 60px 0px;
}

body.mobilebody .hide_attribute_color_images_mobile {
  /*display: none;*/
  padding: 0 0px;
  margin: 0 2px;
  width: 55px;
  height: 55px;
  overflow: hidden;
  border: 1px solid #C5C5C5;
  border-radius: 50%;
  position: relative;
  background-color: rgba(210, 210, 210, .25);
}

body.mobilebody .hide_attribute_color_images_mobile img {
  transform: translateY(5px) scale(1.7);
}

body.mobilebody .attribute_box#opt_cus_98 p.attribute_names {
  padding-top: 0px;
  position: relative;
  padding: 0 10px 0px 0px;
}

body.mobilebody .detailbox p.attribute_names {
  padding-top: -4px;
  position: absolute;
  padding: 0 15px 10px 10px;
}

body.mobilebody .input-box select {
  border: 1px solid #ccc;
  width: 100%;
  /* width: 229px;*/
  height: 49px;
  padding: 16px 10px 0;
  margin-top: 35px;
  background: #e8eaed;
  /* margin-right: 20px; */
}


body.mobilebody .listingpage .boxText .pricebox span.addtocat a {
  width: 115px;
}

body.mobilebody .listingpage .boxText .pricebox span.product_name {
  /*min-height: 50px;*/
}

body.mobilebody .cart-btn.process_btn span {
  font-size: 15px;
}

body.mobilebody .fa-search:before {
  font-size: 21px;
}

body.mobilebody .add-to-cart {
  width: 100%;
}

body.mobilebody .banner-inner-box {
  border-bottom: 5px solid #000;
}

body.mobilebody .order_addcart {
  background: #6cb446;
  padding: 5px 15px;
  border-radius: 3px;
  color: #fff;
}

.btn.btn-danger.btn_custom {
  background: #dc3545;
}

body.mobilebody .category_product_box {
  margin-top: 21px !important;
  border-top: 1px solid #ddd;
  padding-top: 21px;
}

/*Category listing page*/
body.mobilebody .mob_adddel_btn .save_cart_del {
  margin-left: 15px;
}

body.mobilebody .mob_adddel_btn {
  display: inline-flex;
}

body.mobilebody .checkout_cartbox {
  border-right: none;
}

body.mobilebody .checkout_top-heading {
  padding-bottom: 0px;
  margin-top: 50px;
  margin-bottom: 8px;
}

body.mobilebody .top-heading.top-heading_top {
  padding-bottom: 0px;
  margin-top: 50px;
  margin-bottom: 8px;
}

body.mobilebody .deliverto {
  /*margin-bottom: 20px;*/
}

body.home_body.mobilebody .deliverto {
  margin-bottom: 0px;
}

body.mobilebody #mobile-nav-toggle i {
  color: transparent;
}

body.mobilebody .order_history_page {
  display: none;
}

.form-check {
  padding-left: 0rem;
}

/* The container */
.check_out_color {
  /* display: block; */
  /* position: relative; */
  padding-left: 37px;
  margin-bottom: 8px;
  cursor: pointer;
  /* font-size: 22px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 6px;
}

/* Hide the browser's default radio button */
.check_out_color input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 1px Solid #ccc;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.check_out_color:hover input~.checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.check_out_color input:checked~.checkmark {
  /* background-color: #2196F3;*/
}

/*
.check_out_color input[type="radio"]: ^ ~ label.form-check-label { border:10px solid #000;padding: 12px;}*/
.radioborder {
  border: 2px solid #6cb446;
  padding: 5px 14px 5px 36px;
  width: 100%;
  border-radius: 4px;
  background: #ffffff;
}

/*
label.form-check-label:focus-within {border: 2px solid #6cb446; padding: 5px 14px 5px 36px; width: 100%;border-radius: 4px;}*/
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.check_out_color input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.check_out_color .checkmark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #65ba2f;
}

#recently-purchased-search-form {
  display: inline-flex;
  width: 30%;
}

body.mobilebody #recently-purchased-search-form {
  width: 100%;
}

#recently-purchased-search-form #field-keywords {
  height: 30px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.search_top.search_recently_top {
  padding: 4px 6px;
}

.recently_lighten-2 {
  font-size: 23px;
}

p.checkout_bottom_edit>a {
  background: #65ba2f;
  border: 0;
  color: #fff;
  padding: 5px 40px;
}

body.mobilebody .save_order_qtybtn input {
  width: 26%;
  height: 29px;
}

.save_order_mob {
  display: block;
}

body.mobilebody .save_order_mob {
  display: inline;
}

body.mobilebody #recently-purchased-search-form #field-keywords {
  height: 32px;
}

body.mobilebody .pull-left1.mob-search {
  width: 100%;
  margin: 5px 0 15px 0;
  display: block;
}

body.mobilebody .pull-left1.mob-search>form {
  width: 100%
}

body.mobilebody .pull-left1.mob-search>form {
  margin-left: 0px;
}

.pull-left1.mob-search>form {
  margin-left: 15px;
}

.container-fluid .searchboxtop .formtop.new-active:focus-within {
  -webkit-box-shadow: 0 0 0 2px #F90, 0 0 0 3px #ffc107;
  -moz-box-shadow: 0 0 0 2px #F90, 0 0 0 3px #ffc107;
  box-shadow: 0 0 0 2px #F90, 0 0 0 3px rgba(255, 153, 0, .5);
  z-index: 1;
  border-radius: 5px;
}

.advancedAutoComplete.form-control.lime-border:focus {
  background-color: #fff;
  border-color: #80bdff00;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
  border: none;
}

input[type="number"]:focus {
  background-color: #fff;
  border-color: #80bdff00;
  outline: 0;
  box-shadow: 0 0 0 2px #F90, 0 0 0 3px rgba(255, 153, 0, .5);
  border: none;
}

input[type="text"]:focus {
  background-color: #fff;
  border-color: #80bdff00;
  outline: 0;
  box-shadow: 0 0 0 2px #F90, 0 0 0 3px rgba(255, 153, 0, .5);
  border: none;
}

body.mobilebody .on_sale_mob.owl-carousel.owl-nav.disabled {
  display: none;
}

body.mobilebody .mob_order_ul {
  list-style: none;
  padding: 0;
  display: inline-flex;
  background: #fff;
  padding: 15px;
  margin: 15px 0 8px 0;
  box-shadow: 0 0 6px 3px #ccc;
  width: 100%;
}

body.mobilebody .mob_order_products_ul {
  list-style: none;
  padding: 0;
  display: inline-flex;
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin: 0;
  padding: 5px 0;
}

body.mobilebody .mob_order_products_ul li {
  margin: auto;
}

body.mobilebody .mob_order_products_li {
  width: 40%;
  height: 85px;
  text-align: center;
  padding: 0 15px;
  margin: auto !important;
  display: inherit;
}

body.mobilebody .mob_order_products_li img {
  max-height: 100%;
}

body.mobilebody .mob_order_products_ul li span.filter_products_more {
  font-size: 18px;
  float: right;
}

body.mobilebody .mob_order_ul li {
  display: inline;
  margin: 0 5px;
}

body.mobilebody span.mob_order_seemore {
  display: block;
  font-size: 13px;
  color: #ccc;
}

body.mobilebody span.mob_order_seemore a {
  color: #555;
}

body.mobilebody ul.mob_order_filter {
  list-style: none;
  padding: 0 0 15px 0;
  margin: 15px 0;
  border: 1px solid #ddd;
}

body.mobilebody ul.mob_order_filter li {
  margin: 0px 0;
  border: 1px solid #dddddd54;
}

body.mobilebody .filter_order_span {
  margin-bottom: 8px;
  font-size: 14px;
  float: right;
  color: #0066c0;
}

body.mobilebody .mob_order_li {
  width: 20%;
  max-height: 44px;
  text-align: center;
}

body.mobilebody li.mob_order_li>img {
  max-height: 100%;
}

body.mobilebody #mobile-nav-toggle {
  display: inline;
}

.price_box_right {
  float: right;
  color: #c50303
}

body.mobilebody .price_box_right {
  float: right;
  color: #c50303
}

body.mobilebody .mz-zoom-window.mz-inner.mz-expanded {
  width: 100% !important;
}

body.mobilebody .buy_againtitle {
  margin: 0px 0px 0px 0;
  display: block;
}

body.mobilebody .check_bg_box {
  background: #fff;
  padding: 10px 15px;
  border: 1px solid #eae4e4e0;
  border-radius: 3px;
}

body.mobilebody .form-check {
  border: 1px solid #ece7e7;
}

body.mobilebody .check_out_color {
  margin-bottom: 0px;
  padding-bottom: 8px;
}

body.mobilebody .check_out_cartb {
  min-height: 178px;
}

body.mobilebody .mob_order_products_ul li>a {
  color: #000;
  width: 100%
}

body.mobilebody .mob_order_products_ul li>a>span.ordereddate {
  color: #b8b5b5;
}



.form-check-order_label {
  /* display: block; */
  /* position: relative; */
  padding-left: 37px;
  margin-bottom: 8px;
  cursor: pointer;
  /* font-size: 22px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 6px;
}

/* Hide the browser's default radio button */
.form-check-order_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.order_checkmark {
  position: absolute;
  left: 23px;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 1px Solid #ccc;
  border-radius: 50%;
  margin-top: 4px;
}

/* On mouse-over, add a grey background color */
.form-check-order_label:hover input~.order_checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.form-check-order_label input:checked~.order_checkmark {
  /* background-color: #2196F3;*/
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.order_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.form-check-order_label input:checked~.order_checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.form-check-order_label .order_checkmark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #65ba2f;
}

.col-md-3.col-mob-2.imgzoom {
  padding-top: 5px;
}

body.mobilebody .input-box .attribute_box.is_select_box:after {
  content: '\f054';
  font: normal normal normal 14px/1 FontAwesome;
  color: #333333a3;
  right: 88px;
  padding: 0 10px 0px;
  /* position: absolute; */
  pointer-events: none;
  margin-top: -32px;
  /* text-align: right; */
  float: right;
}

body.mobilebody .input-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */

  display: block;
  -ms-word-break: normal;
  word-break: normal;
}

body.mobilebody .attribute_box#opt_cus_98:after {
  content: '';
  font: normal normal normal 14px/1 FontAwesome;
  color: #333333a3;
  right: 88px;
  /* padding: 0 0 2px; */
  position: absolute;
  pointer-events: none;
  margin-top: -32px;

}

body.mobilebody .detailbox .attribute_box.singleattr>p {
  position: relative;
}

body.mobilebody .input-box .attribute_box.singleattr:after {
  display: none;
}

body.mobilebody .top-heading {
  display: inline-block;
}

body.mobilebody #printreceipt a {
  float: none !important;
}

body.mobilebody .menu_fa_icon {
  padding-right: 3px;
}

body.mobilebody header#header.activeshopcate .fa-times {
  background-image: none !important;
}

.custom_qty_box {
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 10px;
  user-select: none;
}

.custom_qty_box .btn {
  padding: 4px 10px;
}

.custom_qty_box .btn:hover {
  background: #dddddd52;
}

.custom_qty_box .btn:focus {
  outline: 0;
  box-shadow: none;
}

.custom_qty_div {
  pointer-events: none;
  opacity: .5;
  /* width:100%;*/
}

button.cutombutton {
  background: #65ba2f;
  border: 0;
  color: #fff;
  padding: 7px 40px;
  border-radius: 3px;
  margin: 20px 0 0 0;
}

button.cutombutton:focus {
  box-shadow: none;
}

button.cutombutton:hover {
  background: #000;
}

.attrcladdpad {
  padding-bottom: 0px !important;
}

/*
.cutombutton .attrcladdpad {margin-top: 0px !important;}*/
.media.imgzoom_ {
  height: 155px;
  margin: auto;
  vertical-align: middle;
  max-height: 155px;
}

.media.imgzoom_ a>img {
  max-height: 155px;
}

.media.imgzoom_ a {
  margin: auto;
  /*height: 155px;*/
  display: flex;
}

.recently_box {
  padding: 20px 8px;
}

.custom_att_size>#colorsize {
  font-size: 12px;
}

body.mobilebody .media.imgzoom_ a {
  display: block;
}

body.mobilebody #addcartCTN {
  width: 270px;
  z-index: 999;
  color: #222;
}

body.mobilebody .cart_title1 {
  text-align: : left;
  float: left;
}

.modal-body>.attribute_box.other_options p.attribute_names {
  display: inline-block;
}

.modal-body>.attribute_box.other_options select {
  width: 60%;
  right: 0;
  margin-right: 0px !important;
  float: right;
}

.modal-body>.attribute_box.other_options input {
  /*width: 60%;*/
  right: 0;
  margin-right: 0px !important;
  float: right;
  margin: 0;
}

.modal-body>.attribute_box.other_options .popup_linediv {
  float: left;
  width: 100%;
  margin: 10px 0;
}

.tab_view_qty {
  width: 48%;
}

.modal-body>.grid_other_options p.attribute_names {
  display: inline-block;
}

.modal-body>.grid_other_options select {
  width: 60%;
  right: 0;
  margin-right: 0px !important;
  float: right;
}

.modal-body>.grid_other_options input {
  width: 60%;
  right: 0;
  margin-right: 0px !important;
  float: right;
  margin: 0;
}

.modal-body>.grid_other_options .popup_linediv {
  float: left;
  width: 100%;
  margin: 10px 0;
}

body.mobilebody .modal-body>.attribute_box.other_options select {
  width: 100%;
}

body.mobilebody .modal-body>.attribute_box.other_options input {
  width: 100% !important;
}

.modal-body>.attribute_box.other_options p.opt_cus_error_mess_box {
  display: inline-block;
  padding-left: 40%;
}

body.mobilebody .modal-body>.attribute_box.other_options p.opt_cus_error_mess_box {
  padding-left: 0;
}

body.mobilebody .modal-body>.grid_other_options select {
  width: 100%;
}

body.mobilebody .modal-body>.grid_other_options input {
  width: 100% !important;
}

.modal-body>.grid_other_options p.opt_cus_error_mess_box {
  display: inline-block;
  padding-left: 40%;
}

body.mobilebody .modal-body>.grid_other_options p.opt_cus_error_mess_box {
  padding-left: 0;
}

.grid_other_options {
  margin-bottom: 8px;
  float: left;
  width: 100%;
}

.grid_other_options select {
  margin-top: 0px !important;
}

body.mobilebody #CustomOptionModel {
  padding-right: 17px;
}

body.mobilebody button.cutombutton {
  margin: 20px 0 0 0;
}

body.mobilebody .mini_close_btn {
  font-size: 15px;
  margin: 0 0 0 35px;
}

.order_view_fter {
  margin: 20px 0;
}

.order_view_fter span.tatal_numaric {
  float: right;
}

.order_view_mob {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  font-size: 14px;
}

.order_detail_mob_img {
  height: 85px;
}

.order_detail_mob_img img {
  margin: auto;
  display: block;
  max-height: 100%;
}

.order_total_ul {
  list-style: none;
}

.order_view_mob .order_title {
  font-size: 16px;
}

.fa-bars_icon.fa-bars:before {
  content: "\f0c9";
  display: none;
}

body.mobilebody ul.mobi_list_ul li.all_p {
  display: none !important;
}

@media screen and (max-width: 822px) and (min-width: 768px) {
  body.mobilebody .bolileslide3 .boxText {
    width: 32%;
  }
}

.all_attribute_images {
  display: inline-flex;
}

.all_attribute_images_div {
  width: 100%;
  overflow-x: scroll;
  padding-bottom: 8px;
}

@media screen and (min-width:768px) and (max-width:815px) {
  body.mobilebody .tab_md_3 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  body.mobilebody .tab_md_8 {
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    max-width: 73%;
  }

  body.mobilebody .tab_md_9 {
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    max-width: 73%;
  }

  body.mobilebody #rightbg p.tab_view {
    font-size: 14px;
    padding: 0;
  }

  body.mobilebody p.tab_cartcheck_view {
    padding: 0;
    margin-bottom: 5px;
  }

  body.mobilebody #check_rightbg {
    padding: 7px 7px;
  }

  body.mobilebody .media.imgzoom_ a {
    display: inline-flex;
  }

  body.mobilebody .tab_view_qty {
    /*width: 90%;*/
  }

  body.mobilebody .col-md-2.col-sm-4.tab_view__2 {
    flex: 0 0 32.666667%;
    max-width: 32.666667%;
  }

  body.mobilebody .btn_custom.tab_coupon_code_btn {
    padding: 5px 15px;
  }

  body.mobilebody .tab_form-check {
    margin-bottom: 20px;
  }
}

body.mobilebody .cart_close_popup_btn {
  display: none
}

.cart_close_popup_btn {
  background: #222 !important;
  color: #fff !important;
  margin-top: 10px !important;
}

.cart_close_popup_btn:hover {
  background: #65ba2f !important;
  color: #000 !important;
}

.cart_close_popup_btn:hover {
  color: #000 !important;
}

/*
.checkbtn{display: inline-flex;}*/
/*
.checkbtn >a.begin_btn{width: 220px; }*/
/*
body.mobilebody .checkbtn a{width: 249px  }*/
.bootmodelcl_grid {
  background: #222 !important;
  margin-top: 0 !important;
}

/* width */
#addcartCTN ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#addcartCTN ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
#addcartCTN ::-webkit-scrollbar-thumb {
  background: #ccc;
}

.min_cart_imgzoom {
  height: 85px;
  width: 85px;
  text-align: center;
}

body.mobilebody .att_size_box {
  overflow-x: scroll;
}

body.mobilebody .att_size_box a {
  color: #222;
  padding: 7px 15px;
}

body.mobilebody .att_size_box ul {
  list-style: none;
  display: inline-flex;
  padding: 0;
}

body.mobilebody .att_size_box li {
  padding: 7px 15px;
  margin-right: 5px;
  border: 1px solid #ddd;
  text-align: center;
  width: max-content;
}

p.att_size_p_box {
  position: relative !important;
}

.attibute_li_selected {
  background: #65ba2f;
}

.attibute_li_selected a {
  color: #fff !important;
}

#product_out_of_stock_date {
  background: yellow;
  padding: 10px;
  margin-bottom: 23px;
  width: fit-content;
  color: black;
}

.slidebox-out {
  display: table-cell;
  position: relative;
  margin: 0;
  width: 100%;
  vertical-align: middle;
  height: 70px;
}

.slidebox-out>img {
  max-height: 145px;
  margin-bottom: 5px;
}

.slidebox-out>a>.img_box>img {
  max-height: 145px;
  margin-bottom: 5px;
}

.slidebox-out>a {
  margin: auto;
  text-align: center;
}

.slidebox-out>a>img {
  max-height: 160px;
  margin-bottom: 5px;
}

.slidebox-out>a>span>img {
  max-height: 160px;
  margin-bottom: 5px;
}

.slidebox-out>a>span {
  text-align: center
}

.onsale.allcate .slidebox-out p {
  bottom: 0;
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
}

.outrelatedProducts .section-header h5 {
  color: #000;
  font-size: 16px;
}

#outrelatedProducts .owl-stage {
  width: 390px !important;
}

#outrelatedProducts .owl-carousel.owl-drag .owl-item {
  padding: 0 0px;

}

#bcku_outrelatedProducts .slidebox-out {
  height: 112px;
  background: #fff;
}

#bkup_outrelatedProducts .boxText {
  border: 1px solid #ccc;
  max-height: 140px;
  min-height: 140px;
  font-size: 10px;
  background: #e9e9e9;
}


#outrelatedProducts .slidebox-out {
  max-width: 120px;
  min-width: 120px;
  height: 100px;
  background: #fff;
}

#outrelatedProducts .boxText {
  max-height: 125px;
  min-height: 125px;
  font-size: 10px;
  margin: 0px 25px 0px 0px;
  border: 1px solid #bdbdbd;
}

#outrelatedProducts .img_box img {

  height: 100px;
}

#outrelatedProducts .outrelatedProducts_dx_box {
  display: flex !important;
  background: #d9d9d9;
  padding: 10px 0px 10px 25px;
  width: 95%;
  margin-top: 5px;
}

#outrelatedProducts {
  padding: 0 0px;
}

@media only screen and (max-width: 550px) and (min-width: 250px) {

  dl#config_dl {
    padding: 10px 0px 0px 0px;
    margin-bottom: 0;
  }

  .hideprice {
    min-height: 100px;
  }

  .detail-page h2 {
    font-size: 24px;
    font-family: 'charmtex';
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

.detail_related_heading .button {
  cursor: pointer;
  background: #65ba2f;
  border: 0;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
}

.read_more_btn {
  border: none;
  background: transparent;
  color: #65ba2f;
  font-size: 16px;
  font-weight: 500;
}

.tabsbox #more table {
  border: 1px solid #ccc;
  display: contents;
}

@media only screen and (max-width: 767px) and (min-width: 250px) {
  .shopbycat_nev li ul.submenu {
    display: none;
    position: relative;
    left: 0%;
    top: 0;
    background: #fff;
    padding-left: 20px;
    width: 400px;
    height: max-content;
  }

  .shopbycat_nev a:hover ul.submenu {
    display: none;
  }

  ul.submenu li {
    display: block;
    width: 100%;
  }

  .title_top_hadi h3 {
    font-size: 16px;
  }

  .shopbycat_nev li a {
    color: #fff;
    width: 90%;
  }

  .shopbycat_nev li {
    padding: 5px 10px;
    border-bottom: 1px solid #cccccc5e;
    position: relative;
  }

  .activeshopcate .shopbycat_nev .top {
    right: 0px;
    cursor: pointer;
    z-index: 9999999;
  }

  .hidden {
    display: none;
  }

}

.title_top_hadi {
  border-bottom: 3px solid #65ba2f;
  text-align: center;
  margin-bottom: 15px;
}

.title_top_hadi h3 {
  overflow: hidden;
  position: relative;
  line-height: 24px;
  white-space: nowrap;
  text-transform: uppercase;
  bottom: -20px;
  display: inline-block;
  max-width: 80%;
  border: solid #fff;
  border-width: 0 20px;
  font-size: 21px;
  padding: 0px;
  background: #fff;
}

.modal-dialog:not(#LoginModalPop .modal-dialog):not(#popwin .modal-dialog):not(#delete_cart .modal-dialog):not(#screen_printing_modal .modal-dialog):not(#CustomOptionModel .modal-dialog):not(#SpendMoreGetOff .modal-dialog) {
  max-width: 70% !important;
}

#SpendMoreGetOff .modal-content .modal-body {
  padding: 24px 38px;
}

#SpendMoreGetOff .modal-content .modal-body p {
  font-size: 22px !important;
  font-weight: 600;
  color: #000;
}

#SpendMoreGetOff .modal-content {
  border: 4px solid #75c044;
}

@media screen and (min-width:200px) and (max-width:768px) {
  .modal-dialog {
    max-width: 100% !important;
  }

  body.mobilebody .listingpage .boxText .pricebox span.product_name {
    min-height: 50px;
  }

  body.mobilebody .listingpage .boxText .pricebox span.addtocat a {
    width: auto;
  }
}

.sizechartbutton button.btn-sizechart {
  cursor: pointer;
  background: #65ba2f;
  border: 0;
  color: #fff;
  padding: 3px 20px;
  border-radius: 3px;
}

.sizechartbutton button.btn-sizechart:hover {
  background: #222;
  color: #fff;
}

.sizechartbutton a.btn-sizechart {
  cursor: pointer;
  background: #65ba2f;
  border: 0;
  color: #fff;
  padding: 5px 14px;
  border-radius: 3px;
}

.sizechartbutton a.btn-sizechart:hover {
  background: #222;
  color: #fff;
}

.shirt-block>input {
  width: inherit;
  height: 30px;
}

#CustomOptionModel>.modal-dialog>.modal-content>.modal-body>.attribute_box>.product_page {
  display: flex;
}

#CustomOptionModel>.modal-dialog>.modal-content>.modal-body>.attribute_box>.product_page>div:last-child>div {
  border: inherit;
}

#CustomOptionModel>.modal-dialog>.modal-content>.modal-body>.attribute_box>.product_page>div:first-child {
  width: 40%;
}

.shirt-block {
  border: inherit !important;
}

/*********************Ramesh***********************/
.outofstock_section {
  margin-top: -35px;
}

.view-order-block {
  margin-top: -20px;
}

@media only screen and (max-width: 991px) {
  .view-order-block {
    margin-top: -30px;
  }

  .outofstock_section {
    margin-top: -50px;
  }

  .outstock_item_block>.owl-stage-outer {
    max-height: 155px !important;
    min-height: 155px !important;
  }

  .outstock_item_block>.owl-stage-outer>.owl-stage {
    max-width: 245px;
    min-width: 245px;
  }

  .outstock_item_block>.owl-stage-outer>.owl-stage>.owl-item {
    max-width: 120px;
    min-width: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .view-order-block {
    margin-top: -20px;
  }

  .outofstock_section {
    margin-top: -50px;
  }

  .outstock_item_block>.owl-stage-outer {
    max-height: 140px !important;
    min-height: 140px !important;
  }

  .outstock_item_block>.owl-stage-outer>.owl-stage>.owl-item {
    width: 122px !important;
    min-height: 185px !important;
    max-height: 185px !important;
    max-width: 140px;
    min-width: 140px;
  }
}

/*********************Ramesh***********************/
.add-to-wishlist-buttons a.button.btn-cart.cust-wishlist {
  cursor: pointer;
  background: #222;
  border: 0;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  margin-left: 20px;
  display: inline-block;
}

.add-to-wishlist-buttons a.button.btn-cart.cust-wishlist:hover {
  background: #65ba2f;
  color: #222
}

.shopbycat_nev ul.alldst {
  max-height: 85vh;
  overflow-x: auto;
  direction: rtl;
}

/* width */
.shopbycat_nev ul.alldst::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.shopbycat_nev ul.alldst::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.shopbycat_nev ul.alldst::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.shopbycat_nev ul.alldst::-webkit-scrollbar-thumb:hover {
  background: #555;
}



/* ****************hawa********************** */
#outrelatedProductOptoins .clients-compatible-product>.owl-stage-outer>.owl-stage>.owl-item>.boxText>a>.slidebox>img {
  height: 85px !important;
  width: 100% !important;
}

#outrelatedProductOptoins #clients .boxText a {
  display: block;
  width: 100%;
}

#outrelatedProductOptoins .clients-compatible-product>.owl-stage-outer>.owl-stage>.owl-item>.boxText>a>.slidebox {
  width: 100%;
}

#outrelatedProductOptoins .clients-compatible-product>.owl-stage-outer>.owl-stage {
  justify-content: start;
  display: flex;
  padding-left: 5px;
}




/* 28-mar-2025 */
.catalog-page form button[type=submit],
.free_sample-page form button[type=submit] {
  display: block;
  margin: auto;
  float: unset;
}

.faq-page {
  padding: 20px;
}

.thnk-u-page {
  padding: 30px 20px 20px;
}

.detail-page {
  margin-bottom: 10px;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #65ba2f;
  border-color: #65ba2f;
}

.cart_page {
  padding: 20px 0;
}

.page-item .page-link {
  color: #000;
}

.detail_view_a a.order_view_padding_a {
  border-color: #65ba2f;
  margin: 1px;
}

body.mobilebody .owl-carousel.mob_detail_related .owl-stage-outer {
  min-height: 1px;
  max-height: unset;
}

.contact-page {
  padding: 25px;
}

















@media(max-width:1024px) and (min-width:970px) {
  #nav-menu-container {
    display: none !important;
  }

  .shopbycat {
    margin: 0;
    width: 110px !important;
    position: absolute;
    z-index: 999;
  }

  body.mobilebody .mob_account_list {
    left: 0;
  }

  .footer-top .container {
    padding: 0 20px !important;
  }

  .mob_slideBoxSec2 {
    overflow: hidden !important;
  }

  .intro-container {
    overflow: hidden;
  }

  .container-fluid {
    padding: 0px;
  }

  body.mobilebody #header #logo img {
    max-height: 42px;
  }

  #header #logo {
    width: 160px;
  }

  #header {
    padding: 10px 0px;
  }

  .shopbycat_nev {
    width: 300px;
    position: fixed;
    right: 2%;
    top: 180px;
  }

  .shopbycat_nev:before {
    left: auto;
    right: 20px;
  }

  .banner-item.bolileslide3 {
    display: none;
  }

  .featured-item .imgBox img {
    max-height: 190px;
  }

  body.mobilebody .shopbycat {
    top: 76%;
    margin-top: 0;
  }

}

@media(max-width:1024px) {
  .oderbox1 .row [class^="col-"]:first-child {
    padding-right: 10px;
    padding-top: 3px;
  }

  .oderbox1 .row [class^="col-"] {
    padding: 0;
    text-align: left;
  }

  .contactus {
    height: 140px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .text-number {
    margin: 0 !important;
  }

  .contactus span {
    font-size: 20px !important;
  }

  .contactus .text-number i {
    font-size: 60px !important;
  }

  .contactus .text-number i::before {
    font-size: unset !important;
  }

  .contactus .warehouse-img img {
    width: 60px;
  }

  .contactus .warehouse-img {
    padding-top: 0;
  }

  body.mobilebody #header {
    width: 100%;
    height: 180px;
  }

  body.mobilebody .deliverto {
    top: 19px !important;
    margin-top: 0;
  }

  body.mobilebody .shopbycat {
    top: 76%;
    margin-top: 0;
  }
}


@media(max-width:811px) and (min-width:768px) {
  body.mobilebody .searchboxtop {
    width: 98%;
    max-width: 100%;
    left: 0;
    top: 45px;
  }

  #header {
    height: 110px;
  }

  body.mobilebody .mob_account_list {
    top: 76px;
    z-index: 9;
  }

  body.mobilebody .shopbycat {
    left: auto;
    top: 78%;
  }

  .banner-item.bolileslide3 {
    display: none;
  }

  .deliverto p.dlvr {
    float: unset;
  }
}

@media(max-width:811px) {
  body.mobilebody .deliverto {
    top: 66px !important;
  }

  body.mobilebody #header {
    height: 165px;
  }
}

@media(max-width:769px) {
  .oderbox1 * {
    text-align: center !important;
  }

  #clients {
    margin: 0;
    padding: 0;
  }

  body.mobilebody .owl-carousel.mob_detail_related .owl-stage-outer .owl-stage .owl-item {
    min-height: 1px;
  }

  body.mobilebody .deliverto {
    top: 30px !important;
  }

  body.mobilebody .shopbycat {
    top: 78%;
  }

  body.mobilebody #header {
    height: 176px;
  }

  .detail-page {
    padding-top: 10px !important;
  }

  body.mobilebody .register-page {
    margin: 25px 0px;
  }
}


@media(max-width:575px) {

  #onsale .owl-carousel .owl-item,
  body.mobilebody .first_owl .owl-item.active {
    width: 50% !important;
  }

  #onsale .owl-stage {
    display: flex;
  }

  .banner-item.bolileslide3 {
    display: none;
  }

  body.mobilebody h3.custom_heading {
    Font-size: 18px;
  }
}

.attribute_box:last-child .attribute_names {
  position: static !important;
  padding: 0 !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}