/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.2
 Text Domain:  woodmart
*/
.footer__phone {
  font-size: 24px;
  font-weight: 500;
}

.product-page__head-tech-item {
  max-width: 640px;
}

.product-page__head-tech-item:not(:last-child) {
  margin-bottom: 8px;
}

.woocommerce-Tabs-panel h3 {
  margin-top: 24px;
}

.product_meta>span.sku_wrapper {
  display: none;
}

.price {
  display: flex !important;
  gap: 8px;
  align-items: flex-end;
}

.price del {
  order: 2;
}

.price ins .amount {
  font-weight: 700;
}

div.quantity {
  display: none !important;
}

.products .wd-product.wd-hover-standard .wd-add-btn {
  justify-content: start;
}

.product-element-top {
  aspect-ratio: 1;
  display: grid;
  place-content: center;
}

.category-grid-item .category-image-wrapp {
  aspect-ratio: 1;
}

.widget_recent_entries ul li a {
  font-weight: 400;
  text-decoration: underline;
}

.wd-nav-vertical.wd-design-with-bg>li>a:before {
  position: absolute;
  top: calc(50% - 3px);
  left: 17px;
  height: 6px;
  width: 6px;
  background-color: #e93511;
  border-radius: 50%;
  content: "";
  display: block;
}

.wd-nav-vertical.wd-design-with-bg>li>a:hover {
  text-decoration: underline;
}

.blog__date {
  font-size: 14px;
  color: #585858;
}

.blog-design-list .wd-read-more {
  display: none;
}

.single-post .entry-thumbnail {
  max-width: 280px;
}

.messengers {
  width: max-content;
}

.messengers__element {
  display: flex;
  align-items: center;
  gap: 4px;
}

.messengers__element a {
  flex: 0 0 24px;
  border-radius: 3px;
  overflow: hidden;
}

.messengers__element img {
  display: block;
}

#callme .wpcf7-submit.wd-buy-now-btn {
  background-color: #3d11be;
}

.products .zapros {
  font-size: 14px;
  color: #3d11be;
}

.summary-inner>.price .zapros {
  color: #3d11be;
  font-size: 18px;
}

header.whb-header .messengers__element {
  justify-content: flex-end;
}

header.whb-header .messengers__element a {
  flex: 0 0 28px;
}

.wpcf7-acceptance {
  display: block;
  font-size: 13px;
}

.whb-header a.callme {
  opacity: 1 !important;
  background-color: #3851d1 !important;
  color: #fff !important;
  padding: 8px 12px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  border: 0;
  font-weight: 700;
}

.whb-header a.callme:hover {
  background-color: #e93612 !important;
}

#header__txt {
  font-size: 14px;
  line-height: 1.4;
}

#header__txt p a {
  font-size: 16px;
  font-weight: 600;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 8px;
}

#popup-window-titlebar-cityChange {
  display: none;
}

.pop-up.popup-window {
  background-color: #fff !important;
  font-family: inherit;
}

.city-change .quick-locations__title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.city-change .quick-locations__values {
  font-size: 16px;
  gap: 12px;
}

.city-change .quick-locations__val {
  width: auto;
  padding: 0;
  color: #e93511;
  text-decoration: underline;
}

.city-change .quick-locations__val:hover {
  background: none;
  color: currentColor;
}

.city-change .block-info {
  display: none;
}

.geolocation a {
  color: #000;
  border: 0;
}

.geolocation a path {
  fill: #e93511;
}

.more-products {
  font-size: 14px;
  color: #999;
  text-align: left;
}

.category-grid-item .category-image {
  aspect-ratio: 1;
}

.products:not(.wd-img-width) .cat-design-alt img {
  object-fit: contain;
  height: 100%;
}

.container-small {
  max-width: 960px;
  margin: 0 auto;
}

h1 {
  line-height: 1.1;
}

aside .wpc-filters-main-wrap li.wpc-term-item label {
  align-items: center;
}

aside .wpc-term-count {
  margin: 0;
  font-size: 14px;
}

aside .wpc-filters-main-wrap li.wpc-term-item a {
  color: #000;
}

aside .wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
  background: #3d11be;
}

aside .wpc-filters-main-wrap a.wpc-filters-submit-button {
  background: var(--btn-accented-bgcolor);
  color: #fff;
  border-color: var(--btn-accented-bgcolor);
}

@media (max-width: 1024px) {
  .geolocation {
    position: inherit;
  }

  #header__txt {
    font-size: 13px;
  }

  #header__txt p a {
    font-size: 14px;
  }
}

.files {
  display: grid;
  gap: 16px;
}

.files .file {
  display: flex;
  gap: 8px;
  align-items: center;
}

.files .file__icon {
  flex: 0 0 40px;
  max-width: 40px;
}

.files .file__name {
  flex: 1;
}

#tab-description .feature>ul {
  max-width: 640px;
  padding: 0;
}

#tab-description .feature>ul>li {
  display: flex;
  justify-content: space-between;
}

.tech-cols .col dl {
  display: grid;
  grid-template-columns: auto 1fr;
}

#schet textarea {
  min-height: 60px;
}

.check-form>p {
  margin: 0;
}

#schet input::placeholder,
#schet textarea::placeholder {
  color: #999;
}

.wd-accordion-item * {
  text-align: left !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-style: normal !important;
  width: auto !important;
  color: inherit !important;
}

.wd-accordion-item table {
  font-weight: 400;
}

.container.small {
  padding: 0 !important;
}

.wd-accordion-item .col {
  padding: 0 !important;
}

.contact-cf7 {
  max-width: 320px;
}

.term-description a {
  color: #ee583f;
}

.tech-item__hint {
  display: none !important;
}

.offcanvas-sidebar-mobile:not(.wd-on-toolbar) .wd-sidebar-opener {
  display: none !important;
}

@media (max-width: 768px) {
  #nav_mega_menu-6 {
    display: none !important;
  }
}

.tech-item__left p,
table p:last-child {
  margin-bottom: 0 !important;
}

.tech-item__left {
  vertical-align: baseline !important;
}

p:empty {
  display: none;
}

@media (max-width: 640px) {
  .tech-cols .col dl {
    font-size: 14px !important;
  }
}

#tab-description table {
  border-spacing: 2px;
  border-collapse: separate;
}

#tab-description table tr:nth-child(odd) {
  background-color: #f6f6f6;
}

#tab-description table tr td {
  padding: 8px 10px;
  border-bottom: 0;
}

.products:not(.wd-img-width) .cat-design-alt img {
  width: 100%;
}

.small-text {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.product__toolbar {
  font-size: 14px;
  line-height: 100%;
  margin-block: 8px 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.product__attributes {
  padding: 16px;
  background: #fafafa;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.product__attributes h3 {
  font-size: 18px;
}

.ur-block {
  font-size: 12px;
  line-height: 14px;
  color: #585858;
}

.ur-block__title {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #3851d1;
}

.ur-container a.btn {
  width: 100%;
}

.ur-container .wpb_wrapper {
  border-top: 1px solid #ddd;
  padding-top: 16px;
}

.product__summary {
  max-width: 325px;
}

.product__left-col {
  position: sticky;
  top: 20px;
}

.product__features {
  margin-block: 40px;
}

.product__features-list {
  display: grid;
  gap: 24px;
  font-size: 15px;
  line-height: 18px;
}

.product__features-item {
  display: grid;
  gap: 8px;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  border-radius: 5px;
  padding: 20px
}

.product__features__icon {
  width: 64px;
}

.btn-theme {
  border: 2px solid var(--wd-alternative-color);
  background: #fff;
  color: var(--wd-alternative-color);
  border-radius: 5px;
}

.btn-theme:hover {
  background-color: var(--wd-alternative-color);
  color: #fff;
}

.page__question-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.page__question-desc {
  text-align: center;
  color: #585858;
}

.product__whywe {
  padding: 24px;
  border: 2px solid #3851d1;
  border-radius: 16px;
  font-size: 14px;
  line-height: 20px;
}

.product__whywe img {
  display: block;
  margin-bottom: 8px;
}

.page__question-items {
  display: grid;
  gap: 32px;
  font-weight: 600;
}

.page__question-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  text-align: center;
  line-height: 1;
  align-items: center;
  font-size: 14px;
}

.page__question-item svg {
  display: block;
  width: 56px;
  height: 56px;
  margin-bottom: 8px;
}

.woocommerce-product-gallery {
  margin-bottom: 32px;
}

.product__sidebar {
  position: sticky;
  top: 24px;
}

.cf7sent {
  border-radius: var(--btn-accented-brd-radius);
  color: #fff;
  background-color: #3d11be;
  text-transform: var(--btn-accented-transform, var(--btn-transform));
  font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
  font-family: var(--btn-accented-font-family, var(--btn-font-family));
  font-style: var(--btn-accented-font-style, var(--btn-font-style));
}

.cf7sent:hover {
  color: #fff;
  background-color: #e93612;
}

.tel__text {
  display: grid;
  line-height: 16px !important;
}

.tel__text a {
  font-weight: 700;
  font-size: 16px;
  order: 1;
}

.p__link {
  display: inline-block;
  color: #3851d1;
  font-size: 14px;
  line-height: 16px;
}

.wd-product-brands a:hover,
.p__link:hover {
  color: var(--btn-accented-bgcolor);
}

.product__seo-text {
  font-size: 14px;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.product__seo-text p:last-child {
  margin: 0;
}

@media (min-width:600px) {
  .product__features-list {
    grid-template-columns: 1fr 1fr;
  }

  .page__question-items {
    grid-template-columns: repeat(3, 200px);
    justify-content: center;
  }
}

@media (min-width:960px) {
  .product__features-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width:769px) {
  .product-images {
    max-width: calc(100% - 355px);
  }
}