/*
Theme Name: Kyivan
Description: Kyivan Theme
Author: Stanislav Kunts
Version: 1.0
*/
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  min-height: 100vh;
}
body * {
  font-weight: normal;
}

.page-body {
  min-height: calc(100vh - 148px);
}

.center-con {
  max-width: 1170px;
  margin: 0 auto;
}

.w-970 {
  max-width: 970px;
  margin: auto;
}

.w-1200 {
  max-width: 1200px;
  margin: auto;
}

.main-header {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 5;
  background: white;
}
.main-header .center-con {
  display: flex;
  justify-content: space-between;
}
.main-header .center-con .logo-con {
  display: flex;
  align-items: center;
}
.main-header .center-con .logo-con .main-logo {
  margin-right: 40px;
}
.main-header .center-con .logo-con .main-logo img {
  width: 100px;
}
.main-header .center-con .menu {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
}
.main-header .center-con .menu a {
  padding: 10px;
  display: block;
  text-decoration: none;
  color: black;
}
.main-header .center-con .menu li:hover > a {
  background-color: #676767;
  color: white;
}
.main-header .center-con .menu li:hover ul {
  display: block;
}
.main-header .center-con .menu ul {
  display: none;
  position: absolute;
  list-style: none;
  padding: 0;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  background: white;
  z-index: 10;
}
.main-header .menu-con {
  display: flex;
  align-items: center;
}
.main-header .cart-wrap {
  position: relative;
  padding: 10px;
}
.main-header .cart-wrap:hover #woo-cart {
  display: block;
}
.main-header .cart-wrap a {
  color: black;
  text-decoration: none;
}
.main-header .cart-wrap #woo-cart {
  display: none;
  position: absolute;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  background: white;
  padding: 0 20px;
  top: 100%;
  right: 0;
  min-width: 300px;
}
.main-header .cart-wrap #woo-cart .woocommerce-mini-cart__buttons {
  display: flex;
}

.header-block {
  backdrop-filter: grayscale(1);
  color: white;
  margin-top: 72px;
}
.header-block h1 {
  font-size: 2.5rem;
  margin: 20px 0;
}
.header-block p {
  font-size: 1.25rem;
}
.header-block > div {
  background: linear-gradient(0deg, rgba(96, 96, 96, 0.56) 0%, rgba(20, 20, 20, 0.56) 100%);
}
.header-block .add-all-form {
  display: flex;
}
.header-block .add-all-form .btn-add-all {
  display: block;
  text-decoration: none;
  background-color: #8bc34a;
  border-radius: 5px;
  padding: 18px 30px;
  color: white;
  border: none;
  margin: 0 8px;
  font-size: 16px;
  cursor: pointer;
}
.header-block .add-all-form .btn-link {
  display: block;
  text-decoration: none;
  color: white;
  border: 1px solid white;
  border-radius: 5px;
  padding: 17px 29px;
  margin: 0 8px;
}

.epigraph {
  border-left: 1px solid black;
  color: #676767;
}
.epigraph h2 {
  margin: 0;
}
.epigraph p {
  margin-bottom: 0;
  font-size: 20px;
}

.product {
  background: #d8d8d8;
  text-align: center;
  padding-bottom: 20px !important;
}
.product .woocommerce-loop-product__title {
  color: black;
  font-size: 24px !important;
}
.product .price {
  font-size: 20px;
}
.product .add_to_cart_button {
  margin-top: 10px !important;
}
.product .added_to_cart {
  margin-left: 10px !important;
}

.author-description-item h2 {
  margin: 0;
}
.author-description-item p {
  font-size: 20px;
  line-height: 1.5;
}

.social-links {
  display: flex;
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  text-decoration: none;
  width: 30px;
  height: 30px;
  border: 1px solid black;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 200ms linear;
}
.social-links a:hover {
  background-color: #676767;
  border-color: #676767;
  color: white;
}

.reviews h2 {
  margin: 24px 0 0 0;
  line-height: 1.5;
}
.reviews p {
  font-size: 20px;
  margin: 0;
  line-height: 1.5;
}

.cart-block .woocommerce {
  display: flex;
  padding: 150px 5%;
}

.checkout-block {
  padding: 120px 5% 50px 5%;
}
.checkout-block input {
  font-size: 16px;
  min-height: 28px;
  padding: 0 8px;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.checkout-block textarea {
  font-size: 16px;
  min-height: 100px;
  padding: 0 8px;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.checkout-block #ship-to-different-address {
  display: none !important;
}

.site-main {
  padding-top: 120px;
}

.product-page {
  padding: 0 5% 50px 5%;
}
.product-page .product {
  display: flex;
  box-shadow: 0 2px 4px 0 rgba(33, 39, 54, 0.24);
  padding: 20px 20px;
  background: white;
  text-align: left;
}
.product-page .product .gallery-con {
  max-width: 35vw;
  margin-right: 30px;
}
.product-page .product .woocommerce-product-gallery__image img {
  max-width: 35vw !important;
  height: auto !important;
}
.product-page .product .slick-slide img {
  max-width: 35vw !important;
  height: auto !important;
  margin: auto;
}
.product-page form.cart {
  display: flex;
  align-items: center;
}
.product-page form.cart input {
  width: 50px;
  height: 30px;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.product-page form.cart button {
  margin-left: 10px;
  color: white;
  background-color: #8bc34a;
  border: none;
  border-radius: 4px;
  padding: 10px;
}

/*#sidebar{
  display: none;
}*/
.single_add_to_cart_button {
  cursor: pointer;
}

@media (min-width: 1400px) {
  .woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    width: 25%;
  }

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 12.5% 2.992em 0;
  }

  .woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
  }
}
.w-970 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.w-1200 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.reviews {
  margin: 0 50px;
}

@media (max-width: 768px) {
  .main-header {
    position: static;
  }

  .header-block {
    margin-top: 0 !important;
  }

  .center-con {
    flex-wrap: wrap;
  }

  #menu-footer {
    flex-direction: column;
  }

  .cart-block .woocommerce {
    padding: 20px 5%;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .checkout-block {
    padding: 20px 5%;
  }

  .site-main {
    padding-top: 20px;
  }

  .product-page .product {
    flex-direction: column;
  }

  .product-page .product .gallery-con {
    max-width: 100% !important;
    margin-right: 0 !important;
  }
  .product-page .product .woocommerce-product-gallery__image img {
    max-width: 100% !important;
    height: auto !important;
  }
  .product-page .product .slick-slide img {
    max-width: 100% !important;
    height: auto !important;
    margin: auto;
  }

  .reviews {
    margin: 0 !important;
  }

  .woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    width: 100%;
  }

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 0 2.992em 0;
  }

  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
  }
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  /*width: 100%!important;*/
}

.woocommerce form .form-row input.input-text {
  width: 100% !important;
}

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
  float: none;
  box-sizing: border-box;
}

.woocommerce-info {
  width: 100%;
  box-sizing: border-box;
}

#customer_details {
  padding-right: 20px;
}
#customer_details .col-1, #customer_details .col-2 {
  width: 100%;
}

.woocommerce-checkout {
  display: flex;
}
.woocommerce-checkout #order_review_heading {
  display: none;
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-billing-fields__field-wrapper .form-row {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 33% !important;
  min-width: 250px;
  box-sizing: border-box;
}
.woocommerce-billing-fields__field-wrapper #billing_address_2_field input {
  margin-top: 32px;
}

.select2-container .select2-selection--single {
  margin-bottom: 0;
}

#nova-poshta-shipping-info {
  display: flex;
  flex-wrap: wrap;
}

#justin_shipping_method_city_field, #justin_shipping_method_warehouse_field {
  width: 33%;
  min-width: 250px;
  box-sizing: border-box;
}

.woocommerce ul#shipping_method li {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .woocommerce-checkout {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1184px) {
  #justin_shipping_method_city_field, #justin_shipping_method_warehouse_field {
    width: 100%;
  }

  .woocommerce-billing-fields__field-wrapper .form-row {
    width: 100% !important;
  }
}
footer {
  background-color: #676767;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #eee;
  padding: 40px 0 5px 0;
}
footer .menu {
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0 0 45px 0;
}
footer .menu a {
  text-decoration: none;
  color: #eee;
  display: block;
  padding: 10px;
}
footer .menu a:hover {
  color: white;
}

.hide-fields #billing_address_1_field, .hide-fields #billing_address_2_field, .hide-fields #billing_city_field, .hide-fields #billing_state_field, .hide-fields #billing_postcode_field {
  display: none !important;
}

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