.row_sertificats.portofilo-fvv .item-sertificat{
	height: 350px;
	display: flex;
}

.item-category .title-section{
	word-wrap: break-word;
    hyphens: auto;
}

.checkbox a{
	color: #fff;
}

.about-page{
	position: relative;
}

.phones-block{
	z-index: 9;
}

.desc-buttons-fixed{
	display: flex;
}

.smart-filter-button-box .smart-filter-parameters-box-container{
	float: right;
}

.pane-link-login{
	display: flex;
    justify-content: center;
    margin-top: 10px;
}

.btn-icon-card.js-followers-btn.active{
	color: red;
}
.btn-icon-card .icon{
    width: 25px;
    height: 25px;
	display: block;
}
.btn-icon-card.fv_compare_link.active .icon{
	fill: red;
}

a.purchase-green{
	text-decoration: underline;
}

.basket-coupon-section{
	display: none !important;
}

.product-item-scu-item-color{
	width: 21px;
    height: 21px;
    border-radius: 50%;
    cursor: pointer;
}
.product-item-scu-item-color-container.selected .product-item-scu-item-color{
	border: 2px solid #404040;
}

.product-item-scu-item-text-container{
	padding: 5px 11px;
    background-color: #ffffff;
    border: 1px solid rgba(104,104,106,0.69);
    border-radius: 3px;
    color: #383838;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.product-item-scu-item-text-container.selected:not(.notallowed){
	background-color: #cab28a;
    border-color: #cab28a;
}