/* MODIFICARI START */

.input-lg {
  height: auto;
  font-size: 1rem;
}

.btn-lg {
	border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.products{
  padding: 20px 0;
}

.white_box{
  padding: 10px;
  background: #ffffff;
  box-shadow: 1px 2px 12px -6px rgb(0 0 0 / 60%);
  margin-bottom: 15px;
}

/* MODIFICARI END */


/* MENU START */

.megasubmenu{ padding: 20px; }

@media (min-width: 992px){

  .dropdown-menu .dropdown-toggle:after{
    border-top: .3em solid transparent;
      border-right: 0;
      border-bottom: .3em solid transparent;
      border-left: .3em solid;
  }
  .dropdown-menu{
    margin:0;
  }
  .megasubmenu{
    left:100%; top:0; min-height: 100%;
    min-width:550px;
  }

  .dropdown-menu > li:hover .megasubmenu{
    display: block;
  }

}
/* MENU END */

.contact-phone{
  font-size: large;
  margin: 1px 0 -5px 0;
}

.text_center {
    text-align: center;
}

.greenFont{
  font-weight: 700;
  color: #143b1d;
}

.greenThinFont{
  color: #143b1d;
}

a.greenFont:hover, a>img:hover{
  cursor: pointer;
  color: #a7cb83;
}

.lightGreenFont{
  font-weight: 700;
  color: #6da830;
}

.lightGreenThinFont{
  color: #6da830;
}

a.lightGreenFont:hover, a.lightGreenThinFont:hover{
  color: #143b1d;
}

.grayFont{
  font-weight: 700;
  color: #b5b5b5;
}

.lightGrayFont{
  color: #d6d7da;
}

.grayCommonFont{
  color: #9598a0;
}

a.grayCommonFont:hover{
  color: #143b1d;
}

.fs-09{
  font-size: 0.9em;
}

.fs-0{
  font-size: 1em;
}

.fs-1{
  font-size: 1.1em;
}

.fs-2{
  font-size: 1.3em;
}

.fs-3{
  font-size: 1.9em;
}

.fs-4{
  font-size: 3em;
}

.fs-5{
  font-size: 5em;
}

.productContainer{
  display: flex;
  flex-direction: column;
}

.productBorder{
  box-shadow: 1px 2px 15px -6px rgb(0 0 0 / 60%);
}

.align-center{
  align-self: center;
}

.pillsGreen{
  font-weight: 700;
  color: #d6d7da;
  display: block;
  padding: 0.5rem 0;
  margin-bottom: 10px;
}

.pillsGreen.active, .pillsGreen:hover, .share-btn:hover{
  color: #6da830;
}

.pillsGreen:hover{
  color: #6da830;
}

.share-btn{
	background-color: #143b1d;
	color: white;
	border-radius: 5px;
  padding: 0.2rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 0.8;
  margin: -10px 5px 0px 5px;
}

.addToCart:hover{
  background-color: #e86d6d;
  color: white;
}

.addToFavorite-btn {
  color: #6da830;
  border-radius: 5px;
  border-color: #6da830;
  border-width: 2px;
  font-size: 14px;
  padding: 3px;
}

.addToFavorite-btn:hover{
  color: #143b1d;
  border-color: #143b1d;
}

.addedToFavorite-btn {
  color: white;
  background-color: #6da830;
  border-radius: 5px;
  border-color: #6da830;
  border-width: 2px;
  font-size: 14px;
  padding: 3px 18px;
}

.addedToFavorite-btn:hover, .addedToFavorite-btn:focus{
  color: #143b1d;
  border-color: #6da830;
}

.askWhatsapp-btn {
  color: #143b1d;
  border-radius: 5px;
  border-color: #143b1d;
  border-width: 2px;
  font-size: 14px;
  padding: 3px;
}

.askWhatsapp-btn:hover{
  color: #6da830;
  border-color: #6da830;
}
.askWhatsapp-active{
  color: #ffffff;
  background-color: #143b1d;
}

.redButton {
  color: #fff;
  background: #e03131;
  border-color: #e03131 !important;
  border-radius: 2rem;
}

a.redButton:hover {
  color: #fff;
  background: #e86d6d;
  border-color: #e03131 !important;
  border-radius: 2rem;
}

.favoriteGrayHeart{
  position: absolute;
  top: 12px;
  right: 12px;
  color: #d6d7da;
}
.favoriteGrayHeart>svg{
  stroke: #ffffff;
  stroke-width: 1px;
  stroke-linejoin: round;
  /* cursor: pointer; */
}

.favoriteHeart{
  position: absolute;
  top: 12px;
  left: 13px;
  color: red;
}
.favoriteHeart>svg{
  stroke: #ffffff;
  stroke-width: 1px;
  stroke-linejoin: round;
  /* cursor: pointer; */
}

.counterValue{
  width: 30px;
  text-align: center;
  margin: 0 -5px;
  border-width: 2px;
  border-color: #cbcbcb;
  color: #232f44;
  font-size: 1.1em;
}

.counterValue:focus{
  outline: none;
}

.counterPlus{
  width: 30px;
  color: white;
  font-weight: bold;
  background: #e03131;
  border-color: #e03131;
  font-size: 1.1em;
}

.counterMinus{
  width: 30px;
  color: white;
  font-weight: bold;
  background: #cbcbcb;
  border-color: #cbcbcb;
  font-size: 1.1em;
}

.lh-22{
  line-height: 2.2;
  /* font-size: 1.1em; */
}

.description ul li::before{
  content: "✔";
  padding-right: 8px;
  color: #6da830;
}

.description{
  color: #9598a0;
}

.va-sub{
  vertical-align: sub !important;
}

.page-link {
  color: #6da830;
}

.page-item.active .page-link {
    background-color: #6da830;
    border-color: #6da830;
}

.page-link:hover {
    color: #6da830;
}

.breadcrumb {
  padding: 0;
  background: none !important;
}

.underline{
  border-bottom: 1px solid #d6d7da;
  padding-bottom: 10px
}

.reviews-q-and-a, .reviews-q-and-a:hover{
  color: #143b1d;
}

.reviews-q-and-a.active{
  font-weight: 700;
  border-bottom: 3px solid #143b1d;
      padding-bottom: 10px;
}

.badgeReview{
  background-color: #eaeaea;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.circleName {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #143b1d;
  position: relative;
}

.verified{
  position: absolute;
  color: #143b1d;
  right: -1px;
  bottom: -20px;
}
.verified svg{
  stroke: #ffffff;
  stroke-width: 1px;
  stroke-linejoin: round;
}

.mb-negative-5p{
  margin-bottom: -5px;
}

.form-subscribe .form-control.focus, .form-subscribe .form-control:focus {
    background-color: hsla(0,0%,100%,0.9) !important;
}

.stars {
	color: #ffcc00;
}

.minW-170{
  min-width: 170px;
}

.red{
  color:red;
}

.tab-pane>ul {
    padding-inline-start: 0;
}

a.red:hover{
  color:#e86d6d;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23143b1d' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23143b1d' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.dropdown-menu {
  border-radius: 0 0.25rem 0.25rem 0.25rem;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(109,168,48, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgb(109,168,48);
}

.bigReview{
 height: 120px;
 width: 220px;
 /* border-right: 1px solid #eee; */
}

.progress-bar{
  background-color: #ffcc00;
}

.progressbar-container{
  display: inline-flex;
  width: 120px;
  position: relative;
}

.stars-progressbar{
  min-width: 100px;
  margin-top: -5px;
}

.stars-progressbar-container{
  min-width: 260px;
  /* border-right: 1px solid #eee; */
  /* border-left: 1px solid #eee; */
}

.pointer{
  cursor: pointer;
}

input.address {
    position: absolute;
    margin-top: 2rem;
    margin-left: -2rem;
}

blockquote {
  padding: 5px 20px;
  border-left: 5px solid #eee;
  color: #9598a0;
  margin: 1em 0 2em;
}

a.crumb:hover {
  color: #143b1d;
}

html{
  scroll-behavior: smooth;
}

ul{
  list-style-type: none !important;
}

a.defaultFont{
  color: #232f44;
}

a.defaultFont:hover{
  color: #6da830;
}

a:hover{
  text-decoration: none;
}

a:focus, button:focus, select:focus, input:focus {
    outline: none !important;
    box-shadow: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

@media (min-width: 576px) {

		.stars-progressbar-container{
		  border-right: 1px solid #eee;
		  border-left: 1px solid #eee;
		}
	}
