

/* Start:/local/templates/kraski-gd/components/bitrix/catalog.element/kraski24/style.css?17594209424603*/
.mfp-wide-forms .mfp-close:active {
    top: 20px;
}

.product-card-collerate a.hide {
    display: none;
}

.product-card-collerate:has(a:not(.hide)[disabled]) {
    display: none;
}

@media screen and (max-width: 767px) {
    main .breadcrumbs span {

        width: 2.1vw;
        height: 1.11vw;
        border-radius: 50%;
        background-color: #12953a;

    }

}

.one-click-box-img img {
    max-width: 120px;
    max-height: 120px;
}


.product-about-text-box .product-about-desc:nth-of-type(1) {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.5s ease;
}

.product-show-more.product-more__desktop::after {
    position: absolute;
    content: '';
    top: 0.9vw;
    right: -3.75vw;
    width: 3vw;
    height: 1.96vw;
    background-image: url(/local/templates/kraski-gd/components/bitrix/catalog.element/kraski24/../../img/show-more-prod.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s ease;
    transform: rotate(0deg);
}

.product-show-more.product-more__desktop {
    margin: 0;
    color: rgba(0, 148, 57, 1);
    font-weight: 450;
    font-size: 1.2vw;
    line-height: 100%;
    position: relative;
    width: fit-content;
}

.product-about-text-box.product-about-text-box__desk_opened .product-about-desc {
    -webkit-line-clamp: unset;
}

.discount__product_row {
    display: inline-flex;
    text-decoration: line-through;
    font-weight: 300;
    font-size: 22px;
    /* color: gray; */
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(143, 143, 143, 0.72);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal-cart {
    background: #fff;
    border-radius: 18px;
    width: 490px;
    padding: 24px 28px 30px 28px;
    position: relative;
    box-shadow: 0 4px 24px rgba(16, 16, 16, 0.11);
}

.close-btn {
    position: absolute;
    top: 22px;
    right: 22px;
    background: transparent;
    border: none;
    font-size: 34px;
    color: #ccc;
    cursor: pointer;
}

.cart-item {
    background: #fafafa;
    border-radius: 14px;
    display: flex;
    padding: 18px;
    gap: 18px;
    align-items: flex-start;
    margin-top: 18px;
    margin-bottom: 18px;
}

.cart-item img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 14px rgba(44, 44, 44, 0.08);
}

.cart-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.product-title {
    font-size: 15px;
    color: #212121;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-price {
    font-size: 14px;
    color: #212121;
    opacity: 0.65;
}

.product-actions {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-top: 2px;
}

.counter {
    background: #ededed;
    border: none;
    color: #555;
    font-size: 19px;
    font-weight: 700;
    width: 33px;
    height: 33px;
    border-radius: 6px;
    cursor: pointer;
}

.counter.plus {
    background: #34a853;
    color: #fff;
}

.quantity {
    display: inline-block;
    min-width: 28px;
    text-align: center;
    font-size: 17px;
    color: #212121;
}

.product-color {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #ececec;
    border-radius: 8px;
    margin-top: 8px;
    padding: 6px 12px;
    font-size: 14px;
}

.color-badge {
    background: #d0d0d0;
    border-radius: 6px;
    padding: 4px 14px;
    font-size: 14px;
    color: #353535;
    margin-right: 12px;
}

.color-title {
    color: #7e7e7e;
    margin-right: 8px;
}

.color-price {
    color: #212121;
    font-weight: 500;
}

.cart-summary {
    margin-top: 10px;
    font-size: 15px;
    color: #363636;
}

.summary-amount {
    font-weight: 700;
    font-size: 16px;
    margin-left: 5px;
}

.cart-buttons {
    display: flex;
    gap: 20px;
    margin-top: 22px;
}

.btn-dark,
.btn-green {
    flex: 1;
    padding: 14px 0;
    font-size: 17px;
    border-radius: 7px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    transition: 0.14s;
}

.btn-dark {
    background: #242424;
    color: #fff;
}

.btn-green {
    background: #219c47;
    color: #fff;
    
}

.modal-overlay.active {
    display: flex;
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?17545066542917*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/templates/kraski-gd/components/bitrix/system.pagenavigation/.default/style.css?175450662281*/
button.catalog-products-more,
a.catalog-products-more {
    display: flex;
}

/* End */
/* /local/templates/kraski-gd/components/bitrix/catalog.element/kraski24/style.css?17594209424603 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?17545066542917 */
/* /local/templates/kraski-gd/components/bitrix/system.pagenavigation/.default/style.css?175450662281 */
