/*
============================================================

  Theme Name: Oxygen - Child Theme
  Theme URI: https://laborator.co/themes/oxygen
  Author: Igor Fedorov
  Author URI: https://laborator.co/
  Version: 1.0
  Description: Дочерняя тема с правками для kitchenindustries.club
  Template: oxygen
  Text Domain: oxygen

============================================================
*/

.button {
  font-size: 14px;
  line-height: 1.33;
  display: inline-block;
  vertical-align: top;
}

.button.cancel {
  color: #dd1f26;
  background-color: #fff;
  box-shadow: 0 0 0 1px #f2f2f2;
}

.woocommerce .shop_table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button {
  margin-right: 5px;
  margin-bottom: 5px;
}

.woocommerce .shop_table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button+.button {
  margin-left: 0 !important;
}

.KitchenHomeBlock {
  margin-top: 18px;
}

.KitchenHomeBlock__header {
  text-align: center;
  overflow: hidden;
  margin-bottom: 12px;
}

.KitchenHomeBlock__header:before,
.KitchenHomeBlock__header:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 2px;
  background-color: transparent;
  position: relative;
  border-top: 2px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
  box-sizing: content-box;
}

.KitchenHomeBlock__header:before {
  margin-left: -100%;
  left: -14px;
}

.KitchenHomeBlock__header:after {
  margin-right: -100%;
  right: -14px;
}

.KitchenHomeBlock__title {
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}

.IndexSlider {
  margin: 15px 20px 20px;
}

.IndexSlider__slideIn {
  padding-bottom: 31.44%;
  position: relative;
  overflow: hidden;
}

.IndexSlider__slideIn a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.IndexSlider__slideIn img {
  object-fit: cover;
  position: absolute;
  width: auto;
  height: auto;
  min-width: 102%;
  min-height: 100%;
  max-width: initial;
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  top: 50%;
}

.IndexSlider .slick-prev:before,
.IndexSlider .slick-next:before {
  color: #2a2a2a;
}

.IndexSlider .slick-prev {
  left: -8px;
}

.IndexSlider .slick-next {
  right: -8px;
}
