/*################################################################################//
//########################     Home Page Styles     ##############################//
//################################################################################*/
/*########################         Imports          ##############################*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "CrashFont";
  src: url("../../../fonts/Crashnumberinggothic-MAjp.ttf");
  font-weight: normal;
  font-style: normal;
}
/*########################         Default Styles       ##########################*/
/* ###########################################################################
##########################      starter-section       ########################
########################################################################### */
.starter-section {
  position: relative;
  padding: 0px;
  opacity: 1;
  height: max-content;
  background-color: #e7e7e7;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.starter-section .object1 {
  position: absolute;
  top: -320px;
  left: 80px;
  transform: rotate(20deg);
  width: 500px;
  background: #5f9e69;
  background: radial-gradient(circle, rgb(95, 158, 105) 32%, rgb(105, 180, 114) 100%);
  border-radius: 110px;
  height: 400px;
  z-index: 2;
}
.starter-section .object2 {
  position: absolute;
  bottom: -200px;
  right: 50px;
  width: 400px;
  height: 400px;
  background: rgb(95, 158, 105);
  background: radial-gradient(circle, rgb(95, 158, 105) 32%, rgb(105, 180, 114) 100%);
  z-index: 2;
  border-radius: 50%;
}
.starter-section .object4 {
  position: absolute;
  top: 5%;
  right: 5%;
  height: 150px;
  width: 150px;
  z-index: 2;
}
.starter-section .object4 .circle1 {
  position: absolute;
  z-index: 3;
  width: 110px;
  height: 110px;
  border: 1px solid rgb(95, 158, 105);
  border-radius: 50%;
  right: 0%;
}
.starter-section .object4 .circle2 {
  position: absolute;
  right: 20%;
  top: 10%;
  z-index: 4;
  width: 100px;
  height: 100px;
  border: none;
  border-radius: 50%;
  background: #5f9e69;
  background: radial-gradient(circle, rgb(95, 158, 105) 32%, rgb(105, 180, 114) 100%);
}
.starter-section .starter-container-left-sidebar {
  width: 15%;
  height: 80dvh;
  pointer-events: none;
}
.starter-section .starter-container {
  pointer-events: auto;
}
.starter-section .starter-container .starter-row .header-container h1 {
  padding: 20px 0px;
  font-weight: 900;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.starter-section .starter-container .starter-row .header-container h1 span {
  color: rgb(95, 158, 105);
}
.starter-section .starter-container .starter-row .header-container p {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: rgb(128, 128, 128);
  font-size: 18px;
}
.starter-section .starter-container .starter-row .header-container .button-container .kontakt-button {
  padding: 10px 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  text-decoration: none;
  background-color: #5f9e69;
  transition: 0.4s ease all;
  color: white;
  border: 1px solid #5f9e69;
}
.starter-section .starter-container .starter-row .header-container .button-container .kontakt-button:hover {
  background-color: transparent;
  color: #5f9e69;
}
.starter-section .starter-container .starter-row .image-container img {
  z-index: 15;
}

@media (max-width: 1400px) {
  .starter-section {
    position: relative;
    padding: 100px 0px 0px 0px;
    opacity: 1;
    height: max-content;
    background-color: #e7e7e7;
    overflow: visible;
  }
  .starter-section .details {
    width: 60%;
    align-items: end !important;
  }
  .starter-section .details h1, .starter-section .details p, .starter-section .details .button-container {
    width: 90%;
  }
  .starter-section .image-container {
    width: 40%;
    justify-content: center !important;
    align-items: center !important;
  }
}
@media (max-width: 993px) {
  .starter-section .starter-container-left-sidebar {
    width: 0%;
  }
  .starter-section .starter-container .starter-row .header-container {
    flex-direction: column;
  }
  .starter-section .starter-container .starter-row .header-container .details {
    width: 100%;
  }
  .starter-section .starter-container .starter-row .header-container .details h1, .starter-section .starter-container .starter-row .header-container .details p, .starter-section .starter-container .starter-row .header-container .details .button-container {
    width: 100%;
  }
  .starter-section .starter-container .starter-row .header-container .image-container {
    width: 100%;
    padding-top: 40px;
    justify-content: center !important;
    align-items: center !important;
  }
  .starter-section .starter-container .starter-row .header-container .image-container img {
    width: 50%;
  }
}
@media (max-width: 778px) {
  .starter-section .object1 {
    width: 400px;
  }
  .starter-section .object2 {
    width: 300px;
    height: 300px;
    bottom: -50px;
    right: 100px;
  }
  .starter-section .starter-container {
    width: 96%;
  }
  .starter-section .starter-container .starter-row .header-container .image-container img {
    width: 70%;
  }
}
@media (max-width: 550px) {
  .starter-section .object1 {
    width: 300px;
    border-radius: 30%;
    top: -250px;
    height: 300px;
    left: 10px;
  }
  .starter-section .object2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    right: 50px;
  }
  .starter-section .object4 .circle1 {
    width: 80px;
    height: 80px;
    right: 0%;
  }
  .starter-section .object4 .circle2 {
    position: absolute;
    right: 20%;
    top: 10%;
    width: 70px;
    height: 70px;
  }
  .starter-section .starter-container .starter-row .design-soon-container, .starter-section .starter-container .starter-row .tires-soon-container {
    left: 39.5dvw;
    top: 0dvh;
    height: 100dvh;
    width: 62%;
    font-size: 22px;
  }
  .starter-section .starter-container .starter-row .design-soon-container i, .starter-section .starter-container .starter-row .tires-soon-container i {
    top: 40px;
    left: 25px;
  }
}
/* ###########################################################################
##########################      overal-details        ########################
########################################################################### */
.overal-details-section {
  height: max-content;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e7e7e7;
  position: relative;
}
.overal-details-section .left-sidebar-bg {
  width: 10%;
  pointer-events: none;
}
.overal-details-section .content-container {
  width: 85%;
  height: max-content;
  background-color: #e7e7e7;
  border: none;
  padding: 50px 0px;
}
.overal-details-section .content-container .overal-header {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 42px;
  padding: 20px 0px;
  z-index: 3;
  color: black;
  text-shadow: 1px 1px 1px #e7e7e7;
}
.overal-details-section .content-container .form-container-overal {
  width: 100%;
  z-index: 15;
}
.overal-details-section .content-container .form-container-overal .form-overal-header {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 24px;
  color: black;
}
.overal-details-section .content-container .form-container-overal .open-form-button {
  width: 300px;
  color: white;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 20px;
  border: 1px solid #5f9e69;
  background-color: #5f9e69;
  transition: 0.4s ease all;
  padding: 10px 20px;
}
.overal-details-section .content-container .form-container-overal .open-form-button:hover {
  background-color: white;
  color: #5f9e69;
}
.overal-details-section .content-container .form-container {
  position: fixed;
  opacity: 0;
  top: 5%;
  width: 80%;
  height: 90dvh;
  background-color: white;
  pointer-events: none;
  z-index: 0;
  transition: 0.3s ease opacity;
  box-shadow: 5px 5px 5px rgba(177, 177, 177, 0.562);
}
.overal-details-section .content-container .form-container .close-form-btn {
  padding: 10px;
  color: #5f9e69;
  transition: 0.4s ease all;
  font-size: 24px;
  position: absolute;
  top: 25px;
  right: 30px;
  cursor: pointer;
}
.overal-details-section .content-container .form-container .close-form-btn:hover {
  color: #114119;
}
.overal-details-section .content-container .form-container .wpcf7 {
  width: 95% !important;
  margin: 10px !important;
  max-width: 1400px !important;
}
.overal-details-section .content-container .form-container .wpcf7 .submit-container {
  height: max-content !important;
}
.overal-details-section .content-container .form-container .wpcf7 .submit-container p {
  margin-bottom: 0%;
  height: max-content !important;
}
.overal-details-section .content-container .form-container .wpcf7 .wpcf7-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.overal-details-section .content-container .form-container .wpcf7 .wpcf7-form .form-header {
  width: 100%;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  color: #5f9e69;
  font-weight: 700;
  padding-top: 30px;
}
.overal-details-section .content-container .form-container .wpcf7 .wpcf7-form .wpcf7-response-output {
  margin: 0% !important;
}
.overal-details-section .content-container .form-container .wpcf7 .wpcf7-form .form-top {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: start;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
}
.overal-details-section .content-container .form-container .wpcf7 .wpcf7-form .form-top .left {
  width: 58%;
  padding-top: 50px;
}
.overal-details-section .content-container .form-container .wpcf7 .wpcf7-form .form-top .right {
  width: 38%;
  padding-top: 75px;
}
.overal-details-section .content-container .form-container .wpcf7 .wpcf7-form .form-top .right .company-options:focus {
  border: 1px solid #5f9e69;
}
.overal-details-section .content-container .form-container .wpcf7 .wpcf7-form .form-top .right .rating-options {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.overal-details-section .content-container .form-container .wpcf7 .wpcf7-form .form-top .right .rating-options input[type=radio] {
  transform: scale(1.5);
}
.overal-details-section .content-container .form-container .wpcf7 .wpcf7-form .form-top .right .rating-options input[type=radio]:checked {
  background-color: #5f9e69;
}
.overal-details-section .content-container .form-container .wpcf7 .wpcf7-form .wpcf7-submit {
  background-color: #5f9e69;
  border-radius: none;
  border: 1px solid #5f9e69;
  color: white;
  transition: 0.4s ease all;
  min-width: 200px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  letter-spacing: 0.7px;
}
.overal-details-section .content-container .form-container .wpcf7 .wpcf7-form .wpcf7-submit:hover {
  background-color: white;
  color: #5f9e69;
}
.overal-details-section .content-container .form-container.active {
  opacity: 1;
  z-index: 30;
  pointer-events: all;
}
.overal-details-section .content-container .middle-content {
  width: 90%;
  z-index: 9;
  padding-top: 20px;
}
.overal-details-section .content-container .middle-content .company-details {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 6fr;
  gap: 5px;
}
.overal-details-section .content-container .middle-content .company-details .company-details-top {
  width: 100%;
  display: grid;
  grid-template-columns: 6fr;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.466);
  border-width: 95%;
}
.overal-details-section .content-container .middle-content .company-details .company-details-top .company-column {
  width: 100%;
  background-color: white;
  border: none;
  border-radius: 10px;
  padding: 10px 15px;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.overal-details-section .content-container .middle-content .company-details .company-details-top .company-column .table-icon {
  width: 40px;
}
.overal-details-section .content-container .middle-content .company-details .company-details-top .company-column .fixed-star {
  position: absolute;
  opacity: 0;
  font-size: 44px;
  color: #d4d4d4;
  z-index: 5;
}
.overal-details-section .content-container .middle-content .company-details .company-details-top .company-column .rating-num {
  font-size: 16px;
  padding-left: 15px;
  color: #3f3f3f;
  z-index: 6;
  font-family: "Poppins", serif;
}
.overal-details-section .content-container .middle-content .company-details .company-details-top .company-column:last-child .rating-num {
  padding: 8px;
  border: none;
  border-radius: 5px;
  background-color: rgba(194, 194, 194, 0.5058823529);
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: none;
}
.overal-details-section .content-container .middle-content .company-details .company-details-top .company-name {
  padding: 5px 5px;
  height: 80px;
  max-height: 80px;
  overflow: hidden;
}
.overal-details-section .content-container .middle-content .company-details .company-details-top .company-name .table-icon-company {
  width: 200px;
}
.overal-details-section .content-container .middle-content .company-details .company-details-bottom {
  width: 100%;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 5px 10px 5px 0px;
}
.overal-details-section .content-container .middle-content .company-details .company-details-bottom .text-name-container {
  width: 95%;
  display: flex !important;
  flex-direction: row !important;
  justify-content: start !important;
  align-items: start !important;
}
.overal-details-section .content-container .middle-content .company-details .company-details-bottom .text-name-container .text {
  width: 70%;
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: center;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 16px;
}
.overal-details-section .content-container .middle-content .company-details .company-details-bottom .text-name-container .name {
  width: 30%;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 14px;
}
.overal-details-section .content-container .middle-content .company-details .company-details-bottom .more-icon {
  color: rgb(0, 0, 0);
  padding: 10px;
  border-radius: 50%;
  background-color: rgba(224, 224, 224, 0.274);
  border: 1px solid rgba(224, 224, 224, 0.274);
  transition: 0.4s ease all;
  z-index: 13;
  cursor: pointer;
}
.overal-details-section .content-container .middle-content .company-details .company-details-bottom .more-icon:hover {
  background-color: white;
  border: 1px solid rgb(51, 51, 51);
}
.overal-details-section .content-container .middle-content .company-details .company-details-bottom .more-icon.active {
  transform: rotate(-180deg);
}
.overal-details-section .content-container .middle-content .company-details .company-column-num {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  margin-top: 5px;
  border-radius: 10px;
  font-family: "Poppins", serif;
  font-size: 32px;
  font-weight: 900;
  color: #5f9e69;
}
.overal-details-section .content-container .middle-content .company-details .company-details-additional {
  width: 98%;
  display: flex;
  opacity: 0;
  height: 0px;
  background-color: white;
  transition: 0.4s ease height, 0.2s ease opacity;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
}
.overal-details-section .content-container .middle-content .company-details .company-details-additional .company-link {
  pointer-events: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 20px;
  border: none;
  background-color: #5f9e69;
  color: white;
  border: 1px solid #5f9e69;
  transition: 0.4s ease all;
  margin-top: 5px;
  text-decoration: none;
}
.overal-details-section .content-container .middle-content .company-details .company-details-additional .company-link:hover {
  color: #5f9e69;
  background-color: white;
}
.overal-details-section .content-container .middle-content .company-details .company-details-additional .detaljnije {
  width: 40%;
}
.overal-details-section .content-container .middle-content .company-details .company-details-additional .detaljnije span {
  font-weight: 700;
}
.overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison-tab-selection {
  width: 8%;
  height: 100%;
  gap: 10px;
}
.overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison-tab-selection .compare-company {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  font-weight: 700;
  background-color: #5f9e69;
  padding: 5px 10px;
  border: 1px solid #5f9e69;
  color: white;
  border-radius: 5px;
  transition: 0.4s ease all;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 60%;
  cursor: pointer;
}
.overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison-tab-selection .compare-company:hover {
  background-color: white;
  color: black;
}
.overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison {
  width: 52%;
  display: none !important;
}
.overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-names {
  width: 95%;
}
.overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-names .vs {
  width: 20%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-names .compare-company-name-container, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-names .compare-company-name2-container {
  height: 55px;
  width: 40%;
  overflow: hidden;
}
.overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-names .compare-company-name-container img, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-names .compare-company-name2-container img {
  max-width: 80%;
  pointer-events: none;
}
.overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-names .compare-company-name2 {
  padding-left: 25px;
}
.overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-names .compare-company-name {
  padding-right: 5px;
}
.overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-prices, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-total, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-personality, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-quality, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-speed {
  width: 95%;
  padding-top: 10px;
}
.overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-prices .vs-block, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-total .vs-block, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-personality .vs-block, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-quality .vs-block, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-speed .vs-block {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
}
.overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-prices .chosen-bar, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-prices .concurent-bar, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-total .chosen-bar, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-total .concurent-bar, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-personality .chosen-bar, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-personality .concurent-bar, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-quality .chosen-bar, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-quality .concurent-bar, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-speed .chosen-bar, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-speed .concurent-bar {
  width: 40%;
  background-color: #e7e7e7;
  border: none;
  height: 30px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-prices .chosen-bar .text, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-prices .concurent-bar .text, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-total .chosen-bar .text, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-total .concurent-bar .text, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-personality .chosen-bar .text, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-personality .concurent-bar .text, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-quality .chosen-bar .text, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-quality .concurent-bar .text, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-speed .chosen-bar .text, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-speed .concurent-bar .text {
  width: 90%;
  color: rgb(255, 255, 255);
  font-weight: 900;
  z-index: 14;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-prices .chosen-bar, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-total .chosen-bar, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-personality .chosen-bar, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-quality .chosen-bar, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-speed .chosen-bar {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-prices .chosen-bar .text, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-total .chosen-bar .text, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-personality .chosen-bar .text, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-quality .chosen-bar .text, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-speed .chosen-bar .text {
  display: flex;
  justify-content: flex-end;
}
.overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-prices .concurent-bar, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-total .concurent-bar, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-personality .concurent-bar, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-quality .concurent-bar, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-speed .concurent-bar {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-prices .concurent-bar .text, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-total .concurent-bar .text, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-personality .concurent-bar .text, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-quality .concurent-bar .text, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-speed .concurent-bar .text {
  display: flex;
  justify-content: flex-start;
}
.overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-prices .chosen-bar::before, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-prices .concurent-bar::before, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-total .chosen-bar::before, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-total .concurent-bar::before, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-personality .chosen-bar::before, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-personality .concurent-bar::before, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-quality .chosen-bar::before, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-quality .concurent-bar::before, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-speed .chosen-bar::before, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-speed .concurent-bar::before {
  content: "";
  position: absolute;
  top: 5%;
  height: 90%;
  width: var(--fill-percent, 50%);
  z-index: 12;
}
.overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-prices .concurent-bar::before, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-total .concurent-bar::before, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-personality .concurent-bar::before, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-quality .concurent-bar::before, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-speed .concurent-bar::before {
  left: 0%;
  background: rgb(126, 200, 119);
  background: linear-gradient(90deg, rgb(126, 200, 119) 0%, rgb(11, 110, 9) 100%);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-prices .chosen-bar::before, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-total .chosen-bar::before, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-personality .chosen-bar::before, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-quality .chosen-bar::before, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-speed .chosen-bar::before {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background: rgb(11, 110, 9);
  background: linear-gradient(90deg, rgb(11, 110, 9) 0%, rgb(126, 200, 119) 100%);
  right: 0%;
}
.overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison.active {
  display: flex !important;
}
.overal-details-section .content-container .middle-content .company-details .company-details-additional.active {
  opacity: 1;
  height: 300px;
  padding: 10px 0px;
  border-top: 1px solid rgba(204, 204, 204, 0.377);
}
.overal-details-section .content-container .middle-content .company-details .company-details-additional.active .company-link {
  pointer-events: all;
}
.overal-details-section .content-container .middle-content .company-details-desc {
  background-color: #ffffff;
  width: 100%;
  margin-top: 5px;
  border: none;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overal-details-section .content-container .middle-content .header-details .company-column {
  text-align: center;
}
.overal-details-section .content-container .header-details {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 6fr;
  gap: 5px;
}
.overal-details-section .content-container .header-details .company-details-top {
  width: 100%;
  display: grid;
  grid-template-columns: 6fr;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.overal-details-section .content-container .header-details .company-details-top .company-column {
  width: 100%;
  background-color: white;
  border: none;
  border-radius: 10px;
  padding: 10px 15px;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  border-right: 1px solid rgba(182, 182, 182, 0.411);
}
.overal-details-section .content-container .header-details .company-details-top .company-column .table-icon {
  width: 40px;
}
.overal-details-section .content-container .header-details .company-column-num {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  margin-top: 5px;
  border-radius: 10px;
}
.overal-details-section .content-container .header-details .company-column-num .table-icon {
  width: 40px;
}
.overal-details-section .content-container .header-details .company-column-num .company-num {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

@media (max-width: 1400px) {
  .overal-details-section {
    height: max-content;
  }
  .overal-details-section .left-sidebar-bg {
    width: 15%;
  }
  .overal-details-section .content-container {
    width: 85%;
  }
  .overal-details-section .content-container .middle-content {
    width: 90%;
  }
  .overal-details-section .content-container .middle-content .company-details {
    width: 100%;
  }
  .overal-details-section .content-container .middle-content .company-details .company-details-bottom .name {
    width: 35% !important;
    font-size: 13px;
  }
  .overal-details-section .content-container .middle-content .company-details .company-details-bottom .text {
    width: 65% !important;
    font-size: 14px;
    text-align: start;
  }
  .overal-details-section .content-container .middle-content .company-details .company-details-additional.active {
    height: 330px;
  }
}
@media (max-width: 1200px) {
  .overal-details-section .content-container .overal-header {
    font-size: 36px;
  }
  .overal-details-section .content-container .middle-content .company-details .company-details-additional {
    font-size: 15px;
    line-height: 20px;
  }
  .overal-details-section .content-container .middle-content .company-details .company-details-additional.active {
    height: 350px;
  }
}
@media (max-width: 993px) {
  .overal-details-section {
    height: max-content;
  }
  .overal-details-section .left-sidebar-bg {
    width: 0%;
  }
  .overal-details-section .content-container {
    width: 100%;
  }
  .overal-details-section .content-container .overal-header {
    font-size: 32px;
  }
  .overal-details-section .content-container .middle-content .header-details .company-details-desc .company-details-top {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr) !important;
  }
  .overal-details-section .content-container .middle-content .header-details .company-details-desc .company-details-top .company-column {
    padding: 3px !important;
    font-size: 12px;
    gap: 3px img;
    gap-width: 30px;
  }
  .overal-details-section .content-container .middle-content .header-details .company-details-desc .company-details-top .company-column:first-child {
    grid-column: span 2 !important;
    object-fit: contain;
  }
  .overal-details-section .content-container .middle-content .header-details .company-details-desc .company-details-top .company-column:last-child {
    border-right: none !important;
  }
  .overal-details-section .content-container .middle-content .company-details .company-details-desc .company-details-top {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr) !important;
    object-fit: contain;
  }
  .overal-details-section .content-container .middle-content .company-details .company-details-desc .company-details-top .company-column {
    padding: 3px !important;
    font-size: 13px;
    gap: 3px img;
    gap-width: 90%;
  }
  .overal-details-section .content-container .middle-content .company-details .company-details-desc .company-details-top .company-column .rating-num {
    font-size: 15px;
    padding-left: 0px;
  }
  .overal-details-section .content-container .middle-content .company-details .company-details-desc .company-details-top .company-column:last-child .rating-num {
    padding: 0px;
    padding: 3px;
  }
  .overal-details-section .content-container .middle-content .company-details .company-details-desc .company-details-top .company-column:first-child {
    grid-column: span 2 !important;
  }
  .overal-details-section .content-container .middle-content .company-details .company-details-desc .company-details-top .company-column:first-child img {
    width: 100%;
  }
}
@media (max-width: 772px) {
  .overal-details-section .content-container .form-container-overal .form-overal-header {
    padding: 20px;
    font-size: 18px;
  }
  .overal-details-section .content-container .form-container-overal .open-form-button {
    width: 200px !important;
    padding: 6px 12px;
    font-size: 16px;
  }
  .overal-details-section .content-container .form-container {
    top: 0%;
    width: 100dvw;
    height: 100dvh;
    overflow: scroll;
  }
  .overal-details-section .content-container .form-container .close-form-btn {
    top: 10px;
    right: 10px;
  }
  .overal-details-section .content-container .form-container .form-header {
    padding-top: 50px !important;
  }
  .overal-details-section .content-container .form-container .wpcf7 .wpcf7-form {
    width: 100%;
  }
  .overal-details-section .content-container .form-container .wpcf7 .wpcf7-form .form-header {
    font-size: 24px;
  }
  .overal-details-section .content-container .form-container .wpcf7 .wpcf7-form .wpcf7-response-output {
    margin: 0% !important;
  }
  .overal-details-section .content-container .form-container .wpcf7 .wpcf7-form .form-top {
    flex-direction: column !important;
  }
  .overal-details-section .content-container .form-container .wpcf7 .wpcf7-form .form-top .left {
    width: 100%;
    padding-top: 10px;
  }
  .overal-details-section .content-container .form-container .wpcf7 .wpcf7-form .form-top .right {
    width: 100%;
    padding-top: 10px;
  }
  .overal-details-section .content-container .form-container .wpcf7 .wpcf7-form .wpcf7-submit {
    background-color: #5f9e69;
    border-radius: none;
    border: 1px solid #5f9e69;
    color: white;
    transition: 0.4s ease all;
    min-width: 200px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 700;
    letter-spacing: 0.7px;
  }
  .overal-details-section .content-container .form-container .wpcf7 .wpcf7-form .wpcf7-submit:hover {
    background-color: white;
    color: #5f9e69;
  }
  .overal-details-section .content-container .overal-header {
    font-size: 26px;
  }
  .overal-details-section .content-container .middle-content .header-details .company-column-num .table-icon {
    width: 20px;
  }
  .overal-details-section .content-container .middle-content .company-details .company-details-additional {
    flex-direction: column;
    font-size: 15px;
    line-height: 20px;
    justify-content: space-around !important;
  }
  .overal-details-section .content-container .middle-content .company-details .company-details-additional .detaljnije, .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison {
    width: 96%;
    font-size: 13px;
  }
  .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison .vs-block {
    font-size: 12px;
    z-index: 22;
  }
  .overal-details-section .content-container .middle-content .company-details .company-details-additional .comparison-tab-selection {
    width: 100%;
    flex-direction: row !important;
    padding: 10px;
    z-index: 27;
    pointer-events: all;
  }
  .overal-details-section .content-container .middle-content .company-details .company-details-additional .detaljnije .company-link {
    font-size: 13px;
  }
  .overal-details-section .content-container .middle-content .company-details .company-details-additional.active {
    height: 520px;
  }
  .overal-details-section .content-container .middle-content .company-details .company-details-top {
    font-size: 13px;
  }
  .overal-details-section .content-container .middle-content .company-details .company-details-bottom {
    padding: 5px 4px 5px 0px;
  }
  .overal-details-section .content-container .middle-content .company-details .company-details-bottom .text-name-container {
    width: 90%;
    flex-direction: column !important;
  }
  .overal-details-section .content-container .middle-content .company-details .company-details-bottom .text-name-container .name, .overal-details-section .content-container .middle-content .company-details .company-details-bottom .text-name-container .text {
    width: 100% !important;
    font-size: 12px;
  }
  .overal-details-section .content-container .middle-content .company-details .company-details-bottom .text-name-container .text {
    padding: 6px 6px;
    text-align: start !important;
  }
  .overal-details-section .content-container .middle-content .company-details .company-details-bottom .text-name-container .name {
    padding: 6px 6px;
    font-size: 12px;
  }
  .overal-details-section .content-container .middle-content .company-details .company-details-bottom .more-icon {
    padding: 8px;
    font-size: 14px;
  }
  .overal-details-section .content-container .middle-content .header-details .company-details-desc .company-details-top .company-column {
    font-size: 11px;
  }
  .overal-details-section .content-container .middle-content .header-details .company-details-desc .company-details-top .company-column img {
    width: 20px;
  }
}
@media (max-width: 550px) {
  .overal-details-section {
    height: max-content;
  }
  .overal-details-section .content-container {
    width: 100%;
  }
  .overal-details-section .content-container .overal-header {
    font-size: 22px;
  }
  .overal-details-section .content-container .middle-content .company-details .company-details-additional {
    font-size: 14px;
    line-height: 18px;
  }
  .overal-details-section .content-container .middle-content .company-details .company-details-additional.active {
    height: 520px;
  }
  .overal-details-section .content-container .middle-content .company-details .company-details-bottom .name, .overal-details-section .content-container .middle-content .company-details .company-details-bottom .text {
    padding: 4px 8px;
  }
  .overal-details-section .content-container .middle-content .company-details .company-details-bottom .more-icon {
    padding: 5px;
    font-size: 12px;
  }
  .overal-details-section .content-container .middle-content .header-details .company-details-desc .company-details-top .company-column {
    font-size: 8px;
  }
  .overal-details-section .content-container .middle-content .header-details .company-details-desc .company-details-top .company-column img {
    width: 12px;
  }
}
/* ###########################################################################
########################      webshop-section         ########################
########################################################################### */
.overal-webshop-section {
  height: max-content;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e7e7e7;
  position: relative;
}
.overal-webshop-section .left-sidebar-bg {
  width: 10%;
  pointer-events: none;
}
.overal-webshop-section .content-container {
  width: 85%;
  height: max-content;
  background-color: #e7e7e7;
  border: none;
  padding: 50px 0px;
}
.overal-webshop-section .content-container .overal-header {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 42px;
  padding: 20px 0px;
  z-index: 3;
  color: black;
  text-shadow: 1px 1px 1px #e7e7e7;
}
.overal-webshop-section .content-container .form-container-overal {
  width: 100%;
  z-index: 15;
}
.overal-webshop-section .content-container .form-container-overal .form-overal-header {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 24px;
  color: black;
}
.overal-webshop-section .content-container .form-container-overal .open-form-button {
  width: 300px;
  color: white;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 20px;
  border: 1px solid #5f9e69;
  background-color: #5f9e69;
  transition: 0.4s ease all;
  padding: 10px 20px;
}
.overal-webshop-section .content-container .form-container-overal .open-form-button:hover {
  background-color: white;
  color: #5f9e69;
}
.overal-webshop-section .content-container .form-container {
  position: fixed;
  opacity: 0;
  top: 5%;
  width: 80%;
  height: 90dvh;
  background-color: white;
  pointer-events: none;
  z-index: 0;
  transition: 0.3s ease opacity;
  box-shadow: 5px 5px 5px rgba(177, 177, 177, 0.562);
}
.overal-webshop-section .content-container .form-container .close-form-btn {
  padding: 10px;
  color: #5f9e69;
  transition: 0.4s ease all;
  font-size: 24px;
  position: absolute;
  top: 25px;
  right: 30px;
  cursor: pointer;
}
.overal-webshop-section .content-container .form-container .close-form-btn:hover {
  color: #114119;
}
.overal-webshop-section .content-container .form-container .wpcf7 {
  width: 95% !important;
  margin: 10px !important;
  max-width: 1400px !important;
}
.overal-webshop-section .content-container .form-container .wpcf7 .submit-container {
  height: max-content !important;
}
.overal-webshop-section .content-container .form-container .wpcf7 .submit-container p {
  margin-bottom: 0%;
  height: max-content !important;
}
.overal-webshop-section .content-container .form-container .wpcf7 .wpcf7-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.overal-webshop-section .content-container .form-container .wpcf7 .wpcf7-form .form-header {
  width: 100%;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  color: #5f9e69;
  font-weight: 700;
  padding-top: 30px;
}
.overal-webshop-section .content-container .form-container .wpcf7 .wpcf7-form .wpcf7-response-output {
  margin: 0% !important;
}
.overal-webshop-section .content-container .form-container .wpcf7 .wpcf7-form .form-top {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: start;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
}
.overal-webshop-section .content-container .form-container .wpcf7 .wpcf7-form .form-top .left {
  width: 58%;
  padding-top: 50px;
}
.overal-webshop-section .content-container .form-container .wpcf7 .wpcf7-form .form-top .right {
  width: 38%;
  padding-top: 75px;
}
.overal-webshop-section .content-container .form-container .wpcf7 .wpcf7-form .form-top .right .company-options:focus {
  border: 1px solid #5f9e69;
}
.overal-webshop-section .content-container .form-container .wpcf7 .wpcf7-form .form-top .right .rating-options {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.overal-webshop-section .content-container .form-container .wpcf7 .wpcf7-form .form-top .right .rating-options input[type=radio] {
  transform: scale(1.5);
}
.overal-webshop-section .content-container .form-container .wpcf7 .wpcf7-form .form-top .right .rating-options input[type=radio]:checked {
  background-color: #5f9e69;
}
.overal-webshop-section .content-container .form-container .wpcf7 .wpcf7-form .wpcf7-submit {
  background-color: #5f9e69;
  border-radius: none;
  border: 1px solid #5f9e69;
  color: white;
  transition: 0.4s ease all;
  min-width: 200px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  letter-spacing: 0.7px;
}
.overal-webshop-section .content-container .form-container .wpcf7 .wpcf7-form .wpcf7-submit:hover {
  background-color: white;
  color: #5f9e69;
}
.overal-webshop-section .content-container .form-container.active {
  opacity: 1;
  z-index: 30;
  pointer-events: all;
}
.overal-webshop-section .content-container .middle-content {
  width: 90%;
  z-index: 9;
  padding-top: 20px;
}
.overal-webshop-section .content-container .middle-content .company-details {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 6fr;
  gap: 5px;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-top {
  width: 100%;
  display: grid;
  grid-template-columns: 6fr;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.466);
  border-width: 95%;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-top .company-column {
  width: 100%;
  background-color: white;
  border: none;
  border-radius: 10px;
  padding: 10px 15px;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-top .company-column .table-icon {
  width: 40px;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-top .company-column .fixed-star {
  position: absolute;
  opacity: 0;
  font-size: 44px;
  color: #d4d4d4;
  z-index: 5;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-top .company-column .rating-num {
  font-size: 16px;
  padding-left: 15px;
  color: #3f3f3f;
  z-index: 6;
  font-family: "Poppins", serif;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-top .company-column:last-child .rating-num {
  padding: 8px;
  border: none;
  border-radius: 5px;
  background-color: rgba(194, 194, 194, 0.5058823529);
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: none;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-top .company-name {
  padding: 5px 5px;
  height: 80px;
  max-height: 80px;
  overflow: hidden;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-top .company-name .table-icon-company {
  width: 200px;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-bottom {
  width: 100%;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 5px 10px 5px 0px;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-bottom .text-name-container {
  width: 95%;
  display: flex !important;
  flex-direction: row !important;
  justify-content: start !important;
  align-items: start !important;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-bottom .text-name-container .text {
  width: 70%;
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: center;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 16px;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-bottom .text-name-container .name {
  width: 30%;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 14px;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-bottom .more-icon {
  color: rgb(0, 0, 0);
  padding: 10px;
  border-radius: 50%;
  background-color: rgba(224, 224, 224, 0.274);
  border: 1px solid rgba(224, 224, 224, 0.274);
  transition: 0.4s ease all;
  z-index: 13;
  cursor: pointer;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-bottom .more-icon:hover {
  background-color: white;
  border: 1px solid rgb(51, 51, 51);
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-bottom .more-icon.active {
  transform: rotate(-180deg);
}
.overal-webshop-section .content-container .middle-content .company-details .company-column-num {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  margin-top: 5px;
  border-radius: 10px;
  font-family: "Poppins", serif;
  font-size: 32px;
  font-weight: 900;
  color: #5f9e69;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-additional {
  width: 98%;
  display: flex;
  opacity: 0;
  height: 0px;
  background-color: white;
  transition: 0.4s ease height, 0.2s ease opacity;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-additional .company-link {
  pointer-events: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 20px;
  border: none;
  background-color: #5f9e69;
  color: white;
  border: 1px solid #5f9e69;
  transition: 0.4s ease all;
  margin-top: 5px;
  text-decoration: none;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-additional .company-link:hover {
  color: #5f9e69;
  background-color: white;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-additional .detaljnije {
  width: 40%;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-additional .detaljnije span {
  font-weight: 700;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison-tab-selection {
  width: 8%;
  height: 100%;
  gap: 10px;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison-tab-selection .compare-company {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  font-weight: 700;
  background-color: #5f9e69;
  padding: 5px 10px;
  border: 1px solid #5f9e69;
  color: white;
  border-radius: 5px;
  transition: 0.4s ease all;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 60%;
  cursor: pointer;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison-tab-selection .compare-company:hover {
  background-color: white;
  color: black;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison {
  width: 52%;
  display: none !important;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-names {
  width: 95%;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-names .vs {
  width: 20%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-names .compare-company-name-container, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-names .compare-company-name2-container {
  height: 55px;
  width: 40%;
  overflow: hidden;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-names .compare-company-name-container img, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-names .compare-company-name2-container img {
  max-width: 80%;
  pointer-events: none;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-names .compare-company-name2 {
  padding-left: 25px;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-names .compare-company-name {
  padding-right: 5px;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-prices, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-total, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-personality, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-quality, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-speed {
  width: 95%;
  padding-top: 10px;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-prices .vs-block, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-total .vs-block, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-personality .vs-block, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-quality .vs-block, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-speed .vs-block {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-prices .chosen-bar, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-prices .concurent-bar, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-total .chosen-bar, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-total .concurent-bar, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-personality .chosen-bar, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-personality .concurent-bar, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-quality .chosen-bar, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-quality .concurent-bar, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-speed .chosen-bar, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-speed .concurent-bar {
  width: 40%;
  background-color: #e7e7e7;
  border: none;
  height: 30px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-prices .chosen-bar .text, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-prices .concurent-bar .text, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-total .chosen-bar .text, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-total .concurent-bar .text, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-personality .chosen-bar .text, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-personality .concurent-bar .text, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-quality .chosen-bar .text, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-quality .concurent-bar .text, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-speed .chosen-bar .text, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-speed .concurent-bar .text {
  width: 90%;
  color: rgb(255, 255, 255);
  font-weight: 900;
  z-index: 14;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-prices .chosen-bar, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-total .chosen-bar, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-personality .chosen-bar, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-quality .chosen-bar, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-speed .chosen-bar {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-prices .chosen-bar .text, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-total .chosen-bar .text, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-personality .chosen-bar .text, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-quality .chosen-bar .text, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-speed .chosen-bar .text {
  display: flex;
  justify-content: flex-end;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-prices .concurent-bar, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-total .concurent-bar, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-personality .concurent-bar, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-quality .concurent-bar, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-speed .concurent-bar {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-prices .concurent-bar .text, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-total .concurent-bar .text, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-personality .concurent-bar .text, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-quality .concurent-bar .text, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-speed .concurent-bar .text {
  display: flex;
  justify-content: flex-start;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-prices .chosen-bar::before, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-prices .concurent-bar::before, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-total .chosen-bar::before, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-total .concurent-bar::before, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-personality .chosen-bar::before, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-personality .concurent-bar::before, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-quality .chosen-bar::before, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-quality .concurent-bar::before, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-speed .chosen-bar::before, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-speed .concurent-bar::before {
  content: "";
  position: absolute;
  top: 5%;
  height: 90%;
  width: var(--fill-percent, 50%);
  z-index: 12;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-prices .concurent-bar::before, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-total .concurent-bar::before, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-personality .concurent-bar::before, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-quality .concurent-bar::before, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-speed .concurent-bar::before {
  left: 0%;
  background: rgb(126, 200, 119);
  background: linear-gradient(90deg, rgb(126, 200, 119) 0%, rgb(11, 110, 9) 100%);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-prices .chosen-bar::before, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-total .chosen-bar::before, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-personality .chosen-bar::before, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-quality .chosen-bar::before, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .compare-company-speed .chosen-bar::before {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background: rgb(11, 110, 9);
  background: linear-gradient(90deg, rgb(11, 110, 9) 0%, rgb(126, 200, 119) 100%);
  right: 0%;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison.active {
  display: flex !important;
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-additional.active {
  opacity: 1;
  height: 300px;
  padding: 10px 0px;
  border-top: 1px solid rgba(204, 204, 204, 0.377);
}
.overal-webshop-section .content-container .middle-content .company-details .company-details-additional.active .company-link {
  pointer-events: all;
}
.overal-webshop-section .content-container .middle-content .company-details-desc {
  background-color: #ffffff;
  width: 100%;
  margin-top: 5px;
  border: none;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overal-webshop-section .content-container .middle-content .header-details {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 6fr;
  gap: 5px;
}
.overal-webshop-section .content-container .middle-content .header-details .company-details-top {
  width: 100%;
  display: grid;
  grid-template-columns: 6fr;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.overal-webshop-section .content-container .middle-content .header-details .company-details-top .company-column {
  width: 100%;
  background-color: white;
  border: none;
  border-radius: 10px;
  padding: 10px 15px;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  border-right: 1px solid rgba(182, 182, 182, 0.411);
}
.overal-webshop-section .content-container .middle-content .header-details .company-details-top .company-column .table-icon {
  width: 40px;
}
.overal-webshop-section .content-container .middle-content .header-details .company-column-num {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  margin-top: 5px;
  border-radius: 10px;
}
.overal-webshop-section .content-container .middle-content .header-details .company-column-num .table-icon {
  width: 40px;
}
.overal-webshop-section .content-container .middle-content .header-details .company-column-num .company-num {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

@media (max-width: 1400px) {
  .overal-webshop-section {
    height: max-content;
  }
  .overal-webshop-section .left-sidebar-bg {
    width: 15%;
  }
  .overal-webshop-section .content-container {
    width: 85%;
  }
  .overal-webshop-section .content-container .middle-content {
    width: 90%;
  }
  .overal-webshop-section .content-container .middle-content .company-details {
    width: 100%;
  }
  .overal-webshop-section .content-container .middle-content .company-details .company-details-bottom .name {
    width: 35% !important;
    font-size: 13px;
  }
  .overal-webshop-section .content-container .middle-content .company-details .company-details-bottom .text {
    width: 65% !important;
    font-size: 14px;
    text-align: start;
  }
  .overal-webshop-section .content-container .middle-content .company-details .company-details-additional.active {
    height: 330px;
  }
}
@media (max-width: 1200px) {
  .overal-webshop-section .content-container .overal-header {
    font-size: 36px;
  }
  .overal-webshop-section .content-container .middle-content .company-details .company-details-additional {
    font-size: 15px;
    line-height: 20px;
  }
  .overal-webshop-section .content-container .middle-content .company-details .company-details-additional.active {
    height: 350px;
  }
}
@media (max-width: 993px) {
  .overal-webshop-section {
    height: max-content;
  }
  .overal-webshop-section .left-sidebar-bg {
    width: 0%;
  }
  .overal-webshop-section .content-container {
    width: 100%;
  }
  .overal-webshop-section .content-container .overal-header {
    font-size: 32px;
  }
  .overal-webshop-section .content-container .middle-content .header-details .company-details-desc .company-details-top {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr) !important;
  }
  .overal-webshop-section .content-container .middle-content .header-details .company-details-desc .company-details-top .company-column {
    padding: 3px !important;
    font-size: 12px;
    gap: 3px img;
    gap-width: 30px;
  }
  .overal-webshop-section .content-container .middle-content .header-details .company-details-desc .company-details-top .company-column:first-child {
    grid-column: span 2 !important;
    object-fit: contain;
  }
  .overal-webshop-section .content-container .middle-content .header-details .company-details-desc .company-details-top .company-column:last-child {
    border-right: none !important;
  }
  .overal-webshop-section .content-container .middle-content .company-details .company-details-desc .company-details-top {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr) !important;
    object-fit: contain;
  }
  .overal-webshop-section .content-container .middle-content .company-details .company-details-desc .company-details-top .company-column {
    padding: 3px !important;
    font-size: 13px;
    gap: 3px img;
    gap-width: 90%;
  }
  .overal-webshop-section .content-container .middle-content .company-details .company-details-desc .company-details-top .company-column .rating-num {
    font-size: 15px;
    padding-left: 0px;
  }
  .overal-webshop-section .content-container .middle-content .company-details .company-details-desc .company-details-top .company-column:last-child .rating-num {
    padding: 0px;
    padding: 3px;
  }
  .overal-webshop-section .content-container .middle-content .company-details .company-details-desc .company-details-top .company-column:first-child {
    grid-column: span 2 !important;
  }
  .overal-webshop-section .content-container .middle-content .company-details .company-details-desc .company-details-top .company-column:first-child img {
    width: 100%;
  }
}
@media (max-width: 772px) {
  .overal-webshop-section .content-container .form-container-overal .form-overal-header {
    padding: 20px;
    font-size: 18px;
  }
  .overal-webshop-section .content-container .form-container-overal .open-form-button {
    width: 200px !important;
    padding: 6px 12px;
    font-size: 16px;
  }
  .overal-webshop-section .content-container .form-container {
    top: 0%;
    width: 100dvw;
    height: 100dvh;
    overflow: scroll;
  }
  .overal-webshop-section .content-container .form-container .close-form-btn {
    top: 10px;
    right: 10px;
  }
  .overal-webshop-section .content-container .form-container .form-header {
    padding-top: 50px !important;
  }
  .overal-webshop-section .content-container .form-container .wpcf7 .wpcf7-form {
    width: 100%;
  }
  .overal-webshop-section .content-container .form-container .wpcf7 .wpcf7-form .form-header {
    font-size: 24px;
  }
  .overal-webshop-section .content-container .form-container .wpcf7 .wpcf7-form .wpcf7-response-output {
    margin: 0% !important;
  }
  .overal-webshop-section .content-container .form-container .wpcf7 .wpcf7-form .form-top {
    flex-direction: column !important;
  }
  .overal-webshop-section .content-container .form-container .wpcf7 .wpcf7-form .form-top .left {
    width: 100%;
    padding-top: 10px;
  }
  .overal-webshop-section .content-container .form-container .wpcf7 .wpcf7-form .form-top .right {
    width: 100%;
    padding-top: 10px;
  }
  .overal-webshop-section .content-container .form-container .wpcf7 .wpcf7-form .wpcf7-submit {
    background-color: #5f9e69;
    border-radius: none;
    border: 1px solid #5f9e69;
    color: white;
    transition: 0.4s ease all;
    min-width: 200px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 700;
    letter-spacing: 0.7px;
  }
  .overal-webshop-section .content-container .form-container .wpcf7 .wpcf7-form .wpcf7-submit:hover {
    background-color: white;
    color: #5f9e69;
  }
  .overal-webshop-section .content-container .overal-header {
    font-size: 26px;
  }
  .overal-webshop-section .content-container .middle-content .header-details .company-column-num .table-icon {
    width: 20px;
  }
  .overal-webshop-section .content-container .middle-content .company-details .company-details-additional {
    flex-direction: column;
    font-size: 15px;
    line-height: 20px;
    justify-content: space-around !important;
  }
  .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .detaljnije, .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison {
    width: 96%;
    font-size: 13px;
  }
  .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison .vs-block {
    font-size: 12px;
    z-index: 22;
  }
  .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .comparison-tab-selection {
    width: 100%;
    flex-direction: row !important;
    padding: 10px;
    z-index: 27;
    pointer-events: all;
  }
  .overal-webshop-section .content-container .middle-content .company-details .company-details-additional .detaljnije .company-link {
    font-size: 13px;
  }
  .overal-webshop-section .content-container .middle-content .company-details .company-details-additional.active {
    height: 520px;
  }
  .overal-webshop-section .content-container .middle-content .company-details .company-details-top {
    font-size: 13px;
  }
  .overal-webshop-section .content-container .middle-content .company-details .company-details-bottom {
    padding: 5px 4px 5px 0px;
  }
  .overal-webshop-section .content-container .middle-content .company-details .company-details-bottom .text-name-container {
    width: 90%;
    flex-direction: column !important;
  }
  .overal-webshop-section .content-container .middle-content .company-details .company-details-bottom .text-name-container .name, .overal-webshop-section .content-container .middle-content .company-details .company-details-bottom .text-name-container .text {
    width: 100% !important;
    font-size: 12px;
  }
  .overal-webshop-section .content-container .middle-content .company-details .company-details-bottom .text-name-container .text {
    padding: 6px 6px;
    text-align: start !important;
  }
  .overal-webshop-section .content-container .middle-content .company-details .company-details-bottom .text-name-container .name {
    padding: 6px 6px;
    font-size: 12px;
  }
  .overal-webshop-section .content-container .middle-content .company-details .company-details-bottom .more-icon {
    padding: 8px;
    font-size: 14px;
  }
  .overal-webshop-section .content-container .middle-content .header-details .company-details-desc .company-details-top .company-column {
    font-size: 11px;
  }
  .overal-webshop-section .content-container .middle-content .header-details .company-details-desc .company-details-top .company-column img {
    width: 20px;
  }
}
@media (max-width: 550px) {
  .overal-webshop-section {
    height: max-content;
  }
  .overal-webshop-section .content-container {
    width: 100%;
  }
  .overal-webshop-section .content-container .overal-header {
    font-size: 22px;
  }
  .overal-webshop-section .content-container .middle-content .company-details .company-details-additional {
    font-size: 14px;
    line-height: 18px;
  }
  .overal-webshop-section .content-container .middle-content .company-details .company-details-additional.active {
    height: 520px;
  }
  .overal-webshop-section .content-container .middle-content .company-details .company-details-bottom .name, .overal-webshop-section .content-container .middle-content .company-details .company-details-bottom .text {
    padding: 4px 8px;
  }
  .overal-webshop-section .content-container .middle-content .company-details .company-details-bottom .more-icon {
    padding: 5px;
    font-size: 12px;
  }
  .overal-webshop-section .content-container .middle-content .header-details .company-details-desc .company-details-top .company-column {
    font-size: 8px;
  }
  .overal-webshop-section .content-container .middle-content .header-details .company-details-desc .company-details-top .company-column img {
    width: 12px;
  }
}
/* #######################       animation example      #################### */
/* #######################       media queries       #################### */

/*# sourceMappingURL=home-page.css.map */
