

/* Start:/local/templates/dubvenik/components/bitrix/catalog.element/catalog/style.css?17486014641121*/
.popup-window-buttons .btn-default{
	
	background: #7AA141 !important;
	color: #fff;
	border-color: #7AA141 !important;
}

.popup-window-content img {
	margin: auto;
	max-height: 210px !important;
	margin-bottom: 15px;
}

.info-card__btn-group .bx-catalog-subscribe-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 60px;
	padding: 0 10px;
	border: 1px solid #FFB800;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	min-width: 150px;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	font-size: 16px;
	line-height: 1;
	color: #FFB800;
}

.info-card__btn-group .bx-catalog-subscribe-button:hover {
	background-color: #FE9800;
	color: #fff;
	border-color: #FE9800;
}
.price-card__count{
	display: flex;
	flex-direction: column;
}
.old-price{
	text-decoration: line-through;
	font-size: 20px;
	color: grey;
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?17226061511413*/
.bx-catalog-subscribe-button{margin-bottom:6px;display:inline-block}.bx-catalog-popup-content{width:90%;max-width:280px}.bx-catalog-subscribe-form-container-label{font-size:13px;color:#5a6c77;padding-bottom:2px}.bx-catalog-subscribe-form-container-input{position:relative}.bx-catalog-subscribe-form-container-input input[type="text"]{display:block;width:100%;font-size:18px;height:38px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#f8fafc;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-catalog-subscribe-form-star-required{color:#d93333}.bx-catalog-subscribe-form-container .bx-captcha{margin-bottom:10px}.bx-catalog-popup-message{font-weight:bold;min-width:240px;margin:0}.bx-catalog-subscribe-alert{background-color:#edf6fc;color:#000;font-size:15px;min-height:45px;text-align:center;padding:12px 40px 12px 60px;position:relative;width:280px}.bx-catalog-subscribe-aligner{display:inline-block;height:45px;margin-left:-1px;vertical-align:middle;width:1px}.bx-catalog-subscribe-alert-text{display:inline-block;vertical-align:middle}.bx-catalog-subscribe-alert-footer{text-align:center}.bx-catalog-subscribe-alert-popup{background-color:#edf6fc!important;border:1px solid #edf6fc!important;border-radius:3px!important;-webkit-box-shadow:0 19px 24px rgba(88,112,118,0.17)!important;box-shadow:0 19px 24px rgba(88,112,118,0.17)!important}
/* End */


/* Start:/local/templates/dubvenik/components/bitrix/catalog.item/catalog/style.css?17486015012592*/
.popup-window-buttons .btn-default{
	
	background: #7AA141 !important;
	color: #fff;
	border-color: #7AA141 !important;
}

.popup-window-content img {
	margin: auto;
	max-height: 210px !important;
	margin-bottom: 15px;
}
.product-card__content {
	min-height: 262px!important;
	bottom: -144px!important;
}
.product-card:hover .product-card__content {
	bottom: 0!important;
}
.product-card__content.no-can-buy {
	min-height: 100px!important;
	bottom: -55px!important;
}
.product-card:hover .product-card__name-wrap {
	 margin: 0!important;
}
.product-card:hover .product-card__content.no-can-buy .product-card__name-wrap,
.product-card .product-card__content.no-can-buy .product-card__name-wrap {
	margin-bottom: 30px !important;
}
.product-card:hover .product-card__btn.quan-block {
    visibility: initial;
}
.product-card__btn.quan-block {
    flex-direction: column;
    align-items: start;
    gap: 20px;
	visibility: hidden;
	-webkit-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
.quan-block-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
input.quan-block__input::-webkit-outer-spin-button,
input.quan-block__input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.quan-block__down,
.quan-block__up {
	width: 30px;
	height: 42px;
	background: #F9F9F9;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #BEC8CD;
	cursor: pointer;
}
.quan-block__input {
	width: 48px;
	height: 42px;
	background: #F9F9F9;
	border: 0;
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
}
.quan-block__down {
	border-radius: 10px 0px 0px 10px;
}
.quan-block__up {
	border-radius: 0px 10px 10px 0px;
}
.quan-block__down:hover,
.quan-block__up:hover {
	background: #BEC8CD;
	color: #FFFFFF;
}
.quan-block__parametr {
	display:flex;
}
.quan-block__container {
	display: flex;
	gap: 16px;
}
.quan-block__info {
	font-family: 'Fira Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #BEC8CD;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}
.price-card__count-d.old-price{

	text-decoration: line-through;
	font-size: 15px;
	color: grey;
}
.product-card__price{
	display: flex;
	flex-direction: column;
}
/* End */


/* Start:/local/templates/dubvenik/components/bitrix/catalog.section/catalog/themes/blue/style.min.css?1722606384706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */


/* Start:/local/templates/dubvenik/components/bitrix/catalog.element/catalog/themes/blue/style.min.css?1722606384902*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-selected-scu,.bx-blue .product-item-detail-slider-controls-image:hover,.bx-blue .product-item-detail-slider-controls-image.active{outline-color:#006cc0}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .product-item-detail-slider-progress-bar{background-color:#006cc0}
/* End */
/* /local/templates/dubvenik/components/bitrix/catalog.element/catalog/style.css?17486014641121 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?17226061511413 */
/* /local/templates/dubvenik/components/bitrix/catalog.item/catalog/style.css?17486015012592 */
/* /local/templates/dubvenik/components/bitrix/catalog.section/catalog/themes/blue/style.min.css?1722606384706 */
/* /local/templates/dubvenik/components/bitrix/catalog.element/catalog/themes/blue/style.min.css?1722606384902 */
