

/* Start:/local/templates/agroline-rsm-2024/components/bitrix/breadcrumb/template1/style.css?1759211355625*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

span.breadcrumbs__link {cursor:initial}
/* End */


/* Start:/local/templates/agroline-rsm-2024/components/bitrix/catalog.section/section_rsm/style.css?17539665173267*/
.product-tumb {
    min-width: 270px;
    height: 270px;
    text-align:center;
    max-width:270px;

}

.product-tumb img{
 max-width:100%;
}

.product-name-wrap {
    flex-grow: 1;
    margin-left:30px;
    margin-right:20px ;
    display: flex;
    flex-direction: column;
}

.product-name {
    font-weight: 500;
    font-size: 20px;
    line-height: 25.8px;
    flex-grow: 3;
}

.product-code, .product_weight {
    font-weight: 400;
    font-size: 18px;
    line-height: 23.22px;
    color: #888;
    margin-bottom:13px;


}

.product-code
{    margin-top:30px;
}

.product_weight {
    color: #888;
margin-bottom:30PX;
}

 .product-price-box {
    min-width: 173px;
    margin-top: 30px;
    margin-bottom: 13px;
    flex-direction: column;
    display: flex;
}

 .product-price-box .spacer {
    flex-grow: 3;
}
/*
.product-state {
    font-weight: 400;
    font-size: 18px;
    line-height: 23.22px;
}
.product-state.stock {
    color: #5FA800;
}
*/
.product-price-line.old-price{
    text-decoration: line-through;
    color:#888;
}

.product-price-line.old-price  .product-price {
    font-weight: 400;
    font-size: 20px;
    line-height: 25.8px;
}

.product-price
{
    font-weight: 500;
    font-size: 24px;
    line-height: 30.96px;
}

.product-price-line {
    margin-top: 14px;
}

.product-measure {
    font-weight: 400;
    font-size: 20px;
    line-height: 25.8px;
}

.quantity-box {
    display: flex;
    margin-top:20px;
    border: 1px solid #D9D9D9;
    margin-bottom: 20px;
}
.item-quantity-btn {
    text-align: center;
    flex-grow: 2;
    padding: 15px;
    font-weight: 400;
    font-size: 22px;
    line-height: 28.38px; 
    cursor: pointer;   
    transition: all .3s;
}

.quantity-box.max-value .item-quantity-btn.plus, 
.quantity-box.min-value .item-quantity-btn.minus{
   opacity:0.1 ;
   background: #eee;
   cursor:auto;
}

.quantity-box.min-value .item-quantity-btn.minus:hover, .quantity-box.max-value .item-quantity-btn.plus:hover{
color:#333;
}


.item-quantity-btn:hover {
    color: #d0043c;
}

.quantity-box input {
    border: 0px none transparent;
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    line-height: 28.38px;
}


.item-btn-submit {
    width: 100%;
    /* background: #D0043C;
    text-align: center;
    padding: 16px 0px;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;  */
}


.catalog-item {
    display: flex;
    border-top:1px solid #dadada;
}
.catalog-item:last-child{
    border-bottom:1px solid #dadada;
}

@media (max-width:1024px){
   .product-tumb {
    min-width: 180px;
    max-width: 180px;
}
}

@media (max-width:768px){
.catalog-section {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
justify-content: space-between;
}

.catalog-item {
    display:flex;
    flex-direction: column;
    width: 100%;
    max-width: calc(50% - 15px);
    margin-bottom: 30px
}
.product-tumb{margin:auto}
.product-name-wrap{margin:0px;}
.product-price-box{width:100%}
}

@media (max-width:550px){
.catalog-item{max-width:100%}
}

.menu-item-cnt {}
/* End */
/* /local/templates/agroline-rsm-2024/components/bitrix/breadcrumb/template1/style.css?1759211355625 */
/* /local/templates/agroline-rsm-2024/components/bitrix/catalog.section/section_rsm/style.css?17539665173267 */
