.hidden-xl {
	display: none;
}

.hidden-xs {
}

@media (max-width: 1000px) {
	.hidden-xl {
		display: block;
	}
	.hidden-xs {
		display: none;
	}
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both !important;
	height: 1px;
}

.shortdescr ul
{
	list-style: disc inside none;
}

.alert_msg
{
	color: #FF0000;
	font-size: 16px;
	padding: 30px 20px;
}


.mb-100
{
	margin-bottom: 100px !important;
}

.product-name
{
	height: 50px;
}

.shortdescr
{
	margin-top: 30px;
}

.button-set
{
	background: transparent !important;
}

.round_action
{
	/*
	height: 30px;
	width: 30px;
	border-radius: 50%;
	display: inline-block !important;
	cursor: pointer;
	line-height: 30px;
  	*/
  
  
  	position: relative;
	width: 30px;
	height: 30px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50% !important;
	
	
	-webkit-transition: .3s linear;
	transition: .3s linear
}

.fav_no
{
	background: #f5f5f5;
	color: #333;
}

.fav_yes
{
	background: #FF0000;
	color: #FFFFFF;
}

.color_white
{
	color: #FFFFFF;
}

/*input number fara sagetute*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*end input number fara sagetute*/


.account_btn {
	color: #23755c;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 28px;
	display: block !important;
	border: 2px solid #ffffff;
	text-transform: uppercase;
	width: 100%;
	max-width: 400px;
	margin-bottom: 10px;
	float: none;
}

.account_btn:hover {
	color: #ffffff !important;
	border-color: #ffffff;
	background-color: #23755c;
}

.greenlink
{
	color: #109452;
}

.greenlink:hover
{
	color: #109452;
	text-decoration: underline;
}


/* cos Ionut */

.bg-green {

	background-color: #109452;

}

.ml-14
{
	margin-left: 14px;
}

.mr-5
{
	margin-right: 5px;
}

@media (min-width: 1000px) {
	.ml-xl-5
	{
		margin-left:5px;
	}
}

html {
	scroll-behavior: smooth;
}

.produs-in-cos:hover {
	text-decoration: underline;
}

#cos-cumparaturi-container .btn {
	border: 1px solid #666 !important;
	font-size: 16px;
}

/*end cos Ionut*/