/* ----------------------------------------------------------------

	Custom CSS



	Add all your Custom Styled CSS here for New Styles or

	Overwriting Default Theme Styles for Better Handling Updates

-----------------------------------------------------------------*/
.form-check-input:focus{
	box-shadow: none;
}
#page-title{
	padding: 2rem 0;
}

.color1{
	color: #E66E5C;
}

.button-round{
	border-radius: 50%;
}
.quantity .plus.button-round, .quantity .minus.button-round{
	width: 40px;
	font-size: 1.5rem;
}
.form-quantity input[type="text"]:read-only{
	background-color: transparent;
	border:  0 none;
}
.input-group-text{
	border-radius: 0 0.375rem 0.375rem 0;
	background-color: transparent;
	text-transform: none;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3){
	border-right: 0 none;
}
.rulote-utilizator.portfolio .portfolio-item .grid-inner{
	border: 1px solid #ddd;
	border-radius: 5px;
}