/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/


.price-table {
    margin-bottom: 100px;
}

.price-table table {
    width: 100%;
}

.price-table table thead th {
    text-align: start;
}

.price-table table thead tr th {
    padding: 8px 0;
    font-size: 14px;
}

.price-table table thead tr th:nth-child(2) {
    padding-left: 16px;
}

.price-table table thead tr th:nth-child(2) {
    padding-right: 16px;
}

.price-table table tbody tr td {
    padding: 8px 0;
    font-size: 14px;
}

.price-table table tbody tr td:nth-child(2) {
    padding-left: 16px;
}

.price-table table tbody tr td:nth-child(2) {
    padding-right: 16px;
}

.price-table table tbody tr td:last-child {
    padding-left: 16px;
}

.price-table table tbody tr td:last-child {
    padding-right: 16px;
	width: 300px;
}

.price-table table tbody tr {
    border-top: 1px solid #3a3a3a;
    border-color: var(--stroke_black);
}

.non-margin > div {
    margin: 0 !important;
}

.price-table .button-fit {
    width: fit-content !important;
}

.text-bold {
    font-weight: bold;
    color: #717171;
}

.price-table__have {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.price-table__have-trigger {
    color: #e04949;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.price-table__have-list {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    width: 400px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    background-color: var(--card_bg_black);
    padding: 8px 12px;
    border-radius: 3px;
    z-index: 10;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.price-table__have-list .stores_block_wrap {
    margin: 0;
    padding: 0;
}

.price-table__have-list.active {
    opacity: 1;
    visibility: visible;
}

.price-table .box-shadow {
    margin: 0 !important;
}

.price-list__name {
    font-size: 14px;
    color: #999;
    display: none;
}

.price-table table tbody td:first-child {
    display: none;
    font-size: 14px !important;
}

.price-table table thead th:first-child {
    display: none;
}

.price-table .counter_wrapp {
    display: flex;
    flex-direction: row;
}

.price-table .counter_wrapp .counter_block_inner {
    width: 100%;
}

.price-table .counter_wrapp .button_block {
    width: 100%;
}

.price-table__buttons {
	max-width: 200px;
}

.price-table table td {
	text-align: center;
}

.price-table table th {
	text-align: center !important;
}

.price-table .stores_block_wrap .stores_block.wo_image .item-stock {
	width: auto !important;
}

.counter_wrapp.list>div {
	margin: 0 !important;
}

.counter_wrapp .more_text {
	margin: 8px 0 0 0 !important;
}


@media (min-width: 601px) {
    .product-view--mix.product-view--mix-wide .product-info.product-info--type2 .info_item>div.middle-info-wrapper+div {
        margin-top: 12px;
    }
}

@media (max-width: 1200px) {
    .price-table .counter_wrapp {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
}

@media (max-width: 600px) {
    .price-table .btn {
        padding-top: 10px !important;
        padding-bottom: 9px !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
}

@media (min-width: 768px) {
	.price-table .stores_block_wrap .stores_block {
		display: flex !important;
		align-items: center !important;
	}

	.price-table {
		min-width: 1300px;
	}

	.price-table__wrapper {
		overflow-x: auto;
	}


}

@media (max-width: 768px) {
	.price-table table td {
		text-align: start;
	}
	
	.price-table table th {
		text-align: start !important;
	}

    .price-table .counter_wrapp {
        display: flex;
        flex-direction: row;
        gap: 4px;
    }

    .stores_block {
        display: flex;
        flex-direction: column;
    }

    .price-table table tbody tr td:last-child {
        padding: 0;
		width: 100%;
    }

    .stores_block_wrap .stores_block.wo_image .item-stock {
        position: static;
        padding-left: 0 !important;
        margin-top: 6px;
        background: transparent !important;
        white-space: normal;
    }

    .price-table__have-list {
        width: 200px;
        left: -50%;
        transform: translateX(0);
    }

    .price-table table tbody td:first-child {
        display: block;
    }

    .price-table table thead th:first-child {
        display: block;
    }

    /* .price-table
      table
      tbody
      td:not(:first-child):not(:nth-child(2)):not(:last-child) {
      border-top: 1px solid #ececec;
      border-color: var(--stroke_black);
    } */

    .price-list__name {
        display: inline;
    }

    .price-table table tbody td {
        display: none;
    }

    .price-table table tbody td.mobile {
        display: grid;
    }

    .price-table table tbody td.mobile:last-child {
        display: block;
    }

    .price-table table tbody td.mobile:first-child {
        display: block;
    }

    table thead {
        left: -9999px;
        position: absolute;
        visibility: hidden;
    }

    .price-table table tr {
        border-bottom: 0;
        display: flex;
        flex-direction: column;
        /* margin-bottom: 40px; */
    }

    .price-table table td {
        margin: 0 -1px -1px 0;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 16px;
        padding: 1px 0 !important;
        font-size: 14px !important;
    }

    .price-table table tbody tr {
        border: 1px solid #3a3a3a;
        border-color: var(--stroke_black);
        padding: 12px;
    }

    .price-table {
        border: none;
    }

    .price-table table td:last-child {
        display: block;
        margin-top: 8px;
    }

    .price-table .counter_wrapp {
        margin-left: auto;
    }

    .price-table table tbody tr td:nth-child(2) {
        padding-left: 0;
    }

    .price-table table tbody tr td:nth-child(2) {
        padding-right: 0;
    }

    /* .price-table table tbody tr {
      border: none;
    } */

	.price-table__buttons {
		max-width: 100%;
	}
}
.cookie {
	position: fixed;
	bottom: 40px;
	border-radius: 8px;
	border: 1px solid var(--stroke_black);
	background: var(--black_bg_black);
	z-index: 400;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	pointer-events: none;
	margin: 0 60px;
}

.cookie.show {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.cookie__inner {
	padding: 8px 12px;
	display: grid;
	grid-template-columns: 1fr auto;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 10px;
}

.cookie__content {
	-ms-flex-item-align: center;
	align-self: center;
}

.cookie__content p {
	font-size: 14px;
	margin: 0;
}

.cookie__btns {
	display: grid;
	grid-template-columns: auto auto;
	gap: 24px;
}

.cookie__btns .btn {
	font-size: 14px;
}

.cookie__btns .main-btn {
	padding-left: 32px;
	padding-right: 32px;
}
@media (max-width: 1030.98px) {
    .cookie__inner {
        grid-template-columns: 1fr;
        justify-items: start;
    }
}
@media (max-width: 450px) {
    .cookie__btns {
        grid-template-columns: 1fr;
        justify-items: start;
		width: 100%;
    }
	.cookie__btns .btn{
		width: 100%;
	}
}
@media (min-width: 992px) {
	.cookie{
		margin-left: 321px;
	}
}