/*
Theme Name: Style You Develop

Author: Irina
Version: 13.0
*/

.scroll-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    border: none;
    border-radius: 4px;
    background: #ffd747;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.hide-text--hidden .hide-text__content {
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
}

.hide-text--hidden .hide-text__content::after {
    background: linear-gradient(0deg, rgb(255,255,255), transparent);
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    pointer-events: none;
}

.hide-text__button {
    padding: 0;
    border: none;
    background-color: transparent;
    display: inline-flex;
    border-bottom: 2px dashed;
}

.page-content p {
    margin-bottom: 12px;
}

.social .ozon-link {
    background-color: transparent;
    padding: 0;
    width: 28px;
    height: 28px;
}

.ozon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

.social .ozon-link img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.social .ozon-link:hover img {
    opacity: 0.5;
}

.social .ozon-link:hover {
    background-color: transparent;
}

@keyframes shake {
  0%, 20% { transform: rotate(0deg); }      /* Ð¿Ð°ÑƒÐ·Ð° Ð² Ð½Ð°Ñ‡Ð°Ð»Ðµ */
  30% { transform: rotate(10deg); }
  50% { transform: rotate(-10deg); }
  70% { transform: rotate(10deg); }
  80%, 100% { transform: rotate(0deg); }    /* Ð¿Ð°ÑƒÐ·Ð° Ð² ÐºÐ¾Ð½Ñ†Ðµ */
}

.ozon-link img {
  animation: shake 2s ease-in-out infinite;
  cursor: pointer;
}

.cookie-warning {
    position: fixed;
    bottom: 8px;
    transform: translateX(-50%);
    left: 50%;
    display: none;
    justify-content: space-between;
    width: 100%;
    padding: 32px;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: white;
    color: rgb(0, 0, 0);
    max-width: 836px;
    box-shadow: 0 0 16px 0 rgb(0, 0, 0, 0.2);
}

.cookie-warning--active {
    display: flex;
    align-items: center;
    z-index: 1000;
}

.cookie-warning__text {
    font-size: 16px;
    line-height: 160%;
    margin-right: 30px;
    max-width: 630px;
}

.cookie-warning__text a {
    color: inherit;
}

.cookie-warning__read {
    display: block;
    margin-left: 15px;
    color: white;
    text-decoration: underline;
}

.cookie-warning__apply {
    cursor: pointer;
    padding: 8px 18px;
    background-color: #ffd747;
    border: none;
    border-radius: 4px;
    color: white;
}

.question-city {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 16px;
}

.about-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.about-step {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid lightgray;
    border-radius: 8px;
    overflow: hidden;
}

.about-step__image {
    flex: 1 0 auto;
    width: 120px;
    display: flex;
}

.about-step__text {
    padding: 24px;
    flex: 1 0 auto;
    width: 280px;
}

.about-step__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.feedback-header__email {
    padding-bottom: 2px;
}
.stub {
	height: 180px;
}
.add-wishlist {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background: none;
    width: 24px;
    height: 24px;
}
.add-compare {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background: none;
    width: 24px;
    height: 24px;
}

.add-wishlist svg {
    width: 100%;
    height: 100%;
}

.add-wishlist--selected svg path {
    fill: red;
}
.add-compare--selected svg path {
	fill: #1a73e8;
}
.product-item-add-wishlist {
    /* position: absolute; */
    top: 10px;
    right: 10px;
    z-index: 1;
    background-color: white;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    padding: 8px;
    cursor: pointer;
}
.product-item-add-compare {
    /* position: absolute; */
    top: 10px;
    right: 10px;
    z-index: 1;
    background-color: white;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    padding: 8px;
    cursor: pointer;
}
.product-detail-add-wishlist {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 199;
    background-color: white;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    padding: 8px;
    cursor: pointer;
}
.product-detail-price-container {
    position: relative;
}
.header-links {
    display: flex;
    gap: 10px;
    margin-left: auto;
}

.header-wishlist {
    width: 30px;
    height: 30px;
    padding: 6px;
    padding-bottom: 4px;
    background: #444444;
    border-radius: 19px;
}

.header-wishlist svg {
    width: 100%;
    height: 100%;
}

.header-wishlist svg path {
    fill: white;
}

.header-compare {
    width: 30px;
    height: 30px;
    padding: 6px;
    padding-bottom: 10px;
    background: #444444;
    border-radius: 19px;
}

.header-compare svg {
    width: 100%;
    height: 100%;
}

.header-compare svg path {
    fill: white;
}

.market-panel-info {
    display: none;
}
.tag.tag-hit {
    background: red;
}
.product-item-buttons {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin: 10px 0;
}

.product-item-buttons .btn {
    width: unset;
    padding: 8px;
    font-size: 14px;
}

.product-item-buttons .btn-product-container.product-controls-react {
    margin: unset;
}
.product-rating__star {
    width: 14px;
}

.product-rating {
    display: flex;
    gap: 3px;
    margin-bottom: 3px;
}
.product-rating.product-rating--single {
    margin-bottom: 10px;
}
.product-detail-price-container .btn--buy {
    padding: 12px 3px;
	margin-bottom: 6px;
	width: 100%;
}
.product-list--column {
    display: flex;
    flex-direction: column;
}

.product-list--column .product-item-element.active {
    display: flex;
    padding: 12px;
}

.product-list--column .product-item-element.active .product-item-img {
    max-width: 60%;
}
.catalog-viewers {
    height: 100%;
    display: flex;
    gap: 6px;
    align-items: center;
    font-weight: 600;
}

.catalog-viewers__handler {
    background: none;
    text-decoration: none;
    border: 1px solid;
    border-color: #ffd747;
    color: #333333;
    border-radius: 6px;
    background-color: #ffffff;
    padding: 10px 15px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    font: inherit;
    font-size: inherit;
    font-weight: bold;
    transition: ease-out 0.25s;
}

.catalog-viewers__handler.catalog-viewers__handler--active {
    background-color: #ffd747;
}
.product-item-buttons > * {
    flex: 1 0 auto;
}

.product-item-buttons .btn-product-container .btn {
    width: 100%;
}
.footer-feedback__inputs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.footer-feedback__inputs > * {
    flex: 1 0 auto;
    margin-bottom: 0;
	max-width: 100%;
}

.footer-feedback__bottom {
    display: flex;
    gap: 8px;
}


.footer-feedback__bottom .input-box .wpcf7-acceptance .wpcf7-list-item-label:before {
    top: 50%;
    transform: translateY(-50%);
}

.footer-feedback-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.footer-feedback {
    margin-bottom: 20px;
}
.footer-feedback__caption {
    text-align: center;
}

.footer-feedback__title {
    font-weight: 600;
}

.advantages-item {
    background-color: #E2E2E2;
    font-size: 14px;
    position: relative;
    height: 100%;
    border-radius: 15px;
    line-height: 1.2;
}

.advantages-item__head {
    border-bottom: 1px solid #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.advantages-item__head h3 {
    font-size: 18px;
    font-weight: bold;
    margin: auto 0;
    width: calc(100% - 57px);
    padding: 0 15px;
	line-height: 1;
}

.advantages-item__head i {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px;
    background-image: url(/wp-content/themes/pandadev/images/icons/agree-lite-white.svg);
    border-left: 1px solid #ffffff;
    border-top-right-radius: 15px;
}

.advantages-item__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
}

.advantages-item__info {
    position: relative;
}

.advantages-item__text {}

.advantages-item__img {}

.advantages-item__img img {
    height: 74px;
    width: auto;
    max-width: none;
}
.advantages-item:hover {
    background-color: #ffd747;
}

.advantages-item:hover .advantages-item__head i {
    background-color: #333333;
    background-image: url("/wp-content/themes/pandadev/images/icons/agree-lite-yellow.svg");
}
.reviews {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin: 40px 0;
}

.reviews-left {
    flex: 1 0 280px;
}

.reviews-right {
    flex: 1 0 280px;
}
.reviews-left__text {
    margin: 30px 0;
}
.reviews-left p {
	margin-bottom: 12px;
}
.img-cover img {
    visibility: unset;
    object-fit: contain;
}

.choice-product-btn {
    text-decoration: none;
    padding: 8px 24px;
    border: 3px solid #ffd747;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
	margin-bottom: 20px;
}

.form-raschet__title {
    margin-bottom: 16px;
}

.form-raschet__caption {
    font-size: 20px;
    margin-bottom: 16px;
}

.form-raschet__btn {
    width: unset;
}

.form-raschet__image img {
    width: 100%;
}

.form-raschet__image {
    max-width: 400px;
    margin-right: auto;
}


@keyframes shake-min {
  0%, 20% { transform: rotate(0deg); }      /* Ð¿Ð°ÑƒÐ·Ð° Ð² Ð½Ð°Ñ‡Ð°Ð»Ðµ */
  30% { transform: rotate(6deg); }
  50% { transform: rotate(-6deg); }
  70% { transform: rotate(6deg); }
  80%, 100% { transform: rotate(0deg); }    /* Ð¿Ð°ÑƒÐ·Ð° Ð² ÐºÐ¾Ð½Ñ†Ðµ */
}

.choice-product-btn {
    animation: shake-min 2s ease-in-out infinite;
}
.product-wasprice span::after {
    background-color: #0000009c;
    height: 1px;
}
.product-price.product-price--special {
    color: red;
}
.product-detail-buttons {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
}
.product-list-item-buttons {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    flex-direction: column;
}

.product-item.product-item--compare {
    border-radius: unset;
    height: auto;
}
.hamburger-btn {
    min-width: 24px;
}

.market-header {
    margin-left: unset;
}

.props-item {
    padding: 5px 15px;
    border-top: 1px solid #E6E9EC;
}

.props-item__title {
    opacity: 0.7;
}

.product-price.product-price--not-price {
    font-size: 20px;
    line-height: 1;
    margin: 6px 0;
}

.market-popup-panel--active {
    opacity: 1;
    visibility: visible;
}

.main-grid.main-grid--calc {
    padding-bottom: 40px;
}

.delivery-calc__warning {
    color: red;
    padding: 12px 24px;
    background: #e2e2e2;
    border-radius: 12px;
}

.delivery-calc__title {
    font-size: 24px;
}
.usloviya-line-description.usloviya-line-description--new {
    padding-top: 12px;
}

.widgets {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 999;
	display: flex;
	flex-direction: column;
}

.widgets-wrapper {
	display: none;
	flex-direction: column;
	gap: 2px;
}

.widgets--visible .widgets-wrapper {
	display: flex;
}

.widget-item {
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 12px;
	align-items: center;
	background-color: #ffcc33;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	max-width: 90px;
	text-decoration: none;
}

.widget-item:hover {
	text-decoration: none;
}

.widget-item__icon {
	fill: currentColor;
	width: 32px;
	height: 32px;
}

.widget-item__name {
	font-size: 12px;
	font-weight: 600;
	margin-top: 4px;
	line-height: 100%;
}

.widgets-close {
	display: none;
	align-items: center;
	justify-content: center;
	padding: 8px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid transparent;
	background-color: #ffcc33;
	margin-bottom: 8px;
	align-self: center;
}

.widgets--visible .widgets-close {
	display: flex;
}

.widgets-open {
	padding: 10px;
	background: #ffcc33;
	border: 1px solid transparent;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.widgets--visible .widgets-open {
	display: none;
}

.widgets-open svg {
	fill: currentColor;
	width: 20px;
	height: 20px;
}

.pagination a, .pagination span {
    margin: 0;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pagination .prev, .pagination .next {
    width: 40px;
    height: 40px;
    background-size: 24px;
}

@media (max-width: 992px) {
	.stub {
		height: 220px;
	}
}
@media (max-width: 822px) {
	.header-links {
		gap: 6px;
	}
}
@media (max-width: 767px) {
	.form-raschet__caption {
		font-size: 18px;
		font-weight: 400;
	}
	.footer-feedback__bottom {
		flex-wrap: wrap;
	}
    .cookie-warning--active {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 8px;
        bottom: 0;
        padding: 16px 12px 12px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .cookie-warning__text {
        margin-right: 0;
        font-size: 14px;
    }

    .cookie-warning__apply {
        width: 100%;
    }

    .about-steps {
        grid-template-columns: 1fr;
    }

    .about-step {
        position: relative;
    }

    .about-step__text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        background: linear-gradient(0deg, rgb(0,0,0,0.7), transparent);
        color: white;
    }

}

@media (max-width: 576px) {
	.catalog-viewers {
		display: none;
	}
	.stub {
		height: 107px;
	}
	.market-header {
		margin-right: 16px;
	}
    .product-item.product-item--compare {
        width: 200px;
    }
	.feedback-footer-item a {
		left: unset!important;
	}
}