.cart-dd.dropdown-menu {
	display: block;
}

.error {
	color: red;
    padding-top: 5px;
}

.text-danger {
	color: red;
    padding-top: 5px;
}

.alert-success-stay {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.tag_container {
	display: none;
}

/*	Start of d_quickcheckout		*/
#d_quickcheckout #payment_view .security_code {
	display:inline-block !important;
}

#payment_address_postcode_input, #payment_address_city_input, #payment_address_country_id_input{
	display: none;
}

#shipping_address_postcode_input, #shipping_address_city_input, #shipping_address_country_id_input{
	display: none;
}
/*	End of d_quickcheckout		*/



.vg_requirement_hide	{
	display:none;
}

.vg_show	{
	opacity: 1 !important; 
}

/* footer */
footer {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #fff;
	/*	border-top: 1px solid #ddd;	*/
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	/*color: #fff;*/
	text-decoration: none;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}



input[type=radio].form-checkbox + label.form-label {
    padding-left: 29px;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
}


.breadcrumb {
    padding: 0px 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #fff;
    border-radius: 0px;
}


#testimonials .owl-carousel {
    background: #ececec;
}


.form-group input[type=submit]:valid{
	color: #fff;
}


input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}