@import url("https://fonts.googleapis.com/css2?family=Rubik&display=swap");
.toggling_group {
  border: 2px solid #ccc;
  border-radius: 11px;
}

.toggling_button i {
  background: transparent !important;
}

.modal-title {
  background: #fff;
  font-family: "Rubik", sans-serif;
}

.modal-header {
  background: #fff;
  text-align: center;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(123 123 123 / 25%);
}

.toggling_group > .toggling_button:first-of-type {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.toggling_group > .toggling_button:last-of-type {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.toggling_button {
  color: #fff;
}

.toggling_button:hover,
.btn_toggled:hover {
  color: #fff;
}

.btn_toggled {
  background: #33822b;
  color: #fff;
}

#addgrouptocart {
  border-radius: 10px !important;
}

#addgrouptocart:hover #buy-btn-icon {
  padding: 10px 17.5px 10px 7.5px;
}

#addgrouptocart:hover #buy-btn-text {
  margin: 10px 7.5px;
}

.underline-2 {
  text-decoration-color: #efd50f;
  text-decoration-thickness: 0.1rem;
  color: #33822b;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  font-size: 24px;
}

.underline-yellow {
  text-decoration: underline;
  text-decoration-color: #eed40e;
  text-decoration-thickness: 0.2rem;
  text-decoration-style: solid;
  color: #fff;
  text-align: center;
}

.roboto {
  font-family: "Rubik", sans-serif;
}

.param {
  position: relative;
  background: #eed40e;
  font-weight: 100;
  transition: transform 0.2s;
  color: #fff;
  width: 80px;
  margin: 0 auto;
  height: 80px;
  border-radius: 50%;
  font-size: 20px;
  padding: 5px;
}

.param:before {
  font-size: 50px;
  font-family: "Font Awesome 5 Pro";
}

.param-footer {
  color: #fff;
  min-height: 50px;
  text-align: center;
}

.paramcard {
  transition-duration: 500ms;
  min-height: 200px;
}

.paramcard .card-body {
  height: calc(100% - 20px);
}

#param-1:before {
  content: "\f675";
}

#param-2:before {
  content: "\f3cd";
}

#param-3:before {
  content: "\f5ba";
}

#param-4:before {
  content: "\f376";
}

#param-5:before {
  content: "\f3fd";
}

#param-6:before {
  content: "\f2f2";
}

#param-7:before {
  content: "\f028";
}

#param-8:before {
  content: "\f5d2";
}

.middle-sized-p {
  font-family: "Rubik", sans-serif;
  font-size: 20px;
}

.divider-title {
  color: var(--main-color-1);
  padding: 10px 0px 5px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.divider-title {
  color: var(--main-color-1);
  padding: 10px 0px 5px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.separator {
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 14px;
}

.separator span {
  display: inline-block;
  position: relative;
  color: #33822b;
}

.separator span::before,
.separator span::after {
  background-color: #efd50f;
  content: "";
  height: 3px;
  position: absolute;
  top: 50%;
  width: 120px;
  margin-right: 10px;
  margin-left: 10px;
}

.separator span::before {
  right: 100%;
}

.block-title div {
  border-radius: 50%;
  border: 2px solid #efd50f;
  font-size: 30px;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #efd50f;
  color: #fff;
  margin-right: 10px;
}

.sub-price {
  font-size: 22px;
  color: #fff;
}

.btn-outline-light:hover {
  color: #252830;
}

.sub-price .bracket {
  color: #fff;
}

.slider {
  background: linear-gradient(
    to right,
    #33822b 0%,
    #33822b 50%,
    #fff 50%,
    #fff 100%
  );
  border: solid 2px #efd50f;
  border-radius: 8px;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
  width: 100%;
  /* Full-width */
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #efd50f;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 35px;
  height: 35px;
  border: 0;
  border-radius: 50%;
  background: #efd50f;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .triangle {
    max-width: 83.333333% !important;
  }
}

@media screen and (min-width: 1200px) {
  #block-1-1 {
    clip-path: polygon(
      0% 0%,
      94% 0%,
      91% 19%,
      97% 33%,
      95% 56%,
      93% 76%,
      100% 100%,
      0 100%
    ) !important;
  }
  #block-1-3 {
    clip-path: polygon(
      7% 0%,
      100% 0%,
      100% 100%,
      0% 100%,
      4% 91%,
      9% 76%,
      6% 63%,
      10% 43%,
      6% 24%
    ) !important;
  }
}

.triangle {
  max-width: 91.6666666%;
  margin-left: 8.333333%;
  height: 80px;
  color: #fff;
  /*background: #f4e258;
	border-radius:10px;
	background-image: linear-gradient(to right, #f4e258, #f4e258, #ed4646);
	clip-path: polygon(0 100%, 100% 0, 100% 100%, 0px 100%);*/
}

.triangle div {
  align-self: flex-end;
  padding-bottom: 3px;
}

#container-1 .underline-2 {
  color: #fff;
}

#block-1-1 {
  background-color: #252830;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
  padding-top: 50px;
  padding-bottom: 50px;
}

#block-1-3 {
  background-color: #252830;
  clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 100%);
  padding-top: 50px;
  padding-bottom: 50px;
}

header .container {
  max-width: 100% !important;
}

#container-2 {
  background: url(data:image/png;base64,\aiVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAIAAADY27xgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY0Nzk3OUY5RjYxQzExRThCNkRFRDE1MTA4N0NFOTJEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY0Nzk3OUZBRjYxQzExRThCNkRFRDE1MTA4N0NFOTJEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjQ3OTc5RjdGNjFDMTFFOEI2REVEMTUxMDg3Q0U5MkQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjQ3OTc5RjhGNjFDMTFFOEI2REVEMTUxMDg3Q0U5MkQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz79dHT+AAABBElEQVR42uyX6wrDIAyF9cz3f99C1YUW3Kiy1STaUpIfRQW/eolJjl+WxTkHIITg+m1d15TS3hZCsHeoRX0Ghf5NK1CBQAukAFHclhAC3UOWQKB+5WwIRjhggcQYOUsRgpqQuNnJiT7nfBj6ns8OFQwI6qHXZsKbYkCgBWpCupwPWiD5m8KcoH4Ggmkp5i8EMxPebwgmhNGTEIxwQB4Eg54DA4Jxj7MXgqGhogvSyEGTS9oCweUlbYHgDgX2x1dushoTHyY+THw8RHxACySHtHPQJVLIxIeJDxMfJj4eLD44Ff+hUqcI5L2XQwIvjO4bKl9GZqghHPFBZyC/qRpyI/HxFmAA+hk3VPezriYAAAAASUVORK5CYII=) !important;
  background-size: 25px !important;
}

.css-1g0n26q {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  max-width: 1250px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.css-1sbir9s {
  position: relative;
  z-index: 2;
  padding: 3.5rem 2rem;
  max-width: 740px;
}

#first-product-img {
  transition: transform 0.2s;
  /* Animation */
}

.paramcard:hover .param {
  transform: rotate(20deg);
}

@media (min-width: 768px) {
  #first-product-img:hover {
    transform: scale(1.1);
  }
  .css-114egzl {
    display: block;
    position: absolute;
    left: -34px;
    top: -29px;
    width: 364px;
    height: 296px;
  }
  .css-11gwarx {
    display: block;
    position: absolute;
    bottom: 60px;
    right: -66px;
    width: 195px;
    height: 93px;
  }
  .embed-responsive {
    width: 50% !important;
  }
  .ti-review-item {
    padding-top: 0px;
  }
}

.gamut-j03qo6-Svg {
  position: absolute;
  padding-top: 60px;
  width: 100%;
}

#startconfig {
  border-color: #33822b;
  color: #33822b;
}

#startconfig:hover {
  color: #fff;
  background-color: #33822b;
  border-color: #33822b;
}

#startconfig:hover i {
  -webkit-animation: infinite-spinning 1s ease-out 0s infinite normal;
  animation: infinite-spinning 1s ease-out 0s infinite normal;
}

.embed-responsive {
  width: 100%;
}

@keyframes infinite-spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#gariblock > .row {
  padding-bottom: 0px !important;
}

#container-1 h2 {
  color: #fff;
  font-size: 28px;
  text-decoration: underline;
  text-decoration-color: #eed40e;
}

.tooltip.show {
  opacity: 1 !important;
}

.tooltip .tooltip-inner {
  background-color: #eed40e !important;
  color: #000;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #eed40e !important;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-bottom-color: #eed40e !important;
}

.Header__shape {
  animation-fill-mode: backwards;
  transform-origin: center;
  transform-box: fill-box;
}

.Header {
  position: relative;
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Header__svg {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  will-change: transform;
  background: radial-gradient(#c2c2c2 8%, transparent 8%), white;
  background-position: 0 0, 25px 25px;
  background-size: 25px 25px;
  min-height: 100vh;
}

.bigSquare {
  animation-name: bigSquare;
}

@keyframes bigSquare {
  from {
    transform: translateY(10%) rotate(-80deg) scale(0);
  }
  to {
    transform: translateY(0) rotate(0deg) scale(1);
  }
}

.littleSquare {
  animation-name: littleSquare;
}

@keyframes littleSquare {
  from {
    transform: translate(226%, 183%) rotate(140deg) scale(0);
  }
  to {
    transform: translate(0%, 0%) rotate(0deg) scale(1);
  }
}

.littleTriangle {
  animation-name: littleTriangle;
}

@keyframes littleTriangle {
  from {
    transform: rotate(-140deg) scale(0);
  }
  to {
    transform: rotate(0deg) scale(1);
  }
}

.hoop {
  animation-name: hoop;
}

@keyframes hoop {
  from {
    transform: translate(-160%, -33%) scale(0);
  }
  to {
    transform: translate(0%, 0%) scale(1);
  }
}

.varantycard h3 {
  font-size: 16px;
}

.varantycard {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
  border: 8px solid #eed40e;
  box-shadow: 4px 4px 8px 1px #626362;
  padding: 5px 5px 30px 5px;
  min-height: 220px;
  text-align: center;
  color: #000000;
  height: 240px;
  border-radius: 10px;
  background: #ffffffcf;
}

.custom-shape-divider-bottom-1644696008 {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1644696008 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 35px;
}

.custom-shape-divider-bottom-1644696008 .shape-fill-2 {
  fill: #12010b;
}

.custom-shape-divider-bottom-1644696008 .shape-fill-1 {
  fill: #626262;
}

.minheight {
  min-height: 100vh;
}

.yellow-circle {
  border-radius: 50%;
  font-size: 30px;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #efd50f;
  color: #fff;
  margin-right: 10px;
  text-align: center;
  line-height: 40px;
}

#config-step-7 {
  background-image: url("https://www.vadalarm.hu/img/product/vad023/vad023-004.jpg");
  background-size: cover;
}

#config-step-7 .container {
  background: #ffffffeb;
}

img.yellowback-inverse {
  box-shadow: -25px 25px 0px 0px #eed40e;
}

img.yellowback {
  box-shadow: 25px -25px 0px 0px #eed40e;
}

.green-header-1 {
  font-family: "Oswald";
  font-size: 60px;
  color: #33822b;
  text-align: left;
  font-weight: 700;
}

.green-header-2 {
  font-family: "Oswald";
  font-size: 40px;
  color: #33822b;
  text-align: left;
  font-weight: 700;
}

p.description-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #212529;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #33822b;
  border-color: #33822b;
}

.btn-outline-primary {
  color: #33822b;
  border-color: #33822b;
}

.btn-primary.btn-iconed.rounded-pill {
  color: #fff;
}

.btn-primary.btn-iconed.rounded-pill:hover {
  color: #33822b;
}

#graybox {
  background: #252830;
  opacity: 0.8;
}

#graybox p {
  color: #fff;
  font-size: 20px;
}

.app-store {
  width: 150px;
  cursor: pointer;
}

#iconrow {
  align-items: center;
  justify-content: center;
}

#iconrow i {
  padding-left: 5px;
  padding-right: 5px;
}

.darker {
  color: #252830 !important;
}

.description-size {
  font-size: 20px;
}

.pack {
  background: #fff;
  border: 1px solid #eed40e;
  border-radius: 20px;
}

.pack img {
  background-color: #fff;
  border-radius: 20px;
}

.pack ul li.contains {
  list-style-image: url("https://www.vadalarm.hu/img/v-mini.png");
}

.pack ul li.notcontains {
  list-style-image: url("https://www.vadalarm.hu/img/red-x.png");
}

.pack .card-text {
  color: #000;
}

.pack-price {
  font-size: 22px;
  color: #000;
  font-weight: 700;
}

.pack-price span {
  color: #822b2b;
  text-shadow: 0px 0px #000;
  background: #eed40e;
  padding: 0px 5px;
}

.text-black {
  color: #000 !important;
}

.pack ul li {
  color: #000;
  text-align: left;
  border-bottom: 1px solid #eed40e;
  font-size: 20px;
}

.pack ul li:last-of-type {
  border-bottom: none;
}

#most-popular-badge {
  position: absolute;
  right: 0px;
  top: -20px;
  background: #eed40e;
  text-align: center;
  border-radius: 30px 30px 30px 30px;
  color: #000;
  padding: 5px 16px;
  font-size: 20px;
}

#limited-edition-badge {
  position: absolute;
  right: 0px;
  top: -20px;
  background: #eed40e;
  text-align: center;
  border-radius: 30px 30px 30px 30px;
  color: #000;
  padding: 5px 16px;
  font-size: 20px;
}

.quantity-container {
  font-size: 20px;
}

input[class="quantity"]::-webkit-outer-spin-button,
input[class="quantity"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[class="quantity"] {
  -moz-appearance: textfield;
}

.qty-minus-btn,
.qty-plus-btn {
  border-radius: 50%;
  border: 1px solid #444444;
  font-size: 20px;
  line-height: 20px;
  width: 30px;
  padding-top: 2px;
  padding-bottom: 6px;
  margin: 0px 5px;
  font-weight: 700;
}

.qty-minus-btn:focus,
.qty-plus-btn:focus {
  outline: 1px solid #ddd;
}

.quantity-container .quantity {
  width: 40px;
  font-size: 20px;
  text-align: center;
}

.btn.rounded-pill:not(.btn-outline-primary) {
  color: #fff !important;
}

.btn.rounded-pill:not(.btn-outline-primary):hover {
  color: #000 !important;
}

.pack input[type="radio"] {
  position: relative;
}

.pack input[type="radio"]:after {
  width: 20px;
  height: 20px;
  border-radius: 15px;
  top: -4px;
  left: -1px;
  position: relative;
  background-color: #d1d3d1;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #eed40e;
}

.pack input[type="radio"]:checked:after {
  width: 20px;
  height: 20px;
  border-radius: 15px;
  top: -4px;
  left: -1px;
  position: relative;
  background-color: #33822b;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #eed40e;
}

@media (max-width: 767px) {
  .ti-review-item {
    padding-top: 50px !important;
  }
  #config-step-6 .container {
    border-radius: 10px;
  }
  .green-header-1 {
    font-size: 30px;
  }
  .green-header-2 {
    font-size: 24px;
  }
  .description-text {
    font-size: 20px;
  }
  .underline-yellow {
    font-size: 26px;
  }
  .btn.rounded-pill {
    margin: 5px;
  }
}
