/*your custom css goes here*/ 
.top-navbar {
	background-color: #fdde21 !important;
}

/*.logo-bar-area {
  background-color: #373435 !important;
}

.search-input-box {
  background-color: #373435 !important;
}*/

.footer-bg {
  border-color: #373435 !important; background-color: #373435 !important;
}

.aiz-side-nav-logo-wrap img {
    height: 40px !important;
}

.nav-user-info {
  color: #fff !important;
}

/*#nav-user-info h4 {
  color: #fff !important;
}*/

.footer-widget ul li p a {
  color: #FFDD00 !important;
}

#category-menu-bar span, #category-menu-bar a {
  color: #fff !important;
}

#cart_items span, #cart_items a {
  color: #fff !important;
}

#cart_items .dropdown-menu-right a {
  color: #fff !important;
}

.top-navbar ul li a {
  color: #121416 !important;
}

/* Industries Served */
.gal-links {
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.gal-link {
  box-shadow: 0 0 10px 3px #AAA;
  opacity: .9;
  position: relative;
  width: 100%;
  height: 300px;
  transition: opacity .3s, box-shadow .3s;
  cursor: pointer;
  margin-top: 30px;
}
.mining {
  background: url('https://unitedenergy.ribsit.com/public/uploads/all/43WILn0AaEhaLJtfUXyScwAXErskHzKAVKKzlG5i.jpg') center/cover;
}
.infra {
  background: url('https://unitedenergy.ribsit.com/public/uploads/all/VUXDCRaJ6o4wblybVYVImdiuPz6ZwTqD6uzjDdiL.jpg') center/cover;
}
.ariculture {
  background: url('https://unitedenergy.ribsit.com/public/uploads/all/vXKin9uGg0IYYdEis0x9tzQEWQ53Uxxqox6nuyMf.jpg') center/cover;
}
.marine {
  background: url('https://unitedenergy.ribsit.com/public/uploads/all/zeYswBVi0fDG5rUTEU2bu3vCZg30r4IGJd1jR0RE.jpg') center/cover;
}
.transport {
  background: url('https://unitedenergy.ribsit.com/public/uploads/all/yhuJnUk0Mu2waDiM25Ea1wZR6Gg3M6CDfAj6JZ46.jpg') center/cover;
}
.material {
  background: url('https://unitedenergy.ribsit.com/public/uploads/all/hGd7WGOmig1u5a3yInLKNiM4sFbmePqhxPmIjqca.jpg') center/cover;
}
.power {
  background: url('https://unitedenergy.ribsit.com/public/uploads/all/KGuL6tBOWvDXhQtXGavMJDrLRQHCm4h76UiEvjAy.jpg') center/cover;
}
.oil {
  background: url('https://unitedenergy.ribsit.com/public/uploads/all/s3HNczKLW2BBNU8Ag6qigxCde0swtxW9nTq4bvvW.jpg') center/cover;
}
.automotive {
  background: url('https://unitedenergy.ribsit.com/public/uploads/all/ybvWiA2Wzkf45UwMf7BqAK3J3mNc65n2xZUanpv4.jpg') center/cover;
}
.gal-link .title {
  text-align: center;
  padding: 10px 0;
  color: white;
  background: #556B2F;
  background: linear-gradient(to bottom, #555533, 30%, #292628);
  text-shadow: 0 0 10px black;
}

#shipping_info_form button {
	text-transform: uppercase !important;
}

.featured_categories .hov-scale-img {
	border-radius: 50%;
	border: 1px solid #FD0;
}

.container-fluid {
	padding-right: 30px !important;
	padding-left: 30px !important;
}

.wrap-share .float{position:fixed; width:60px; height:60px; bottom:40px; right:40px; background-color:brown; color:#FFF; border-radius:50px; text-align:center; box-shadow: 2px 2px 3px #353324; z-index:1000; animation: bot-to-top 2s ease-out;}
.wrap-share ul{position:fixed; right:40px; padding-bottom:20px; bottom:80px; z-index:100;}
.wrap-share ul li{list-style:none;margin-bottom:10px;}
.wrap-share ul li a{background-color:brown; color:#FFF; border-radius:50px; text-align:center; box-shadow: 2px 2px 3px #353324; width:60px; height:60px; display:block;}
.wrap-share ul:hover{visibility:visible!important; opacity:1!important;}
.wrap-share .my-float{font-size:24px; margin-top:18px;}
.wrap-share a#menu-share + ul{visibility: hidden;}
.wrap-share a#menu-share:hover + ul{visibility: visible;animation: scale-in 0.5s;}
.wrap-share a#menu-share i{animation: rotate-in 0.5s;}
.wrap-share a#menu-share:hover > i{animation: rotate-out 0.5s;}
@keyframes bot-to-top {
0%   {bottom:-40px}
50%  {bottom:40px}
}
@keyframes scale-in {
from {transform: scale(0);opacity: 0;}
to {transform: scale(1);opacity: 1;}
}
@keyframes rotate-in {
from {transform: rotate(0deg);}
to {transform: rotate(360deg);}
}
@keyframes rotate-out {
from {transform: rotate(360deg);}
to {transform: rotate(0deg);}
}
