/* Uncomment this to make the website unresponsive, and use extra-small columns in the html */
/*body, .container, header, footer, #top {
	min-width: 1130px;
}
.container {
	max-width: 1130px;
}*/

body {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	color: #949494;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 { color: #444; }
/* default font size */
.fa { font-size: 14px; }
.fa-1 { font-size: 20px; }
.fa-2 { font-size: 32px; }
.fa-3 { font-size: 64px; }
.fa-4 { font-size: 112px; }
.fa-5 { font-size: 192px; }
.fa-6 { font-size: 320px; }
/* 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: #014833;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	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;
}
input[type=checkbox] {
	top: 3px;
    position: relative;
}
/* 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: #3eb14f;
}
/* 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 #currency .currency-select {
	text-align: left;
}
#top #currency .currency-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 img{
    height:5em;
}
.item-center{
    display: table;
    height:5em;
}

.item-center > *{
    display: table-cell;
    vertical-align: middle;
}
.item-center .list-inline{
    margin-bottom: 0;
}
.logo-padding{
    padding-top:.5em;
}

/* search */
.search {
	margin-bottom: 10px;
}
.search .input-lg {
    padding: .56em 1em;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    height: auto;
    border-right: 0px;
}
.search .btn-lg {
	    padding: .5em 1em;
    height: auto;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
        background: transparent;
 border-left: 0px;
    outline: none;
    box-shadow: none;
    line-height: 0;
    line-height: 1em;
    font-size: 13px;
    border-color:#ccc;
}
.search .btn-lg .fa{
    font-size: 1em; 
}
/* cart */
#cart {
    color: #333;
}
.btn-cart-icon{
    line-height: 0px;
    background: transparent;
    border: 0px;
}
#cart-total{
    background: #da232e;
    color: #fff;
    padding: 0.2em 0.3em;
    border-radius: 5px;
}
#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: #fff;
	z-index: 1001;
	
}
#cart a{
    color: #333;
}
#cart .dropdown-menu {
    min-width: 15em;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	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 {
   margin: 0;
}
#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 {
	background: #3eb14f;
	color: #333;
}
#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: #014833;
	font-weight: 600;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background: #014833;
}

.navbar-nav {
    width: 100%;
    text-align: center;
}
.navbar-nav>li{
	float: none;
    display: inline-block;
}
.navbar{
  min-height: auto;
}
#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);
}
.nav-cat-bg{
	background: #014833;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	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;
	}
	.bganycombirib{
	    top: 28% !important;
	}

}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	color: #333;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
footer .socials a {
	display: inline-block;
}
footer .socials img {
	height: 2.5em;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin-bottom: 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb  a {
 	color: #3b3d49;
 	text-transform: uppercase;
 	font-weight: 700; 
}
.breadcrumb  li:last-child a {
	color: #cecece;
}
.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: 5px;
    right: -5px;
    width: 9px;
    height: 9px;
	border-right: 1px solid #3b3d49;
	border-bottom: 1px solid #3b3d49;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb  li:last-child:after {
	content: '';
	display: none;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 10px;
	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: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	background: #3eb14f;
	border: 0px;
	color: #fff;
	border-radius: 10px;
	font-size: 1em;
	padding: .5em 1.5em;
	/*margin-top: 1em;*/
	display: inline-block;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #fff;
	background: #014833;
	font-size: 1em;
	padding: .5em 1.5em;
	border: 0px;
}
.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: 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: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* 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;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.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) {
.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 ,
.product-info .price{
	color: #444;
	font-size:1.4em;
	font-weight: 700;
}
.product-thumb .price-new ,
.product-info .price-new{
	color:#da232e;
}
.product-thumb .price-old, 
.product-info .price-old{
	color: #999;
	text-decoration: line-through;
    font-size:.85em;
    font-weight: 400;
}
.product-thumb .price-tax,
.product-info .price-tax{
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@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;
	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) {
	.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;
}
.checkbox-inline, .radio-inline { position: relative; }

/* Placeholder Stylesheet */
::-webkit-input-placeholder { color: inherit; }
:-moz-placeholder { color: inherit; }
::-moz-placeholder { color: inherit; }
:-ms-input-placeholder { color: inherit; }

/* Navbar with N-level dropdown menu*/
/**
<ul class="nav navbar-nav">
	<li class="dropdown">
		<a href="#" class="dropdown-toggle" data-toggle="dropdown">PARENT</a>
		<div class="dropdown-menu">
        	<div class="dropdown-inner">
        		<ul class="list-unstyled">
        			<li class="dropdown-submenu">
						<a href="#" class="dropdown-toggle" data-toggle="dropdown">CHILD</a>
						<div class="dropdown-menu">
        					<div class="dropdown-inner">
        					</div>
        				</div>
        			</li>
        		</ul>
        	</div>
        </div>
	</li>
</ul>
**/
.dropdown-submenu { position: relative; } 
.dropdown-submenu:after {
	position: absolute;
    right: 8px;
    top: 0;
    content: '\f0da';
    font-family: FontAwesome;
    height: 100%;
    vertical-align: middle;
    line-height: 28px;
    font-size: 14px;
    color: inherit;
}
.dropdown-submenu:hover:after { color: #fff; }
@media (max-width: 768px) {
	.dropdown-submenu:after { content: '\f0d7'; }
}
.dropdown-submenu > .dropdown-menu { 
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu { display: block; }
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu.pull-left { float:none; } 
.dropdown-submenu.pull-left > .dropdown-menu { 
	left: -100%;
	margin-left: 10px;
}

/* 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;
}

.clear { clear: both; }
:focus { outline: none !important; }

/* Default Breakpoint */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .prod-bg-search {
        min-height: 22.5em !important;
    }
    .bganycombirib{
        top: 15%;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}

.tab-slider{
	margin: 0 -1em;
}

.tab-slider .tab-pane{
    display: block;     /* undo display:none          */
    height: 0;          /* height:0 is also invisible */ 
    overflow-y: hidden; /* no-overflow                */
}
.tab-slider .active{
    height: auto;       /* let the content decide it  */
} 

.tab-slider .collapse{
    display: block;     /* undo display:none          */
    height: 0;          /* height:0 is also invisible */ 
    overflow-y: hidden; /* no-overflow                */
}
.tab-slider .in{
    height: auto;       /* let the content decide it  */
} 

.featured-slider{
	text-align: center;
}

.hover-trans{
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.img-hover{
	position: relative;
	border-radius: 10px;
    overflow: hidden;
}
.img-hover > img{
	width: 100%;
}

.sale-icon{
    position: absolute;
	width: 20%;
    top: 0;
    right: 0;
    z-index: 1;
    height: auto !important;
}
.img-hover-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(255,255,255,.8);
  text-align: center;
}

.img-hover:hover .img-hover-item {
  opacity: 1;
}
.img-hover-item .product-btn{
	position: relative;
	top: 45%;
	font-size: 1.1em;
}
.product-btn > *{
	display: inline-block;
	margin: 0 .5%;
	background-color: transparent;
	border:0;
	padding: .6em;
	border-radius: 50%;
	color: #301201;
	line-height: 0;
	-webkit-transition: all .25s;
  	-moz-transition: all .25s;
  	-o-transition: all .25s;
  	transition: all .25s;
}
.product-btn > *:hover{
	transform: translateY(-5px);
}
.table-flex::before, 
.table-flex::after { content:none; }
.table-flex { 
	display: table;
	table-layout: fixed;
	/*width:100%;*/
	height: 100%;
}
.table-flex > div { 
	position: relative;
	float:none;display: 
	table-cell;
	vertical-align: top; 
	 height:100%;

}

.table-content{
	height: 100%;
	/*border: 1px solid;*/
	display: inline-block;
	width: 100% !important;
}
.full-height{
	height: 100%;
}
.height-50{
	height: 50%;
}
.featured-cat{
    margin-bottom: 3em;
}
.featured-cat img{
	height: 100%;
	object-fit: cover;
	border-radius: 25px;
	padding: .5em 0;
}
.featured-cat .row,
.featured-cat.row{
    margin-right: -.5em; 
    margin-left: -.5em; 
    height:auto;
}
.featured-cat .col-sm-6,
.featured-cat .col-xs-12{
    padding-left: .5em;
    padding-right: .5em;
}
.featured-cat a{
    display: block;
    height: 100%;

}
.main-featured-img{
	height: 101%;
}
.main-menu{
  	display: inline-block;
    float: right;
    padding-left:0;
    margin-bottom:0;
}
.main-menu li{
  	display: inline-block;
}
.main-menu li a{
  	display: block;
  	font-size: .85em;
  	padding: 0 .5em;
  	color: #333;
}
.footer-menu{
  display: inline-block;
  float: left;
  margin-top: 1em;
}
.footer-menu li{
  display: inline-block;
}
.footer-menu li a{
  display: block;
  font-size: .85em;
  padding: 0 .5em;
  color: #333;
}
.footer-icon{
  height: 2.5em;
  margin-right: 1em;
  float: left;
}
.fcs-text{
  color: #d6d6d8;
}

.subscribe-form form{
	position: relative;
    display: table;
    border-collapse: separate;
}

.subscribe-form .form-field[data-key="email2"] h4{
	display: none;
}
.subscribe-form .form-field{
    display: table-cell;
}
.subscribe-form .form-field[data-key="html1"]{
	width: 100%;
	display: table-caption;
}
.subscribe-form .email-field{
  	border-radius: 30px !important;
  	padding: .8em 1em !important;
  	height: auto !important;
    font-size: 12px;
    width: 100% !important;
}
.subscribe-form .btn-primary{
  border-radius: 5px;
  margin-left: .5em;
  padding: .8em 1.5em;
  font-size: 12px;
}

.subscribe-submit:hover{
  color: #fff;
  background: #014833;
}
.col-center{
  float:none;
  margin-right: auto;
  margin-left: auto;
}
.content-bg{
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	width: 100%;
    padding: 3% 0;
}
.copyright{
	color: #d6d6d8;
	font-size: .9em;
}
.copyright a{
	color:#3eb14f;
}
.copyright a:hover{
	color:#333;
}
.footer-links{
	padding-top: .5em;
	font-size: 14px;
}
a.contact{
  color: #333;
}
a.contact img{
  margin-right: .3em;
}
.prod-bg{
	background: #fff;
	padding: 0em !important;
    border-radius: 10px;
    min-height: 28.5em;
    text-align: center;
   	border: 1px solid #e6e6e6;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.prod-bg-search{
     min-height: 30em !important;
}
.prod-bg:hover{
	-webkit-box-shadow: -1px 1px 15px 9px rgba(230,230,230,1);
	-moz-box-shadow: -1px 1px 15px 9px rgba(230,230,230,1);
	box-shadow: -1px 1px 15px 9px rgba(230,230,230,1);
}
.product-info h4>a{
	color:#949494;
	font-weight: 700;
}
#related-prod-slider{
    text-align: center;
    margin-bottom: 2em;
}
.featured-slider .slick-prev,
.featured-slider .slick-next,
#related-prod-slider .slick-prev,
#related-prod-slider .slick-next{
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 60%;
    background-position: center;
    text-indent: -9000px;
    background-color: transparent;
    width: 3em;
    height: 3em;
    border: 0;
    margin-top: 2em;
    
}

.featured-slider .slick-prev,
#related-prod-slider .slick-prev{
  	background-image: url(../image/brand-left.png);
    border-right: 1px solid #d6d6d8;
}
.featured-slider .slick-next,
#related-prod-slider .slick-next{
  	background-image: url(../image/brand-right.png);
    border-left: 1px solid #d6d6d8;
}
.featured-slider .slick-prev:hover,
#related-prod-slider.slick-prev:hover{
  background-image: url(../image/brand-hover-left.png);
}
.featured-slider .slick-next:hover,
#related-prod-slider .slick-next:hover{
  background-image: url(../image/brand-hover-right.png);
}
.featured-slider .slick-slide .img-hover>img,
#related-prod-slider .slick-slide .img-hover>img {
    display: block;
    height: 17em;
    object-fit: contain;
    object-position: center;
    width: auto;
    display: table;
    margin: auto;
}
.brand-sale .slick-prev,
.brand-sale .slick-next{
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 60%;
    background-position: center;
    text-indent: -9000px;
    background-color: transparent;
    width: 3em;
    height: 3em;
    border: 0;
    margin-top: 2em;
}
.brand-sale .slick-prev{
  	background-image: url(../image/brand-left.png);
    position: absolute;
    right: 2.5em;
    top: -5em;
}
.brand-sale .slick-next{
  	background-image: url(../image/brand-right.png);
    position: absolute;
    right: 0;
    top: -5em;
}
.brand-sale .slick-prev:hover{
  background-image: url(../image/brand-hover-left.png);
}
.brand-sale .slick-next:hover{
  background-image: url(../image/brand-hover-right.png);
}
.grey-bg{
	background: #ebf1e9;
	padding: 1em 0;
}
.white-bg{
	background: #fff;
	padding: 1em 0;
}
.home-offer{
	padding-left: 0;
	list-style: none;
	text-align: center;
	margin-bottom: 0;
	margin-right: -1em;
	margin-left: -1em;
}
.home-offer li{
	display: inline-block;
	width: 25%;
    float: left;
    padding: 0.5em 1em;
    border-right: 1px solid #c9cec7;
    line-height: 1.1em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-offer li:last-child{
	border-right: 0;
}
.home-offer li img{
	height: 2em;
	margin-right: .5em;
}
.img-border{
	border-radius: 25px;
}
.ms-layer.ms-caption{

}
.ms-slide-desc{
	width: 40%;
	float: right;
	margin: auto;
    padding: 2% 8%;
    text-align: left;
}
/*.ms-slide-desc h1,
.ms-slide-desc h2{
	color: #fff;
	font-size: 3.5em;
}*/
.content-title{

}

.accordion-menu{
  list-style: none;
  padding: .5em 0;
  position: relative;
  padding-top: 1em;
 }
.accordion-menu ul{
  list-style: none;
  position: relative;
}
.accordion-menu > li > ul{
  padding-left: 1em;
}
.accordion-menu >li > ul ul{
  padding-left: .5em;
}
.accordion-menu a{
  color:#505050; 
  display: block;
  padding: .25rem 0;
  overflow:hidden;
}
.accordion-menu a:hover,
.accordion-menu a:focus{
  text-decoration: none;
  color:#505050; 
  font-weight: 700;
}

.accordion-menu li{
  padding-right: 1.3em;
  position: relative;
}
/*.accordion-menu > li.active{
  border-left: 6px solid #fba51a;
  padding-left: calc( 1.5em - 6px );
  margin-left: -1.5em;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}*/
.accordion-menu li.active > a {
  font-weight: 700;
}
.accordion-arrow{
  position: absolute;
  right: 0;
  top:.3em;
  float: right;
  background-color: transparent;
  border: 0;
  background-image: url(../image/accordion-arrow.png);
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  background-position: center;
  color: transparent;
  height: 1.1em;
  width: 1.1em;

  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  z-index:1;
      text-indent: -9000px;
}

.accordion-arrow[aria-expanded="false"]{
  -webkit-transform: rotate(0deg);
  -moz-transform:    rotate(0deg);
  -ms-transform:     rotate(0deg);
  -o-transform:      rotate(0deg);
  transform:         rotate(0deg);
}
.accordion-arrow[aria-expanded="true"]{ 

  -webkit-transform: rotate(-90deg);
  -moz-transform:    rotate(-90deg);
  -ms-transform:     rotate(-90deg);
  -o-transform:      rotate(-90deg);
  transform:         rotate(-90deg);
}

.accordion-arrow:focus{
  outline: none;
}
.accordion-arrow:hover{
  height: calc( 1.1em + 2px );
}
.cat-menu{
  background-color: #fff;

  display:block;
}
.left-menu > #column-left{
  width: 100%;
  padding: 0;
  background-color: #fff;
}
.ms-slide-desc h1 span,
.ms-slide-desc h2 span{
    border-bottom:1px solid #fff;
    display: inline-block;
    margin-bottom: .2em;
}
.ms-slide-desc h1,
.ms-slide-desc h2{
    font-size: 3em;
    color:#fff;
}
.ms-slide-desc h1 strong,
.ms-slide-desc h2 strong{
    font-size: 3em;
    display: block;
    margin-top: .3em;
    margin-bottom: .18em;
}
@media (max-width: 938px){
    .footer-icon{
        display:none;
    }
}

@media (max-width: 767px){
    #cart .dropdown-menu.pull-right{
        left: -46vw;
        right: -42vw;
        width: auto;
    }
    .navbar-collapse.in{
        overflow:visible;
    }
    .home-offer li{
        width:50%;
    }
    .footer-menu{
        width:50%;
        display: table;
           float: left !important;
        text-align: center;
        font-weight:.9em;
    }
    .footer-menu li{
        display: block;
    }
    .cat-menu{
        position:absolute;
        z-index:2;
        display: block;     /* undo display:none          */
        height: 0;          /* height:0 is also invisible */ 
        overflow-y: hidden;
        padding: 0;
    }
   .cat-menu.in{
        height: auto;       /* let the content decide it  */
    }
    .accordion-menu{
       padding:1.2em;
    }
    .product-list,.product-list {
        width: 100%;
    }
    .mobile-menu{
        width: 100%;
        text-align: center;
    }
    .menu-icon{
        width: 100%;
        text-align: center;
        margin-right:0;
    }
    .mobile-menu li{
        display: block;
        border-bottom: 1px solid #ddd;
    }
    .navbar-default {
        background-color: #fff;
        border-color: #fff;
    }
    .search {
        margin-top: 1em;
    }
    #logo{
        margin-left: 15px;
        margin-top: .5em;
        margin-bottom: .5em;
    }
    #logo img {
        height: 4em;
    }
    .navbar-toggle{
        top: 0.5em;
    }
    .navbar{
        margin-bottom:0;
    }
    .featured-cat .col-sm-6, .featured-cat .col-xs-12{
        float:left;
    }
    .subscribe-form .btn-primary{
        margin-left:0;
    }
    
}

@media (max-width: 500px){
    .subscribe-form form{
        display:block !important;
    }
    .subscribe-form .form-field {
        display: block !important;
    }
    
}
.mfilter-heading{
	background: transparent !important;

}
.mfilter-tb-as-td{
    border-color: transparent !important;
}
.mfilter-content{
    border-color: transparent !important;
    padding-left: 0!important;
    padding-right: 0!important;
}
.mfilter-opts-container {
    border-color: transparent !important;
    margin-bottom: 1em;
}
.mfilter-heading-content, .mfilter-content-opts,.mfilter-filter-item .mfilter-options{
	padding-left: 0!important;
    padding-right: 0!important;
}
.mfilter-option input[type="checkbox"], .mfilter-option input[type="radio"]{
	top: 0 !important;
	margin: 0 !important;
}
.breadcrumb-bg{
	background: #f2f2f2;
}
h1 , .heading{
	color: #3eb14f;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 0;
}
.heading-sub{
	font-size: 2.5em;
    margin-top: .1em;
    font-weight: 400;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	color: #333;
	background-color: transparent;
}
.pagination>li>a, .pagination>li>span{
	color: #d3d3d3;
	border: 0px;
    border-left: 1px solid #d3d3d3 !important;
}
.pagination>li:first-child *{
	border:0px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
	color: #333;
    background-color: transparent;
}
.nav-tabs{
	display: inline-block;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border:0px;
	border-bottom: 1px solid #ddd;
}
.border-heading{
    border-bottom: 1px solid #666;
    margin-bottom: 1em;
}
.border-heading span{
    border-bottom: 3px solid #333;
}
.input-group-btn .btn-primary{
    display: inline-block !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    border:1px solid transparent;
}

#cart .free-shipping-indicator {
  vertical-align: top !important;
  white-space: normal;
}

#cart .free-shipping-indicator .free-shipping-text {
  font-size: 14px;
}

#cart .free-shipping-indicator .free-shipping-group {
  position: relative;
}

#cart .free-shipping-indicator .free-shipping-group > * {
  display: inline-block;
  vertical-align: middle;
}

#cart .free-shipping-indicator .free-shipping-icon {
  width: 38px;
  height: 38px;
  border-radius: 38px;
  background: #014833;
  position: relative;
  margin-left: -8px;
}

#cart .free-shipping-indicator .free-shipping-icon i::before {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% + 2px);
  transform: translate(-50%, -50%) scaleX(-1);
  color: #e1e1e1;
  font-size: 20px;
}

#cart .free-shipping-indicator .free-shipping-progress {
  background: #014833;
  padding: 5px 6px;
  padding-right: 0px;
  width: calc(100% - 38px);
  overflow: hidden;
}

#cart .free-shipping-indicator .free-shipping-progress .free-shipping-progress-bar {
  height: 10px;
  width: 0px;
  display: block;
  background: #3eb14f;
  border-radius: 50px;
  transition: all 0.3s ease;
}

#cart .free-shipping-indicator .free-shipping-progress.freed + .free-shipping-icon {
  background: #3eb14f;
}

#cart .free-shipping-indicator .free-shipping-progress.freed + .free-shipping-icon i:before {
  color: white;
}

#cart .free-shipping-indicator .free-shipping-label {
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  background: #3eb14f;
  color: white;
  padding: 0px 6px;
  border-radius: 3px;
}

#cart .free-shipping-indicator .free-shipping-label:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #3eb14f;
}
.free-shipping-text{
    width:85%;
    text-align:center;
}
#logo{
        display: inline-block;
    max-width: 30%;
    vertical-align: middle;
}
.ads-links{
    display: inline-block;
    width: 65%;
    vertical-align: middle;
}
.ads-img{
    display: inline-block;
    vertical-align: middle;
    height: auto;
    max-height: 5em;
    max-width: 100%;
    
    padding-left: 2%;
}
.form-control{
    font-size:1em !important;
    height: 100% !important;
        padding: .6em 1em;
}
.product-search .form-control{
    height: auto !important;
}
.mfilter-price-inputs .form-control {
    height: 34px !important;
}
.slick-slider .slick-slide {
    height: auto;
}
pre {
    display: none;
}

@media (max-width: 990px){
    .ads-links{
        width: 60%;
    }
    .mobile-container{
        width:95%;
    }
    .search{
        float: left;
        width: 45%;
        margin-top: 1em;
    }
    .menu-icon{
        display: inline-block;
        margin-top: 1.5em;
        padding-left: 1%;
        float:right;
    }
    #logo img {
        height: 4em;
        
    }
    .navbar{
        margin-bottom:0;
    }
}
@media (max-width: 767px){
    .mobile-container {
        width: 100%;
    }
    .search {
        width: 100%;
    }
    
    .img-hover:hover .img-hover-item {
    opacity: 0 !important;
    }
}
@media (max-width: 480px){

    .ads-links {
        width: 45%;
        
    }
}


.row {
    margin: 0 !important;
}


.product-product .nav .well {
    display: none;
}

.bganycombirib span{
    left: -28px !important;
}

.modal-backdrop {
    display: none !important;
}

.fa.fa-exclamation-circle {
    display: none;
}


.prod-bg  a{
    text-align: -webkit-center !important;
}