

/* Start:/local/components/liga/banners/templates/main_slider/style.css?17472231081432*/
.main-slider .main-container {
    padding-top: 30px;
}

.main-slider .main-slider__items {
    margin: 0 -15px;
    display: flex;
    flex-direction: row;
}

.main-slider .main-slider__items .slick-list {
    border-radius: 30px;
}

.main-slider .main-slider__items .slick-slide {
    margin-inline: 15px;
}

.main-slider .main-slider__items .main-slider__item {
    display: block !important;
    border-radius: 30px;
    overflow: hidden;
}

.main-slider .main-slider__items .main-slider__item a {
    display: flex;
}

.main-slider .main-slider__items .main-slider__item img {
    min-height: 100%;
    min-width: 100%;
}

.main-slider .slick-dots {
    position: absolute;
    bottom: -35px;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.main-slider .slick-dots li {
    position: relative;
    display: flex;
    justify-content: center;
    width: 34px;
    cursor: pointer;
    transition: all .3 ease;
}

.main-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 6px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background-color: lightgray;
    transition: all .4s ease;
    border-radius: 12px;
}

.main-slider .slick-dots li.slick-active button {
    width: 24px;
    background-color: #0f9033;
}
/* End */


/* Start:/local/components/liga/product.slider/templates/.default/style.css?16564126772536*/
.catalog__item {
	position: relative;
	padding: 25px 30px 0px;
	margin: 0px;
	text-align: center;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	width: 25%;
}

.catalog__item-info {
	font-size: 14px;
	text-align: left;
	color: #464646;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin: 0;
}

.catalog__item-price {
	/* padding: 15px 20px; */
	border-radius: 8px;
	/* background: #3d752b; */
	color: #000000;
	margin: 0px 0 10px;
	text-align: left;
	position: relative;
}

.catalog__item-price .old-price {
	color: #959595;
	display: block;
	font-weight: 600;
	white-space: nowrap;
}

.catalog__item-price .price {
	font-weight: 600;
	white-space: nowrap;
}

.catalog__item-price-flex{
	display: flex;
	justify-content: space-between;
}
.catalog__item-price .disc-price {
	
	border-radius: 5px;
	background-color: rgb(244, 98, 0);
	white-space: nowrap;
	max-width: 100px;
	width: 100%;
	display: flex;
	justify-content: center;
	color: #fff;
	align-items: center;
	font-size: 16px;
	padding: 0.25em;
	font-weight: 500;
	position: relative;
	top: -2px;
	margin-left: 3px;
}

.catalog__item-stick {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	top: 13px;
	left: 0;
	width: 100%;
	min-height: 24px;
}

.catalog__item-stick.card .stick-card {
	display: block;
}

.catalog__item-stick.sale .stick-sale {
	display: block;
}

.catalog__item-stick.hit .stick-hit {
	display: block;
}
.catalog__item-stick.new .stick-new {
	display: block;
}
.catalog__item-stick.coupon .stick-coupon {
	display: block;
}

.catalog__item-img {
	margin: 10px 0px 30px 0px;
	height: 160px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.catalog__item-img img {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	font-family: "object-fit: contain; object-position: center";
	max-height: 160px;
	width: 100%;
}

.catalog__item-title {
	font-size: 14px;
	text-align: left;
	color: #6f6f6f;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin: 0 0 15px 0;
}
/* End */


/* Start:/local/components/liga/product.slider/templates/.default/vote_style.css?16564126771125*/

.bx_item_detail_rating{margin-bottom: 10px;}
.bx_item_detail_rating td{
    vertical-align: middle;
    text-align: right;
}
.bx_item_detail_rating .bx_item_rating{
    text-align: right;
}
.bx_item_detail_rating .bx_stars_container{
    position: relative;
    width: 81px;
    height: 16px;
    background: #ececec;
    background-size: 100% 100%;
}
.bx_item_detail_rating .bx_stars_bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: url(/local/components/liga/product.slider/templates/.default/images/stars.png) no-repeat center;
}

.bx_item_detail_rating .bx_stars_progress{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #59be00;
}
.bx_item_detail_rating .bx_stars_rating_votes{
    color: #ececec;
    font-size: 11px;
    line-height: 11px;
    vertical-align: middle;
}

/*.bx_item_detail_rating .bx_vam{vertical-align: middle;}*/

@media (max-width:530px){
    .bx-touch .bx_item_detail_rating .bx_stars_container{
        height: 15px;
        margin: 4px 0;
    }
    .bx_item_detail_rating .bx_stars_rating_votes{
        font-size: 7px;
        line-height: 7px;
    }
}
/* End */
/* /local/components/liga/banners/templates/main_slider/style.css?17472231081432 */
/* /local/components/liga/product.slider/templates/.default/style.css?16564126772536 */
/* /local/components/liga/product.slider/templates/.default/vote_style.css?16564126771125 */
