.page-catalog {}
.tax {
    border-left: 3px solid #fd89ac;
    padding-left: 5px;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 10px;
}
.page-cart .column-content .cart .tax {
    border-left: unset;
    border-right: 3px solid #fd89ac;
    text-align: right;
    padding-right: 5px;
}
.page-catalog .column-left {
	width: 280px;
}

.page-catalog .column-content {
	width: calc(100% - 296px);
}

.page-catalog .column-content .filter {}

.page-catalog .column-content .filter .name {
	line-height: 28px;
}

.page-catalog .column-content .filter .item {
    padding: 4px 8px;
    border: 2px solid #E4E4E4;
    margin-right: 8px;
    margin-bottom: 0;
    border-radius: 8px;
}

.page-catalog .column-content .filter .item.active {
    background: #F16393;
    border-color: #F16393;
    color: #fff;
}

.page-catalog .column-content .filter .item:not(.active):hover {
	cursor: pointer;
	box-shadow: inset 0 0 0 50px rgba(0, 0, 0, 0.05);
}

.page-catalog .column-content .categories-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: baseline;
    margin: 40px 0 20px;
    column-gap: 26px;
    row-gap: 40px;
}

.page-catalog .column-content .categories-list img {
    width: 100%;
}

.page-catalog .column-content .categories-list .item {
	/*margin-right: 16px;*/
	/*border: 3px solid #f3f3f3;*/
	/*width: calc(100% / 5 - 13px);*/
	/*margin-bottom: 12px;*/
	position: relative;
}

.page-catalog .column-content .categories-list .item {
    color: #413B3B;
    text-decoration: none;
}

.page-catalog .column-content .categories-list .item:hover {
    color: var(--bs-link-color);
}

.page-catalog .column-content .categories-list .item:nth-child(5n) {
	margin-right: 0px;
}

.page-catalog .column-content .categories-list .item .name {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 0;
    display: block;
    margin-top: 18px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

.page-catalog .column-content .categories-list .item img {
	display: block;
	margin: 0 auto;
	border-radius: 12px;
}

.page-catalog .column-content .product-lay {}

.page-catalog .column-content .product-lay .images-layout {
	position: relative;
}

.page-catalog .column-content .product-lay .main-photo {
	width: 440px;
	/*height: 660px;*/
	/*height: 580px;*/
	/*border: 3px solid #f3f3f3;
	padding: 8px;*/
	border: 0;
    padding: 0;
	position: relative;
}

.page-catalog .column-content .product-lay .main-photo img {
	max-height: 100%;
	max-width: 100%;
	border-radius: 12px;
}

.page-catalog .column-content .product-lay .main-photo .arrow-image {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	background: var(--main-color);
	border-radius: 8px;
	z-index: 12;
	cursor: pointer;
	box-shadow: 0 0 0 2px #fff;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.page-catalog .column-content .product-lay .main-photo .arrow-image {
	background: #fd89ac;
	border: 0;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	transition: .2s;
}

.page-catalog .column-content .product-lay .main-photo .arrow-image[disabled] {
	background: #ddd;
}

.page-catalog .column-content .product-lay .main-photo .arrow-image.right {
	right: 20px;
}

.page-catalog .column-content .product-lay .main-photo .arrow-image.left {
	left: 20px;
}

.page-catalog .column-content .product-lay .main-photo .arrow-image .svg,
.page-catalog .column-content .product-lay .main-photo .arrow-image svg {
	/*fill: #fff;*/
	stroke: #fff;
}

.page-catalog .column-content .product-lay .main-photo .arrow-image[disabled] svg {
	/*fill: #555;*/
	stroke: #555;
}

.page-catalog .column-content .product-lay .main-photo .video-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 40;
	display: none;
}

.page-catalog .column-content .product-lay .main-photo .download-image {
    position: absolute;
    top: unset;
    bottom: 10px;
    right: 70px;
    background: transparent;
    height: 40px;
    width: 40px;
    z-index: 15;
    border-radius: 0 0 0 50%;
}

.page-catalog .column-content .product-lay .main-photo .show-image {
    position: absolute;
    top: unset;
    bottom: 10px;
    right: 20px;
    background: transparent;
    height: 40px;
    width: 40px;
    z-index: 15;
}

.page-catalog .column-content .product-lay .main-photo .show-image svg {
	width: 20px;
	height: 20px;
}

.page-catalog .column-content .product-lay .main-photo .show-image,
.download-image.flex-box.align-center.justify-center.__download_image {
    background: rgb(255 255 255 / 50%);
    transition: .2s;
    border-radius: 4px;
}

.page-catalog .column-content .product-lay .main-photo .show-image:hover,
.download-image.flex-box.align-center.justify-center.__download_image:hover {
    background: #fff;
    cursor: pointer;
}

.page-catalog .column-content .product-lay .images {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 440px;
	max-height: 665px;
	overflow: hidden;
	position: relative;
	margin-top: 15px;
}

.page-catalog .column-content .product-lay .images .item {
	width: 25%;
}

.page-catalog .column-content .product-lay .images .item {
	border: 3px solid #fff;
	padding: 8px;
	cursor: pointer;
	margin-bottom: 8px;
}

.page-catalog .column-content .product-lay .images .item:hover {
	border-color: #e8e8e8;
}

.page-catalog .column-content .product-lay .images .item.active {
	border-color: #d4aeae;
}

.page-catalog .column-content .product-lay .images .item img {
	max-width: 100%;
	max-height: 100%;
}

.page-catalog .column-content .product-lay .product-info {
	position: relative;
	width: calc(100% - 460px);
	padding-left: 16px;
	margin-left: 16px;
	border-left: 1px dotted #ccc;
}

.page-catalog .column-content .product-lay .product-info .product-name {
	position: relative;
}

.page-catalog .column-content .product-lay .product-info .discount_new {
    display: block;
    position: absolute;
    top: -8px;
    right: -76px;
    width: 50px;
    height: 76px;
    background-image: url('../image/discount.svg');
    background-size: 50px;
    background-position-x: center;
    background-position-y: top;
    background-repeat: no-repeat;
}

.page-catalog .column-content .product-lay .product-info .discount_new span {
    color: #ffffff;
    font-weight: 800;
    font-size: 21px;
    line-height: 41px;
    text-align: center;
    display: block;
    margin-top: 5px;
    margin-left: -21px;
    background-color: #ef6767ab;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.page-catalog .column-content .product-lay .product-info .prev-next {
	border: 1px solid #d9d9d9;
	width: fit-content;
	padding: 5px 15px;
	border-radius: 5px;
	color: #676666;
	font-size: 13px;
	margin-left: 10px;
	text-decoration: none;
	transition: .2s;
}

.megasale {
	background: #fd89ac;
	color: #fff;
	padding: 5px 20px;
	border-radius: 5px;
	width: fit-content;
	margin: 0 0 20px 0;
}

.page-catalog .column-content .product-lay .product-info .prev-next:hover {
	background: #fd89ac;
	color: #fff;
	border-color: #fd89ac;
}

.page-catalog .column-content .product-lay .product-info .product-name {
	font-size: 24px;
	line-height: 32px;
	/*margin-top: -8px;*/
}

.page-catalog .column-content .product-lay .product-info .product-name {
	margin: 0 0 20px 0;
}

.page-catalog .column-content .product-lay .product-info .options {}

.page-catalog .column-content .product-lay .product-info .options .step {
	margin-bottom: 10px;
	margin-top: 30px;
	font-size: 15px;
	align-items: baseline;
}

.page-catalog .column-content .product-lay .product-info .description {
	font-size: 16px !important;
}

.page-catalog .column-content .product-lay .product-info .description span {
    font-family: 'Montserrat' !important;
    font-size: inherit !important;
}

.page-catalog .column-content .product-lay .product-info .options .step .name {
	color: var(--main-color);
	font-weight: 600;
	font-size: 1.2rem;
}

.page-catalog .column-content .product-lay .product-info .options .option {
	margin-bottom: 40px;
	position: relative;
}

.page-catalog .column-content .product-lay .product-info .options .option .hide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	z-index: 1;
}

.page-catalog .column-content .product-lay .product-info .options .option .size {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}

.page-catalog .column-content .product-lay .product-info .options .option .size td {
	border: 1px solid #f1f1f1;
	padding: 8px;
}

.page-catalog .column-content .product-lay .product-info .options .option .size thead td {
	border-top: none;
}

.page-catalog .column-content .product-lay .product-info .options .option .size td:first-child {
	border-left: none;
}

.page-catalog .column-content .product-lay .product-info .options .option .size td:last-child {
	border-right: none;
}

.page-catalog .column-content .product-lay .product-info .options .option .size tr:last-child td {
	border-bottom: none;
}

.page-catalog .column-content .product-lay .product-info .options .option .size thead {
	font-weight: 600;
	font-size: 13px;
}

.page-catalog .column-content .product-lay .product-info .options .option .size td .price {
	font-size: 11px;
	color: #5a5a5a;
}

.page-catalog .column-content .product-lay .product-info .options .option .size td .quantity {
	width: 30px;
	text-align: left;
	border: none;
	outline: none;
	height: 24px;
	line-height: 24px;
	-moz-appearance: textfield;
}

.page-catalog .column-content .product-lay .product-info .options .option .size td .quantity::-webkit-inner-spin-button,
.page-catalog .column-content .product-lay .product-info .options .option .size td .quantity::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.page-catalog .column-content .product-lay .product-info .options .option .size td .button-arrow {
	background: #fff;
	height: 24px;
	width: 24px;
	border: 1px solid #dcdcdc;
	font-weight: 700;
	outline: none;
}

.page-catalog .column-content .product-lay .product-info .options .option .size td .button-arrow:last-child {
	border-left: none;
}

.page-catalog .column-content .product-lay .product-info .options .option .size {}

.page-catalog .column-content .product-lay .product-info .options .option .colors {
	gap: 25px;
}

.page-catalog .column-content .product-lay .product-info .options .option .colors .item {
	max-width: 80px;
	position: relative;
}

.page-catalog .column-content .product-lay .product-info .options .option .colors .item:hover input[type=radio]+label+label {
	color: #fd89ac;
}

.page-catalog .column-content .product-lay .product-info .options .option .colors .item .image {
	margin-bottom: 10px;
	cursor: pointer;
}

.page-catalog .column-content .product-lay .product-info .options .option .colors .item .image img {
	max-width: 100%;
	max-height: 100%;
    border-radius: 8px;
}

.page-catalog .column-content .product-lay .product-info .options .option .colors .item .name {
	line-height: 16px;
	padding-right: 4px;
	cursor: pointer;
}

.page-catalog .column-content .product-lay .product-info .options .option .colors .item input[type=radio] {
	display: none;
}

/*.page-catalog .column-content .product-lay .product-info .options .option .colors .item input[type=radio]+label {
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	position: relative;
	background: #fff;
	flex-shrink: 0;
}*/


.page-catalog .column-content .product-lay .product-info .options .option .colors .item input[type=radio]+label {
	position: absolute;
	top: 0;
	border: 0;
	z-index: -1;
}


.page-catalog .column-content .product-lay .product-info .options .option .colors .item input[type=radio]+label {
	display: block;
	width: 75px;
    height: 100px;
	background: transparent;
	border-radius: 8px;
	border: 2px solid #FD89AC;
	flex-shrink: 0;
	color: #FD89AC;
}

.page-catalog .column-content .product-lay .product-info .options .option .colors .item input[type=radio]+label+label {
	padding-left: 0;
	font-size: .9em;
}

.page-catalog .column-content .product-lay .product-info .options .option .colors .item input[type=radio]:checked+label {
	border-color: var(--main-color);
	z-index: 0;
}

.page-catalog .column-content .product-lay .product-info .options .option .colors .item input[type=radio]:checked+label:before {
	content: "\2713";
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	color: var(--main-color);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.page-catalog .column-content .product-lay .product-info .options .option .colors .item input[type=radio]:checked+label+label {
	font-weight: 700;
}

.page-catalog .column-content .product-lay .product-info .table-of-sizes {
    font-size: 15px;
    font-weight: 500;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-left: 20px;
    width: 100%;
    max-width: 231px;
    border: 1px solid #FD89AC;
    padding: 13px 15px;
    transition: .2s;
    border-radius: 12px;
    text-decoration: none;
}

.page-catalog .column-content .product-lay .product-info .table-of-sizes svg {
	fill: #FD89AC;
	transition: .2s;
}

.page-catalog .column-content .product-lay .product-info .table-of-sizes:hover {
	background: #FD89AC;
	color: #fff;
}

.page-catalog .column-content .product-lay .product-info .table-of-sizes:hover svg {
	fill: #fff;
}

.page-catalog .column-content .product-lay .product-info .add-to-cart {
    background: #FD89AC;
    height: unset;
    border: none;
    padding: 14px 33px;
    color: #ffffff;
    border-radius: 12px;
    cursor: pointer;
    width: 100%;
    max-width: 231px;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .15px;
    box-sizing: border-box;
}

.page-catalog .column-content .product-lay .product-info .add-to-cart[disabled] {
	background: #ddd;
}

.page-catalog .column-content .product-lay .product-info .add-to-cart svg {
	width: 20px;
	height: 20px;
	fill: #fff;
}

.page-catalog .column-content .product-lay .product-info .attributes {
	width: calc(100% - 16px);
	line-height: 22px;
	font-size: 13px;
	margin: 50px 0 20px;
}

.page-catalog .column-content .product-lay .product-info .attributes tr {
	border-bottom: 4px solid #fff;
}

.page-catalog .column-content .product-lay .product-info .attributes .value {
	white-space: pre-line;
	font-size: 1rem;
}

.page-catalog .column-content .product-lay .product-info .attributes .name {
	padding-right: 12px;
	    font-size: 1.2em;
}

.page-catalog .column-content .product-lay .product-info .description:before {
	content: 'Описание';
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	display: inline-block;
	padding-right: 25px;
}

.page-catalog .table-sizes .popup-content {
	width: 600px;
}

.page-catalog .table-sizes img {
	width: 100%;
}

.page-catalog .column-content .related {
    margin-top: 60px;
}

.page-catalog .column-content .related .title {
    border-bottom: 2px solid var(--main-color);
    font-size: 2em;
    padding-bottom: 12px;
    font-weight: bold;
}

.catalog-text {
    font-size: 16px;
    margin-top: 100px;
}

.catalog-text ul {
	list-style: disc;
	padding-left: 0;
}

.catalog-text ul li {
	margin-bottom: 8px;
}

.catalog-text h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 22px;
}

.catalog-text p:not(:last-child) {
    margin-bottom: 20px;
}


.catalog-text ol {
	list-style: decimal;
	padding-left: 16px;
}


.catalog-text ol li {
	margin-bottom: 8px;
}

.page-catalog .column-content .product-lay .product-info .options .option .size .fader {
	height: 0px;
	transition: .2s;
	background: #faebeb;
	overflow: hidden;
}

.page-catalog .column-content .product-lay .product-info .options .option .size .active {
	height: 40px;
	transition: .2s;
}

.page-catalog .column-content .product-lay .product-info .options .option .size .fader.active {
	height: 0px;
	transition: .6s;
}



.attention {
    background: #ffdada;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 20px;
    border-radius: 7px;
    width: fit-content;
    margin-top: -20px;
}


.autofeatured_block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 40px 0;
}

.autofeatured_block .list-products .product {
    width: 100%;
}