.bg-color { background-color: var(--brand-primary) }
.home-fluid {
	padding-left: 0px;
	padding-right: 0px;
}
.delivery {
	margin-bottom: 20px;
}
.search-box-wrapper a.default-btn {
	margin: -11px 0px;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0px;
	border: 1px solid var(--brand-primary);
	padding: 9px;
}
.center-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.btn-rilassi {
	background: var(--brand-secondary) none repeat scroll 0 0;
	border-radius: 3px;
	box-shadow: 0px 0px 18px 0px rgba(185, 185, 185, 0.54);
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	line-height: 40px;
	overflow: hidden;
	padding: 0 44px;
	padding: 0px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transform: translateZ(0px);
	transition-duration: 0.5s;
	color: #fff;
	margin: auto;
}
@media only screen and (min-width: 992px) {
	.search-box-wrapper a.default-btn {
		background: transparent;
		border-radius: 4px;
		color: var(--brand-primary);
	}
}
.img-fluid {
	width: 100%;
	height: auto;
}
.gallery-col {
	padding-left: 5px !important;
	padding-right: 5px !important;
	margin-bottom: 10px;
}
.brand-icon {
    max-width: 200px;
    width: 100%;
}
/*product view*/
input[type="radio"],
input[type="checkbox"] {
    height: 16px;
    width: 16px
}
.email {
    box-shadow: none;
    padding: 0;
    width: 100%
}
.checkbox input {
    margin-right: 5px
}
.addons-table tr td:first-child {
    max-width: 100px !important;
}
/* .img-camera moved to order-wizard.css */
.addon-description p {
    padding-bottom: 0;
    margin-bottom: 0;
}
.addon-description {
    padding-bottom: 20px !important;
}
label .fa-2x {
    vertical-align: middle;
    margin-left: 5px;
}
.text-red {
    color: var(--brand-primary);
}
/* .icon-description moved to order-wizard.css */
.jquery-ripples {
    position: relative;
    z-index: 0;
}

table tr td .radio label {
    display: block
}
.custom-radio .radio label {
    display: block
}
.input {
    margin-bottom: 15px;
}
.addons-table tr td:first-child {
    padding-right: 0;
    max-width: 50px;
    min-width: 50px;
}
.addons-table tr td:nth-child(2) {
    padding-left: 0;
}
tbody {
    box-shadow: 1px 0px 2px rgba(200, 200, 200, .6);
}
.bootstrap-datetimepicker-widget {
    min-height: 200px !important;
    min-width: 200px !important;
}
