/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.27.3
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.newcontent ol {
  counter-reset: my-counter;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.newcontent li {
  counter-increment: my-counter;
  position: relative;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.newcontent li::before {
  content: counter(my-counter);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #fff;
  width: 22px;
  height: 22px;
  background-color: #e30613;
  text-align: center;
  border-radius: 50px;
  font-size: 12px;
  align-content: center;
}
.oceanwp-breadcrumb {
  display: block;
  padding: 40px 0 30px 0;
}
.project_house {
  padding-bottom: 40px;
}
.project_house__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.project_house__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.titleproduct {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 30px;
}
.project_house,
.newcontent {
  float: left;
}
.additionallyorder {
  padding: 40px 0;
  float: left;
  width: 100%;
}
.additionallyorder__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.additionallyorder__item {
  border-radius: 12px;
  border: 1px solid #dedede;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.additionallyorder__item span {
  padding: 16px;
  font-size: 16px;
  line-height: 1.3;
}
.additionallyorder__item span:first-child {
  position: relative;
  display: flex;
  align-items: center;
}
.additionallyorder__item span:first-child::before {
  content: '';
  width: 23px;
  height: 23px;
  background-image: url(/wp-content/uploads/2025/12/add.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
}
.additionallyorder__item span:last-child {
  background-color: #fbfbfb;
  font-weight: bold;
  border-left: 1px solid #dedede;
  width: 185px;
  border-radius: 0px 12px 12px 0px;
  overflow: hidden;
  text-wrap: nowrap;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 100%;
  align-content: center;
}
.newtitle h1 {
  font-size: 34px;
}
.wcgs-thumb img,
.wcgs-carousel {
  border-radius: 15px !important;
  overflow: hidden !important;
}
.newprice {
  margin-bottom: 20px;
}
.newprice del {
  font-size: 16px;
}
.newprice bdi {
  font-weight: 400;
}
.newprice bdi,
.newprice ins {
  font-size: 20px;
}
.characteristics {
  max-width: 400px;
  margin-bottom: 15px;
}
.characteristics_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #e2e2e2;
  padding: 7px 0;
  font-size: 16px;
  line-height: 1.3;
}
.characteristics_item span:first-child {
  width: 130px;
  flex-shrink: 0;
}
.characteristics_item span:last-child {
  text-align: right;
  font-weight: bold;
}
.characteristics_item span:last-child a {
  font-weight: normal;
  color: #e30613;
}
.additionaltext {
  margin-bottom: 15px;
}
.additionaltext p {
  margin-bottom: 5px;
  line-height: 1.3;
}
img.custom-logo {
  margin-top: -10% !important;
}
.price-wrap {
  height: 20px !important;
}
.woocommerce ul.products li.product li.title h2,
.woocommerce ul.products li.product li.title a {
  height: 42px;
}
.elementor-element-c10194c:not([sale]) {
  display: none !important;
}

.badge-red {
  position: absolute;
  background-color: #c70000;
  color: #fff;
  left: 0;
  bottom: 1.25rem;
  padding: 7px;
  font-weight: bold;
  z-index: 2;
}
.product-template-default #content-wrap {
  padding-top: 0 !important;
}

@media (max-width: 1455px) and (min-width: 1193px) {
  .has-transparent-header .page-header {
    padding: 82px 0 36px 0 !important;
  }
}

@media (max-width: 1192px) and (min-width: 959px) {
  .menu-main-menu {
    text-align: center !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .has-transparent-header .page-header {
    padding: 82px 0 36px 0 !important;
  }
}

@media (max-width: 1455px) and (min-width: 959px) {
  #menu-main-menu {
    text-align: center !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
  #main {
    padding-top: 5%;
  }
  #site-header.fixed-scroll,
  #top-bar-wrap.top-bar-sticky {
    background: white;
  }
}

#site-logo-inner img {
  margin-top: -10% !important;
}

header .social-menu-inner {
  padding: 15px 25px 0 0;
  position: absolute;
  right: 0px;
}

header .social-menu-inner ul {
  display: flex;
}

#site-header-sticky-wrapper.is-sticky .social-menu-inner {
  padding: 0 !important;
}

#site-header-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.top_center_content {
  position: absolute;
}

#site-header-sticky-wrapper.is-sticky .top_center_content {
  display: none !important;
}

.citySelect svg {
  width: 14px;
  height: 14px;
}

#site-header-inner {
  padding: 27px 25px 15px 25px !important;
}

#site-header-sticky-wrapper.is-sticky #site-header-inner {
  padding: 0 !important;
}

.top_center_content {
  position: absolute;
  display: flex;
  z-index: 9;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.citySelect {
  margin-right: 5%;
}

@media (max-width: 959px) {
  .top_center_content {
    display: none;
  }
}

#currentCity,
#cityList li {
  cursor: pointer;
}

#cityList {
  position: absolute;
  display: none;
  background: white;
  padding: 2%;
  opacity: 0.9;
  z-index: 9999;
  border-top: 3px solid #fe5252;
}

#cityList.is-active {
  display: block;
}

#cityList ul {
  margin: 0;
  list-style: none;
}

.woocommerce.columns-4 .products li {
  text-align: center;
}

/* Product tag */
.tablet-col .product .product-tag {
  top: 215px;
  left: 0;
}

/* Bold Tag */
.elementor-element-1fbed02 a b {
  color: #ffffff;
  font-size: 24px !important;
}

/* Far dot circle */
.elementor-element-778aa88d a .e-far-dot-circle {
  width: 14px;
  height: 14px;
}

/* Bold Tag */
.elementor-element-778aa88d .elementor-icon-box-title b {
  color: #ffffff;
}

/* Bold Tag */
.elementor-element-778aa88d .elementor-heading-title a b {
  color: #ffffff;
}

@media (max-width: 640px) {
  /* Product tag */
  .tablet-col .product .product-tag {
    top: 240px;
    left: 0;
  }
  .additionallyorder__wrap {
    grid-template-columns: 1fr;
  }
}

/* Button */
#outer-wrap
  #wrap
  #main
  #content-wrap
  #primary
  #content
  .entry-content
  .tablet-col
  .product
  .button21 {
  width: 100% !important;
}

/* List */
#content .oew-product-share ul {
  display: none;
}
#site-header.transparent-header {
  z-index: 30;
}
.oceanwp-mobile-menu-icon {
  z-index: 100;
}

/* кнопка закрытия в панели */
.dk-offcanvas-close {
  position: sticky;
  top: 0;
  margin: -3px -8px 15px auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: none;
  background: #f3f4f6;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
}
.dk-offcanvas-close:active {
  transform: translateX(1px);
}

/* на всякий случай — чтобы затемнение точно принимало клик */
#oceanwp-off-canvas-sidebar-wrap .oceanwp-off-canvas-overlay {
  pointer-events: auto;
  z-index: 9998;
}
#oceanwp-off-canvas-sidebar-wrap .oceanwp-off-canvas-sidebar {
  z-index: 9999;
}
.elementor-column {
  display: block;
}
#content
  > article
  > div
  > div
  > section.elementor-section.elementor-top-section.elementor-element.elementor-element-255f53ed3.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no
  > div
  > div
  > div
  > div.elementor-element.elementor-element-6336b913.elementor-widget.elementor-widget-text-editor {
  margin-block-end: -15px;
}
#main
  > div
  > section.elementor-section.elementor-top-section.elementor-element.elementor-element-1ffae6c1.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no
  > div
  > div
  > div
  > div.elementor-element.elementor-element-8011664.elementor-widget.elementor-widget-text-editor {
  margin-block-end: -15px;
}

@media (max-width: 768px) {
  .characteristics {
    max-width: 100%;
  }
  .project_house__wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .project_house__wrap {
    grid-template-columns: 1fr;
  }
}
