/* styles */
body {
  overflow: auto;
  height: auto;
}
body.menu-is-active {
  overflow: hidden;
  height: 100%;
}

button:hover {
  cursor: pointer;
}

a {
  transition: 0.3s;
}
a:hover {
  color: #ea9515;
}

td {
  border: 1px solid #ccc;
  padding: 5px 10px;
}

th {
  background: #eee;
  padding: 5px 10px;
  border: 1px solid #ccc;
}

textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 10px;
}

input[type=checkbox],
input[type=radio] {
  border-radius: 50%;
  padding: 0;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: #fff;
  border: 3px solid #ea9515;
}

.dropdown-top-phones-item {
  display: block;
  color: #424242;
  text-decoration: none;
  margin: 15px 0;
}
.dropdown-menu {
  background: #fff;
  padding: 1px 10px;
  position: relative;
  top: 8px;
  border: 1px solid #ccc;
  left: 5px;
  z-index: 10;
}
.dropdown-toggle:hover {
  cursor: pointer;
}

.header-bg.sticky {
  position: fixed;
}
.header-menu {
  position: relative;
  z-index: 10;
}
.header-menu .menu-item-has-children {
  z-index: 1;
}
.header-menu .menu-item-has-children.is-active:after {
  transform: rotate(-45deg);
  margin-top: -3px;
}
.header-menu .menu-item:hover {
  cursor: pointer;
}
.header-menu .menu-item .sub-menu {
  position: absolute;
  top: 0;
  z-index: -1;
  padding: 25px 10px 0;
  width: 150px;
  left: -10px;
}
.header-menu .menu-item .sub-menu:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 150px;
  background: #fff;
  border-radius: 3px;
  height: 100%;
  z-index: -1;
}
.header-menu .menu-item .sub-menu.is-active {
  display: block;
}
.header-menu .menu-item .sub-menu .menu-item {
  display: inline-block;
  margin: 10px 0;
  width: 100%;
}
.header-menu .menu-item .sub-menu .menu-item-has-children:after {
  display: none;
}
.header-menu .menu-item .sub-menu .sub-menu {
  position: relative;
  display: block;
  padding: 10px 0 0 10px;
  width: auto;
  left: 0;
}
.header-menu .menu-item .sub-menu .sub-menu:after {
  display: none;
}
.header-search .searchform {
  float: left;
  position: absolute;
  right: 45px;
  top: 2px;
  background: #fff;
}
.header-search .searchform.is-active {
  display: block;
}
.header-search .searchform input[type=text] {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 5px;
}
.header-search .searchform input[type=submit] {
  display: none;
}

.btn:hover {
  opacity: 0.85;
  color: #fff;
  cursor: pointer;
}

.footer {
  background: #2e363a;
  color: #fff;
}
.footer-wrap {
  padding: 75px 0 60px;
  display: flex;
  justify-content: space-around;
  align-items: start;
}
.footer-menu .menu-item {
  margin: 10px 0;
}
.footer-menu a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ea9515;
  position: relative;
  margin: 0 25px 0 0;
}
.footer-icon-phone {
  margin-top: 6px;
}
.footer-icon-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}
.footer-item {
  flex: 1;
  padding: 0 35px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: start;
}
.footer-item-text {
  width: calc(100% - 65px);
  line-height: 1.5;
}
.footer-phones-item {
  color: #fff;
  display: block;
  margin: 6px 0;
}
.footer-copy {
  height: 75px;
  width: 100%;
  text-align: center;
  border-top: 1px solid #6d7375;
  color: rgba(255, 255, 255, 0.5019607843);
  padding: 15px 0;
  box-sizing: border-box;
}

.swiper-button:hover {
  cursor: pointer;
  opacity: 0.85;
}

.woocommerce-loop-product__link:hover .price {
  color: #424242;
}

.screen-reader-response,
.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.woocommerce-message {
  padding: 10px 0;
  text-align: center;
  color: #008800;
  height: 14px;
  margin-bottom: -20px;
  position: relative;
  z-index: 1;
}

.product-meta-posted-in a:hover {
  color: #333;
}

.swiper-button-lock {
  display: none;
}

.wc-tabs li.active, .wc-tabs li:hover {
  background: #ea9515;
  cursor: pointer;
  border-color: #ea9515;
}
.wc-tabs li.active a, .wc-tabs li:hover a {
  color: #fff;
}

.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button__text {
  padding: 15px 23px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
  background: #ea9515;
  color: #fff;
}
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button__text:hover {
  opacity: 0.85;
  color: #fff;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin: -250px 0 0 -200px;
  background: #fff;
  z-index: 100;
  padding: 65px 35px 35px;
  display: none;
  border-radius: 3px;
  max-width: 100vw;
  box-shadow: 0 0 5px #ccc;
}
.popup.is-active {
  display: block;
}
.popup .wpcf7-form-control {
  max-width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 12px 15px;
}
.popup .wpcf7-form-control-wrap {
  margin-bottom: 15px;
  display: block;
}
.popup-close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 34px;
  right: 34px;
}
.popup-close:after, .popup-close:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #424242;
  position: absolute;
  top: 0;
  left: 0;
}
.popup-close:after {
  transform: rotate(-45deg);
}
.popup-close:before {
  transform: rotate(45deg);
}
.popup-title {
  font-size: 26px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px 0;
}
.popup-btn {
  margin: 0 auto;
  display: block;
}

.wpcf7-not-valid-tip {
  color: #ff0000;
  padding: 2px 0;
  font-size: 12px;
}
.wpcf7-response-output {
  text-align: center;
}

@media (max-width: 1279px) {
  .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    color: #333;
    z-index: 100;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
  }
  .header-menu.is-active {
    display: flex;
  }
  .header-menu .menu-item {
    display: inline-block;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    margin: 10px 0;
    padding: 10px 0;
  }
  .header-menu .menu-item-has-children {
    padding-right: 0;
  }
  .header-menu .menu-item-has-children:after {
    display: none;
  }
  .header-menu .menu-item .sub-menu {
    position: relative;
    display: block;
    width: 100%;
  }
  .header-menu .menu-item .sub-menu .menu-item {
    font-size: 1rem;
    margin: 0;
  }
  .header-menu .menu-item .sub-menu .menu-item .sub-menu {
    display: none;
  }
  .header-menu-close {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .footer-wrap {
    padding: 30px 0;
    flex-direction: column;
  }
  .footer-item {
    margin: 15px 0;
    align-items: center;
    padding: 0 25px;
  }
  .footer-menu .menu-item {
    margin: 15px 0;
  }
}
summary:hover {
  cursor: pointer;
}

@media (max-width: 430px) {
  .popup {
    width: calc(100vw - 20px);
    left: 10px;
    margin-left: 0;
  }
  .popup-title {
    font-size: 18px;
  }
}
/*#wpadminbar.mobile {
    display: none;
}*/