button.btn, a.btn {
	border-color: #1d93ab;
}
/* Header */
.header-top {
	background: #f5f5f5;
}
.blockcart .translate-middle {
	background: #22aece;
}
/* END Header */

/* Home */
.category-menu ul {
	border: 1px solid #dee2e6;
}
/* END Home */

/* Product */
.newproducts-add-to-cart {
	background: #22aece;
	border: none;
	transition: all .3s ease 0s;
}
.newproducts-add-to-cart:hover {
	background: #1d93ab;
}
.product-images {
	border: 1px solid #dee2e6;
	cursor: zoom-in;
}
.swiper-button-next, .swiper-button-prev {
	color: #22aece !important;
}
.product-images-thumbs .swiper-slide {
	border: 1px solid #eee;
}
.product-images-thumbs .swiper-slide-thumb-active {
	border: 1px solid #22aece;
}
.product-quantity button {
	background-color: #22aece;
	color: #fff;
	transition: all .3s ease 0s;
	border-color: #22aece;
}
.product-quantity button:hover, .product-quantity button:active {
	color: #fff;
	background-color: #1d93ab;
}
.product-flags {
	left: -8px;
}
.product-flag:after {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	bottom: -8px;
	left: 0.1px;
	border-top: 9px solid #1d93ab;
	border-left: 9px solid transparent;
}
.add-to-cart, .modal-link {
	background: #22aece;
	  border-radius: 0;
	  transition: all .3s ease 0s;
}
.add-to-cart:hover, .modal-link:hover, .add-to-cart:active, .modal-link:active {
	background: #1d93ab;
}
.wishlist-button-add {
	padding-top: 0.1875rem;
	  border-radius: 50%;
	  transition: 0.2s ease-out;
	  position: absolute;
	  top: 0;
	  right: 0;
	  z-index: 99;
	  background: transparent !important;
	  box-shadow: none !important;
}
.wishlist-button-add i {
	color: #22aece !important;
}
/* END Product */

/* Footer */
footer {
	border-top: 1px solid #dee2e6;
}
.footer-title {
	border-bottom: 1px solid #dee2e6;
	position: relative;
}
.footer-title p {
	position: relative;
	display: inline-block;
}
.footer-title p:after {
  border-bottom: 2px solid #22aece;
  display: block;
  content: " ";
  position: absolute;
  bottom: -9px;
  width: 100%;
}
.footer-phone {
	color: #000;
	transition: all .3s ease 0s;
}
.footer-phone:hover {
	color: #1d93ab;
	text-decoration: underline;
}
.footer-call-back {
	background: transparent;
  border: none;
  padding: 0;
  color: #22aece;
	text-decoration: underline;
	transition: all .3s ease 0s;
}
.footer-call-back:hover {
	color: #1d93ab;
}
.footer-social-button a {
	transition: all .3s ease 0s;
	width: 30px;
	  height: 30px;
	  display: block;
	  text-align: center;
	  background: #22aece;
	  color: #fff;
	  line-height: 30px;
}
.footer-social-button a:hover {
	background: #1d93ab;
	color: #fff;
}
.footer-menu a {
	color: #000;
	transition: all .3s ease 0s;
}
.footer-menu a:hover {
	color: #1d93ab;
}
.footer-bottom {
	border-top: 1px solid #dee2e6;
}
.call-back-send {
	background: #22aece;
}
.call-back-send:hover {
	background: #1d93ab;
}
/* END Footer */

/* Module */
/*ps_newproducts*/
.newproducts-title {
	border-bottom: 1px solid #ddd;
	position: relative;
}
.newproducts-title p, .newproducts-title a {
	position: relative;
	display: inline-block;
}
.newproducts-title p:after, .newproducts-title a:after {
	border-bottom: 2px solid #22aece;
	display: block;
	content: " ";
	position: absolute;
	bottom: -9px;
	width: 100%;
}
.newproducts-block {
	background: #fff;
	position: relative;
	border: 1px solid #dee2e6;
}
.newproducts-name {
	color: #000;
}
.newproducts-block .price {
	font-weight: bold;
	font-size: 20px;
	color: #22aece;
}
.newproducts-add-to-cart {
}