@charset "UTF-8";
/*
Theme Name: Knowledge Archive 5
Theme URI: 
Author: APPROX.COMPANY
Author URI: https://approx.company
Description: 
Requires at least: WordPress 5.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: knowledge_archive
Tags: one-column

*/

/* --- Доделываем за предыдущим автором --- */

#content {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  display: grid;
  grid-template-columns: 300px auto;
  gap: 25px;
}
#sidebar ul {
  padding-left: 0;
}
#sidebar ul section ul {
  padding-left: 30px;
}
section form select {
  width: -webkit-fill-available;
}
.page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.page-numbers li {
  display: inline-block;
}
.page-numbers li a, span.page-numbers {
  width: 30px;
  height: 30px;
  display: flex;
  background-color: #f9f9f9;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 3px;
  color: #279e0b;
  border: 1px solid #b4e115;
}
span.page-numbers.current {
  border: 1px solid #279e0b;
  height: 49px;
  background-color: #fff;
}
.page-numbers li a:hover, span.page-numbers:hover {
  background-color: #b4e115;
  color: #fff;
}
.summary .product_title.entry-title {
  font-size: 29px;
  line-height: 33px;
  margin-top: 11px;
}
.summary .pull-left.price {
  font-size: 21px;
}
.summary .pull-left.price del {
  color: #a6a6a6;
  text-decoration-color: red;
}
.summary .pull-left.price ins {
  font-weight: bold;
  text-decoration: none;
  color: green;
  font-size: 25px;
}
.summary .pull-right a {
  background-color: #5ab700;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  line-height: 37px;
  font-weight: bold;
}
.summary .pull-right a:hover {
  box-shadow: 0 0 5px #c1c1c1;
  color: #ebffba;
  text-decoration: none;
  outline: 1px solid #fff !important;
  text-shadow: 1px 1px 0px #259906;
}
.summary .product_meta {
  background-color: #f4f4f4;
  padding: 15px;
}
.summary .product_meta table.shop_attributes {
  width: 100%;
}
.summary .product_meta table.shop_attributes tr {
  height: 20px;
  display: flex;
  margin: 5px 0;
}
.summary .product_meta table.shop_attributes th {
  width: 115px;
}
.summary .product_meta .posted_in {
  margin-top: 7px;
  display: block;
}
.woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 15px;
}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 21px;
}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs #tab-title-description {
  width: fit-content;
  padding: 10px;
  border: 1px solid #ddd;
  margin-left: 5px;
  position: relative;
  top: 1px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs #tab-title-description.active {
  border-bottom: 1px solid #fff;
}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs a {
  color: #424242;
  text-decoration: none;
}
.woocommerce-tabs.wc-tabs-wrapper #tab-description {
  padding: 15px;
  border: 1px solid #ddd;
  font-size: 17px;
}

#contact {
  display: block;
  text-align: center;
}
#contact > div {
  display: inline-block;
  margin: 10px;
  opacity: 0.5;
  transition: all 0.2s;
}
#contact > div:hover {
  opacity: 1;
}
#contact .icon img {
  width: 50px;
  height: 50px;
}
