#productcarousel {
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
}

.productcarousel-container {
  background-color: #edefed;
}

.coltitle {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  background: #33822b;
  border-radius: 10px;
}

.underlined-color {
  text-decoration: underline;
  text-decoration-color: #efd50f;
  text-decoration-thickness: 0.2rem;
  text-decoration-style: solid;
  color: #33822b;
  text-align: center;
}

.medium-bold {
  font-weight: 500;
}

.cartbox-info i {
  display: inline-block;
  color: #33822b;
  width: 26px;
}

.quantity {
  font-size: 18px;
  font-weight: 400;
}

.img-50-w {
  max-width: 50%;
  margin: 0px auto 25px auto;
}

.fb-video-container {
  padding-top: 55%;
  width: 100%;
  position: relative;
}

.fb-video-container iframe {
  border: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.argumentstable-pro {
  color: #33822b;
  font-weight: 700;
}

.argumentstable-contra {
  color: #790000;
  font-weight: 700;
}

.centerpikto {
  width: 60%;
  max-width: 150px;
  margin: 0 auto;
}

#stolenvar-p {
  top: -5px;
}

.custom-checkbox-container {
  left: 30px;
}

.custom-checkbox-container p {
  position: relative;
  top: -5px;
}

#quantity {
  width: 50px;
}

.checklist {
  list-style: none;
  padding-inline-start: 10px;
}

.checklist li {
  line-height: 22px;
  font-size: 18px;
  padding-bottom: 5px;
  text-align: left;
}

.checklist li i {
  font-size: 20px;
  padding-right: 10px;
  color: #33822b;
  font-weight: 400;
}

#buy-btn-icon {
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 100%, 0px 100%);
  float: left;
  background: #33822b;
  color: #fff;
  height: 100%;
  padding: 10px 15px 10px 5px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: 0.4s;
}

#buy-btn-icon i {
  color: #fff !important;
  background: #33822b !important;
}

#buy-btn-text {
  margin: 10px 10px;
  transition: 0.4s;
}

#addtocart {
  border-radius: 10px !important;
}

#addtocart:hover #buy-btn-icon {
  padding: 10px 17.5px 10px 7.5px;
}

#addtocart:hover #buy-btn-text {
  margin: 10px 7.5px;
}

#addtocartbox i {
  color: #33822b;
  width: 26px;
  background: #edefed;
}

#qauntity {
  width: 50px;
}

label[for="varanty"] {
  left: 30px;
}

.extraversion p {
  font-size: 18px;
  position: relative;
  top: -5px;
}

.extraversion-description {
  font-size: 18px;
  margin-bottom: 5px;
}

.normal-14 {
  font-size: 14px;
}

#buyalot {
  color: #33822b;
  width: 26px;
}

#varanty p {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  top: -5px;
}

#varanty-price {
  color: #e2001a;
  font-weight: 700;
  display: inline;
  font-size: 16px;
  padding-left: 5px;
  top: -5px;
  position: relative;
}

#varanty-price span {
  text-decoration: line-through;
}

.normal-16 {
  font-size: 16px;
  font-weight: 400;
}

.normal-18 {
  font-size: 18px;
  font-weight: 400;
}

.product_img {
  position: relative;
  margin: 45px 0px -15px;
}

.product_img img {
  max-width: 100%;
  height: auto;
}

.explain_dot {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
}

.explain_dot::before {
  width: 35px;
  height: 35px;
  border: 1px solid #33822b;
  background-color: #efd50fdd;
  display: block;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-weight: 300;
  line-height: 35px;
  text-align: center;
  content: "\f067";
  transform: rotate(0deg);
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 250ms ease 0s;
  animation: 2s ease 0s infinite normal none running pulse;
}

.explain_dot.state-active::before {
  background-color: #33822b;
  transform: rotate(45deg);
  animation: 0s ease 0s 1 normal none running none;
}

.explain_dot.state-active .explain_dot-tooltip {
  transform: translateX(-50%) translateY(-20px);
  opacity: 1;
  visibility: visible;
  background-color: #33822b;
}

.explain_dot-tooltip {
  width: 280px;
  text-align: center;
  color: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 38%) 5px 8px 30px 1px;
  background-color: #33822b;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  bottom: 100%;
  font-size: 18px;
  line-height: 1.35;
  opacity: 0;
  visibility: hidden;
  border: 2px solid #efd50f;
  z-index: 99;
  padding: 25px 30px 27px;
  border-radius: 4px;
  transition: all 250ms ease 0s;
}

@media only screen and (max-width: 767px) {
  .explain_dot-tooltip {
    width: 200px;
    font-size: 14px;
    line-height: 1.15;
    padding: 5px 6px 5px;
  }
  .explain_dot::before {
    width: 20px;
    height: 20px;
    size: 20px;
    line-height: 20px;
    text-align: center;
  }
}

.explain_dot-tooltip::after {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 0px;
  height: 0px;
  margin-left: -10px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgb(241 234 15);
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(10, 138, 31, 0.4);
    box-shadow: 0 0 0 0 rgba(21, 148, 53, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 15px rgba(41, 95, 204, 0);
    box-shadow: 0 0 0 15px rgba(41, 204, 63, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(41, 204, 68, 0);
    box-shadow: 0 0 0 0 rgba(41, 204, 68, 0);
  }
}
