body, html{
  padding: 0;
  margin: 0;
}
.adminAlert{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.bg-green {
	background-color: #6dd11b;
}

.btn-outline-green {
	color: #6dd11b;
	border-color: #6dd11b;
}

.btn-outline-green:hover {
  color: #fff;
  background-color: #6dd11b;
  border-color: #6dd11b;
}

.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 209, 27, 0.5);
}

.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #6dd11b;
  background-color: transparent;
}

.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #6dd11b;
  border-color: #6dd11b;
}

.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 209, 27, 0.5);
}

.form-control:focus {
	box-shadow: 0 0 0 0.2rem rgba(109, 209, 27, 0.5);
	border-color: #6dd11b;
}

.oswald {
	font-family: 'Oswald', sans-serif;
}

a {
	color: #;
}

@media (max-width: 575px) {
	#img-index {
		max-width: 280px;
	}
}

.link-green a {
	color: #6dd11b;
}
.link-white a {
  color: #ffffff !important;
}
.link-green-dark a{
  color: #0cc756 !important;
}

.btn-green {
	background: #6dd11b;
	color: #ffffff;
}

.btn-green:hover {
	background: #55a612;
	color: #ffffff;
}

.btn-green:focus {
	box-shadow: 0 0 0 0.2rem rgba(109, 209, 27, 0.5);
}

.table .thead-green th, .table-responsive .thead-green th {
	color: #ffffff;
	background-color: #6dd11b;
	border-color: #84db3d;
}

.breadcrumb a {
	color: #6dd11b;
}

.form-signin {
  width: 100%;
  max-width: 350px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.square {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
}

ul li a {
  color: #6dd11b;
}

ul li a:hover {
  color: #55a612;
  text-decoration: none;
}

.nav-pills .nav-link.active {
  background-color: #6dd11b;
}

.text-green {
  color: #6dd11b;
}

.page-link:hover {
    color: #529917;
}

.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(109, 209, 27, 0.5);
}

.page-item.active .page-link{
  background-color: #6dd11b;
  border-color: #6dd11b;
}



.product-image{
  max-width: 100px;
  max-height: 100px;
  border-radius: 3px;
  margin-bottom: 12px;
}
.cart{
  width: 25px;
  height: 25px;
}
.cart-position{
  position: absolute;
  top: 20px;
  right: 20px;
}
.cart-link{
  margin-left: 10px;
}
.cart-price{
  font-size: 1.2rem;
}
#addedToCart, #errorWrongValue, #someError, #removedFromCart{
  display: none;
  position: fixed; 
  top: 15px; 
  z-index: 9999; 
  left: 0;
  right: 0;
  width: 500px;
  margin: auto;
}
#basket{
  width: 25px; 
  margin-right: 35px; 
  margin-left: 10px;
}
.quantity-holder{
  background-color: #6dd11b;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  margin-bottom: 15px;
}
#empty-cart, #total-price{
  display: none;
}
.above-header{
  margin-top: 8px;
  margin-bottom: 8px;
}
.total{
  position: absolute;
  top: 0;
  right: 10%;
}
.media-contact a{
  margin-right: 10px;
  font-weight: 600;
}
.media-contact{
  padding: 10px;
  background-color: #f2f2f2;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.searchBox{
  position: absolute;
  margin-top: 20px;
  right: 0;
}
.navbar a{
  font-weight: 600;
  font-size: 0.77rem;
}
.dropdown-menu a{
  color: black !important;
  font-weight: 500;
}
.navbar .nav-item:not(:last-child) {
  margin-right: 10px;
}
.carousel-item img{
  height: 470px;
}
.carousel-caption{
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  width: 390px;
  height: 80px;
  left: 0;
  right: 0;
  margin: auto;
}
.carousel-caption h5{
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  line-height: 40px;
}
.mini-logo{
  display: none;
}
.imageSlide{
  width: 100%;
  image-orientation: from-image;
}
.responsive-img-1{
  width: 100%;
  height: 470px;
  background-image: url("../images/carousel/1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.responsive-img-2{
  width: 100%;
  height: 470px;
  background-image: url("../images/carousel/2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.responsive-img-3{
  width: 100%;
  height: 470px;
  background-image: url("../images/carousel/3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.responsive-img-4{
  width: 100%;
  height: 470px;
  background-image: url("../images/carousel/4.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.responsive-img-5{
  width: 100%;
  height: 470px;
  background-image: url("../images/carousel/5.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.scdv-title{
  display: inline;
  position: absolute;
  left: unset;
  right: 10px !important;
  font-size: 0.72rem;
  font-weight: 600;
  color: white;
}
#preload_2{
  background: url("../images/carousel/2.png") no-repeat -9999px -9999px;
  display: none;
}
#preload_3{
  background: url("../images/carousel/3.png") no-repeat -9999px -9999px;
  display: none;
}
#preload_4{
  background: url("../images/carousel/4.png") no-repeat -9999px -9999px;
  display: none;
}
#preload_5{
  background: url("../images/carousel/5.png") no-repeat -9999px -9999px;
  display: none;
}
.home_text .img-fluid {
  height: from-image;
}
.iframe-div{
  width: 100%;
  background-color: #ededed;
}
.thicc{
  line-height: 24px;
  font-weight: 700;
}
.dark-gray-text{
  color: #363636;
}
.mb-2{
  max-width: 90%;
  height: auto;
}