a {
  text-decoration: none;
}
.btn-style {
	background: #f99d1d;
	color: #fff;
	transition: all .3s ease 0s;
}
.btn-style:hover {
	color: #fff;
	background: #e98a06;
}
/* Header */
.header-top {
	color: #fff;
}
.header-top a {
	color: #fff;
	transition: all .3s ease 0s;
}
.header-top a:hover {
	color: #333;
}
.header-top {
	background: #f99d1d;
}
.blockcart a {
	color: #000;
	transition: all .3s ease 0s;
}
.blockcart a:hover {
	color: #f99d1d;
}
.language-selector span, .language-selector i {
	color: #fff !important;
}
.language-selector button:hover span, .language-selector button:hover i {
	color: #000 !important;
}
.language-selector a {
	color: #000;
}
/* END Header */

/* Product */
.current-price-value {
	color: #f99d1d;
	font-weight: bold;
	font-size: 24px;
}
.product-catalog {
	background: #fff;
	height: 100%;
}
.product-description .product-catalog-title {
	color: #000;
	font-weight: bold;
	line-height: 17px;
	display: block;
}
.product-price {
	color: #f99d1d;
	font-weight: bold;
}
/* END Product */

/* Footer */
footer {
	background: #333;
	color: #fff;
	transition: all .3s ease 0s;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #f99d1d;
}
.footer {
	background: #222;
	color: #f99d1d;
}
.footer-title {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 25px;
	padding-bottom: 20px;
	position: relative;
}
.footer-title:before {
  content: '';
  display: block;
  position: absolute;
  width: 112px;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
.footer-menu a {
	color: #fff;
	transition: all .3s ease 0s;
}
.footer-menu a:hover {
	color: #f99d1d;
}
/* END Footer */

/* B */
.form-control:focus {
	box-shadow: none;
	border-color: #f99d1d;
}
/* END B */