

/* Start:/bitrix/templates/universe_s1-new/components/bitrix/system.pagenavigation/.default/style.css?17510551773753*/
.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{
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	font-weight:bold;
	color: #000;
	font-size: 14px;
	border-radius: 4px;
	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;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
	border:1px  solid transparent;
}
.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: var(--color-main-black);
}
.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;
	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{
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev {
	vertical-align:bottom;
}
.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 {
	opacity:1;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover {
	border:1px solid #ccc;
	border-radius: 3px;
}
/*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;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	border:0;
	padding: 0 18px;
	color: #444;
	display: block;
	width: 15px;
	opacity:0.4;
	height: 31px;
	background: url(/bitrix/templates/universe_s1-new/components/bitrix/system.pagenavigation/.default/image/arrow_right.png) no-repeat center;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span {
	border:0;
	padding: 0 18px;
	color: #444;
	display: block;
	width: 15px;
	height: 31px;
	opacity:0.4;
	background: url(/bitrix/templates/universe_s1-new/components/bitrix/system.pagenavigation/.default/image/arrow_left.png) no-repeat center;
}
.show-more.show-more-btn {
	display:block;
	position:relative;
	cursor:pointer;
	width: 150px;
	margin: 20px auto;
	text-align: center;
	color: #0a56d3;
	font-size:14px;
	font-weight: bold;
}
.show-more.show-more-btn i {
	background: #0a56d3;
	border-radius: 100%;
	padding: 6px;
	color: #fff;
	margin-right: 7px;
	font-size: 16px;
	line-height: 0;
	display: inline-block;
	width: 28px;
}
.show-more-btn:hover i:before {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* End */


/* Start:/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/hit_slider/style.css?175105517722455*/
.widget-catalog-categories .title {
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    color: #2c2c2d;
    margin-bottom: 5px;
}
.widget-catalog-categories .title.text-center {
    text-align:center;
}
.widget-catalog-categories .title + .widget-catalog-categories {
    margin-top: 20px;
}
.widget-catalog-categories .description {
    font-size: 13px;
    line-height: 17px;
    color: #626262;
    margin-bottom: 20px;
}
.widget-catalog-categories .description.text-center {
    text-align:center;
}
.widget-catalog-categories .fa-arrow-left,
.widget-catalog-categories .fa-arrow-right {
    font-size:12px;
    color: #abaaaa;
}
.widget-catalog-categories {
    display: block;
}
.widget-catalog-categories .widget-catalog-categories-desktop {
    display: block;
}
.widget-catalog-categories .widget-catalog-categories-mobile {
    display: none;
}

/** Common **/
.widget-catalog-categories .widget-catalog-categories-view {
    display: block;
}
.widget-catalog-categories .widget-catalog-categories-tabs {
    display: block;
    text-align: center;
    font-size: 0;
    border-bottom: none;
    margin-bottom: 20px;
}
.widget-catalog-categories .widget-catalog-categories-tabs .widget-catalog-categories-tab {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    border: none;
    float: none;
}
.widget-catalog-categories .widget-catalog-categories-tabs .widget-catalog-categories-tab a {
    display: block;
    border: none !important;
    border-bottom: 2px solid transparent !important;
    color: #363532 !important;;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    background: transparent !important;
    padding: 4px 0;
    margin: 0 20px;
}
.widget-catalog-categories .widget-catalog-categories-tabs .widget-catalog-categories-tab a:hover,
.widget-catalog-categories .widget-catalog-categories-tabs .widget-catalog-categories-tab.active a {
    border-color: #3e6af8 !important;;
    color: #3e6af8 !important;;
}
.widget-catalog-categories .widget-catalog-categories-tabs-content {
    display: block;
    position: relative;
}
.widget-catalog-categories .widget-catalog-categories-slider-wrap {
    display: block;
    position: relative;
}
.widget-catalog-categories .widget-catalog-categories-product {
    display: block;
	position:relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 6px;
    margin-top: 0px;
    /* margin-bottom: 30px; */
    border:1px solid #f2f6f196;
border-radius: 0px;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-wrapper {
    display: block;
    position: relative;
    padding: 15px;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-wrapper.widget-catalog-categories-slider-mobile {
    padding: 15px 0;	
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-substrate {
    display: block;
    position: absolute;
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: top, right, bottom, left, box-shadow;
    -moz-transition-property: top, right, bottom, left, box-shadow;
    -ms-transition-property: top, right, bottom, left, box-shadow;
    -o-transition-property: top, right, bottom, left, box-shadow;
    transition-property: top, right, bottom, left, box-shadow;
}
.widget-catalog-categories .widget-catalog-categories-product:hover .widget-catalog-categories-product-substrate {

top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    -webkit-box-shadow: 0px 4px 16px 0px rgb(118 118 118 / 20%);
    -moz-box-shadow: 0px 4px 16px 0px rgb(118 118 118 / 20%);
    box-shadow: 0px 0px 3px 0px rgb(118 118 118 / 16%);
}
.widget-catalog-categories .widget-catalog-categories-product:hover {
    z-index: 1;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image {
    display: block;
    position: relative;
    height: 250px;
    margin-bottom: 10px;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-image-wrapper {
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    outline: none;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-button {
    /*display: none;*/
    position: absolute;
    top: 110px;
    right: 20px;
    left: 20px;
    border-radius: 18px;
}
.widget-catalog-categories-product-price .intec-button {
    display: block;
}
.widget-catalog-categories-product-price .intec-button[data-basket-add][data-basket-in=true],
.widget-catalog-categories-product-price .intec-button[data-basket-added][data-basket-in=false] {
    display: none;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-button.loading-container {
    font-size: 0;
}

.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels {
    display: block;
    overflow: hidden;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-labels-wrapper {
    display: block;
    margin: -2px;
    overflow: hidden;
    font-size: 0;
    text-decoration: none;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label {
    display: inline-block;
    padding: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label .widget-catalog-categories-product-label-wrapper {
    display: block;
    border-radius: 14px;
    padding: 5px 10px 4px 10px;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label.widget-catalog-categories-product-label-discount .widget-catalog-categories-product-label-wrapper {
    background: #e82a49;
    color: #ffffff;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label.widget-catalog-categories-product-label-new .widget-catalog-categories-product-label-wrapper {
    background: #3eb5f1;
    color: #ffffff;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label.widget-catalog-categories-product-label-recommend .widget-catalog-categories-product-label-wrapper {
    background: #5775d2;
    color: #ffffff;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label.widget-catalog-categories-product-label-hit .widget-catalog-categories-product-label-wrapper {
    background: #17ffe6;
    color: #ffffff;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-name {
    display: block;
    position: relative;
    height: 64px;
    overflow: hidden;
    margin-bottom: 5px;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-name .widget-catalog-categories-product-name-wrapper {
    color: #2D2D2D;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    outline: none;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-section {
    display: block;
    position: relative;
    /* height: 17px; */
    overflow: hidden;
    margin-bottom: 12px;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-section .widget-catalog-categories-product-section-wrapper {
    color: #888b92;
    font-size: 13px;
    line-height: 17px;
    text-decoration: none;
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-price {
    display: block;
    position: relative;
    height: 41px;
    line-height: 1;
    /*overflow: hidden;*/
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-price .widget-catalog-categories-product-price-new {


line-height: 36px;
 
    font-family: 'Montserrat' !important;
    font-size: 16px;
    font-weight: 500;

    letter-spacing: 0em;
    text-align: left;
    color: var(--color-main-black);
}
.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-price .widget-catalog-categories-product-price-old {
    color: #f00;
    vertical-align: middle;
    font-size: 12px;
    line-height: 16px;
	text-decoration: line-through;
    position: absolute;
    top: -7px;
    left: 0px;
}
.widget-catalog-categories .widget-catalog-categories-dots {
    display: block;
    font-size: 0;
    text-align: center;
}
.widget-catalog-categories .widget-catalog-categories-dots.disabled {
    opacity: 0;
}
.widget-catalog-categories .widget-catalog-categories-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border: 1px solid #bcbcbc;
    border-radius: 50%;
    cursor: pointer;
    margin: 10px;
}
.widget-catalog-categories .widget-catalog-categories-dots .owl-dot.active {
    background: #3e6af8;
    border-color: #3e6af8;
}
/** /Common **/

.widget-catalog-categories .widget-catalog-categories-navigation.widget-catalog-categories-navigation-mobile {
	width:100%;
    right: 0px;
    left: 0px;
	height: 0px;
}

.widget-catalog-categories .widget-catalog-categories-navigation.widget-catalog-categories-navigation-mobile .widget-catalog-categories-navigation-previous {
    position: relative;
    left: -18px;
    text-align: center;
	top: 200px;
}

.widget-catalog-categories .widget-catalog-categories-navigation.widget-catalog-categories-navigation-mobile .widget-catalog-categories-navigation-next {
    position: relative;
    right: -18px;
    text-align: center;	
	top: 200px;
}

.widget-catalog-categories .widget-catalog-categories-navigation.widget-catalog-categories-navigation-mobile .widget-catalog-categories-navigation-wrapper {
	height: 0px;
	position:relative;
}

/** Desktop **/
.widget-catalog-categories .widget-catalog-categories-navigation {
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    left: -40px;
    height: 100%;
    font-size: 0;
    white-space: nowrap;
	/*z-index:100;*/
}
.widget-catalog-categories .widget-catalog-categories-navigation .widget-catalog-categories-navigation-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.widget-catalog-categories .widget-catalog-categories-navigation .widget-catalog-categories-navigation-next,
.widget-catalog-categories .widget-catalog-categories-navigation .widget-catalog-categories-navigation-previous {
    display: block;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
	width: 28px;
}
.widget-catalog-categories .widget-catalog-categories-navigation .widget-catalog-categories-navigation-next {
    float: right;
}
.widget-catalog-categories .widget-catalog-categories-navigation .widget-catalog-categories-navigation-previous {
    float: left;
}
.widget-catalog-categories .widget-catalog-categories-navigation .widget-catalog-categories-navigation-next:hover,
.widget-catalog-categories .widget-catalog-categories-navigation .widget-catalog-categories-navigation-previous:hover {
    color: #116afc;
}
.widget-catalog-categories .widget-catalog-categories-desktop .widget-catalog-categories-slider-wrap {
    margin: 0 40px;
}
a.widget-catalog-categories-product-name-wrapper {
    display: block;
    margin-top: 15px;
    box-sizing: border-box;
    font-size: 14px !important;
    color: #33312e;
    text-decoration: none;
    overflow: hidden;
    text-align: left;
    line-height: 14px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 2.1em;
    text-overflow: ellipsis;
    margin-right: 10px;
}

.price_discount {
    color: #9E9E9E;
    /* font-family: "Muller"; */
    font-weight: 300;
    text-decoration: line-through;
    margin-left: 10px;
    letter-spacing: .4px;
    /* line-height: 13px; */
    font-family: 'Montserrat' !important;
}
.price_discount span{
    color: #9E9E9E;

}
/** /Desktop **/

@media all and (max-width: 720px) {
    .widget-catalog-categories .widget-catalog-categories-desktop {
        display: none;
    }
    .widget-catalog-categories .widget-catalog-categories-mobile {
        display: block;
    }
}

.widget-catalog-categories-tabs {
	display: none !important;
}

.widget-catalog-categories {
	margin-top: 12px;
	margin-bottom: 36px;
}

.b-main-products-btn {
	text-align:center;
}

.widget-catalog-categories-slider.widget-catalog-categories-slider-mobile {
	z-index:100;
}

.b-element-item__rating > .bx_item_detail_rating {
	margin: 0;
}

.b-element-item__rating {
	position:relative;
}

.bx_item_detail_rating .bx_stars_rating_votes {
    position: relative;
    top: -1px;
    left: 2px;
}

.widget-catalog-categories-product-price .intec-button {
    float: right;
    position: relative;
    top: 0px;	
}

.widget-catalog-categories-product-price-desktop .intec-button.intec-button-lg {
    padding: 6px 6px;
}

.widget-catalog-categories-product-price-desktop .intec-button.intec-button-fs-16 {
    font-size: 13px;
}

.widget-catalog-categories-product-price-desktop .intec-button.intec-button-lg .glyph-icon-cart {
    margin: 0 3px 0 0;	
}


.owl-carousel{
    display: unset !important;
}


.widget-catalog-categories-product{
    width: 20%;
}

.slider_title{
    font-size: 36px;
    font-weight: 800;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    color: #2D2D2D;
    font-family: 'Muller';


}

.widget-catalog-categories-product-labels-container{
    position: absolute;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 10px;
top: -29px;
    left: -10px;
}

.widget-catalog-categories-product-labels-label{
    padding: 4px 10px;
    font-size: 10px;
border-radius:15px;
  font-weight: 200;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    width: max-content;
}

.widget-catalog-categories-product-labels-label.HIT{background-color: #8CC63F; text-transform:uppercase;padding-bottom: 4px;padding-top: 6px;}
.widget-catalog-categories-product-labels-label.RECOMMEND{background-color: #1196B1; text-transform:uppercase;padding-bottom: 4px;padding-top: 6px;}
.widget-catalog-categories-product-labels-label.NEW{background-color: #45A748;text-transform:uppercase;padding-bottom: 4px;padding-top: 6px;}

.intec-basket.glyph-icon-cart{
    width: 24px !important;
    height: 24px !important;
}
.glyph-icon-cart:before{
    content: '' !important;
    width: 24px !important;
    height: 24px !important;
    background-image: url("/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/hit_slider/../../../../images/icons/basket.svg") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}

.intec-basket-text{
    text-transform: uppercase;
    color: #fff;
    margin-top: 4px;
    padding-right: 2px;
}

.intec-button.intec-button-cl-common.intec-button-transparent{
       display: flex;
    align-items: center;
    background-color: #2D2D2D !important;
    border-color: #2D2D2D;
    padding: 3px 3px;
    border-radius: 4px;
    font-size: 12px;
    transition: 1s;
    justify-content: center;
    width: 100%;
}
.intec-button.intec-button-cl-common.intec-button-transparent:hover{
transition:1s;

}

.intec-button.intec-button-cl-common.to-catalog{
    font-size: 20px;
    font-weight: 200;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    background-color: #2273B8 !important;
    color: #fff !important;
    padding: 25px 80px 25px 45px;
    border-radius: 6px;
    position: relative;
}
.intec-button.intec-button-cl-common:hover, .intec-button.intec-button-cl-common.hover {

    border-color: #2D2D2D !important;
    border: 2px solid #2D2D2D  !important;
}
.intec-button.intec-button-cl-common.to-catalog:hover{
    color: #fff !important;
    background-color: #2273B8 !important;
}

.intec-button.intec-button-cl-common.to-catalog::after{
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
    background-image: url("/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/hit_slider/./images/arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.intec-button.intec-button-cl-common.intec-button-transparent:hover{
    align-items: center;
    background-color: #2D2D2D !important;

    border-radius: 4px;
}


.intec-button.intec-button-cl-common.intec-button-transparent.added,
.intec-button.intec-button-cl-common.intec-button-transparent.added:hover{
    background-color: #F2F6F1 !important;
}

.intec-button.intec-button-cl-common.intec-button-transparent.added .intec-basket-text{
    color: #2D2D2D;
}

.intec-button.intec-button-cl-common.intec-button-transparent.added .glyph-icon-cart{
    display: none;
}

.widget-catalog-categories{
    position: relative;
    /* display: flex;
    justify-content: center; */
}

.widget-catalog-categories-slider{
    width: calc( 100% - 70px );
}

.widget-catalog-categories .arrow{
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    background-image: url("/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/hit_slider/../../../../images/icons/slider_arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

.widget-catalog-categories .arrow.prev{
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
}

.widget-catalog-categories .arrow.next{
    right: 0;
    transform: translateY(-50%) rotate(180deg);
    z-index: 10;
} 

.widget-catalog-categories-slider{
    margin-right: auto;
    margin-left: auto;
}

.brand-name{
    display: block;
    box-sizing: border-box;
    font-size: 12px;

    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: #B5B5B5 !important;
    margin-top: 10px;
    outline: none;
    min-height: 30px;
}
.brand-name:hover{
transition:.3s;
	color: #2D2D2D !important;
text-decoration: none;
}

.button-like-container{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.button-like-container .intec-min-button{
    position: relative;
    z-index: 1;
    border-radius: 0;
}

.button-like-container .WhishList{
    z-index: 1;
}

.button-like-container .intec-min-button.add[data-basket-in=true]{
    display: none !important;
    background-color: red !important;
}

.button-like-container .intec-min-button.added[data-basket-in=false]{
    display: none !important;
    background-color: #116afc !important;
}

.button-like-container .intec-min-button.add{
    width: 24px;
    height: 24px;
    background-image: url("/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/hit_slider/./images/like-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.button-like-container .intec-min-button.added{
    width: 24px;
    height: 24px;
    background-image: url("/bitrix/templates/universe_s1-new/components/bitrix/catalog.section/hit_slider/./images/like-icon-aded.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.widget-catalog-categories .slick-list{
    margin-bottom: 30px;
}
.widget-catalog-categories .slick-track{
    display: flex;
}
.widget-catalog-categories .slick-track .slick-slide{
    height: auto;
    flex:0 0 auto;
}
.widget-catalog-categories .slick-track .slick-slide > div,
.widget-catalog-categories .slick-track .slick-slide .widget-catalog-categories-product{
    height: 100%;
margin:0px 10px;
}
a.intec-button.intec-button-w-icon.intec-button-cl-common.intec-button-transparent.intec-button-lg.intec-button-fs-16.element-buys.added {
    padding: 4px 18px;
    border: none;
    background-color: #ffffff !important;
    border: 1px solid #2D2D2D;


}
.price-value {
display: flex;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat' !important;
    letter-spacing: .4px;
}

@media(max-width: 990px){
    .widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-price .widget-catalog-categories-product-price-new{
     
    }
}

@media(max-width: 800px){
    .widget-catalog-categories .slick-slide{
        width: 260px !important;
    }
    .widget-catalog-categories .arrow.prev{
        transform: translate(-50%, -50%);
    }
    .widget-catalog-categories .arrow.next{
        transform: translate(50%, -50%) rotate(180deg);
    }
}

@media(max-width: 720px){
    .widget-catalog-categories .widget-catalog-categories-desktop.only-desktop{
        display: unset !important;
    }

    .arrow{
        display: none;
    }
    .widget-catalog-categories-slider{
        width: 100%;
    }

    .intec-button.intec-button-cl-common.to-catalog{
        font-size: 16px;
        padding: 15px 74px 15px 40px;
    }
    .intec-button.intec-button-cl-common.to-catalog::after{
        right: 40px;
    }
.slider_title{
    font-size: 24px;
 


}
}
/* End */


/* Start:/bitrix/templates/universe_s1-new/components/bitrix/iblock.vote/stars/style.min.css?1751055177832*/
.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:68px;height:30px;background:#dadada;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(/bitrix/templates/universe_s1-new/components/bitrix/iblock.vote/stars/images/stars.png) no-repeat center}.bx_item_detail_rating .bx_stars_progress{position:absolute;top:0;bottom:0;left:0;background:#e76110}.bx_item_detail_rating .bx_stars_rating_votes{color:#8d8d8d;font-size:11px;line-height:11px;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 */
/* /bitrix/templates/universe_s1-new/components/bitrix/system.pagenavigation/.default/style.css?17510551773753 */
/* /bitrix/templates/universe_s1-new/components/bitrix/catalog.section/hit_slider/style.css?175105517722455 */
/* /bitrix/templates/universe_s1-new/components/bitrix/iblock.vote/stars/style.min.css?1751055177832 */
