@charset "utf-8";
/* CSS Document */

.myordertd {
	background: #ffd70b !important;
    color: #000 !important;
    font-weight: 500 !important;
}
.fupper {
	text-transform: uppercase !important; 
}
.table-bordered td {
	background: #fff;
}
.mypedit {
	color: #000000;
    font-size: 16px;
    font-weight: normal;
	float: right;
}
.mb10 {
	margin-bottom: 10px; 
}
.width160 {
	width: 160px !important;
}
.pt10 {
	padding-top: 10px;
}
.pt5 {
	padding-top: 5px;
}
.mr10{
	margin-right: 10px;
}
.mr15{
	margin-right: 15px;
}
.iconremove {
	font-weight: bold !important;
	font-size: 20px !important;
	color: red !important;
}
.text-center1 {
	text-align: center !important;
}
.font18 {
	font-size: 18px;
}
.mycartspan {
	font-weight: 500;
    /*color: #000;*/     color: #293027;
    font-size: 18px;
	text-transform: uppercase;
}
.froboto {
	font-family: "Roboto", sans-serif !important;
}
.mycartupdate {
	background: #fed001;
    padding: 10px 8px 10px 8px;
	border-radius: 5px;
}
.conbox {
	background: #fff;
	    padding: 20px 15px 20px 15px;
}
.fw400 {
	font-weight: 400;
}
.fnormal {
	font-weight: normal !important;
}
.iconwidth100 {
	width: 100px !important;
}
.clryellow {
	color: #ffd40b !important;
}
.fright {
	float: right;
}
.fleft {
	float: left;
}
.bdrleft {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.contactpage h1, .contactpage h2, .contactpage h3, .contactpage h4, .contactpage h5, .contactpage h6, .contactpage .h1, .contactpage .h2, .contactpage .h3, .contactpage .h4, .contactpage .h5, .contactpage .h6 {
    color: #000000;
}
.contactpage a {
    color: #000;
    font-weight: 100;
}
.contactpage a:hover {
    color: #000;
}
.contactpage .footer-showroom {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
@media (min-width: 1200px) {
	.contactpage .footer-showroom {
		padding-top: 50px;
		/* padding-bottom: 60px; */
		padding-bottom: 10px;
		/* margin-bottom: 80px; */
		margin-bottom: 0px;
	}
	.diswb {
		display: -webkit-box !important;
	}
}