.affix {
	position: fixed !important;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1100 !important;
	transition: all ease-in-out 0.22s;
}
.breadcrumbs ol li a span {
  color: navy;  
}
.breadcrumbs ol li a span:hover {
	background-color:red;
	color:#fff;
	padding:5px 10px;
	font-weight:bold;
	border-radius:20px;
}
header .search_toggle button {
	color: 
	#ccc;
	position: absolute;
	right: 16px;
	top: 0px;
	padding: 4px 10px;
	font-size: 30px;
	background-color:transparent;
	border: 0;
}
.list-view .summary {
	color:#494e4e;
}
.buttonmodall {
	cursor: pointer;
}
.buttonmodalal {
	cursor: pointer;
}
.menuicon123 {
	margin-left:10px;
	margin-top:13px;
}
@-moz-document url-prefix() {
 .menuicon123 {
	 margin-left:10px;
	margin-top:-15px;
 }
}
@media (min-width: 320px) and (max-width: 480px) {
 .search-hide {
	display:none;
  }
}
.whatsapp_icon {
  box-shadow: 1px 6px 24px 0 rgb(7 94 84 / 24%);
  background: #25d366;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  bottom: 20px;
  position: fixed;
  text-align: center;
  line-height: 56px;
  right: 20px;
  z-index: 500;
}
.fntclr {
  font-size: 15px;
}
.fntclr:hover {
  font-size: 15px;
}
.widget ul li a::after {
	margin-left:5px;
}
.nw-back-to-top-btn-wrapper {
  text-align: center;
}
.nw-back-to-top-btn {
  border: 0;
  width: 170px;
  padding: 16px 14px;
  background: #abc72c;
  cursor: pointer;
  text-align: center;
  color: #000;
}
.nw-back-to-top-btn span {
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #000;
}
.nw-back-to-top-btn i {
  padding-right: 8px;
  font-size: 16px;
  font-weight: 600;
}
footer {
	margin-top: 30px;
}
@media (max-width: 480px) {

	.borde-sec .text-right{text-align: left !important;}
	.modal-dialog {
	  width: 100%;
	}
}
.tab-content ul li {
list-style: inside;
}
.select-box::after {
	height:30px;
	width:30px;
	padding-top:2px;
}
.btn-success {
	background-color: lightseagreen;
}
.pro_box2 {
	background: #ffffff;
	padding: 15px;
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	-webikit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
	margin: 0 0 15px 0;
	font-size: 16px;
	color: gray;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.pro_box2 img {
	width:100%;
}
.displayclass {  
	  padding: 10px 20px;
	  background-color:teal;
	  color:#fff;
	  font-weight: bold;
}

.displayclass:hover{  
	  background-color:firebrick;
	  color:#fff;
}
.displayclasss {  
	  padding: 10px 20px;
	  background-color:teal;
	  font-weight: bold;
}

.displayclasss a:hover{  
	  background-color:firebrick;
	  color:#fff;
}
#prodetail ul {
	margin-left:20px;
}
#prodetail ul li {
	/*list-style: inside;*/
	list-style: outside;
	margin-left:15px;
	margin-bottom:10px;
}
#prodetail ol {
	margin-left:20px;
}
#prodetail ol li {
	margin-bottom:10px;
}
ol {
  font-size: 15px;
  line-height: 25px;
  color: #000;
  padding-left: 15px;
}
.buynowview {
  padding: 15px 8px;
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
  width: 98%;
  border: none;
  float: left;
  color: #fff;
  margin-bottom: 10px;
  cursor: pointer;
}