@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */

h1, h2, h3, h4{font-family:"montserrat", open-sans;}
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: #378125;
}
a:hover {
	text-decoration: none;
}

p{font-size:15px;}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	    font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 19px;
    margin-bottom: 5px !important;
    padding-top: 0px !important;
     
font-weight:500;
}



.fm-product-info li {
    font-size: 14px;
    margin-top: 5px;
}
.w100{width:100%;overflow:auto;}
.fm-cart-grp #button-cart{padding:14px;}
.help-block{
    color: green;
    font-size: 13px;
}
.fm-cart-grp{
float:left;
width:calc(50% - 20px); 
margin:5px 10px;
}
#review{font-size:15px;}

#product-product .nav-tabs a {
    color: green;
    font-family: 'montserrat';
    font-size: 16px;
}
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: 14px !important;
}
.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: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;

	background-color: #378125;
	 background-image: linear-gradient(to bottom, #378125, #45A22E);
	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;
}
#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: #0f9e0c;
	background-image: linear-gradient(to bottom, #0f9e0c, #0f9e0c);
	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 10px 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 {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#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;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	 
	padding: 0 10px;
}

.table-striped>tbody>tr:nth-of-type(odd){background-color:white;}
.cart-table button{
    border-radius: 0px;
    height: 42px;
    background: white;
    border: none;
    font-size: 14px !important;
}
.cart-table .btn-danger:hover, .cart-table .btn-danger:visited, .cart-table .btn-danger:focus{
background:white;
box-shadown:none;
color:black;
}
.cart-table .btn-danger i {
    color: #016600;
    font-weight: 100;
    font-size: 18px;
    float: left;
    margin-right: 0px;
    margin-top: -6px;
}

.breadcrumb{display:none;}
#product-product .thumbnail {
border-width:0px;
}
@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;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	   color: white;
    background-color: rgb(1 102 0);
    background: linear-gradient(to bottom, #378125, #45A22E);
}
#menu .dropdown-menu {
	padding-bottom: 0;
	box-shadow: 0 1px 4px rgb(0 0 0 / 20%) !important;
	border-color: transparent;
	transition: all 0.3s ease 0s;
 
}
#menu .dropdown-inner {
	display: table;
}

#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 6px 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;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #378125;
	 background-image: linear-gradient(to bottom, #378125, #45A22E);
	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: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #378125;
	 background-image: linear-gradient(to bottom, #378125, #45A22E);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@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 */
.stock-label{
       width: 106px;
    height: 99px;
    background: #ffffffe0;
    border-radius:52px 0px 50px 0px;
    bottom: -9px;
    right: -7px;
    position: absolute;
    padding: 26px 18px 6px 0px;
    line-height: 1.2;
    text-align: center;
    z-index: 4;
    font-size: 13px;
color:#d10707;
}
.stock_layer{
width:100%;
height:100%;
position:absolute;
top:0px;
bottom:0px;
}

.fm-tooltip{
 display:none;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
bottom:125%;
}
.fm-child-elem {
    padding-left: 20px !important;
}
.fm-tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.atc_wrapper{display:inline-block;float:left;position:relative;}
#product-product #content{margin-top:45px;}
#content {
	min-height: 400px;
	 
}
/* footer */
.by_text{
    position: relative;
    padding-bottom: 10px;
    width: 256px;
}
.by_text a:hover + span{color:white;}
.before-footer {
    width: 90%;
    margin: auto;
    padding: 35px 4px;
    max-width: 1170px;
    padding-bottom: 0px;
}

.before-footer-box {
    display: flex;
    justify-content: space-around;
}

.before-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;
}


footer {
	margin-top: 30px;
	padding-top: 50px;
	background-color: #5b5b5b;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
.cwhite{color:white;}
.fs13{font-size:13px;}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

.footer-categories{
column-count:5;
max-width:1170px; 
padding:40px 15px; 
margin:auto;
line-height:25px;
}
.footer-categories .fs13{margin-top:10px;}

/* alert */
.alert {
	padding: 11px 23px 11px 14px;
}

 
 

.alert-success  a {
    color: #ffff0e;
}
.alert-success {
       color: #fff;
    background-color: #41d97bf2;
    border-color: #ffffff;
font-size:14px;
margin-bottom:0px;
margin-top:10px;

}
.alert-success .close{
color: #ffff0e;
    opacity: 1;
font-size:25px;
}

/* 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;
}
#product-category .pagination a{color:green;}
.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;
}

/* 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 {
	padding: 11px 15px;
    border: none;
    background: linear-gradient(167deg, #016600, #016600);
    color: white;
    text-shadow: none;
    font-family: 'Montserrat';
    text-transform: uppercase;
    border-radius: 0px;

}
.btn-primary {
    border-radius: 0px;
    box-shadow: none;
    text-shadow: none;
    border: none;
    padding: 10px 22px;
    font-family: 'Montserrat';
    text-transform: uppercase;
	 background-image: linear-gradient(to bottom, #016600, #016600);
	 
}

.btn-primary:hover, .btn-primary:focus{
    color: white;
    background-color: #ffff0e;
    border-color: #65ac25;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #378125 !important;
 	    border-color: #378125 !important;
}
.btn-primary:active{
	background-color: #378125 !important;
 	    border-color: #378125 !important;
}

.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-default:hover{color:white !important;}
.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: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.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: #262525;
font-size:13px;
	padding: 8px 12px;
}#product-category{margin-top:40px;}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #ffff0e;
    background: #016600 !important;
    border: 1px solid #ffff0e;
    
}
/* 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;
position:relative;
    overflow: hidden;
}
.product-thumb .image a {
	display: block;
position:relative;
height:333px;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	    padding: 0px;
    border-radius: 0px;
/* box-shadow: 0px 0px 7px 0px grey; */
   width:227px;
    max-height: 314px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 14px;
bottom:0px;
	
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
height:33px;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.stock-label{right:60px;}
.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: 1px solid #ddd;
	background-color: #eee;
	 
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {

#product-search .search-by-category{  margin-top:4px;}
#product-search label{font-size:14px ;}
.by_text{padding-bottom:16px;}
.footer-categories{column-count:1;}
.before-footer-box {
    flex-direction: column;
}
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	/*background-color: #eee;
	color: #888;*/
	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;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {


#account-password #content, #account-affiliate #content, #account-edit #content{padding-left:16px !important; padding-right:16px !important; }
	.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;
}

@media (min-width: 1200px) {
	#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 (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;
}


/* FM Stylesheet */
 
 #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 #content {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 40px 50px;
    background-color: #efefef75;
    max-width: 1000px;
    margin: auto;
    float: none;
}

#account-login {max-width:1050px;}

#account-reward  #content, #account-return #content, #account-transaction #content, #account-recurring #content{
	max-width:1050;
	margin-top:40px;
}


#account-register #content, #account-address #content, #account-wishlist #content, #account-order #content, #account-download #content, #account-login #content{
margin-top:60px !important;
 
}
#account-edit #content, #account-newsletter #content{

padding: 29px 70px 20px 70px;
    margin-top: 40px;
}


#account-password #content, #account-affiliate #content{
    max-width: 1000px;
    margin: auto;
    float: none;
    margin-top: 45px;
    box-shadow: 0px 0px 4px lightgrey;
    padding: 11px 47px;
    min-height: 360px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 6px;
    margin-top: 60px;
}
#account-affiliate #content{
	padding:45px 47px;
}
#account-register p {
    font-size: 15px;
     
    text-transform: capitalize;
}

#account-register .buttons {
    overflow: auto;
}
#account-register .pull-right {
    font-size: 14px;
}
#product-category p{font-size:14px;}
#account-login #content .well, #account-edit #content {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 6px;
}



#checkout-checkout a, #checkout-checkout p{font-size:14px;}
#forgot-pass{
   
    margin-top: 14px;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px solid;
}

#checkout-checkout fieldset#account, #checkout-checkout fieldset#address{
    border: 1px solid #e5e5e5;
    padding: 20px;
}
#checkout-checkout legend{
    border: none;
    width: auto;
}
#checkout-checkout{margin-top:40px;}
#checkout-checkout h1{
   
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 9px;
}
a:focus, a:hover{color:inherit;text-decoration:none;}

#top{

	background-color: #f8f8f8 ;
	margin-bottom: 0px;
	border-bottom:0px;
	position: sticky;
 	top: 0px;
   	z-index: 10;

}
#top .btn-link, #top-links li, #top-links a{
	color:#016600;
	text-shadow: none;
}
#top .btn-link:hover, #top-links a:hover {
    color: #0f9e0c;
}
header{
	background:#016600; 
	padding: 28px 0;
}
#logo{margin-bottom: 0px;}
#search{
	position: relative;
    width: 100%;
}
#search .input-lg{
	padding-right: 45px;
	border-radius:6px;
	height: 47px;
}
.top-search-btn{
    position: absolute;
    right: 14px;
    width: 30px;
    top: 9px;
    z-index: 9;

}
#search .input-group-btn button{
	background: transparent;
    color: green;
    /* position: absolute; */
    border: 0px;
}
#search .input-group-btn button i{
	font-size:24px;
}
.top-cart-button, .top-search{
	padding-top: 12px;
}
.top-cart-btn{
     text-shadow: none;
    background-color: white;
    background-repeat: repeat-x;
    border-color: black;
    color: green !important;
    background-image: none;
    height:47px;
    font-weight: 600;
}
.top-cart-btn-wrapper{
	padding-top:12px;
}
.ipci-nav{
	width: 100%;
    padding: 0px;
    border-radius: 0px;
position:sticky;
top:43px;
box-shadow: 0px 2px 4px grey;
z-index:5;
}
#menu{
border-radius: 0px;
}
.top-caption{
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.5px;
display:none;
color:#016600;

}
.top-cart-btn:hover, .top-cart-btn:active{
    background-color: white;
    background-image: none;
}
#menu .nav > li > a{
	font-size: 15px;
	color: #000000;
    text-shadow: none;
}

#menu {
    background-color: white;
    background-image: none;
    border-color: transparent;
}
.product-thumb{
	border:none;
}
.product-thumb img{
	margin-top: 12px;
	margin-bottom: 16px;
	border-radius: 8px;
    /*box-shadow: 0px 3px 16px -2px #909090;*/
   /*  height: 333px; */ 
    max-width: 98%;
}

.cat-search-grp label{
 background: #016600;
    color: #ffff0e;
    padding-bottom: 0px !important;
    height: 39px !important; 
    border: 1px solid green;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 13px !important;
}
.cat-search-grp select{
       height: 39px !important;
    border-radius: 0px !important;
    font-size: 13px !important;
    min-width: 193px !important;

}

.product-thumb .price {
    color: #000000;
    font-size: 14px;
}
.product-thumb .price-old {
    color: #D22129;
    font-weight: 700;
}
.product-thumb .caption{
	min-height: 166px;
}
.button-group .product-cart-btn{
	background: #016600;
    color: white;
    border-radius: 5px;
    font-size: 11px;
    width:auto !important;
    min-width: 125px;
}

.button-group .product-cart-btn:hover{
	background: #058004 !important; 
	color:white !important;
}
.button-group .product-wishlist{
	background: transparent;
    color: #016600;
    margin-left:5px;
    border-left: 0px !important;
    width:auto !important;
}
.button-group .product-wishlist:hover{
	background: transparent !important;
	color: #058004 !important; 
}
.button-group .product-wishlist i{
	font-size:20px;
}
.product-thumb .button-group {
    border-top: 0px solid #ddd;
    background-color: transparent;
    padding-left: 20px;
    padding-right: 20px;
}
.product-thumb a{
	color:#232553;
}
.swiper-pagination {

	display:none;
}
.swiper-viewport{
	margin-bottom: 5px !important;
border-width:0px !important;
height:260px;
}
.swiper-viewport .swiper-slide img{
height:260px;
}

.social-icons-list{
	list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    display: block;
    text-align: center;
    overflow: auto;
    margin-bottom: 30px;
}
.social-icons-list li{
	display: inline-block;
	margin:5px 5px 0;
}
.social-icons-list li a{
	height: 36px;
	width: 36px;
	padding: 10px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.social-icons-list li a i{
	color:white;
	font-size:18px;
}
.social-icons-list a.facebook{
	background-color: #0473A9;
}
.social-icons-list a.twitter{
	background-color: #00A0E3;
}

.social-icons-list a.instagram{
	background-color: #E5097F;
}
.social-icons-list a.youtube{
	background-color: #E31E24;
}
.social-icons-list a.pinterest{
	background-color: #E60023;
}
.social-icons-list a.snapchat{
	background-color: #ecea00e8;
}

.social-icons-list a:hover{
	opacity: .7;
}
footer h5{
	margin-bottom: 25px;
	font-size: 14px;
}
footer ul.list-unstyled li {
	font-size: 14px;
	margin-bottom: 10px;
}
.copyright-wrapper{
	border-top: 1px solid #666;
background-color:#464444;
}


.after-footer{
	background-color:#5b5b5b;
	padding:50px 10px 30px;
}
.after-footer-link{
	font-size:12px;
	color:white;
}
.after-footer .footer-categories{
	column-count: 5;
}
.after-footer .see-all{color:white;}

.after-footer-cname a{
font-weight:bold;
color:white;
}
.after-footer-cname a:hover, .after-footer-link:hover{
    color: white;
    border-left: 5px solid transparent;
}
.terms-privacy{

    max-width: 85%;
    box-shadow: 0px 0px 4px grey;
    margin-top: 9px;
    padding: 43px 25px;    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
border-radius:6px;
}
.footer-bottom{
	padding: 20px 0px;
    display: flex;
    align-items: center;
}
.powered-by-wrapper{
	padding: 8px 18px;
}

.swiper-pagination{
	display: none;
}

.fm-home-container{
	width: 100%;
}
.fm-home-container .row{
	margin-left: 0px;
	margin-right: 0px;
}

.fm-home-container .swiper-pagination, .fm-home-container .swiper-pager{
	display: none;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
	margin:auto;
}

.fm-home-container .row .col-sm-12{
	padding-left: 0px;
	padding-right: 0px;
}

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

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
	width:100%;
}
.product-thumb img{
	width:auto;
}

.navbar{margin-bottom: 0px;}
.three-img-wrapper img{
	width: 100% !important;
}
.three-img-wrapper .right-side{
		padding-left: 0px;
		padding-right: 0px;
	}
.three-img-wrapper .left-side{
	padding-right: 12px;
	height: 462px;
}
.three-img-wrapper .left-side img{
	height: 100%;
}

.three-img-wrapper .right-side .right-top-img{
	padding-bottom: 14px;
}

.four-icons-list{
	    max-width: 1178px;
    margin: auto;
    text-align: center;
    overflow: auto;
    display: flex;
    justify-content: center;
    padding: 35px 0px;
}
.four-icons-list ul{
	    list-style-type: none;
    text-align: center;
    overflow: auto;
}

.four-icons-list ul li {
    float: left;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 15px;
  
    font-weight: 700;
        display: flex;
    align-items: center;
color:#b50202;
}
.four-icons-list ul li i{
	margin-right: 20px;
	font-size:22px;
color:#00b300;
}


/*  custom css starts here   */

.after-footer-inner{max-width:1100px;margin:auto;}
.after-footer-cname{
font-size:14px;

}
#product-manufacturer{
	margin-top:50px;
}
#product-manufacturer #content h2{margin-bottom:20px;}
#account-account #content{
	min-height:270px !important;
  padding: 31px 20px;
  padding-bottom:0px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
max-width:1130px;
margin-top:30px;
}


#account-account li{
    margin-bottom: 15px;
    border-bottom: 1px solid #d1c9c9;
}
#account-account h2{
    border-radius: 13px 13px 0px 0px;   
 padding: 21px 30px 11px 30px;
    text-align: center;
    color: black;
    background: #cfcf00;
    margin-bottom: 26px;
margin-top:0px;
}



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

 
#account-account ul{
border-radius:0px 0px 13px 13px ;
padding: 0px 21px 30px 22px;
}

.account-group a {
      font-size: 16px;
    
    color: #343232;
}


#common-success{margin-top:40px;}

#checkout-cart{margin-top:25px;}
#checkout-cart h1 {
    font-family: 'Montserrat';
    font-weight: 300;
}
.checkout-cart-table thead tr td {
       padding: 10px 15px;
color:white;
    font-size: 16px;
    font-weight: 500;
}
#account-reward table tbody tr td, #account-transaction table tbody tr td, #account-reward table thead tr td, #account-transaction table thead tr td{
	   padding: 10px 15px 10px;
    color: black;
    font-size: 14px;
    font-weight: 500;
}
#account-reward table thead tr td, #account-transaction table thead tr td{font-weight:600;}
.checkout-cart-table tbody tr td {
    padding: 18px 15px 10px;
    color: black;
    font-size: 14px;
    font-weight: 500;
}
.checkout-cart-table thead {
     background-color: #016600;
    color: white !important;
}

.checkout-cart-table tbody {
    background-color: #fcfcfc;
}
td.text-left.column_quantity button, .column_quantity input {
    height: 48px !important;
}
.column_quantity input{
    padding: 6px 14px;
    font-size: 16px;
}

.column_quantity button{
padding: 10px 19px;
}
.column_quantity .btn-danger{

    background: linear-gradient(34deg, #f4f452, #cf453f);
    color: white;
    border: none;

}
.checkout-cart-table tbody tr td a img {
    border: none;
}
.fm-smart-table tr td {
    font-size: 13px;
    color: black;
}

.fs16{font-size:16px;}
.form-control{
border-radius: 0px;
    box-shadow: none;
    font-size: 18px;
    padding: 2px 14px;
min-height:48px;
}

.panel-group .panel{
    
    border: 1px solid #e5e5e5;
    padding: 28px 22px 20px 27px;

}
.panel-group .panel .panel-body{
    border-top: none !important;
}
.panel-title a{
    font-size: 16px !important;
    font-weight: 600;
    
    color: green;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: white;

}

#common-home{position:relative;}
 
 
 

.featured-title-wrap{
border-bottom:4px solid green;
position:relative;
margin-top:44px; 
margin-bottom:30px;
line-height:1;
    float: left;
    width: 100%;
}

.featured-title-wrap span{
    z-index: -1;
    border-width: 30px 8px 14px 19px;
    border-style: solid;
    border-color: #00800000 #00800000 green green;
    position: absolute;
   /* left: 156px; */
     width: 1px;
    height: 1px;
    bottom: -4px;
}

.featured-title{
    display: inline-block;
    clear: both;
    font-size: 27px;
    padding-left: 17px;
    font-weight: 500;
    background: green;
    color: white;
    padding: 6px 16px;
    margin-bottom: 0px;
padding-bottom:6px;
 
}
.confirm_order_table thead > tr > td {
    font-weight: bold;
    color: black;
}

.confirm_order_table tr td {
    font-size: 14px;
    color: #666666;
    font-weight: 500;
}

 #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;
}

/*Custom Product Css Starst*/

.navbar-nav{
    text-align: center;
    display: inline-table;
    vertical-align: bottom;
float:none;
}


.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;
}
#cart .dropdown-menu li > div {
    width: 100%;
    padding: 0 10px;
}
	.alert-dismissable .close, .alert-dismissible .close
	{
		right: -9px !important;
	}

	.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;  }

#checkout-checkout select{padding:7px 14px;height:48px;}


.top-btns {
    width: 90%;
    margin: auto;
    padding: 30px 4px;
    max-width: 1170px;
    margin-bottom: 22px;
    padding-bottom: 0px;
}
.top-btns-box {
    display: flex;
    justify-content: space-around;
}
.top-btns-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;
}

#product-search label{font-size:14px;margin-top:8px;}

/*Custom Product Css Ends*/

@media (min-width: 1200px){
	.ipci-nav{width:100%;}
	.navbar-nav>li{
		padding: 6.5px 9px;
	}
	.best-seller-wrapper, .featured-wrapper{
		width: 1170px;
		margin:auto;
	}
	.three-img-wrapper {
		width: 1170px;
		margin:auto;
		overflow: auto;
	}

}

@media (max-width: 768px){
.swiper-viewport{
	 
height:160px;
}
.swiper-viewport .swiper-slide img{
height:160px;
}
.top-btns-box{flex-direction:column;}
h2{font-size:25px;}
#logo a img{width:auto;}
.panel-group .panel{
padding:28px 12px 20px 12px;
}

#account-account .account-group{
width: calc(106% - 30px);
}
#checkout-checkout fieldset#account, #checkout-checkout fieldset#address{padding:12px;}
	.footer-bottom {display:block;}
	.footer-bottom .col-xs-12{
	    text-align: center;
	    margin-top: 13px;
	}
	.product-thumb .caption {
    	min-height: 110px;
	}
	.button-group .product-cart-btn i{
		font-size:20px;
	}
	.three-img-wrapper .left-side, .three-img-wrapper .right-side{
		width: 100%;
		height: auto;
	}
	.three-img-wrapper .right-side .right-top-img{
		margin-top:12px;
	}
	.three-img-wrapper .right-side {
    	padding-left: 15px;
    	padding-right: 12px;
	}
	.best-seller-wrapper, .featured-wrapper{
		padding: 0px 15px;
	}
	#menu #category{
		color: #3e3c3c;
		text-shadow: none;
		font-size: 22px;
		    letter-spacing: 1px;
	}
	.four-icons-list ul li{
		    width: 50%;
    float: left;
    padding-left: 16px;
    padding-right: 9px;
    padding-top: 12px;
	}
	.four-icons-list ul{
		padding-left: 0px;
	}
}