@charset "utf-8";
/* CSS Document catalog */
/* full version */
.header-block {
    align-items: flex-start;
}
.header-block h1 {
	max-width: 380px;
    width: 100%;
}
.catalog-full {
	flex-direction: row;
	align-items: flex-start;
	margin-bottom: 50px;
	margin-top: 15px;
}
.catalog-product {
	width: calc(100% - 390px);
	flex-direction: row;
	flex-wrap: wrap;
}
.set-amount a {   height: 38px;
    width: 38px;
    margin-left: 3px;
    margin-right: 3px;
    border: 1px solid #ecdae8;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    border-radius: 18px;}
.set-amount a.set-amount-act {    width: 80px;
    border: 1px solid rgba(55, 27, 86, 1);
    background: rgba(55, 27, 86, 1);
    color: #fff;}
.set-upac {    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end; max-width:380px;}
.set-upac a {   height: 38px;
    width: 100px;
    margin-left: 6px;
    margin-right: 0px;
    border: 1px solid #ecdae8;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    border-radius: 18px;}
.set-upac a.upacs { width: 140px;
    border: 1px solid rgb(236, 218, 232);
    background:rgb(236, 218, 232);
    color: #333;}		
.set-upac span {display: block;
    width: 100%;
    text-align: right;
    font-size: 14px; margin-top:10px;}		
/***product item***/
.product-item-container {
	padding: 30px 0px;
}
.product-item {
	width: 25%;
	flex-direction: column;
	align-items: center;
	padding: 10px;
	border: 1px solid rgba(55, 27, 86, 0.1);
	margin-left: -1px;
	margin-bottom: -1px;
}
.product-item-img {
	align-items: center;
	justify-content: center;
	background:none;
	height:auto;
	margin-bottom: 0px;
	position:relative;
}
.product-item-img img {
	width: 100%;
}
.product-item-count {
	font-size: 14px;
	text-transform: uppercase;
	color: #C185B2;
}
.product-item-name {
	color: #42303E;
	font-size: 20px;
}
.product-item .cart-plus {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}
.product-item-cekout {
	width: 100%;
	border: 1px solid #C185B2;
	padding: 0px 4px;
	padding-left: 10px;
	height: 48px;
	border-radius: 24px;
	justify-content: space-between;
	align-items: center;
}
.product-item-cart-button {
	height: 40px;
	width: 40px;
	background: #C185B2;
	border-radius: 20px;
	justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
    padding-top: 2px;
}
.button-minus {
	background: rgba(193, 133, 178, 0.5);
    color: #C185B2;
	margin-right:3px;
	font-size: 43px;
}
.product-item-price span {
	font-size: 15px;
	flex-direction: row;
	align-items: center;
}
.product-item-price .original-item-price {
	text-decoration: line-through;
	opacity: 0.6;
	margin-left: 4px;
}
.product-item-price span:after {
	content: '';
	display: block;
	background: url(../icons/ruble.svg) center center no-repeat;
	background-size: contain;
	width: 15px;
	height: 12px;
	margin-top: -2px;
}
.product-item-price {
	color: rgba(66, 48, 62, 1);
	padding-top: 3px;
	max-width:calc(100% - 90px);
    font-size: 15px;
    line-height: 1em;
    padding-left: 6px;
}
.product-item-img-counter {position: absolute;
    background: rgba(0,0,0,0.4);
    width: 100%;
    top: 0px;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #fff;
    font-weight: 300;}
.slid {
        width: 70px;
        height: 25px;
		bottom: 5px;
		position:absolute;
}
.slid img { width:100%;}

/***end product item***/
@media (max-width: 1500px) {
.product-item {
	width: 33.3%;
}
.product-item-img {
	height: auto;
}
}
@media (max-width: 765px) {
.catalog-full {
    flex-direction: column;
}	
    .header-block {
        align-items: center;
        flex-direction: column;
    }
.header-block h1 {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}		
	    .breadcrumb {
        margin-top: 60px;
        margin-bottom: 6px;
    }
.catalog-product {
    width:100%;
}
.product-item {
	width: 50%;
}

.product-item-img {
	height:auto;
}
.product-item-img img {
    width: 100%;
}

.set-upac {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    width: 100%;
	margin-top:15px;
}
.set-upac span {
	display:none;
}
.set-vkus { display:none;}
.set-upac a {
    height: 38px;
    width: 80px;
    margin-left: 6px;
    margin-right: 0px;
    border: 1px solid #ecdae8;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    border-radius: 18px;
    font-size: 14px;
}
.product-item-price .original-item-price {
    margin-left: 2px;
}
.product-item-price {
      color: rgba(66, 48, 62, 1);
    padding-top: 3px;
    max-width: calc(100% - 60px);
    font-size: 12px;
    line-height: 1em;
    padding-left: 8px;
    overflow: hidden;
    max-height: 30px;
}
.product-item-price span {
        font-size: 11px;
    }
.product-item-cart-button {
        height: 25px;
        width: 25px;
		position:relative;
    }
	.product-item-cekout {
        height: 31px;
		padding: 0px 2px;
    }
.product-item .cart-plus {
        width: 100%;
        margin-top: 10px;
    }
    .product-item-price span:after {
        width: 11px;
        height: 8px;
    }
    .product-item-count {
        font-size: 9px;
    }
	.product-item-name {
        font-size: 14px;
    }					
}