.search {
  margin-top: 16px;
}
.shop-content {
  margin-top: 32px;
}
.chess-list .item a.link:after {
  right: -24px;
}
.shops-button {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}
.catalog {
  margin-bottom: 48px;
}
.aws-container {
  margin: 0 auto;
}

.cert-grid {
  margin-top: 20px;
}

.summary .price > span > bdi,
.summary .price ins {
  font-weight: 600;
  font-size: 25px;
}

.summary .price > del {
  color: var(--gray-color);
  font-weight: 400;
  text-decoration: line-through;
  font-size: 1rem;
}

.product_meta {
  display: flex;
  flex-direction: column;
}

.sku_wrapper .sku {
  color: var(--gray-color);
}

.input-group {
  display: flex;
  align-items: center;
  max-width: 108px;
}

.pr-buy .quantity {
  margin-bottom: 16px;
}

.quantity input {
  border-radius: 0;
  text-align: center;
  height: 36px;
  padding: 0;
}

.quantity .input-group input::-webkit-outer-spin-button,
.quantity .input-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
.quantity .input-group input[type="number"] {
  -moz-appearance: textfield;
}

.input-group .quantity-button {
  margin: 0;
  padding: 0;
  background-color: var(--accent-color);
  border: none;
  min-width: 36px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0;
  font-size: 18px;
}

.input-group .quantity-button:hover {
  background-color: var(--gray-color);
  color: #fff;
  border-color: var(--gray-color);
}

.input-group .button {
  max-width: 250px;
}

.input-group .button-accent {
  margin-top: 16px;
}

.woocommerce-variation-price {
  display: flex;
  margin-bottom: 16px;
}

.woocommerce-variation-description {
  color: var(--gray-color);
  margin-bottom: 16px;
  font-size: 14px;
}

.variations tr:last-child th {
  border: 1px solid #ddd;
}

.variations th,
.group_table th {
  border: 1px solid #ddd;
  border-bottom-color: var(--color-white);
  vertical-align: middle;
}

.variations th label {
  margin: 0;
}

.variations .value {
  padding: 0 10px;
  vertical-align: middle;
}

.variations select {
  border: none;
  box-shadow: none;
  padding: 0;
}

.pr-buy .reset_variations {
  display: inline-block;
  margin: 10px 0;
}

.grouped_form {
  max-width: 100%;
}

.group_table {
  width: 100%;
}
.group_table td {
  text-align: center;
  vertical-align: middle;
}

.group_table td label {
  margin: 0;
}

.group_table .quantity {
  display: flex;
  justify-content: center;
  margin: 0;
}

.group_table ins {
  text-decoration: none;
  color: var(--color-red);
}

.group_table del {
  font-size: 14px;
  color: var(--gray-color);
  font-weight: 400;
  text-decoration: line-through;
}
.group_table .woocommerce-grouped-product-list-item__price {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

.shop_attributes {
  width: 100%;
}
.shop_attributes tr {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
.shop_attributes tr:nth-of-type(2n + 1) {
  background: #f9f9f9;
}
.shop_attributes tr th,
.shop_attributes tr td {
  padding: 0 16px;
  flex: 1;
  background: transparent;
  border: none;
  text-align: left;
}
.shop_attributes tr td {
  font-weight: 500;
}

/* Product Review */
.product-review {
  margin-bottom: 20px;
}

.product-review-header {
  display: flex;
  justify-content: space-between;
}

.product-review-header .review-date {
  color: var(--gray-color);
}

.product-review-header .avatar {
  max-height: 60px;
}

.product-review .card-text {
  margin-top: 20px;
}

.comment-author-rating {
  text-align: right;
}

.comment-author-rating .meta {
  margin-bottom: 5px;
}

.review {
  border: 1px solid var(--accent-color);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
}

.comment {
  border: 1px solid var(--accent-color);
  background-color: lightyellow;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
}
.comment:last-child {
  margin-bottom: 0px;
}

.review .card-text {
  color: var(--main-color);
}

.product-review-header .avatar {
  border-radius: 50%;
}

.comment-reply-title {
  font-size: 18px;
  font-weight: 500;
}

.comment-form-comment textarea {
  resize: none;
  height: 120px;
}

.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 5px;
}

.comment-form-cookies-consent input {
  margin: 0;
  width: 16px;
  height: 16px;
  accent-color: var(--accent-color);
  cursor: pointer;
}

.comment-form-cookies-consent label {
  margin: 0;
  cursor: pointer;
}

.card-text {
  color: var(--gray-color);
  margin: 16px 0;
  font-size: 14px;
}
/* Product Review */

.related-products {
  padding: 24px;
  background-color: #ebebeb;
  margin-bottom: 24px;
  border-radius: 12px;
}

/* Cart */
.table-dark th {
  background-color: var(--accent-color);
}

.table-dark tr th:first-child {
  text-align: center;
}

.product-remove a:hover path {
  fill: var(--accent-color);
}
.product-remove svg {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
}

.product-remove path {
  transition: fill 0.3s ease;
}

.product-thumbnail img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}

.cart tbody tr td {
  text-align: center;
}

.cart tbody tr td .input-group {
  margin: 0 auto;
}

.cart .update-cart:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.empty {
  margin-bottom: 16px;
}

.empty .return-to-shop {
  margin-top: 16px;
}
.cart tfoot tr td {
  border: none;
}
.cart-wrapper {
  align-items: flex-start;
}
.cart-wrapper .col-4 {
  position: sticky;
  top: 100px;
}
/* Cart */

/* woo */
.wc-block-cart-item__image img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
/* woo */

.cert-grid {
  justify-content: center;
}

.subscribe-code .wpcf7-not-valid-tip {
  position: absolute;
}

.post-item .card-media {
  height: auto;
  padding: 0;
}

.post-item .card-media img {
  position: static;
  max-height: 150px;
  object-fit: cover;
  transition: all 0.3s ease;
}

.post-item:hover .card-media img {
  transform: scale(1.05);
}

.wp-element-caption {
  text-align: center;
}

input.wc-block-product-filter-checkbox-list__input {
  padding: 0;
}

.sidebar .wc-block-product-filter-price-slider__range .range-bar {
  background: var(--accent-color);
}
.sidebar .wc-block-product-filter-price-slider .text input[type="text"] {
  border-color: var(--accent-color);
}
.sidebar {
  margin-bottom: 16px;
}

.wpc-filters-widget-content input[type="email"],
.wpc-filters-widget-content input[type="number"],
.wpc-filters-widget-content input[type="password"],
.wpc-filters-widget-content input[type="search"],
.wpc-filters-widget-content input[type="tel"],
.wpc-filters-widget-content input[type="text"],
.wpc-filters-widget-content input[type="url"],
.wpc-filters-widget-content select,
.wpc-filters-range-inputs .ui-slider-horizontal,
.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle,
.wpc-orderby-select,
.wc-block-product-filter-removable-chips__items
  .wc-block-product-filter-removable-chips__item {
  border-color: var(--accent-color) !important;
}

.wpc-filters-main-wrap li.wpc-term-item input[type="checkbox"],
.wpc-filters-main-wrap li.wpc-term-item input[type="radio"] {
  accent-color: var(--accent-color) !important;
}

.sidebar input[type="checkbox"].wc-block-product-filter-checkbox-list__input {
  border-color: var(--accent-color);
}

.sidebar .wc-block-product-filter-checkbox-list__input-wrapper:before {
  background: var(--color-white);
}

.wc-block-product-filter-checkbox-list__text svg {
  color: var(--accent-color);
}

.chess-list .item.dark-bg h1,
.chess-list .item.dark-bg h2,
.chess-list .item.dark-bg h3,
.chess-list .item.dark-bg h4,
.chess-list .item.dark-bg h5,
.chess-list .item.dark-bg h6,
.home-block-1 .block-text h1,
.home-block-1 .block-text h2,
.home-block-1 .block-text h3,
.home-block-1 .block-text h4,
.home-block-1 .block-text h5,
.home-block-1 .block-text h6 {
  color: var(--color-white);
}

@media (max-width: 991px) {
  .col-data-sticky {
    display: none;
  }

  .col-9.col-data-tabs {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .recent .product__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 560px) {
  .group_table td {
    padding: 5px;
  }
}

.product-meta {
  padding: 0 10px;
  margin-bottom: 10px;
}
.product-tag {
  position: relative;
}
.product-tag:not(:last-child)::after {
  content: " · ";
  margin: 0 4px;
}

.card-content .button {
  display: block;
  width: fit-content;
  margin: 0 auto 20px;
}

.category-seo {
  padding: 30px 0;
}
.benefits {
  margin-bottom: 20px;
}

.top-content {
  margin-bottom: 20px;
}