.jshop_pagination .active>.page-link, .jshop_pagination .page-link.active{
	background-color: #a61849;
	border-color: #a61849;
}

.jshop_pagination .page-link:focus{box-shadow: 0 0 0 3px #a6184940}

body .dj-mobile-open-btn.dj-fa-0 .dj-mobile-open-icon:before,
body .dj-mobile-open-btn.dj-fa-1 .dj-mobile-open-icon:before,
body .dj-mobile-open-btn.dj-fa-5 .dj-mobile-open-icon:before {
	font: 900 16px "Font Awesome 6 Free";
}


ol.breadcrumb {
  font-size:9pt;
  padding: 0;
	opacity: .8;
	transition: all ease .3s
}

ol.breadcrumb:hover {
  opacity:1;
}

header .dj-megamenu-clean li:hover a.dj-up_a, header .dj-megamenu-clean li.hover a.dj-up_a {
    color: #fff;
		background: #a61849
}

header .dj-megamenu-clean li a.dj-up_a > span,
header .dj-megamenu-clean li a.dj-up_a{height:45px}

.header_navigation .dj-megamenu-clean li a.dj-up_a{
	color: #fff
}

.searchform .inputbox{
	border: 0;
}

.topphone button.sf2-callBtn {
  background: #e13e76;
}

.topphone button.sf2-callBtn:hover {
  background: #a61849;
}

.searchform .btn-check:checked+.btn, .searchform .btn.active, .searchform .btn.show, .searchform .btn:first-child:active, .searchform :not(.btn-check)+.btn:active{background-color: #fff;}

.swiper-horizontal .img-fluid{width: 100%}
.swiper-horizontal .swiper-pagination{bottom: 40px;position: absolute;}
.swiper-pagination .swiper-pagination-bullet{background:#ddd; height: 14px; width: 14px; border-radius:3px;opacity:1}
.swiper-pagination .swiper-pagination-bullet-active{background:#e13e76}
.related-products-swiper .swiper-button-next,
.related-products-swiper .swiper-button-prev,
.newproductshome .swiper-button-next,
.newproductshome .swiper-button-prev {
	background:#e13e76;
  color: #fff;
  padding: 5px;
  border-radius: 4px;
	width: 30px;
	height: 30px;
}
.related-products-swiper .swiper-button-next:hover,
.related-products-swiper .swiper-button-prev:hover,
.newproductshome .swiper-button-next:hover,
.newproductshome .swiper-button-prev:hover{
	background: #e16d93
}
