10263,5/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */







.mobile-menu__language-selector {
    display: none !important;
}


@media screen and (max-width: 768px) {
  table.dop thead {
    display: none;
  }
  table.dop tr {
    display: block;
	width: 100%;
 
  }
  table.dop td {
    display: block;
    text-align: center !important;
	width: 100% !important;
	height: auto !important;
  }
  table.dop td:before {
    **content: attr(aria-label);
    font-weight: 600;
	    width: 100%;
  }

  table.dop th {
    display: block;
    text-align: center;
	width: 100%;
	padding: 15px 5px;
  }
  
  table.dop {

	margin-bottom: 15px;
	width: 100% !important;
  }
  
   #js-product-list .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
   }
   
   .iqitproducttags {
    display: none;
    }

}


.social-links {
    display: none;
}


.mobile-menu__currency-selector {
    display: none !important;
}

.mobile-menu__language-selector {
    display: none !important;
}


#desktop-header {
    background: url(27.jpg);
}

#desktop_logo {
    margin-top: -50px;
}

.products-grid .product-miniature-layout-2 .product-miniature-right {
    text-align: center;
    width: 100%;
}

.product-title{
    font-family: 'Roboto', sans-serif;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-align: center;
    line-height: 23px;
}

#cart-toogle {
    color: #f09e0a;
}

.category-sub-menu {
    line-height: 25px;
}

.tax-shipping-delivery-label {
    display: none;
}

b, strong {
    font-weight: 700;
}

.block-newsletter {
    display: none;
}

.QapTcha .dropError {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.iqitproducttags li {
    padding: 3px 5px 3px 10px;
    font-size: 13px;
    background: #f5f5f5;
    border-radius: 3px;
    margin: 3px 3px;
    width: 48%;
}

#content-hook_order_confirmation {
    background: #fff;
    padding: 20px !important;
    border: 2px solid #f09e0a;
    border-radius: 3px;
}


.category-description, .category-image {
    margin-bottom: 2rem;
    background: #fff;
    padding: 10px 15px 15px 15px;
    border-radius: 3px;
    border: 2px solid #ddd;
	color: #2b3d51;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    background: #ffa200;
    border-radius: 3px;
    font-weight: 700;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600;
}

.block-content {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.product_header_container .product-price, .product_p_price_container .product-price {
    font-style: normal;
    text-transform: none;
    font-size: 21px !important;
}

.product-discount .regular-price {
    text-decoration: line-through;
    padding: 0 .2rem;
    font-size: 16px;
}

.product-prices .badge {
    vertical-align: text-top;
    display: none;
}


select.form-control:not([size]):not([multiple]) {
    height: 2.625rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.product-price {
    font-size: 17px !important;
    color: #900 !important;
    font-family: arial;
    font-weight: 700 !important;
}

.regular-price {
    font-size: 14px;
    font-weight: 600;
    color: #281717 !important;
    font-family: 'Roboto', sans-serif;
}

.products-grid .product-miniature-layout-2 .variant-links .color {
    width: 30px;
    height: 20px;
	margin: 15px 0;
}

p {
    color: #2b3d51;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: justify;
    line-height: 23px;
}

span {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: justify;
    line-height: 23px;
}


div {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: justify;
    line-height: 23px;
}

table {
    border-collapse: separate;
}

button {
    border: 1px solid #f89406;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    background: #f89406;
        padding: 0 5px;
}

button a, a:hover {
    color: #fff;
}

a, a:hover {
    color: #2b3d51;
    font-weight: 600;
}

.img-fluid, .img-thumbnail, .rte-content img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

#iqit-reviews-tab {
    display: none;
}

.nav-tabs .nav-link {
    border: 0;
    opacity: 1;
    cursor: pointer;
}

.product-features>dl.data-sheet dt.name {
    box-flex: 1;
    -moz-flex: 1 0 35%;
    flex: 1 0 35%;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(160, 160, 160, .25);
    margin-bottom: 5px;
    margin-top: 5px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    padding-top: 5px;
    font-size: 14px;

}


.product-features>dl.data-sheet dd.value {
    box-flex: 1;
    -moz-flex: 1 0 65%;
    flex: 1 0 65%;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(160, 160, 160, .25);
    margin-bottom: 5px;
    margin-top: 5px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    padding-top: 5px;
    font-size: 14px;

}

@media (min-width: 1200px) {
    .col-xl-15 {
        flex: 0 0 25%;
        max-width: 25%;
		margin: 15px 0;
    }
}

#js-product-list .col-md-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }


@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (min-width: 768px) {
    .col-md-8 {
        flex: 0 0 60%;
        max-width: 60%;
    }
}

.product-variants .input-radio:checked+span, .product-variants .input-radio:hover+span
Specificity: (0,3,1)
 {
    border: 1px solid #414141;
    line-height: calc(2em - 4px);
    border-radius: 2px;
    padding: 2px 10px;
}

.product-variants .color, .product-variants .input-color {
    width: 50px;
    height: 30px;
    line-height: 2rem;
}

.rectangle-list {
    margin: 20px 0
}

.rectangle-list ol {
    list-style: none;
    padding-left: 0;
    display: flex;
    width: 100%
}

.rectangle-list li {
    position: relative;
    height: 120px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    display: block;
    background-color: #5f8f09;
    color: #fff;
    font-family: sans-serif;
    font-size: 14px;
    padding: 15px 15px 15px 40px
}

.rectangle-list li h4 {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 100;
    display: block;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: sans-serif
}

.rectangle-list li span {
    display: block;
    position: absolute;
    left: 20px;
    top: 15px;
    color: #fff;
    font-family: FiraSans;
    font-size: 20px;
    font-weight: 700
}

.rectangle-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-left: 15px solid #f4f7ed;
    border-bottom: 60px solid transparent
}

.rectangle-list li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 60px solid #f4f7ed;
    border-left: 15px solid #5f8f09;
    border-bottom: 60px solid #f4f7ed
}
/* === Product features: 2-column grid of cards, name above value (like greenbesedka) === */
.product-features-section {
    margin: 1.5rem 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
}
.product-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.product-features-item {
    margin: 0;
    background: #fafafa;
    padding: 15px 20px;
    border-radius: 4px;
    border: 1px solid #eee;
}
.product-features-section dl.data-sheet-section,
.product-features-section dl.data-sheet-section .data-sheet-row {
    margin: 0;
}
.product-features-section .data-sheet-row {
    display: block;
    padding: 0;
    border: 0;
}
.product-features-section dt.name,
.product-features-section dd.value {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    word-break: break-word;
}
.product-features-section dt.name {
    font-weight: 600;
    color: #2b3d51;
    font-size: 16px;
    margin-bottom: 8px;
}
.product-features-section dd.value {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .product-features-grid {
        grid-template-columns: 1fr;
    }
    .product-features-section dt.name {
        font-size: 15px;
    }
    .product-features-section dd.value {
        font-size: 15px;
    }
}


/* === Product full description: separate field above tabs === */
.product-full-description {
    background: #fff;
    border: 2px solid #e1cdcd;
    border-radius: 3px;
    padding: 1.25rem 1.5rem;
    margin: 80px 0 80px 0;
    font-size: 14px;
    line-height: 1.6;
}
.product-full-description .rte-content {
    text-align: justify;
    font-weight: 500;
    color: #222;
}
.product-full-description .rte-content > *:first-child { margin-top: 0; }
.product-full-description .rte-content > *:last-child { margin-bottom: 0; }
/* Tighten gaps so it sits right below the info row, just above the tabs */
.product-container > .product-tabs { margin-top: 1.5rem; }

/* ===== Вкладки «Варианты Беседок/Хозблоков/Бытовок»: карточки как на greenbesedka ===== */
/* Таблица-контейнер: убираем фон/рамки из инлайн-стилей */
.tab-type-variants .rte-content table.dop:not(:has(td[rowspan])),
.tab-type-variants .rte-content > table:not([class]):not(:has(td[rowspan])) {
    width: 100%;
    border: none !important;
    background: transparent !important;
    background-image: none !important;
    padding: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
}
/* tbody -> сетка карточек в 2 колонки */
.tab-type-variants .rte-content table.dop:not(:has(td[rowspan])) tbody,
.tab-type-variants .rte-content > table:not([class]):not(:has(td[rowspan])) tbody {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
/* Строки и ячейки -> блочные */
.tab-type-variants .rte-content table.dop:not(:has(td[rowspan])) tr,
.tab-type-variants .rte-content table.dop:not(:has(td[rowspan])) td,
.tab-type-variants .rte-content > table:not([class]):not(:has(td[rowspan])) tr,
.tab-type-variants .rte-content > table:not([class]):not(:has(td[rowspan])) td {
    display: block;
    width: 100% !important;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    text-align: left !important;
    height: auto !important;
}
/* Строка = карточка (стиль как у карточек характеристик) */
.tab-type-variants .rte-content table.dop:not(:has(td[rowspan])) tr,
.tab-type-variants .rte-content > table:not([class]):not(:has(td[rowspan])) tr {
    background: #fafafa !important;
    border-radius: 4px;
    border: 1px solid #eee !important;
    padding: 15px 20px !important;
}
@media (max-width: 768px) {
    .tab-type-variants .rte-content table.dop:not(:has(td[rowspan])) tbody,
    .tab-type-variants .rte-content > table:not([class]):not(:has(td[rowspan])) tbody {
        grid-template-columns: 1fr;
    }
}
/* Первая ячейка — описание варианта */
.tab-type-variants .rte-content table.dop:not(:has(td[rowspan])) td:first-child,
.tab-type-variants .rte-content > table:not([class]):not(:has(td[rowspan])) td:first-child {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    text-align: justify !important;
    margin-bottom: 20px;
}
.tab-type-variants .rte-content table.dop:not(:has(td[rowspan])) td:first-child *,
.tab-type-variants .rte-content > table:not([class]):not(:has(td[rowspan])) td:first-child * {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: justify !important;
    background: transparent !important;
    line-height: 1.5 !important;
}
/* Последняя ячейка — цена */
.tab-type-variants .rte-content table.dop:not(:has(td[rowspan])) td:last-child,
.tab-type-variants .rte-content > table:not([class]):not(:has(td[rowspan])) td:last-child {
    font-size: 16px;
    font-weight: 600 !important;
    color: #900;
    text-align: center !important;
}
.tab-type-variants .rte-content table.dop:not(:has(td[rowspan])) td:last-child *,
.tab-type-variants .rte-content > table:not([class]):not(:has(td[rowspan])) td:last-child * {
    color: #900 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: center !important;
    background: transparent !important;
}

/* ===== Вкладка «Дополнительно»: карточки с фото как на greenbesedka ===== */
/* Базовый сброс таблицы (срабатывает и как fallback, если JS не выполнился) */
.tab-type-additional .rte-content table.dop {
    width: 100%;
    border: none !important;
    background: transparent !important;
    border-collapse: separate;
    border-spacing: 0;
}
.tab-type-additional .rte-content table.dop tbody,
.tab-type-additional .rte-content table.dop tr,
.tab-type-additional .rte-content table.dop td {
    display: block;
    width: 100%;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    height: auto !important;
}
.tab-type-additional .rte-content table.dop tbody {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
@media (max-width: 768px) {
    .tab-type-additional .rte-content table.dop tbody {
        grid-template-columns: 1fr;
    }
}

/* Сгенерированные карточки (JS заменяет таблицу на .dop-cards-grid) */
.dop-option-card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 18px rgba(101, 101, 101, 0.18);
    padding: 20px 25px;
    position: relative;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
}
.dop-option-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(101, 101, 101, 0.28);
}
.dop-option-card .dop-card-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    text-align: justify;
    max-width: calc(100% - 160px);
    margin: 0 0 15px;
    font-family: Inter, Roboto, sans-serif;
    z-index: 1;
}
.dop-option-card .dop-card-title * {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: justify !important;
    font-family: inherit !important;
    line-height: inherit !important;
    background: transparent !important;
}
.dop-option-card .dop-card-price {
    font-size: 16px;
    color: #969696;
    font-weight: 400;
    margin-top: auto;
    z-index: 1;
}
.dop-option-card .dop-card-price * {
    color: #969696 !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    background: transparent !important;
}
.dop-option-card .dop-card-price .dop-price-label {
    color: #000 !important;
    font-weight: 500 !important;
}
.dop-option-card .dop-card-price .dop-price-value {
    color: #900 !important;
    font-weight: 600 !important;
}
.dop-option-card .dop-card-price .dop-price-suffix {
    color: #900 !important;
    font-weight: 600 !important;
}
.dop-option-card .dop-card-img {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 150px;
    max-height: 140px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 0;
}
.dop-option-card .dop-card-img img {
    max-width: 100% !important;
    max-height: 140px !important;
    width: auto !important;
    height: auto !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 0 !important;
    margin: 0 !important;
}
.dop-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
@media (max-width: 768px) {
    .dop-cards-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== tl-footerLine (fixed bottom bar) — как на greenbesedka.ru ===== */
body {
  padding-bottom: 55px;
}
@media (max-width: 600px) {
  body {
    padding-bottom: 48px;
  }
}
#tl-footerLine {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #1a1a1a;
  border-top: 2px solid #202020;
  box-shadow: 1px 1px 12px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  line-height: 55px;
}
.tl-footerLine-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 0 16px;
  width: 100%;
  max-width: 1200px;
  overflow-x: auto;
}
.tl-footerLine-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.tl-footerLine-item:hover {
  color: #f5f5f5;
  text-decoration: none;
}
.tl-footerLine-item:active,
.tl-footerLine-item:focus,
.tl-footerLine-item:visited {
  color: #fff;
  text-decoration: none;
}
.tl-footerLine-item svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  fill: #fff !important;
}
.tl-footerLine-item svg path,
.tl-footerLine-item svg rect,
.tl-footerLine-item svg circle {
  fill: #fff !important;
}
@media (max-width: 600px) {
  #tl-footerLine {
    height: 48px;
    line-height: 48px;
  }
  .tl-footerLine-inner {
    gap: 10px;
    padding: 0 8px;
  }
  .tl-footerLine-item {
    font-size: 11px;
  }
  .tl-footerLine-item span {
    display: none;
  }
  .tl-footerLine-item svg {
    width: 20px;
    height: 20px;
  }
}
