.dropdown:hover .dropdown-menu {
  display: block;
  visibility: visible;
    opacity: 1;
}

.dropdown-toggle::after{display:none;}
.navbar-light .navbar-nav .nav-link {
    font-weight: 400;
}

.mainTools{font-size: 0.85rem; transition: all 0.3s;}
.mainTools a{color:#fff; }
.mainTools .nav-link {padding: 0.5rem 0.3rem;}

.mainTools a i{font-size: 22px}
.search i{font-size: 22px}
.search input{color:#000!important;}

#main-navbar li.dropdown{position:inherit;}
#main-navbar .dropdown-menu {
    width: 100%;
    left: -1px;
    top: 50px;
}
#main-navbar .dropdown-menu ul{
	column-count: 3
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(17, 17, 17, 0.1) !important;
}
.prodPrice{color:#004c3f; font-weight: 700}


.minicart span{background: #f0048b;
    color: #fff;
    position: absolute;
    top: 0;
    right:0;
    font-size: 10px;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 50%;}

.btn-dark {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-light {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-outline-light {
    color: #fff;
    border-color: #d10b3a;
}
.bg-dark {
    background-color: #fff !important;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 25px;
    z-index: 99999;
}
.back-to-top:hover, .back-to-top:focus{text-decoration:none }
.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #008060;
    color: #fff;
    transition: all 0.4s;
}

#account.dropdown-menu{
    width: auto;
    left: auto;
    top: 50px;
    right: 0;
}
#account.dropdown-menu::before {
    left: auto;
    right: 50px;
}

#brands li{display: inline-block; background:#fff; min-height:50px;padding:0 20px; margin:5px;}
#brandsList.owl-carousel .owl-stage {display: flex;align-items: center;}

.theme-line-2{width: 48px;height: 48px;float: left;margin-right: 25px;}
.product{min-height: 390px;}
.product h6{height: 60px;display: block;overflow: hidden;margin-bottom: 0;}


.subMenu{display: none;padding-left: 20px;text-transform: initial;}
.main-item a{color:#000;}

.showMore{background: #000000; color:#fff;padding: 5px 20px;-webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;}
.showMore:hover{background: #000;color:#ffffff; text-decoration: none;}

#nav-icon3 {
      width: 20px;
    height: 25px;
    position: relative;
    margin: 15px 5px 0 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 7px;
}

#nav-icon3 span:nth-child(4) {
  top: 14px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.btn-light.disabled, .btn-light:disabled {border-color: #9e9e9e;}
.labels{ width: fit-content;}
.notstock{background: #a9a9a9;}
.instock{background: #d10b3a;}
.btn-light:hover {background-color: #000000;border-color: #000000;color:#fff;}

.sortOrder, .nrProd{display: inline-flex;-ms-flex-align: center;align-items: center; margin-bottom: 0;}
.sortOrder label, .nrProd label{display: inline-flex;}
.nrProd select{display: flex;}
.sortOrder .custom-select{width:auto;}

.prodDescription{text-align: justify;}



@media (max-width: 1190px) {
    .product {min-height: 400px;}
    .mobileMenu{width:100%; max-width: 320px; height:100%; top:55px; left:-100%;z-index: 8;-webkit-transition: .2s ease-in-out;}
    .menuOpen{left:0;}
  }

@media (max-width: 991px) {
    .sidebar{display:none;}
    .topIcons i{font-size: 28px; padding: 13px 7px;}
  }

@media (max-width: 768px) {
    .mtopBar{z-index: 9; }
  /*-moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;}*/
    .hero {min-height: 230px;}
    .product{min-height: 430px;}
    .product h6 {height: 80px;}
    .theme-line-2{margin-bottom: 50px;}
    #main-navbar .dropdown-menu ul {column-count: 1;}
    .topIcons a{color:#fff;}
    .sortOrder, .nrProd {display: block;}
    .h2{font-size: 1.4rem;}
    .breadcrumb-item {font-size: 0.7rem;}
}

@media (max-width: 480px) {
    .product{min-height: 370px;}
    #brands li{padding: 0;}
    .categories ul li { margin-right: 5px; }
}


.bestseller{background: #389200;color: #fff;padding: 5px 15px 5px 5px;}
.promotie{background: #d10b3a;color: #fff;padding: 5px 15px 5px 5px;}
.promotie:after, .bestseller:after{content:" %";}

.allbrands a.link{min-height: 155px;}
.allbrands img{max-height: 150px;padding: 20px;}
.feed ul { padding: 0; margin: 0;}
.feed ul li { list-style: none; display: inline-block; padding: 10px; font-size: 12px;}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:70px;
	right:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}


.easyboxes {
  display: none;
  min-height: 80px;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: justify;
  margin-top: 10px;
}
}

.easyboxes ul {
  padding: 0;
  margin: 0;
}

.easyboxes ul li {
  list-style: none;
}
.easyboxes ul li label {
  margin-left: 10px;
}

.breadcrumb-item {text-transform: inherit;font-weight: 400}

.categories { height: 50px;}
.categories ul li { display: inline-block !important; margin-right: 15px; }
.categories ul li a { color: #000 !important; text-decoration: none;}
.header { height: 70px;padding-top: 22px;margin-left: 0px; }
#main-navbar { margin-left: -20px !important;}

.brands {
    margin: 4px 4px;
    padding: 4px;
    min-height: 80px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.subcategories {
    margin: 4px 4px;
    padding: 4px;
    min-height: 80px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}
.emailconfirm { 
  position: absolute;
  left: -9999px;
}