

/* Start:/bitrix/templates/s7spb.mp.2/components/bitrix/breadcrumb/bred/style.min.css?1751254089399*/
.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-size:13px;white-space:nowrap}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/bitrix/templates/s7spb.mp.2/components/bitrix/news.detail/podborka/style.css?1751254087155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/s7spb.mp.2/components/bitrix/catalog.top/vino.thematic/style.css?1751254087231*/
/**
  * Litle carusel variant
 */
#recomend-slider{
    scroll-behavior: smooth;
}

#recomend-slider .recomend-slider-item{
    flex: 0 0 20%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

/* End */


/* Start:/bitrix/templates/s7spb.mp.2/components/bitrix/catalog.item/.default/style.css?17512540891593*/
.rating__rate-inner {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.rating__rate-wrapper {
    position: absolute;
    z-index: 1;
    /* left: 0; */
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 25px;
    right: -25px;
    align-items: center;
}

.rating-rate-number {
    color: black;
    font-size: 20px;
    ;
    font-weight: 700;
}

.rating-rate-number::before {
    content: " ";
    background-image: url(/bitrix/templates/s7spb.mp.2/assets/images/venky_left.png);
    padding: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 10px;
}

.rating-rate-number::after {
    content: " ";
    background-image: url(/bitrix/templates/s7spb.mp.2/assets/images/venky_right.png);
    padding: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: -10px;
}

.rating {
    display: inline-block;
}

.stars-outer {
    display: inline-block;
    position: relative;
    font-family: FontAwesome;
    font-size: 30px;
    color: #ccc;
}

.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    color: gold;
}

.stars-outer::before {
    content: "☆☆☆☆☆";

}

.stars-inner::before {
    content: "★★★★★";
    color: red;
}
/* End */


/* Start:/bitrix/templates/s7spb.mp.2/assets/css/catalog/bitrix.product.item.css?17512540874083*/
/*catalog.item*/

.product-item-container {
    width: 24.5%;
    height: 436px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    z-index: 1;
}
.product-item-container-min {
    height: 358px;
}

.product-item-container .product-item {
    text-align: center;
    background: #fff;
    overflow: hidden;
    -webkit-transition: box-shadow ease-out .2s;
    -moz-transition: box-shadow ease-out .2s;
    -o-transition: box-shadow ease-out .2s;
    transition: box-shadow ease-out .2s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    white-space: normal;
    padding: 20px 19px 20px 20px;
    position: relative;
}

.product-item-container:hover .product-item {
    z-index: 1;
    box-shadow: 0 0 20px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 20px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.10);
}

.product-item-title {
    overflow: hidden;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    height: 60px;
    text-decoration: none;
    color: #3f3f3f;
    font-size: 13px;
}

.product-item-img{
    height: 200px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
/**
  * Price
  */
.product-item-price-current {
    color: #000;
    white-space: nowrap;
    font-size: 24px;
}
.product-item-price-old {
    color: #9c9b9b;
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 15px;
}


/**
  * .product label
  */
.product-item-label{
    color: #fff;
    vertical-align: middle;
    text-align: center;
    transition: all 250ms ease;
    position: absolute;
    right: -5px;
    top: 10%;
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 1.1;
    padding: 4px 8px;
    box-sizing: border-box;
    border-radius: 3px;
    font-weight: bold;

}

/**
  * Counter
  */

.product-item-container .product-item form input[type="text"]{
    background-color: transparent;
    height: 38px;
    border: 0 none;
    max-width: 64px;
    margin-left: 5px;
    margin-right: 5px;
}


.product-item-container .product-item form .quantity-counter{
    background-repeat: no-repeat;
    background-color: transparent;
    height: 38px;
    flex: 1;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    border: 0 none;
}
.product-item-container .product-item form .quantity-counter-minus,
.product-item-container .product-item form .quantity-counter-plus{
    font-size: 24px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
    background-color: #dcdcda;
    color:#a7a7a6;
    border-radius: 10px;
    top: 20px;
    margin-top: 7px;
    text-align: center;
}
.product-item-container .product-item form .quantity-counter-minus{
    line-height: 20px;
}
.product-item-container .product-item form input[type="submit"]{
    cursor: pointer;
}

/**
  * action
  */
.product-item * {
    transition: opacity 300ms ease;
}
.product-item-container:hover {
    z-index: 3;
}

.product-item-container-min .product-item form{
    display: none;
}
.product-item-container-min:hover .product-item form{
    display: block;
}

/**
  * Adaptive all
  */
@media (max-width: 1200px) {
    .product-item-container {
        width: 33%;
        height: 436px;
    }
    .product-item-container .product-item form{
        display: block;
    }
}
@media (max-width: 1060px) {
    .product-item-container {
        width: 30%;
        height: 436px;
    }
    .product-item-container .product-item form{
        display: block;
    }
}
@media (max-width: 820px) {
    .product-item-container {
        width: 49%;
    }

}
@media (max-width: 600px) {
    .product-item-container {
        width: 100%;

    }
}
/* End */
/* /bitrix/templates/s7spb.mp.2/components/bitrix/breadcrumb/bred/style.min.css?1751254089399 */
/* /bitrix/templates/s7spb.mp.2/components/bitrix/news.detail/podborka/style.css?1751254087155 */
/* /bitrix/templates/s7spb.mp.2/components/bitrix/catalog.top/vino.thematic/style.css?1751254087231 */
/* /bitrix/templates/s7spb.mp.2/components/bitrix/catalog.item/.default/style.css?17512540891593 */
/* /bitrix/templates/s7spb.mp.2/assets/css/catalog/bitrix.product.item.css?17512540874083 */
