/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/


.logo__description {
	max-width: 126px;
    font-size: 14px;
    line-height: 20px;
    color: #272727;
    font-weight: 500;
}
.contact-cell {
    display: grid;
    grid-gap: 8px;
}
.contact-cell__title {
    font-size: 12px;
    line-height: 14px;
	margin-bottom: 0px;
    color: rgba(22, 21, 21, .6);
}
.contact-cell__value {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-self: start;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #161515;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}




.productRow__content {
    display: grid;
    grid-template-columns: 607px 1fr;
    position: relative;
    min-height: 124px;
}
.productRow__labels {
    display: grid;
    grid-gap: 16px;
    padding-top: 24px;
    padding-bottom: 8px;
}
.productRow__labels-title {
    font-size: 12px;
    line-height: 12px;
    color: rgba(39, 39, 39, .6);
    text-transform: uppercase;
}
.productRow__labels-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.productRow__labels-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: start;
    margin-right: 16px;
    margin-bottom: 16px;
}
.tooltip {
    position: relative;
    display: grid;
    grid-auto-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    grid-gap: 11px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}
.productRow__labels-item .tooltip {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.tooltip__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 8px;
}
.productRow__labels-list .tooltip__icon img {
    width: 40px;
    height: 40px;
}
.tooltip__body {
    min-height: 74px;
    min-width: 87px;
    max-width: 352px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    z-index: 99;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(100% - 50px);
    opacity: 0;
    pointer-events: none;
    background-color: #272727;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.tooltip__body-content {
    display: grid;
    grid-gap: 16px;
    padding: 16px;
}
.tooltip__body-image {
    width: 100%;
    height: 160px;
}
.tooltip__body-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    position: relative;
}
.tooltip__body-text {
    color: #FFF;
}
.tooltip__body-text {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

.productRow__documents-content {
    width: 100%;
    display: grid;
    grid-gap: 14px;
    padding: 22px 12px 24px 22px;
}
.productRow__documents-header {
    display: grid;
    grid-auto-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 8px;
    cursor: pointer;
    justify-self: start;
}
.productRow__documents-title {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    color: rgba(39, 39, 39, .6);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.productRow__documents-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 8px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.productRow__documents-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}



.woosw-btn-has-icon,
.woosc-btn-has-icon{
    font-size: 32px;
	margin: 15px 15px 0px 0px;
    text-decoration: none !important;
    border-bottom: none !important;
	color: #888;
}

/* Кнопки (wishlist + compare) */
.bba01-woosw-button,
.bba01-woosc-button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none !important;
}

.bba01-woosw-button:hover,
.bba01-woosc-button:hover {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none !important;
	opacity: 0.7;
}

/* Иконки */
.bba01-woosw-button i,
.bba01-woosc-button i {
    font-size: 24px;
    line-height: 1;
    border-bottom: none !important;
	color: #888;
}

/* Круглый красный счётчик */
.bba01-woosw-count,
.bba01-woosc-count {
    min-width: 24px;
    height: 24px;
    padding: 0;
    background: #e30000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
}

/* На всякий случай убираем подчёркивание при hover */
.bba01-woosw-button:hover,
.bba01-woosw-button:hover i,
.bba01-woosc-button:hover,
.bba01-woosc-button:hover i {
    text-decoration: none !important;
    border-bottom: none !important;
}

.product-actions-icons{
	margin-bottom: 15px;
}

.page-title .breadcrumbs, .page-title .breadcrumbs a{
	font-weight: 400;
}
.page-title .breadcrumbs, .page-title .breadcrumbs a:hover{
	text-decoration: none;
	color: #db261b;
}

.imagewrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.imagewrapper img {
    max-height: 300px;
    max-width: 300px;
    width: auto !important;
}

/* 1) Фиксируем высоту видимой области слайдера (она сейчас задаётся inline) */
.single-product .woocommerce-product-gallery .flex-viewport{
  height: 600px !important;   /* <-- нужная высота */
}

/* 2) Чтобы слайды внутри не вылезали */
.single-product .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__image a{
  height: 600px !important;
}

/* 3) Картинка заполняет высоту, но не режется */
.single-product .woocommerce-product-gallery__image img{
  height: 100% !important;
  width: 100% !important;
  object-fit: contain;
}

.woocom-project{
	padding: 10px;
}

.woocom-list-content .price,
.woocom-list-content .woocommerce-Price-amount {
	font-weight: bold;
}

/* WooCommerce attributes – fix The7 */
.woocommerce table.shop_attributes {
    border-collapse: collapse;
    width: 100%;
}

.woocommerce table.shop_attributes tr {
    display: table-row;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
    display: table-cell;
    padding: 10px 14px;
    vertical-align: top;
    border-bottom: 1px solid #e5e5e5;
}

.woocommerce table.shop_attributes th {
    width: 50%;
    font-weight: 600;
    color: #111;
    text-align: left;
}

.woocommerce table.shop_attributes td {
    width: 50%;
    color: #333;
}

@media (max-width: 768px) {
    .woocommerce table.shop_attributes th,
    .woocommerce table.shop_attributes td {
        display: block;
        width: 100%;
        padding: 8px 0;
    }

    .woocommerce table.shop_attributes tr {
        display: block;
        margin-bottom: 12px;
    }
}


.woocommerce div.product div.images .flex-control-thumbs  li {
    position: relative !important;
    width: 25% !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    display: block !important;
}

ul .mega-sub-menu{
	padding: 30px 0 30px 0;
}

/* Full width category slider */
.cat-top-slider--full{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 32px;
  overflow: hidden;
}

.home_grid .vc_column_container>.vc_column-inner {
	padding-left: 5px;
    padding-right: 5px;
}
.home_grid2 {
	width: auto;
	height: 277px;
}

.icon-home{
	display: flex;
    justify-content: center;
}

.term-description{
	margin-top: 35px;
}