@media (max-width: 992px) {
  .wb_content .wb-layout-horizontal {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  #wb_element_instance23422_0 {
    position: absolute;
    top: -173px;
    right: 25px;
    z-index: 100;
  }

  .btn .btn-default .btn-collapser {
    border: none;
  }

  .header__contact {
    padding-top: 10px;
  }
}
.product {
  /*   & .wb-store-inquiry-btn {
      display: none;
    } */
}
.product form {
  display: flex;
}
.product form .col-sm-4 {
  width: 100%;
}
.product .btn-success {
  color: #000000;
  background-color: #FCD900;
  border-color: #FCD900;
  margin-top: 22px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  width: 181px;
  transition: all 0.3s linear;
}
.product .btn-success:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.product .btn-success:focus {
  outline: none;
  background-color: #FCD900;
  border-color: #FCD900;
}
.product .btn-success:active {
  outline: none;
  background-color: #FCD900;
  border-color: #FCD900;
}
.product .form-control {
  height: 44px;
  background: #ffffff;
  border: 1px solid #DFDFDF;
}
.product .form-control:focus {
  outline: none;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.product .pagination a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  border-radius: 50%;
  transition: all 0.3s linear;
  margin: 0 5px;
  font-family: "Roboto", Arial, sans-serif;
}
.product .pagination a:hover {
  background-color: #FCD900;
  border-color: #FCD900;
}
.product .pagination a:focus {
  background-color: #FCD900;
  border-color: #FCD900;
}
.product .pagination .active a {
  background-color: #FCD900;
  border-color: #FCD900;
  color: #000000;
}
.product .pagination .disabled a {
  color: #000000;
}
.product .wb-store-back {
  color: #000000;
  background-color: #FCD900;
  border-color: #FCD900;
  margin-top: 22px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  width: 181px;
  transition: all 0.3s linear;
}
.product .wb-store-back:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.product .wb-store-back:focus {
  outline: none;
  background-color: #FCD900;
  border-color: #FCD900;
}
.product .wb-store-back:active {
  outline: none;
  background-color: #FCD900;
  border-color: #FCD900;
}
.product .wb-store-details .wb-store-name {
  font-size: 36px !important;
  padding-bottom: 50px !important;
}

.store-form-title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-top: 30px;
}

.header__btn {
  color: #000000;
  background-color: #FCD900;
  border-color: #FCD900;
  margin-top: 22px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  width: 181px;
  transition: all 0.3s linear;
}
.header__btn:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.header__btn:focus {
  outline: none;
  background-color: #FCD900;
  border-color: #FCD900;
}
.header__btn:active {
  outline: none;
  background-color: #FCD900;
  border-color: #FCD900;
}

.contact__form .btn-default {
  color: #000000;
  background-color: #FCD900;
  border-color: #FCD900;
  margin-top: 22px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  width: 181px;
  transition: all 0.3s linear;
}
.contact__form .btn-default:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.contact__form .btn-default:focus {
  outline: none;
  background-color: #FCD900;
  border-color: #FCD900;
}
.contact__form .btn-default:active {
  outline: none;
  background-color: #FCD900;
  border-color: #FCD900;
}

.contact__feedback-form .btn-default {
  color: #000000;
  background-color: #FCD900;
  border-color: #FCD900;
  margin-top: 22px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  width: 181px;
  transition: all 0.3s linear;
}
.contact__feedback-form .btn-default:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.contact__feedback-form .btn-default:focus {
  outline: none;
  background-color: #FCD900;
  border-color: #FCD900;
}
.contact__feedback-form .btn-default:active {
  outline: none;
  background-color: #FCD900;
  border-color: #FCD900;
}

.product__table-container {
  width: 100%;
  overflow-x: auto;
  margin: 0 auto;
}

.product__table {
  width: 100%;
  margin: 20px 0;
  background: #ffffff;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.product__table td {
  padding: 7px;
  border: 1px solid #000000;
}
.product__table th {
  padding: 7px;
  border: 1px solid #000000;
}

#wb_element_instance2_1 .wb-picture-caption {
  width: 715px;
  background: rgba(0, 0, 0, 0.75);
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  text-align: left;
  padding: 10px 33px;
}
#wb_element_instance2_1 .wb-lightbox-title {
  position: relative;
  width: 604px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 58px;
  color: #FFFFFF;
  text-align: left;
  padding: 10px;
  margin-bottom: 10px;
}
#wb_element_instance2_1 .wb-lightbox-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 10px;
  z-index: 10;
  width: 300px;
  height: 10px;
  background: #FCD900;
}
#wb_element_instance2_1 .wb-lightbox-description {
  width: 680px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #FFFFFF;
  padding: 10px;
}

@media (max-width: 992px) {
  #wb_element_instance2_1 .wb-picture-caption {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}
@media (max-width: 850px) {
  .product__table-container {
    width: 430px;
  }
}
@media (max-width: 767px) {
  .product__table-container {
    width: 700px;
  }

  #wb_element_instance2_1 .wb-picture-caption {
    width: 500px;
  }
  #wb_element_instance2_1 .wb-lightbox-title {
    width: 480px;
  }
  #wb_element_instance2_1 .wb-lightbox-description {
    width: 480px;
  }
}
@media (max-width: 700px) {
  .product__table-container {
    width: 600px;
  }
}
@media (max-width: 600px) {
  .product__table-container {
    width: 500px;
  }
}
@media (max-width: 576px) {
  #wb_element_instance2_1 .wb-picture-caption {
    width: 400px;
    height: 220px;
  }
  #wb_element_instance2_1 .wb-lightbox-title {
    width: 350px;
    font-size: 20px;
    line-height: 25px;
  }
  #wb_element_instance2_1 .wb-lightbox-title::before {
    width: 150px;
    height: 5px;
  }
  #wb_element_instance2_1 .wb-lightbox-description {
    width: 350px;
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 500px) {
  .product__table-container {
    width: 400px;
  }
}
@media (max-width: 400px) {
  .product__table-container {
    width: 300px;
  }

  #wb_element_instance2_1 .wb-picture-caption {
    width: 300px;
    height: 190px;
    padding: 10px;
  }
  #wb_element_instance2_1 .wb-lightbox-title {
    width: 280px;
  }
  #wb_element_instance2_1 .wb-lightbox-title::before {
    width: 100px;
    height: 3px;
  }
  #wb_element_instance2_1 .wb-lightbox-description {
    width: 280px;
  }
}

/*# sourceMappingURL=style.css.map */
