
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,300&family=PT+Serif:wght@400;700&display=swap');

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
*{
	font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 17px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #eb1818b3;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #016600;
	background-image:linear-gradient(to bottom, #016600, #4d8e16);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
	display: none;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 0 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
 
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: black;
text-shadow:none;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: white;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
.table-striped>tbody>tr:nth-of-type(odd){background-color:white;}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	width: 100%;
	padding: 0 10px;
}

@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	 background-color: rgba(0, 0, 0, 0.1);

}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
color:#016600 ;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #016600;
	background-image: linear-gradient(to bottom, #016600, #4d8e16);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #024e01;
	padding: 2px 18px;
	float: right;
	background-color: #efefe9;
	 
	background-repeat: repeat-x;
	border-color: white;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: black;
	 
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 500px;
}

.btn-default:hover {
 	color:white;
    background-color: #409b40;
    border-color: #409b40;
}



.after-footer{
	width:90%;
	margin:auto;
	padding:35px 4px;
max-width: 1170px;
padding-bottom:0px;
}
.after-footer-box{
   
    display: flex;
    justify-content: space-around;
}
.after-footer-box a {
    padding: 24px 35px;
    border-radius: 1px;
letter-spacing:1px;
    font-size: 17px;
margin-bottom: 9px;
    text-align: center;
margin-left:8px;
margin-right:8px;
    border: 4px solid white;
    border-radius: 12px;

}
.after-footer-box img{
	width:184px;
min-height:83px;
}


/* footer */



footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
	letter-spacing: 1px;
    line-height: 1.9;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
  	margin-bottom: 30px;
	color: #002b38;
    margin-bottom: 30px;
    font-weight: 300;
    color: white;
}
/* alert */
.alert {
	padding: 11px 14px 11px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;

}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: white;
   
    background-color: #57ae57;
    /* background-image: linear-gradient(to bottom, #eeeeee, #dddddd); */
    /* background-repeat: repeat-x; */
    border-color: #ffffff;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #409b40;
	 
	 
	border-color: #57ae57 #57ae57 #57ae57;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-default.active, .btn-default:active {
	background-color: #218521fc !important;
	 
border-color:#57ae57 !important;
}
#product-product a{color:#409b40;}
 
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: none;
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	    color: white;
    background: #2e972e;
    border: 1px solid #DDDDDD;
    text-shadow: none;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}

/*Custom Product Css Start*/


.was-price{
    color: red;
  
}
.was-price span{
  text-decoration: line-through;
}
.now-price{
    font-size: 14px;
    color: #016600;
}
.caption h4{min-height:33px;}
#product-product #content{
 padding-top:50px;
}
.fa-search{
	color:rgb(51, 51, 51);
}
#product-product .addthis_toolbox {display:none;}



#product-product .thumbnail{
	border:none;
    max-width: 450px;
    margin: auto;
}
	 

	.breadcrumb{ margin-top: 20px;  }
	
	.side-bar-options{ 

		border: 2px solid #eee;
	    border-radius: 7px;
	    padding: 20px;
	    box-shadow: -2px 2px 11px 10px #eee;
	    max-width: 450px;
	    margin: 0 auto;
	    position: relative;
	}
	.side-bar-options label{ display: inline-block; min-width: 130px; font-size: 15px;  }

	.side-bar-options .form-control{ display: inline-block; 
		width: auto; min-width: 170px;  }

	.navbar-custom-product{ margin-top: 5px; width: 100%; margin-left: 0px; 
		padding-left: 0px; float: left; text-align: center; 
		border-bottom: 1px solid #ccc;
		padding-left: 0px;
		padding-right: 0px;
	}

	.navbar-custom-product li{ 

		float: left !important;
	    display: inline-block;
	    padding-bottom: 5px;
	    width: 49%;
	    text-align: left;
	    padding-left: 15px;
	 }

	.navbar-custom-product li a{ color: #000;   }

	.custom-product-image-single{ width: 100%; text-align: center; position: absolute;  }

	.custom-product-image-single-1{ top: 0px; z-index: 10;  }
	.custom-product-image-single-2{ top: 30px; z-index: 9;  }

	.custom-product-image-single-3{ top: 60px; z-index: 8;  }

	.custom-product-image-single-4{ top: 78px; z-index: 7;  }

	.compact_view_box .custom-product-image-single-2,.compact_view_box  
	.custom-product-image-single-3,.compact_view_box  .custom-product-image-single-4
	{
	   display: none;
	}

	.compact_view_box  .custom-product-image-single-1{ top: 141px;
    z-index: 10;
    transform: scaleY(1.3) skew(-3deg, 1deg) rotate3d(5, 3, 12, -0.5deg);  }
	.custom-product-image-single-5{ top: 120px; z-index: 6;  }

	.custom-product-image-single-6{ top: 190px; z-index: 4;  }

	/*.custom-product-image-single-1{ top: 280px; z-index: 3;  }*/

	.custom-product-image-single img{ max-width: 500px;  }


	.strip-content{ margin: 0 auto; margin-top:0px; width:100%; 
	background-repeat:no-repeat; background-position:center center; min-height: inherit; }

	.strip-content-inner{ margin: 0 auto; min-height: inherit; display: flex; }

	.strip-content-col{ display: flex !important; flex-wrap: wrap;  }

	.strip-content-col-sub{ min-height: inherit; padding: 10px; float: left; width: 100%;	background-repeat: no-repeat;  }
	.fm-string-single-box{ 
		padding:0px 0px; 
		padding-bottom:0px; 
		width:100%; 
		margin: 0 auto !important;
		display: flex;
	   	z-index: 5000;
	   	position: relative;
	   	overflow: hidden;}

	.product-layout-2 .fm-string-single-box{ background:unset !important; }

	.home_page_video{ background-color: #000; border:0px; outline: 0px; float: left; height: 550px; }

	.fm-string-single-box p{ margin-bottom: 0px;  }

	.strip-content-col-1{ width:100%; float:left; display: inline-block; min-height: 150px;  }

	.strip-content-col-2{ width:50%; float:left; display: inline-block; min-height: 150px;  }

	.strip-content-col-3{ width:33.33%; float:left; display: inline-block; min-height: 150px; }

	.strip-content-col-4{ width:25%; float:left; display: inline-block; min-height: 150px;  }

	.strip-content-col{ min-height: inherit !important;  }
	.side-bar-options-mo{ position: absolute; left: 0px; right: 0px; top: 0px;
	 background-color: rgba(255,255,255,0.99); width: 100%; height: 100%; display: none; }

	.side-bar-options-mo .close_it{ position: absolute; z-index: 5; 
		top: 10px; right: 10px; color: #000;  }

	.side-bar-options-mo .close_it i{ font-size: 35px; cursor: pointer; }
	.view_layer_details{ margin-left: 10px; cursor: pointer;  }





/*Custom Product Css Ends*/

@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
width:100%;
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230p;
}
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 0px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 0px solid #ddd;
}
.product-thumb a{color:#016600;}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	 
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
	background-color: transparent;
}

.button-group .product-cart-btn:hover {
    background: #058004 !important;
    color: white !important;
}
#product-search label{font-size:14px ;}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

	#gallery figure{
 		width:calc(25% - 25px);
	margin:10px 10px;
	}
@media (min-width: 1200px) {

	#gallery{    
	margin-top: 40px;
 	margin-bottom: 30px;
	}
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}

@media(max-width: 992px)
{
	.strip-content-inner{ display: block !important;  }
	.fm-string-single-box{ min-height: unset !important;  }
	.strip-content-col{ width: 100% !important;  }

	.product-strip-content-col{ width: 100% !important;  }

}

@media( max-width: 768px )
{

#product-search .search-by-category{  margin-top:4px;}

header+div{

    position: sticky;
    top: 0;
    z-index: 50000;


}
	.strip-content-col{ width: 100% !important;  }

	.product-bpx-layout .strip-content-col-2:nth-child(1){ width: 100% !important;  }

	.product-bpx-layout .strip-content-col-2:nth-child(2){ width: 100% !important;  }
}

@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}


/* IPCI-iv STYLE*/

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #303030;
    border-color: #303030;

}
.pagination>li:first-child>a, .pagination>li:first-child>span{padding:7.5px 13px;}

.nav>li>a:focus, .nav>li>a:hover{background-color:inherit;}
header{background-color: #FAFBF4;background-color:#016600;padding-bottom:12px;}
#menu{
	    border-radius: 0px;
    box-shadow: none;
    border: none;
    background:#024e01 !important;
   

}
.navbar-nav{
	text-align: center;
}
.navbar-nav li{
	float: none;
	display: inline-block;
margin-left:2px;
margin-right:2px;
 }


.navbar-nav li a{
	text-transform: uppercase;
	font-size: 14px;
    
    line-height: 1.8;
}
#menu .dropdown-inner ul li{display: block;margin-left:0px !important;margin-right:0px !important;}
#menu .dropdown-inner ul li a{line-height: 3.2;}


#search{
	position: relative;
	width: 296px;
	padding-top: 35px;
}
#search span button{
	background: transparent;
    text-shadow: none !important;
    border: aliceblue;
    padding: 10px !important;
    } 
#search span{
    position: absolute;
    right: 30px;
}
#search input{
	border-radius: 0px;
	box-shadow: none;
	border: none;
	background-color: #EFEFE9;
	height: 42px;
}

.header-menu{
	padding-top: 14px;
	height: 63px;
	float: right;
} 
.header-menu ul{
	list-style-type:none;
	float: left;
	padding-left: 0px;
	margin-left: 5px;
}
.header-menu ul li{
	float: left;
}
.header-menu ul li a, .header-menu ul li i, .header-menu ul li {
	color: #fdff00;

}
#fmTwitter a, #fmFacebook a, #fmYoutube a{
	display: block;
    height: 32px;
    width: 32px;
    margin-left: 5px;
}
#fmTwitter a{
	
    /* background: url(../img/template/header_twitter.png) no-repeat top left; */
    background: url(../../../../../image/catalog/twitter.png) no-repeat top left;
}
#fmFacebook a{
    background: url(../../../../../image/catalog/facebook.png) no-repeat top left;

}
#fmYoutube a{
	background: url(../../../../../image/catalog/youtube.png) no-repeat top left;

}

.faq_wrappers .MsoHeader{color:black;}
#cart{float: right;width: 210px;}
#cart button{
	border-radius: 0px;
	height: 42px;
	background: white;
	border: none;
	font-size:14px !important;
}

.fw6{font-weight:600;}
.arMenu li{
	padding: 0px 5px;
}


.product-thumb {
    border: none;
}

.product-thumb .caption {
    min-height: 150px;
float:left; width:100%;
}
.product-thumb .button-group {
    border-top: 0px solid #ddd;
    background-color: transparent;
    padding-left: 20px;
    padding-right: 20px;
}
.button-group .product-cart-btn {
    background: #016600;
    color: white;
    border-radius: 5px;
    font-size: 11px;
    width: auto !important;
    min-width: 125px;
font-family:Lato, open-sans;
}
svg {
    fill: #016600;
}

svg.wishlist_svg {
    /* filter: drop-shadow(2px 1px 2px #016600); */
    vertical-align: middle;
}

.button-group .product-wishlist {
    background: transparent;
    color: #016600;
    margin-left: 5px;
    border-left: 0px !important;
    width: auto !important;
height:36px;
}

.welcome{
	background-color:#59888C;
	background-color: #48a1a9;
}
.about-us{
	background-color:#b54e61;
	background-color: #cc415b;
}
.cat-bg{
	background-color:#336699;
	background-color: #2269af;
}
.donations{
	background-color:#339999;
	background-color: #289898;
}
.events-news{
	background-color:#666699;
}
.faqs{
	background-color:#61acd1;
	background-color: #56a0c5;
}
.contact-us{
	background-color:#92A583;
	background-color: #70a745;
}
.comments{
	background-color:#cc8484c2;
	background-color: #af5353d6;
}
.gallery{
    background-color:#a79645;

 }



/* opacity of navigation bar links */




.welcome:hover,.welcome:focus{
	background-color:#59888C !important;
}
.about-us:hover,.about-us:focus{
	background-color:#b54e61 !important;
}
.cat-bg:hover,.cat-bg:focus{
	background-color:#336699 !important;
}
.donations:hover,.donations:focus{
	background-color:#339999 !important;
}
.events-news:hover,.events-news:focus{
	background-color:#666699 !important;
}
.faqs:hover,.faqs:focus{
	background-color:#61acd1 !important;
}
.contact-us:hover,.contact-us:focus{
	background-color:#92A583 !important;
}
.comments:hover,.comments:focus{
	background-color:#cc8484c2 !important;
}

.assalam-wrapper{
	padding: 62px 48px 44px 44px;
 
	float: left;
	width: 100%;
}
.assalam-inner{
	max-width: 1000px;
	margin:auto;
}
.assalam-inner ul{
	float: left;
}

.assalam-inner ul li{
    float: left;
    width: 100%;
    font-size: 16px;
    letter-spacing: .5px;
    padding: 4px;
    font-family: 'Open Sans';
    color: black;
}
.assalam-inner ul li font{
font-family:open sans;
font-size:16px;
}

#product-search .form-control{font-size:14px;}
#product-search select{ min-height:38px;}
#product-search #button-search{
padding: 9px 28px;
    text-transform: uppercase;
    font-size: 13px;
}
.assalam-inner  p{
	float: left;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    width: 100%;
    font-weight: 400;
   font-family:open sans;
color:black;
    
}
#product-category .product-thumb img {
   
    min-width: 92%;
   
}
#product-category h2{
    margin: 18px 4px 21px 0;
    text-transform: uppercase;
    font-family: montserrat;
}

.fm-category-list{list-style-type:none;padding-left:0px;}
.fm-category-list li{
    width: 25%;
    display: inline-block;
    margin-right: 20px;
    height: 200px;
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.fm-category-list li a img{width:100%;height:90%;}

.fm-category-list li a p{
    padding: 8px 0px;
}

.assalam-inner h4{font-weight: 600;float: left;}
.mar-top-22{  margin-top: 22px;}
.assalam-inner h2{
	color:white;
}

.navbar-nav li a:hover{ }

.product-thumb img{
	    margin-top: 12px;
    margin-bottom: 16px;
    border-radius: 8px;
    /*  box-shadow: 0px 3px 16px -2px #909090; */
 width:227px;
    height: 256px;
}
.swiper-slide .img-responsive{margin:auto;width:100%;}
.featured-wrapper h3, .bestseller-wrapper h3{
	    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 800;
    margin-bottom: 24px;
    text-transform: uppercase;
    float: left;
    margin-top:40px;
}

.ml-form{
	max-width: 230px;
}
.ml-form .ar-group{
	position: relative;
	float: left;
	width: 80%;
}

.ml-form .ar-group input{
	width: 100%;
	border-radius: 0px;
}
.ml-form .ar-group i{
	position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
}
.ml-form p{
	float: left;
	width: 20%;
}
.ml-form .form-group{
		overflow: auto;
		margin-bottom: 0px;
}


.swiper-pagination{display: none;}




/*  custom css*/

.donation_boxes #btn-paypall{background-color: #0003ff; color : #fefb01 ;}


.donation_boxes #btn-card{background-color: green; color : white;margin-top:17px !important;}

.donation_boxes #btn-bank-transfer{background-color: #ffc17f; color : #81047e;}

.donation_boxes #btn-standing-order{background-color: green; color : white;}

.donation_boxes #btn-gift-aid{background-color: #7fffff; color : #7f0b83;}

.donation_boxes #btn-send-cheque{background-color: #fffc00;color : #0003ff;}
.donation_boxes button {
    border: none;
    padding: 14px 23px;
    border-radius: 4px;
    font-weight: 700;
    font-family: 'Montserrat';
    width: calc(100% - 12px);
    margin-left: 8px;
    margin-right: 8px;
}


.search-page-search-input {
    width: 100%;
    min-height: 40px;
    border-radius: 12px;
    border: 1px solid #369e27;
    padding-left: 15px;
    padding-right: 50px;
    box-shadow: none;
}

.search-page-search-input-btn i{font-size:20px;}
.search-page-search-input-btn {
    position: absolute;
    top: 9px;
    right: 14px;
    background-color: transparent;
    padding: 0px;
    border-width: 0px;
    color: #666;
}


.fs16{font-size:16px;}
.alert-danger{
    font-size: 14px;
    font-family: 'Montserrat';
}

.cart-table .fm-box-btn strong{font-family:montserrat; font-weight:400;}
.cart-table .fm-box-btn{
    background: #016600;
    color: white;
    padding: 9px 13px;
    border-radius: 3px;
    font-family: 'Montserrat';
text-transform:uppercase;
}
.cart-table .fm-box-btn1{
    color: black;
    background: white;
    border: 1px solid #303030;
}
.cart-table .fm-box-btn1 strong{font-weight:500;}

.cart-table .img-thumbnail{border:none;padding:0px;}
.cart-table{padding:10px; border:none;width:400px;}

.cart-table .table-bordered{border:none;}

.cart-table table>tbody>tr>td{border:none;}

.cart-table table>tbody>tr>td a, .cart-table table>tbody>tr>td {
 
    font-family: montserrat;
    color: black;
    font-size: 15px;
    font-weight: 400;
}
.cart-table .btn-danger {
height:24px !important;
}
.cart-table .btn-danger:hover{
background-color:transparent;
box-shadow:none;
}

.cart-table .btn-danger i{
    color: #016600;
    font-weight: 100;
    font-size: 18px;
    float: left;
    margin-right: 0px;
    margin-top: -6px;
}

.cart_empty_text{
    margin: 10px 0;
    font-size: 14px;
    font-family: 'Montserrat';
    color: black;
margin-top:10px !important;margin-bottom:10px !important;
}
.fm-smart-table tr td{
font-size:13px;
color:black;
}



/*  checkout page  */

#checkout-cart{margin-top:44px;}
#checkout-cart h1{
    font-family: 'Montserrat';
    font-weight: 300;
}

#checkout-cart h2{
    font-family: 'Montserrat';
    font-weight: 400;
}
.checkout-cart-table thead{
background-color:#333533 ;
color:white;
}
.fs14{font-size:14px;}
#checkout-cart div#accordion .panel:nth-of-type(2), div#accordion .panel:nth-of-type(3){
display:non;
}
.confirm-table thead td{font-weight:bold;color:black;font-size:14px;}
.confirm-table tbody tr td a{color:#016600;}
.checkout-cart-table  tbody{
background-color:#fcfcfc;
}
.checkout-cart-table .input-group .form-control[name^=quantity]{
width:80px;
border-radius:0px;
font-size:14px;
}
.checkout-cart-table .input-group-btn{
    float: left;
    margin-left: 5px;
}
.checkout-cart-table tbody tr td{ 
padding:18px 15px 10px;
color:black;
font-size:14px;
font-weight:500;
}
.checkout-cart-table tbody tr td a{color:black;font-weight:600;}
.checkout-cart-table tbody tr td a img{border:none;}
.checkout-cart-table thead tr td{
    padding: 10px 15px;
    font-size: 14px;
font-family:montserrat;
}
.checkout-cart-table .column_quantity input, .checkout-cart-table .column_quantity button
{
height:40px;
margin-right:5px;
border-radius:0px;
}

#checkout-cart .btn-default, #checkout-cart .btn-primary , #account-login .btn-primary, #account-password .btn-primary, #account-password .btn-default {
	font-size: 14px;
    font-family: montserrat;
font-weight:500;
    border-radius: 0px;
 
  
}
#checkout-cart .clearfix a{
   padding: 12px 22px;
}

#checkout-cart .clearfix a:hover{
   background:#57ae57;
color:white;
}
.checkout-cart-table button{
	  background: white;
    color: black;
    border-color: #bbb6b68f;
}
.checkout-cart-table button:hover, .checkout-cart-table button:focus, .checkout-cart-table button:active{
	background: white !important;
    color: black !important;
    border-color: #bbb6b68f !important;
box-shadow:none;
}

/* checkout-checkout */

#checkout-checkout .form-control{
    height: 40px;
    border: 1px solid rgba(129,129,129,.25);
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px;
    transition: border-color .5s;
    box-shadow: none;
    border-radius: 0;
}
#checkout-checkout button, #checkout-checkout input[type=button]{
     border-radius: 5px;
    opacity: 1;
    font-size: 16px;
    padding: 11.2px 59.07px;
    font-weight: 500;
    height: 49px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    text-shadow: none;
    border: none;
}

#checkout-checkout .panel-default > .panel-heading h4 {
    font-weight: bold !important;
    font-size: 18px !important;
    font-family: Montserrat !important;
    letter-spacing: 0px !important;
    color: #016600 !important;
    opacity: 1 !important;
}


#checkout-checkout  .panel-heading {
    padding: 30px 30px 0 30px !important;
    border-bottom: 0 !important;
    background: transparent !important;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body, .panel-default{border:none;}
#checkout-checkout .panel-title i{margin-left:5px;}
.panel-group .panel+.panel{margin-top:0px;}

#checkout-checkout p, #checkout-checkout label,  #account-login label, #account-password label {
   font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 19px;
    margin-bottom: 5px !important;
    padding-top: 0px !important;
    font-family: 'Montserrat';
}
#account-login label{
color:rgb(8 8 8);
}
#checkout-checkout .forgot-password{
    margin: 5px 0 0;
    font-size: 14px;
    font-family: 'Montserrat';
    display: inline-block;
    color: #409b40;
    font-weight: 600;
}
#checkout-checkout p{margin-bottom:10px !important;}
#checkout-checkout{margin-top:40px;}

#checkout-checkout .panel-body h2{
    font-size: 18px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 600;
    color: black;

}
#checkout-checkout .close{height:10px;padding:4px;}
#checkout-checkout .alert{font-size:14px;}

#checkout-checkout fieldset{
border: 1px solid #e5e5e5;
    padding: 20px;
}
#checkout-checkout legend{
	   
    border-bottom: 0px;
    display: inline-block;
    width: auto !important;
    padding-left: 6px;
    padding-right: 8px;
}
#checkout-checkout .text_agree a {color:#409b40;margin-right:6px;}


.address-inner-row{
    width:100%;
float:left;
padding:0px 10px;
margin-left:0px;
margin-right:0px;
}
.confirm_order_table tr td{
    font-size: 14px;
    color: #666666;
    font-weight: 500;
}
.confirm_order_table tr td a{color:green;font-weight:bold;}
.confirm_order_table thead > tr > td{ font-weight:bold;color:black;}

.text_agree input{margin-right:20px;}
.text_agree{
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
}
.btn-primary.focus, .btn-primary:focus{background-color:#409b40;}

.if_online{
padding-bottom:36px !important;
    padding-top: 40px !important;
}

.if_online p{   
 font-size: 13px;
    font-family: 'Montserrat';
    color: #666666;
    font-weight: 400;
margin-top:5px;
}
.if_online label {
    font-size: 14px;
    font-family: 'Montserrat';
    margin-bottom: 3px;
color:black;
}

.mart20{margin-top:20px;}
.mt50{margin-top:50px !important;}
#common-success, #account-login, #account-edit{margin-top:60px;margin-bottom:0px;padding:20px;}
#common-success a{color:green;font-weight:bold;font-family:montserrat;}
#common-success  .btn-primary, #account-register .btn-primary, #account-edit .btn-default, #account-edit .btn-primary, #account-address .btn-primary, #account-address .btn-default{
    text-transform: uppercase;
    font-size: 13px;
color:white;
font-weight:400;
min-width:100px;
font-family:montserrat;

}
#account-register .pull-right{
font-size:14px;
}

#account-register .buttons{overflow:auto;}
 #common-success h1{
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #016600;
    text-transform: capitalize;
}
#common-success p{
color: #52514e;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Montserrat';
    letter-spacing: 0.9px;
}
.fs12{font-size:12px !important;}


/* Account page */
#account-register{
	padding:50px 2px;
}

#account-register h1,   #account-login #content .well h2, #account-edit h2{
    font-size: 30px !important;
    font-weight: 600 !important;
    font-family: 'Montserrat';
    letter-spacing: 0.15px !important;
    color: #333533 !important;
    opacity: 1 !important;
    text-transform: uppercase;
}


  #account-login #content .well h2{
    font-size: 23px !important;
    font-weight: 500 !important;
    font-family: 'Montserrat';
    letter-spacing: 0.15px !important;
    color: #333533 !important;
  
    text-transform: uppercase;
}
#account-login p{
font-size: 14px;
    color: #4e4e4e;
    font-family: 'Montserrat';
margin-bottom:14px;

}
#account-login p strong{
    text-transform: uppercase;
    font-size: 12px;
}


#account-register p{
	font-size: 15px;
    font-family: 'Montserrat';
    text-transform: capitalize;
}
#account-register form{

margin-top:25px;
}

#account-register a{
	color:#016600;
}

 #account-login input+a{
	color:black;
    font-size: 14px;
    overflow: auto;
    margin-top: 12px;
    display: inline-block;
    text-transform: uppercase;
 
    border-bottom: 1px solid;
}

#account-register .control-label, #account-edit .control-label{

    font-size: 13px;
    font-family: 'Montserrat';
    color: black;
}



#account-register #content{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;;
    padding:40px 50px;
    background-color: #efefef75;
    max-width: 1000px;
    margin: auto;
    float: none;}



#account-password #content {

    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 6px;
    margin: auto;
    margin-top: 60px;
    float: none;
    min-height: 315px;
    padding: 14px 29px;max-width:700px;


}
.reward-table thead tr td {
    font-size: 14px;
    font-weight: 600;
    color: black;
}
.reward-table tr td {
    font-size: 14px;
  
}
#account-reward p{font-size:14px;}

#account-reward #content{
margin-top:60px !important;
max-width:900px;
margin:auto;
float:none;
}
#account-address #content, #account-wishlist #content, #account-order #content, #account-download #content{
margin-top:60px !important;
max-width:700px;
margin:auto;
float:none;
}
#account-wishlist #content p, #account-wishlist #content p, #account-download #content p{font-size:16px;} 


#account-password #content {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   border-radius: 6px;
margin-top:60px;
}
#account-login #content .well, #account-edit #content{

box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   
    border-radius: 6px;
}

 #account-edit #content{

    padding: 31px 50px;
  padding-bottom:0px;
}
#account-account #content{
	min-height:270px !important;
  padding: 31px 20px;
  padding-bottom:0px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
#account-account li{
    margin-bottom: 15px;
    border-bottom: 1px solid #d1c9c9;
}
#account-account h2{
margin-top:0px;color:black;
    margin-top: 0px;
    color: green;
    font-family: 'Montserrat';
font-size:18px;
padding:8px 0px;

}
#account-account .account-group{
    border-radius: 10% 10% 2% 2%;
    background-color: #f2f2f2;
    
    width: calc(25% - 30px);
}

#account-account h2{
border-radius:13px 13px 0px 0px;
padding: 21px 30px 11px 30px;
    text-align: center;
    color: white;
    background: #016600;
    margin-bottom: 26px;
}
#account-account ul{
border-radius:0px 0px 13px 13px ;
padding: 0px 21px 30px 22px;
}



.account-group a:hover{text-decoration:underline;}
.account-group a{

    font-size: 14px;
    font-family: 'Montserrat';
    color: #343232;
}

#account-register legend{
font-weight:500;
    color: black;
    font-family: 'Montserrat';
}
#account-register .form-control, #account-edit .form-control{
	font-family:montserrat;
    height: 40px;
    box-shadow: none;
    border-radius: 0px;
    color: black;
}

#account-account {position:relative;}
account-account .alert-success{
position: absolute;
    z-index: 5000;
    width: 100%;
    background: green;
    color: white;
    margin-top: 0px;
    border-radius: 12px;
    font-family: 'Montserrat';
    font-size: 15px;
    min-height: 50px;
    line-height: 2.5;
    text-align: center;	
}
 

.alert-success{
    font-family: 'Montserrat';
    text-align: center;
    color: #fff;
    background-color: #41d97bf2;
   border:none;
margin-bottom:0px;
    font-size: 14px;
border-radius:0px;
}
#product-category .alert-success {
    margin-top: -15px;
    margin-bottom: 10px;

}

.alert-success .close{
font-size: 27px !important;
    color: white;
    opacity: 1;
    right: 0px;
    top: -4px;
}
.alert-success a {
    color: #ffff0e;
}


#account-edit h1{margin-bottom:27px;}
#common-home{position:relative;}
 
 

.category-filter-row select{max-width:250px;}
.row.category-filter-row label, .row.category-filter-row button {
    color: white;
    background: #303030;
    padding: 5px 12px;
    border-color: #303030;
font-family: montserrat;
}

.category-filter-row{margin-top:32px;}
#product-category #content ul{padding-left:20px;}
#product-category #content ul li a{color:#016600 !important;    font-size: 14px;}
#product-category{padding:50px 0px;}
#product-category .list-group a{
	  font-size: 14px;
}
#product-category .list-group a.active{
    background: #008000d1;
    color: white;
    text-shadow: none;
    font-family: 'Lato';
  
}


#product #input-quantity{
    border-radius: 0px;
    box-shadow: none;
    font-size: 18px;
    padding: 23px 14px;
}
#button-cart{
font-family: montserrat;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 13px 4px;
}

#product-product .nav-tabs a{    
	color: green;
    font-family: 'Inter';
    font-size: 16px;
}



.fm-product-info li {
    font-family: 'Inter';
    color: black;
    font-size: 15px;
}

.fm-product-info .btn-default:hover{
	color: white;
    background-color: #57ae57;
    border-color: #57ae57;
}
.fm-product-info .fm-product-heading{font-size:33px;}
#raring hr{display:none;}
#feedback_form{
	max-width:600px;padding:12px 20px;  
	margin:auto;overflow:auto;
	border:8px solid #d5d5d5;
}
#feedback_form .form-group{
	width:50%;
	float:left;     
	padding-right: 5px;
   	padding-left: 5px;

}
#feedback_form .form-control{
	width:100% !important;
	margin-bottom:10px;
	border: 1px solid #30303087;
	font-size:13px;   
 	box-shadow: none;
   	border-radius: 0px;
}
.faq_qstn{font-size:19px;}
.faq_qstn i{
    vertical-align: middle;
    font-size: 32px;
}
.faq_wrapper .fa-angle-up{display:none;}
.faq_wrapper .fa-angle-down{display:inline-block;}
.faq_active .fa-angle-down{display:none;}
.faq_active .fa-angle-up{display:inline-block;}

#feedback_form #btn_comment{
    background: #016600c2;
    color: white;
    text-shadow: none;
    font-size: 14px;
    letter-spacing: 1px;
    border: none;
    border-radius: 0px;
    padding: 7px 16px;
text-transform:uppercase;
width:100%;

}
#feedback_form h2{line-height:2;font-size:24px;text-align:center;margin-bottom:20px;}

#feedback_form textarea{height:123px;}
.gift_aid_form3_heading{
    text-align: center;
    font-size: 21px;
    color: black;
    font-family: 'Open Sans';
    text-transform: uppercase;
    
    border-bottom: 4px solid #182c33;
    max-width: 237px;
    line-height: 1.4;
    margin-left: 50%;
    transform: translate(-50%);
}
.gift_aid_form input, .gift_aid_form textarea{border-radius:0px;box-shadow:none;}

.second_options{margin-top:50px;padding:4px 28px;}

.gift_aid_form p, .gift_aid_form strong {
    color: black;
    font-size: 14px;
}
.gift_aid_form label{
    color: black;
    font-size: 14px;
}
div#information-information {
    display: none;
}

.product-thumb img{
  height:333px;
border-radius:0px;

}

.faq_wrapper {
    background-color: #f8f9fa !important;
}
.faq_wrapper2 h4{display:;}

.faq_wrappers #pagination_wrapper {
    background: #f8f9fa;
}

.faq_wrapper .news_content p span,.faq_wrapper .news_content p , .MsoHeader{
    margin-bottom: 0.0001pt;
    font-family: montserrat;
    font-size: 15px;
color:black;
    line-height: 1.7;
}

.faq_wrappers{
box-shadow:0px 0px 8px #80808061;
border-radius:6px;
border:2px solid #008000ab;
}

#menu{margin-bottom:0px;}

.swiper-viewport{
border:0px !important;
margin-bottom:0px !important;
}

.breadcrumb{display:none;}

#information-contact{
      box-shadow: 0px 0px 8px #80808061;
    border-radius: 6px;
    margin-top: 32px;
padding:34px 45px;
}
#information-contact iframe{
width:100%;

}
.ipci-map iframe{
    width: 100%;
    height: 330px;
}
#information-contact #content h1{
text-align:center;
    color: black;
    text-transform: uppercase;
}
.contact-form .contact-form-btn{
border-radius: 0px;
    background: green;
    border: 0px;
    padding: 10px 32px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: montserrat;
}
.contact-form .form-control{
    border-radius: 0px;
    box-shadow: none;
}


#information-contact strong {
    color: black;
    font-size: 14px;
}

#information-contact address{
font-size:14px;
} 

img.about-images {
    width: 400px !important;
}
.received_comments_wrapper .comments_title{font-size:20px;}
 .contact-form label{color:black;font-size:14px;}
 .received_comments_wrapper{ width: 100%; padding: 20px 30px; background-color: #fff;}
.news_text_info .news_detail_btn, .received_comments_text_info .received_comments_detail_btn{
    background: white !important;
    color: #016600 !important;
    text-shadow: none ;
    font-size: 14px ;
    border-width: 2px ;
    padding: 6px 30px ;
   
    border-radius: 0px ;
}
.news_wrappers .fme_heading{
display:none;
}
.news_text_info .news_detail_btn:hover, .news_text_info .news_detail_btn:focus, .news_text_info .news_detail_btn:active{
box-shadow:none;
}
.received_comments_details{font-size:13px;}

.news_content .news_image{width:300px;height:390px;}
.received_comments_content .received_comments_image{width:300px;height:320px;}
 .received_comments_content{width:100%;}
 .received_comments_image img{width:100%;height:100%;}
ul.arMenu li:nth-of-type(1) {
    border-color: #fdff00 !important;
}
figcaption h4{height:100% !important;padding-top:12px !important;}
figcaption{background-color:#016600 !important;}
.back_to_donations{
    color: #ffffff;
    background-color: #303030 !important;
background-image:none;
    padding: 9px 21px;
    background-repeat: repeat-x;
    font-size: 15px;
    font-family: montserrat;
border-color:transparent;
}

input#send_check{
       font-family: montserrat;
    font-size: 13px;
    border: none;
    border-radius: 0px;
    padding-right: 14px;
    padding-left: 14px;
    text-shadow: none;
    background: #57ae57;
    color: white;
    text-transform: uppercase;
}


footer .powered-by-wrapper {
    text-align: center;
    line-height: 1.2;
    margin-bottom: 0px;
    font-size: 12px;
    padding: 13px 4px;
}
.powered-by-wrapper span{
    display: block;
    line-height: 2.5;
    font-size: 14px;
}
footer hr{ margin-bottom:0px;}


#gallery{
display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gift_aid_form h1{line-height:1.3;font-size:30px;}
.gift_aid_form .heading_top_1{margin-bottom:0px;margin-top:0px;}
.gift_aid_form .heading_top_2{margin-top:0px;}

.gift_aid_form h1{font-family:montserrat;}

#in-top{background-color:#0c5729;}

@media (min-width: 1200px){
	.header-container {
	    width: 1000px;
	    margin:auto;
	}
	.featured-wrapper , .bestseller-wrapper{
    	width: 1170px;
    	margin: auto;
    	padding-top: 36px;
	}
	.ipci-iv-home .row{margin: auto;}
	.footer-container{
		max-width: 1000px;
		margin:auto;
	}
}
@media (min-width: 768px){

.swiper-slide .img-responsive{max-height:450px;}
	header{
	    position: sticky;
    top: 0;
    z-index: 50000;
}

header+div{

    position: sticky;
    top: 117px;
    z-index: 40000;


}
	.navbar-collapse.collapse {
		text-align: center;
	}
	.navbar-nav{
		float: none;
		display: flex;
   		justify-content: center;
	}
	.navbar-nav li{
		float: none;
		display: inline-block;
	}
	#logo{padding-top: 17px;}
 	.swiper-viewport .swiper-button-next {
    	opacity: 0;
    	right: 12px !important;
	}
	.ipci-iv-home .col-sm-12{
		padding: 0px;
	}
}

#submit_gift_aid{
	font-family: montserrat;
    font-size: 15px;
    border: none;
    border-radius: 0px;
    padding-right: 26px;
    padding-left: 26px;
    text-shadow: none;
    background: #57ae57;
    color: white;
    text-transform: uppercase;
margin-bottom:20px;
}
.form3_bottom_description{margin-bottom:10px !important;}

#gift_aid_form{      border: 1px solid #80808075;
    padding: 42px 19px;
    margin-top: 16px;
    border-radius: 5px;
    background: #f2f2f2;
    box-shadow: 0px 0px 10px rgb(102 102 102 / 58%);
}

@media ( max-width: 768px){

.donation_boxes{flex-direction:column;}
.donation_boxes .donate_btn{width:95% !important;}
 

.product-thumb img {
    height: 271px;
    width: 88%;
   
}
.fm-category-list li{width:70% ;margin-left:auto;margin-right:auto;height:auto;}

#.product-category{padding-left:15px;margin-right:50px;}
.after-footer-box{
    flex-direction: column;

}

#account-account .account-group{
    width: calc(100% - 30px);
margin-bottom:30px;

}

 figure{
 	  min-width: 150px;
  	  width: 85% !important;
  	  margin-left: auto;
  	  margin-right: auto;
  	  float: none !important;
	}

#send_check_form {
    width: 350px;
    max-width: 100%;
}#gift_aid_form #form_wrapper{
   width:95%;
}

#form_wrapper #gifted_form{margin-bottom:12px;}
.strip-content-inner{max-width:100% !important;}
 img.about-images{width:100% !important;}

.ipci-map{
    padding: 0px;
    margin-top: 30px;
}
#information-contact .panel-body{padding-left:3px;padding-right:3px;}
#information-contact{
    padding: 34px 15px;
    margin-right: 6px;
    margin-left: 6px;
}

.news_content .news_image, .received_comments_content .received_comments_image{width:100%;}
.news_content .news_image img{height:370px;}
.navbar-nav li{
    display:block;
    margin-top: 2px;
    margin-right: 3px;
    margin-left: 3px;

}
.faq_wrapper{padding:20px 15px !important;}

	.header-container .row{
		margin-left: auto;
		margin-right: auto;
	}
	.row{margin:auto;}
	.header-container{padding-top:13px; }
	#logo a img{margin:auto;}
	#search{margin:auto;padding-top: 23px;}

	.header-menu{float: none;text-align: center;padding-top: 14px;height: 50px;}
	.header-menu ul:nth-of-type(1){display: none;}
	.header-menu ul{overflow: auto;display: inline-block;float: none;}
	.header-container .col-sm-5{text-align: center;}
	#cart{width: 90%;float: none;}
	#menu #category{line-height: 3.0;}
	#menu .btn-navbar{padding: 6px 18px;}
	#content{padding-left: 0px;padding-right: 0px;}
	.assalam-wrapper{padding: 62px 8px 36px 10px;}
	.assalam-inner ul li{width: 98%;}
	.featured-wrapper h3, .bestseller-wrapper h3{padding: 4px 22px;}
	.product-thumb .button-group button{padding: 10px 4px;line-height: 1.5;}
	.product-thumb .button-group button i{font-size: 22px;}
	.powered-by-wrapper{padding: 0px 12px 16px 12px;margin-bottom: 0px;}
	.swiper-viewport{margin-bottom: 24px;}
	.assalam-inner h4{line-height: 1.5;}
	

}
