
.fixed-bottom{
		position: fixed;
		z-index: 1 !important;
	}


@media screen and (max-width: 1200px) {
    .fixed-bottom{
		position: static !important;
		
	}
}

.card_field {

  margin-top: 0px !important;
}

#mycart {
	width: 98% !important;
	margin:5px !important;
}
a{
	color:#f08318 !important;
}
a:hover{
	color:#000 !important;
}