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 {
	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: #666;
}
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;
}
/* 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{
	border-radius: 0;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-animation-fill-mode: forwards;  
	animation-fill-mode: forwards; 
	-webkit-transform: scale(1, 0);
	display: block; 
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.picker-open.bootstrap-datetimepicker-widget{
	-webkit-transform: scale(1, 1);
	  transform: scale(1, 1);  
	  opacity:1;
}
.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);  
  opacity:1;
}
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #000;
	background-color: #e4e4e4;
}	
/* top */
#top {
	padding: 0;
	margin: 0;
	min-height: 40px;
	box-shadow:none;
	border: 1px solid black!important;
	position:relative;
}
#top .middle-logo{
	position: absolute;
	top: 10px;
	left:50%;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-height: 100%;
	min-width: 210px;
	max-width:350px;
	z-index: 10;
	margin-top:-5px;
}
#top .middle-logo #logo
{
	overflow: visible;
}	
#top .top_inner{
	box-shadow:none;
	border: 1px solid white!important;
}
#top .container {
	padding: 0 20px;
	box-shadow:none;
	border: 1px solid white!important;
}
#top #form-currency{
	position: relative;
	z-index: 9;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	color: #000;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #000;
	background-color: #e4e4e4;
}
#top #form-currency .dropdown-menu, #top #form-language .dropdown-menu{
	padding: 0;
}
#top .account-toggle i
{
	font-size:18px;
}
#top .account-toggle .dropdown-menu{
	padding: 0;
	margin-top: 12px;
}
#top .account-toggle .dropdown-menu li a{
	padding: 10px 16px;
}
#top .btn-link, #top-links li, #top-links a {
	color: black;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #e4e4e4;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	color: #000;
}
#top-links .open > a{
	background: none;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding: 10px 0;
}
#top-links ul{
	margin-bottom: 0;
}
#top-links a + a {
	margin-left: 15px;
}
#top-links .top_inner{
	background: #363636;
}
#top{
	position: relative;
}
#top .top_inner:before,
#top .top_inner:after{
	display: table;
  	content: " ";
}
#top .top_inner:after{
	clear: both;
}
.header-bar{
	position: static;
}
.header-bar .skew{
	position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #363636;
    /*
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
	*/
}
/* logo bar*/
#top, .header-bar
{
	background-color: white!important;
	border: 1px solid white!important;
	box-shadow:none;
}
header, .skew
{
	background-color: black!important;
	border: 1px solid black!important;
	box-shadow:none;
}
footer #logo img
{
	max-width:250px;
}
.logo-and-stuff
{
	position: relative;
	margin:0!important;
	padding: 0!important;
	min-height:70px;
	max-width: 100%!important;
	background-color: white!important;
	border: 1px solid white!important;
	box-shadow:none;
}
.perks
{
	float:right;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0;
	position: absolute;
	top: 50%;
	right:10px;
	width:100%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	max-height: 100%;
}
.perks a
{
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
	font-size: 20px;
	padding: 5px 5px;
	text-align: center;
	color:black!important;
}
.perk-slider
{
	display:none;
}
.perk-slider a
{
	color:black!important;
}
@media (max-width: 780px) {
	.perks a
	{
		font-size: 14px;
	}
}
@media (max-width: 645px) {
	.perks a
	{
		font-size: 12px;
		min-width: 50%;
		padding: 3px;
		display:inline;
	}
	.perks a i
	{
		width:14px!important;
	}
}

@media (min-width: 486px) {

	#cart .dropdown-menu {
		top: 110px;
	}
}
@media (max-width: 485px) {
	.logo-and-stuff
	{
		min-height:33px!important;
	}
	.perks {
		display:none!important;
	}
	.perk-slider {
		width:100%;
		display: block;
		position: relative;
		overflow: hidden;
		height:30px;
		margin: 0 0 -30px 0;
	}
	.perk-slider ul {
	  position: relative;
	  margin: 0;
	  padding: 0;
	  height: 30px;
	  list-style: none;
	}
	.perk-slider ul li {
	  position: relative;
	  display: block;
	  float: left;
	  margin: 0;
	  padding: 0;
	  width: 100%;
	  height: 30px;
	  text-align: center;
	  line-height: 20px;
	}
	.logo-and-stuff
	{
		text-align:center;
	}
	.logo-and-stuff #logo a
	{
		float: none!important;
	}
	.right-icons
	{
		padding-right:10px;
	}
	.right-icons #mpsearch
	{
		margin-right: 25px!important;
	}
	#cart .dropdown-menu {
		top: 75px;
	}
}
.logo-and-stuff #logo {
	height: 100%;
}
.logo-and-stuff #logo a{
    height: auto;
    line-height: normal;
	display: inline-block;
	float:left;
	padding: 30px 30px 30px 20px;
	margin: 0;
}
.logo-and-stuff #logo img{
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
	max-width:250px;
}
div#cart,div#mpsearch
{
	width:30px;
	float:right;
	margin-right:0px;
}
.right-icons #mpsearch
{
	margin-right: 30px;
}
.right-icons i
{
	margin-right: 0px!important;
}

/* search */
#mpsearch {
	/*border: 3px solid #e4e4e4;*/
	border: 1px solid transparent!important;
	max-width: 150px;
}
#mpsearch .input-lg {
	height: 34px;
	line-height: 20px;
	padding: 0 10px;
	border-radius: 0;
	background: #666;
	border: none;
	color: #fff;
}
#mpsearch .btn-lg {
	font-size: 15px;
	line-height: 18px;
	margin-top: 2px;
	padding: 7px 10px;
	border-radius: 0;
	/*background: #363636;*/
	background: white;
	border: 1px solid transparent!important;
	color: black;
	box-shadow: none;
}
/* cart */
#cart > .btn i{
	vertical-align: middle;
	color: white;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: white;
	background: no-repeat;
	border: none;
	box-shadow: none;
	position: fixed;
    background-color: black;
    z-index: 1000;
}
#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;
	min-width: 300px;
	border:none;
	max-width: 400px;
    position: fixed;
    overflow-y: scroll;
    max-height: 80%;
}
#cart .dropdown-menu table td{
	font-size: 14px;
	border: none;
}
#cart .dropdown-menu table td a{
	color: #666;
}
#cart .dropdown-menu table .total-price{
	margin-top: 10px;
	font-weight: bold;
	font-size: 18px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0 5px;
}
/* menu */
#menu .navbar-collapse {
    border: 0;
    background-color: transparent;
    position: relative;
    right: 90px;
}
.navbar{
	min-height: 40px;
}
#menu {
	border-radius: 0;
	margin-bottom: 0;
	border: none;
}

#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #e4e4e4;
}
#menu .dropdown-menu {
	padding-bottom: 0;
	top: 40px;
	min-width: 250px;
	background: #363636;
}
/*#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}*/
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 10px 20px;
	clear: both;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #000;
}
#menu .see-all {
	display: block;
	border-top: 1px solid #424242;
	color: #e4e4e4;
	padding: 10px 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 {
	color: #e4e4e4;
	text-decoration: underline;
}
#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;
	background: none;
	float: right;
}
#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 {
		max-height: 40px!important;
	}
	#menu .dropdown:hover .dropdown-menu {
		display: block;
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);  
		opacity:1;
	}
	#menu .nav > li > a{
		padding: 15px 10px;
		font-size: 14px;
	}
	#menu .navbar-nav{
		float: none;
		display:inline-block;
		max-height: 40px;
	}
	#menu .navbar-nav li, #menu .navbar-nav li a{
		max-height: 40px!important;
	}
	#menu .menu-sidebar{
		position: relative;
		text-align: center;
		max-height: 40px;
	}
	.navbar-header
	{
		display: none!important;
	}
}
@media (max-width: 435px) {
	#menu .btn-navbar{
		margin-left:-10px!important;
	}
	.middle-logo
	{
		margin-left: -5px;
	}
	#top-links
	{
		display:none;
	}
}
@media (max-width: 767px) {
	.header-bar{
		height: 0px;
	}
	.navbar-header {
		float:left!important;
	}
	#menu #category
	{
		display:none!important;
	}
	#menu {
		border-radius: 0px;
	}
	#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);
		color: #e4e4e4;
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	#menu .btn-navbar{
		margin-top: -42px;
		margin-left:60px;
		border: none;
		box-shadow: none;
		padding: 2px 8px;
	}
	#menu .btn-navbar i{
		font-size: 24px;
		color: black;
	}
	#menu .btn-navbar:hover, #menu .btn-navbar:focus{
		background: none;
	}
	.menu-sidebar {
	    height: 100%;
	    width: 0;
	    position: fixed;
	    z-index: 1;
	    top: 0;
	    left: 0;
	    background-color: #111;
	    overflow-x: hidden;
	    padding-top: 60px;
	    transition: 0.5s;
	    z-index: 9;
	}
	.menu-sidebar a {
	    padding: 8px 8px 8px 32px;
	    text-decoration: none;
	    color: #818181;
	    display: block;
	    transition: 0.3s
	}	
	.menu-sidebar a:hover, .offcanvas a:focus{
	    color: #f1f1f1;
	}
	.menu-sidebar .closebtn {
	    position: absolute;
	    top: 0;
	    right: 10px;
		font-size: 30px;
	}	
	.menu-sidebar .closebtn:hover{
		color: #e4e4e4;
	}
	.menu-sidebar {
    	padding-top: 15px;
    }
    .menu-sidebar .navbar-nav{
    	margin-top: 25px;
    }
    #menu .nav > li > a{
    	padding: 12px 0px;
    	font-size: 14px;
    }
    #top .middle-logo
    {
    	top: 27px;
    }
}
/* content */
#content {
	min-height: 600px;
}
/* footer */

footer {
    background: black;
	position: relative;
    margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
	color: white;
}
footer::after {
    position:absolute;
	content: "";
	background: rgba(243, 244, 249, 1) url("../image/footerstreep.jpg") repeat-x scroll right center;
    top: 0px;
    left: 0px;
	width:100%;
	height:100%;
	z-index:-1;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid white;
}
footer a {
	color: white;
}
footer a:hover {
	color: #e4e4e4;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
}
footer hr
{
	height: 1px;
	background-color: transparent;
    border: none;
}
/* alert */
.alert {
	padding: 8px 14px 8px 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: #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 {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #e17474!important;
	background-image: none!important;
	background-repeat: repeat-x;
	border-color: #e17474;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #666!important;
	background-position: 0 -15px;
}
.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: #e17474!important;
	background-image: none!important;
	background-repeat: repeat-x;
	border-color: #e17474;
	/*background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);*/
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #666!important;
	background-position: 0 -15px;
}
.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: #666;
	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: #e17474;
	border: 1px solid #DDDDDD;
	/*text-shadow: 0 1px 0 #eee;*/
}
/* carousel */

.carousel-caption {
    color: #FFFFFF;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}
.carousel .swiper-pager
{
	display:none;	
}

/* 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;
	text-align: center;
	min-height: 125px;
}
.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: 375px) {
	/*
	#common-home .section.brand
	{
		display:none;
	}
	#common-home .section.bestselleer
	{
		margin-top:-100px;
	}
	*/
}
@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;
}
}
.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 {
	background-color: #e17474;
	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%;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{
	border-color: black;
}
.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;
	}
	.container {
    	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;
	}
	.container {
    	width: 100%!important;
	}
}

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


/* Banner Start*/
.banner-viewport .banner-slide{
	margin-bottom: 30px;
	position: relative;
}
.banner-viewport .banner-slide .custom-data{
	position: absolute;
	left: 0;
	max-width: 300px;
	top: 32px;
}
.banner-viewport .banner-slide .custom-data h3{
	color: #e4e4e4;
	text-transform: uppercase;
	word-spacing: 9999999px;
}
.banner-viewport .banner-slide + .banner-slide .custom-data h3{
	color: #000;
} 
.banner-viewport .banner-slide + .banner-slide a:hover h3{
	color: #fff;
}
.banner-viewport .banner-slide a{
	display: block;
	position: relative;
	overflow: hidden;
	background: #000000;
}
.banner-viewport .banner-slide a:hover img{
	opacity: .3;
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -ms-transform:scale(1.3);
    transform:scale(1.3);
}
.banner-viewport .banner-slide a img{
	-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
}
.banner-viewport .banner-slide .custom-data .btn{
	background: #e4e4e4;
    border: none;
    border-radius: 0;
    color: #000;
    margin-top: 15px;
}
/* Banner end */
/* Welcome */
.welcme_block {
	margin-bottom: 30px;
}
.welcme_block h3{
    font-weight: 700;
    letter-spacing: -2.5px;
    line-height: 1em;
    text-transform: uppercase;
    color: #fbdd12;
}
.welcme_block h3 span {
    letter-spacing: -2px;
    display: block;
    line-height: 1em;
    font-weight: normal;
}
.welcme_block p{
	padding-left: 10px;
	font-size: 14px;
	line-height: 25px;
	color: #ffffff;
}
#featured{
	margin-bottom: 10px;
}
/* Welcome End*/
.heading{
	position: relative;
	margin-bottom: 10px;
}
.heading h3{
	background: #e4e4e4;
	color: #000;
	margin: 0;
	padding: 20px;
	text-transform: uppercase;
	font-size: 20px;
}
.heading .swiper-button-next {
	right: 5px;
}
.heading .swiper-button-prev {
	right: 48px;
	left: auto;
}
.abtnewslide {
	opacity: 1;
}
.abtnewslide .abcontainer{
	background: rgba(0,0,0,0.3);
}
.abtnewslide .about-bg {
    overflow: hidden;
    margin-bottom: 30px;
}
.abtnewslide .news-bg{
	background: #e4e4e4;
}
.abtnewslide .news-bg .abcontainer{
	background: none;
}
.abtnewslide .abcontent{
    text-align: justify;
}
.abtnewslide .abcontent h2{
	margin-top: 0;
	font-size: 40px;
	color: #fff;
}
.abtnewslide .button-mpaddsubscribe:hover{
	color: #e4e4e4;
}
.abtnewslide .abcontent p{
	color: #fff;
	font-size: 14px;
	padding: 15px 0;
	line-height: 30px;
}
.abtnewslide .abcontent .read{
	background: #e4e4e4;
	color: #000;
	padding: 10px 25px;
	font-size: 16px;
}


.abtnewslide .newsblock h2, .abtnewslide .newsblock p{
	color: #000;
}
.abtnewslide .newsblock .form-control{
	background: #f5f5f5;
	border-color: #999;
}
.border{
	border: 1px solid #ddd;
}
.swiper-viewport.brd-carousel .swiper-button-next{
	right: 0;
}
.swiper-viewport.brd-carousel .swiper-button-prev{
	left: 0;
}
.conmapslide {
	opacity: 1;
	position: relative;
	margin-bottom: -10px;
	overflow: hidden;
}
.conyellow{
	background: #e4e4e4;
}
.conmapslide .con-bg {
    overflow: hidden;
}
.conmapslide .concontent{
	color: #000;
	z-index: 9;
	position: relative;
}
.conmapslide .concontent h2{
	margin-top: 0;
	color: #000;
}
.conmapslide .contact-list li{
	padding-bottom: 15px;
}
.conmapslide .contact-list li a{
	color: #000;
}
.conmapslide .contact-list li i{
	padding-right: 10px;
	font-size: 18px;
	width: 25px;
	text-align: center;
}
.conmapslide .social-icons a{
	color: #000;
}
.conmapslide .social-icons a i{
	font-size: 22px;
}
.conmapslide .concontent .read{
	background: #e4e4e4;
	color: #000;
	padding: 10px 25px;
	font-size: 16px;
}
.conmapslide .conblock:before {
    background: #e4e4e4;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 300%;
    height: 100%;
    z-index: 9;
}
.conmapslide .mapblock .concontent{
	padding-left: 45px;
}
.conmapslide .mapblock {
    position: static;
}
.conmapslide .mapblock iframe {
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 325px;
	border: none;
}
.conmapslide .mapblock iframe .gm-bundled-control-on-bottom .gmnoprint{
	top: -20px !important;
}
.alert a{
	color: #e4e4e4;
}
.alert-success {
    color: #fff;
    background-color: #30840e;
    border-color: #d6e9c6;
}
.alert-dismissable .close, .alert-dismissible .close{
	top: 0px;
	right: 0px;
	color: #fff;
	opacity: 1;
}
.alert-danger {
    color: #fff;
    background-color: #f55959;
    border-color: #ebccd1;
}
.sc_filters{
	background: #e4e4e4;
	padding: 10px 0;
	margin-top: 15px;
	margin-bottom: 15px;
}
.sc_filters .form-group{
	margin-bottom: 0;
}
.sc_filters .btn-link{
	padding: 5px 0;
	display: block;
}
.sc_filters .btn-default.active{
	background: #363636;
	border-color: #363636;
	color: #fff;
}
.sc_filters .input-group .input-group-addon{
	background: #363636;
	color: #fff;
	border: none;
}
.product-list .product-thumb{
	display: flex;
}
.product-list .product-thumb .image{
	flex-wrap: wrap;
	display: flex;
}
.product-list .product-thumb .image{
	flex-wrap: wrap;
	display: flex;
	width: 40%;
}
#product-category h2{
	margin-top: 0;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}
#product-search h1{
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
}
.increment-decrement span{
  cursor: pointer;
}
#tab-review .table-bordered > tbody > tr > td, #tab-review .table-bordered > tbody > tr > th, #tab-review .table-bordered > tfoot > tr > td, #tab-review .table-bordered > tfoot > tr > th, #tab-review .table-bordered > thead > tr > td, #tab-review .table-bordered > thead > tr > th{
	border: 1px solid #c9c9c9;
}
#tab-review .fa-stack{
	width: 1em;
	height: 1.2em;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.swiper-button-prev::before {
    width: 40px !important;
    height: 40px !important;
    font-family: FontAwesome;
    content: "" !important;
    color: #e4e4e4 !important;
    font-size: 22px !important;
    padding: 15px !important;
    background: #363636 !important;
}
.swiper-button-next::before {
    width: 40px !important;
    height: 40px !important;
    font-family: FontAwesome;
    content: "" !important;
    color: #e4e4e4 !important;
    font-size: 22px !important;
    padding: 15px !important;
    background: #363636 !important;
}
.swiper-viewport{
	margin-bottom: 30px !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
.swiper-viewport .swiper-button-next{
	opacity: 1 !important;
	right: 10px !important;
}
.swiper-viewport .swiper-button-prev{
	opacity: 1 !important;
	left: 10px !important;
}
.swiper-button-prev, .swiper-button-next{
	width: auto !important;;
}
/* Loader Css */
.loader-overlay{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99999999999;
	display: none;
	text-align: center;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  top: 50%;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #e4e4e4;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #e4e4e4 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Loader Css end*/
@media(min-width: 768px){
	#top .top-skew {
		content: "";
	    display: inline-block;
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    right: 0;
	    background-color: #363636;
	    /*
	    transform: skew(-43deg);
	    -webkit-transform: skew(-43deg);
	    -moz-transform: skew(-43deg);
	    -ms-transform: skew(-43deg);
	    */
	    z-index: -1;
	}
	#cart > .btn i{
		font-size: 20px;
		margin-right: 10px;
		padding: 10px 0;
	}
	#cart > .btn {
		padding: 0px 6px;
	}
	.header-bar .skew{
		right: 0px;
		max-height: 80px;
	}
	.menu-sidebar .closebtn {
	   display: none;
	}	
	.sidenav {
    	padding-top: 0;
    }
	.banner-viewport .banner-slide .custom-data .btn{
		font-size: 22px;	
		padding: 10px 22px;
	}
	.banner-viewport .banner-slide .custom-data h3{
		font-size: 44px;
	}
	.banner-viewport .banner-slide .custom-data{
		padding: 0 40px 11px;
	}
	.welcme_block{
		padding: 63px 0 66px;
	}
	.welcme_block h3{
		font-size: 63px;
	}
	.welcme_block h3 span {
		padding-left: 102px;
		font-size: 43px;
	}
	.abtnewslide .abtblock:after {
	    background: #e4e4e4;
	    content: "";
	    position: absolute;
	    top: 0;
	    left: 99%;
	    width: 300%;
	    height: 100%;
	    z-index: 0;
	}
	.abtnewslide .abcontent{
		padding: 45px 0;
		padding-right: 45px;
	}
	.abtnewslide .newsblock .abcontent{
		padding-left: 45px;
	}
	.abtnewslide .news-bg .newsblock .abcontent{
		padding-left: 0;
	}
	.conmapslide .concontent{
		padding: 46px 0;
		padding-right: 45px;
	}
	.conmapslide .concontent h2{
		font-size: 40px;
		margin-bottom: 40px;
	}
	.conmapslide .contact-list li{
		font-size: 16px;
	}
	footer .f-col {
		min-height: 200px;
	}
	.brd-carousel .swiper-container{
		padding-left: 40px;
	}
	.sp-tabs .nav-tabs{
		width: 200px;
		float: left;
	}
	.sp-tabs .tab-content{
		margin-left: 200px;
		border-radius: 0px 4px 4px 4px;
	}
	.sp-tabs .nav-tabs > li > a{
		border-radius: 4px 0px 0 4px;
	}
	footer .f-col {
		border-right: 1px solid #424242;
	}
	.thumbnails .additioanl-images .image-additional{
		max-width: calc(100% / 5 - 10px);
		margin-left: 10px;
	}
	.thumbnails .additioanl-images{
		margin-left: -10px;
	}
	.sc_filters .form-group{
		margin-top: 5px; 
	}
}
@media(min-width: 980px){
	#menu .nav > li > a{
		padding: 15px 12px;
		font-size: 14px;
	}
	.p-main{
		margin-left: 110px;
	}
}
@media (min-width: 1050px)
{	
	#menu .nav > li > a{
		padding: 15px 12px;
		font-size: 14px;
	}
}
@media(min-width: 1200px){
	#menu .nav > li > a{
		padding: 15px 18px;
		font-size: 14px;
	}
	.sc_filters .form-group{
		margin-top: 0px; 
	}
	aside#column-left
	{
		padding-top:15px;
	}
}
@media(max-width: 767px){
	#top{
		background-color: #363636;
	}
	#cart > .btn i{
		font-size: 20px;
		margin-right: 5px;
		padding: 5px 0;
	}
	.xs-pr-0{
		padding-right: 0;
	}
	.xs-pl-0{
		padding-left: 0;
	}
	#cart > .btn {
		padding: 6px 6px;
	}
	.header-bar .skew{
		right: 0px;
	}
		#main {
	    transition: margin-left .5s;
	}
	.banner-viewport .banner-slide .custom-data .btn{
		font-size: 16px;	
		padding: 7px 18px;
		margin-top: 0;
	}
	.banner-viewport .banner-slide .custom-data h3{
		font-size: 18px;
		margin-top: 0;
	}
	.banner-viewport .banner-slide .custom-data{
		padding: 0 25px 0px;
	}
	.welcme_block{
		padding: 15px 0 66px;
	}
	.welcme_block h3{
		font-size: 30px;
	}
	.welcme_block h3 span{
		font-size: 20px;
		padding-left: 25px;
	}
	#abtnews .newsblock{
		background: #e4e4e4;	
	}	
	.abtnewslide .abcontent{
		padding: 30px 0;
	}
	.conmapslide .concontent{
		padding: 20px 0;
	}
	.conmapslide .concontent h2{
		font-size: 26px;
		margin-bottom: 20px;
	}
	.conmapslide .contact-list li{
		font-size: 13px;
	}
	.sp-tabs .nav-tabs{
		margin-bottom: 0;
	}
	.sp-tabs .nav-tabs > li > a{
		border-radius: 0;
	}
	.thumbnails .additioanl-images .image-additional{
		max-width: calc(100% / 5 - 10px);
		margin-left: 10px;
	}
	.thumbnails .additioanl-images{
		margin-left: -10px;
	}
}
/*IE Fix*/
.ie .dropdown-menu{
	display: none;
}
.ie .open .dropdown-menu{
	display: block;
}
/* blog */
.section .section-block {
    padding: 4px 0;
}

#content .section .section-block {
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    border: none;
    padding: 0;
}
.section.blog {
    overflow: hidden;
}
#content .section.blog .section-block {
    margin: 0 -10px;
}
.section .section-block ul, #content .content ul {
    padding: 0px;
    margin: 0;
    list-style: none;
}
.section .section-block ul li, #content .content ul li {
    line-height: 22px;
}
.section .section-block ul li a+a, .section .section-block ul li a+a:hover {
    background: none;
    padding-left: 0;
}
.section .section-block ul ul {
    margin-left: 10px;
    width: 100%;
}
.section .section-block ul ul.collapse.in {
    display: inline-block;
}
.product-grid li, #content .section-product .product-items, .product-carousel .slider-item {
    float: left;
    display: inline-block;
    padding: 0;
}

.product-layout.product-grid {
    padding: 0;
    margin: 0 0 15px;
	display:table-cell;
}
.blog .product-thumb {
    border: none;
}

/*fido Blog light-box CSS */

#common-home .blog
{
	display:none;
}
#add-comment .btn {
    padding: 10px 20px;
    text-transform: uppercase;
}
.blog .product-thumb h4 a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
}
.blog .blog-desc {
    margin: 0 0 20px;
    padding-bottom: 20px;
    line-height: 26px;
}
.single-blog .blog-desc {
    margin: 20px 0 50px;
    line-height: 25px;
}
.single-blog h4, .block-title h3 {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    text-transform: capitalize;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
    font-size: 20px;
}
.information .list-group {
    padding: 0 25px;
}
.single-blog .form-horizontal .control-label {
    text-align: left;
}
.post_hover>h4 {
    display: inline-block;
    padding: 15px 0;
    width: 100%;
}
.block-title {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.blog .blog-image {
    position: relative;
}

.blog-image .img-thumbnail {
    border: none;
    border-radius: 0;
    width: 100%;
}
.date-time div {
    float: left;
}
.date-time .month {
    margin: 0 0 0 5px;
}
.read-more>a {
    border: 2px solid #e7e7e7;
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
}
.read-more>a:hover {
    border: 2px solid #000;
}
.write-comment {
    float: left;
    margin: 0 0 0 10px;
}
.write-comment::before {
    content: "/";
    padding: 0 5px 0 0;
}
.blog-image:hover .post-image-hover {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    transition: all 0.5s ease-out 0s;
}
.post-image-hover {
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-out 0s;
    width: 100%;
}
.blog-image .post_hover {
    margin: 0 auto;
    text-align: left;
    margin-top: 25px;
}

.product-thumb .blog-image:hover .post_hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -kkhtml-opacity: 1;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}


@media(min-width: 800px){
	.all-blog > .panel-default
	{
		display: grid;
		grid-template-columns: auto auto;
		grid-auto-flow: row;
		padding: 10px;
		margin-left: auto;
		margin-right: auto;
		text-align:center;
	}
	.all-blog > .panel-default > .panel-default
	{
		max-width: 500px;
		padding: 10px;
		margin: auto;
		text-align: center;
	}
}
.all-blog
{
	text-align:center;
}

.all-blog .blog-left-content {
    float: left;
    width: 100%;
}
.all-blog .blog-left-content .blog-image {
     position: relative;
}
.all-blog h4 {
    font-size: 22px;
    color: #000;
    text-transform: capitalize;
    display: none;
}
.all-blog .panel-body {
    padding: 0;
}
.all-blog h3 a {
    font-size: 22px;
    color: #000;
    text-transform: capitalize;
    margin: 15px 0 20px;
    width: 100%;
    float: left;
}
.all-blog .blog-date {
    float: left;
}
.dash {
    float: left;
    padding-right: 10px;
}
.all-blog .blog-desc {
    margin: 20px 0 10px;
    clear: left;
    float: left;
    width: 100%;
    line-height: 25px;
}
.all-blog .read-more {
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    clear: both;
}
.all-blog .read-more a {
    color: #000;
}

.blog-left-content .post_hover {  
    display: flex;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 45%;
}
.all-blog .blog-left-content:hover .post_hover, .all-blog .blog-left-content:hover .zoom, .all-blog .blog-left-content:hover .readmore_link {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -kkhtml-opacity: 1;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.blog-left-content .icon.zoom .fa, .blog-left-content .icon.readmore_link .fa {
    font-size: 40px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.blog-left-content:hover .blog-image .zoom .fa, .blog-left-content:hover .blog-image .readmore_link .fa {
    font-size: 14px;
    line-height: 42px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.blog-left-content .blog-image .zoom:hover, .blog-left-content .blog-image .readmore_link:hover {
    color: #fff;
    font-size: 14px;
    line-height: 42px;
    transition: all 0.5s ease 0s;
}
.blog-left-content .blog-image .readmore_link, .blog-left-content .blog-image .zoom {
    border: 2px solid #fff;
    color: #afafaf;
    display: inline-block;
    height: 45px;
    margin: 0 3px;
    opacity: 0;
    text-align: center;
    transition: all 0.5s ease 0s;
    vertical-align: middle;
    width: 45px;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
#add-comment .col-sm-10 {
    width: 66.6667%;
}
#add-comment .col-sm-2 {
    width: 25%;
}
.blog .buttons {
    display: none;
}



/*fido Blog light-box CSS */


/*fido Blog CSS */

.section .customNavigation {
    display: none;
}

/* end blog */

/* latest */

.latest .section-product .product-items {
    display: none;
}

/* end latest */

/* fancy headers*/
.section-heading
{
	color: #e17474!important;
}

.section-heading>span {
    color: #000!important;
    display: inherit;
    font-family: sarina;
    font-size: 60px;
    margin-bottom: -20px;
    opacity: 0.1;
    text-transform: capitalize;
}

.section .section-heading, #column-left .panel-heading, #column-right .panel-heading {
    font-family: maven pro;
    text-align: center;
    margin: 120px 0 30px;
    font-size: 34px;
    text-transform: uppercase;
    color: #000000;
    font-weight: normal;
    font-weight: 700;
    position: relative;
    background: none;
    border: none;
    line-height: 34px;
}
/* end fancy header */

/* product make up */

.product-thumb {
	border: 1px solid transparent!important;
    padding: 0 5px;
}
.product-thumb:hover
{
	border: 1px solid #e4e4e4!important;
}
.product-layout .product-thumb {
    padding: 0;
    margin: 20px 10px;
    overflow: hidden;
}
.grid .product-items {
    padding: 0;
}
#column-left .product-thumb .caption,
#column-right .product-thumb .caption,
.product-list .product-thumb .caption {
    text-align: left;
}

.latest .section-product .product-items {
    display: none;
}

#morebutton {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    clear: both;
}
#morebutton .btn-default {
    border-radius: 50px;
    background-color: #000;
    color: #fff;
    margin: 30px 0 0;
    padding: 17px 45px;
    text-transform: uppercase;
}
#morebutton .btn-default:hover {
    background-color: #fff;
    color: #000;
}
.product-thumb .image {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.img-responsive.hover-image {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}
.first_image {
    opacity: 1;
}
.product-thumb:hover .first_image {
    opacity: 0;
}
.swap_image {
    opacity: 0;
    position: absolute;
    top: 0;
}
.product-thumb:hover .swap_image {
    opacity: 1;
}
.product-list .product-thumb .image {
    float: left;
}
.product-thumb .image a {
    display: block;
}
.product-thumb:hover .image {
    border-color: #dedede;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
	max-width:100%;
}
.row.product-grid {
    margin: 0;
}
.product-grid .product-thumb .image {
    float: none;
}
.product-list .product-thumb h4 {
    font-size: 18px;
    margin: 8px 0;
    letter-spacing: 0.5px;
}
.product-list .desc {
    margin: 20px 0;
    line-height: 25px;
}
.product-list .product-thumb .price-new {
    font-size: 14px;
}
.product-list .product-thumb .rating {
    padding: 0;
}
#column-left .product-thumb .product-details,
#column-right .product-thumb .product-details {
    float: left;
    margin: 0;
    width: 65%;
}
#column-left .featured .product-thumb .caption,
#column-right .featured .product-thumb .caption
{
    text-align: center;
}
#column-left .featured .product-thumb .product-details,
#column-right .featured .product-thumb .product-details {
    float: none;
    margin: 0;
    width: 100%;
}
#column-left .featured .product-thumb .button-group button, #column-right .featured .product-thumb .button-group button, #column-left .featured .product-thumb button, #column-right .featured .product-thumb button {
width: 100%
}
.product-thumb .product-details {
    margin: 0;
    display: inline-block;
    width: 100%;
}
.product-thumb .rating {
    padding: 5px 0;
    margin-bottom: -15px;
}
.rating .fa-stack, #review .fa-stack {
    font-size: 5px;
    vertical-align: 2px;
}
.rating .fa-star, #review .fa-star {
    color: #fbb818;
    font-size: 13px;
    line-height: 1;
}
.fa.fa-star.blank {
    color: #ccc;
}
h2.price {
    margin: 0;
}
.product-thumb .caption h4 a , #column-left .product-thumb .caption h4 a{
    color: #808080;
    font-family: maven pro;
    font-size: 14px;
    font-weight: 400;
}
.product-thumb .price {
    color: #000;
    font: 700 18px/20px 'maven pro';
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0 0;
}
.product-thumb .price-new {
    font-weight: 700;
    float: left;
}
.product-thumb .price-old {
    color: #808080;
    text-decoration: line-through;
    margin-left: 10px;
    float: right;
    font: 400 14px/20px 'maven pro';
}
#column-left .product-thumb .price-old, #column-right .product-thumb .price-old {
    margin-left: 5px;
}
.product-thumb .price-tax {
    color: #999;
    display: none;
    font-size: 12px;
    width: 100%;
}
#content .product-list .button-group {
    width: auto;
    display: block;
    opacity: 1;
}
.product-thumb .addtocart {
    background: #e17474 none repeat scroll 0 0;
    border: 0 none;
    bottom: 20px;
    color: #fff;
    display: none;
    font-size: 12px;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    font-weight: 500;
    height: 50px;
}

.product-list .product-thumb .addtocart {
    display: block;
}
.product-list .product-thumb .caption h4 a{
    font-size: 22px;
}
.product-thumb:hover .addtocart {
    display: block;
}
#column-left .product-thumb .button-group button, #column-right .product-thumb .button-group button, #column-left .product-thumb button, #column-right .product-thumb button {
    background: transparent none repeat scroll 0 0;
    color: #808080;
    font-size: 14px;
    height: auto;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-indent: 0;
    width: auto;
    display: block;
    position: relative;
    width: auto;
    text-transform: capitalize;
}
#column-left .product-thumb .button-group button:hover, #column-right .product-thumb .button-group button:hover, #column-left .product-thumb button:hover, #column-right .product-thumb button:hover {
    color: #000;
}
.product-layout.product-list .product-thumb .addtocart {
    position: relative;
    padding: 10px 30px;
    width: auto;
}
#content .product-thumb:hover .button-group {
    left: 0;
    transition: 0.5s;
}
.quickview {
    float: left;
    padding: 10px;
    width: 100%;
    color: #fbb818;
    background-color: #000;
}
#content .product-list .button-group .quickview {
    width: auto;
}
.product-thumb .button-group {
	overflow:hidden;
    position: absolute;
    top: 0px;
    left: -30px;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.product-thumb:hover .button-group {
    opacity: 1;
    left: 0;
    transition: all 0.5s ease 0s;
}
.product-list .product-details {
    float: left;
    width: 65%;
    text-align: left;
    padding: 0px;
}
#cart strong {
    font-weight: normal;
}
#cart .text-right .addtocart {
    margin-right: 10px;
}
#cart .text-right .addtocart, #cart .text-right .checkout {
    border: none;
    display: inline-block;
    float: left;
    background-color: #fff;
    color: #000;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-weight: normal;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}
#cart a:hover {
    color: #fff;
}
#cart .btn-danger {
    background: none;
    color: #fff;
    font-size: 20px;
    border: none;
    position: relative;
    top: -10px;
    right: -10px;
}
#cart .text-right .addtocart:hover, #cart .text-right .checkout:hover {
    background-color: #000;
    color: #fff;
    transition: all 0.5s ease 0s;
}
.product-thumb .button-group button, #product .btn-group .btn, #product-product .btn-group .btn {
    text-indent: -9999px;
}
.button-group button.compare
{
	width:100%!important;
	padding-right:0;
}
.product-thumb .button-group button, .product-thumb .button-group a.quickview, #product .btn-group .btn, #product-product .btn-group .btn {
    background: url(../image/sprite.png) no-repeat scroll -13px -1430px transparent;
    border: none;
    padding: 0;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    color: #000;
    width: 36px;
    height: 36px;
    font-size: 0px;
    display: block;
}
#product-product .btn-group .btn:hover
{
		background-color: #e4e4e4;
}
#input-quantity {
    display: inline;
    width: 50px;
    height: 43px;
    text-align: center;
}
.review-count {
    margin: 0 10px;
}
.productpage .btn-group {
    display: block;
    width: 100%;
    overflow: hidden;
}
#button-cart, #button-cart2 {
    border-radius: 0px;
    font-size: 14px;
    padding: 11px 25px 11px 25px;
    margin: -2px 10px 0 10px;
    display: inline;
    width: auto;
    height: auto;
    text-transform: uppercase;
    color: #fff;
    background: url(../image/sprite.png) no-repeat scroll 4px -1427px #e17474;
}
.product-thumb .button-group i {
    display: none;
}
.product-thumb .button-group i.fa-eye {
    display: block;
}
#product .btn-group .btn.wishlist, #product .btn-group .btn.compare {
    margin: 15px 10px 0 0;
}
.productpage .rating.rating-wrapper {
    margin-bottom: 20px;
}
.productpage .nav-tabs {
    margin-top: 50px;
}
.product-thumb .button-group button.wishlist, #product .btn-group .btn.wishlist, #product-product .btn-group .btn-wishlist {
    background-position: -12px -1476px;
	
}
.product-thumb .button-group button.compare, #product .btn-group .btn.compare, #product-product .btn-group .btn-compare {
    background-position: -12px -1519px;
}
.product-thumb .button-group a.quickview {
	display:none;
    background: transparent;
    padding: 11px 10px 10px 12px;
    text-indent: 0;
}
.product-thumb .button-group button:hover, #product .btn-group .btn:hover {
    background-position: -12px -1430px;
}
#button-cart:hover, #button-cart2:hover {
    background-position: 4px -1427px;
}
.product-thumb .button-group button.wishlist:hover, #product .btn-group .btn.wishlist:hover, #product-product .btn-group .btn-wishlist:hover {
    background-position: -546px -1476px;
}
.product-thumb .button-group button.compare:hover, #product .btn-group .btn.compare:hover, #product-product .btn-group .btn-compare:hover {
    background-position: -546px -1519px;
}
.product-thumb .button-group a.quickview:hover {
    background-color: #ddd;
	color: #808080;
}
#content .product-thumb .button-group button {
    border: none;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    float: none;
}
#content .product-thumb .button-group button i.fa
{
	display: inline-block!important;
}
#content .product-list .product-thumb .button-group button.addtocart {
    margin-left: 0;
}
.product-thumb .button-group button:hover {
    color: #444;
    text-decoration: none;
    cursor: pointer;
}
.thumbnails {
    overflow: hidden;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails>img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 0;
    display: block;
}

.product-additional-block .product-thumb {
    margin: 0 5px;
    overflow: hidden;
    padding: 0;
    border: none;
}
.product-additional-block .product-thumb:hover {
    border: none;
}

/* end product make up */

@media (min-width: 1200px){
	.container {
		width: 100%!important;
	    max-width: 1840px;
	}
}
.alert{
	margin: 0px;
	border-radius: 0px;
	z-index:10;
	position: absolute;
	top:0;
	left: 50%;
	transform: translateX(-50%);
	width:100%;
	max-width:750px;
	padding: 30px;
}
.quickviewblock .label{
	color:black;	
}
#product-category .product-thumb
{
	margin: 0!important;	
}
#product-category .product-thumb .addtocart
{
	bottom: 0!important;
}
.product-list .button-group,.product-list .product-thumb:hover .button-group
{
	top:auto!important;
	bottom:1px;
	left:15px!important;
}
.product-list .product-thumb
{
	border-bottom: 1px solid lightgrey!important;	
}
.product-list .product-thumb .caption
{
	margin-left:auto;	
}
.product-list .product-thumb .image
{
	margin-left: 36px!important;	
}
.product-list .product-thumb .image img
{
	max-width: 100%;
}
#carousel0 .owl-wrapper, #carousel0 .owl-item
{
	width:100%!important;
}
.product-carousel
{
	padding: 0 25px!important;
}
.owl-wrapper .product-items
{
	width:100%!important;	
}
.owl-buttons .owl-next
{
	top:50%!important;
}
.owl-buttons .owl-prev
{
	top:50%!important;
	left:0!important;	
}
.swiper-button-prev, .owl-controls .owl-buttons .owl-prev {
    background: url(../image/sprite.png) no-repeat scroll -23px -388px transparent !important;
}
.swiper-button-next, .owl-controls .owl-buttons .owl-next {
    background: url(../image/sprite.png) no-repeat scroll -531px -388px transparent !important;
}
.swiper-button-prev:hover, .owl-controls .owl-buttons .owl-prev:hover {
    background: url(../image/sprite.png) no-repeat scroll -23px -436px transparent !important;
}
.swiper-button-next:hover, .owl-controls .owl-buttons .owl-next:hover {
    background: url(../image/sprite.png) no-repeat scroll -531px -436px transparent !important;
}
.breadcrumb
{
	border: 0px solid transparent !important;
	background-color:transparent;
	border-radius: 0!important;
}
#tab-description table
{
	max-width: 100%!important;	
}
#tab-description td
{
	max-width:33%!important;
	padding: 0 3px!important;;
}
.btn-grid-list .btn i:before {
    content: "";
    background: transparent url("../image/sprite.png") no-repeat scroll -540px -1214px;
    height: 20px;
    float: left;
    width: 22px;
}
.btn-grid-list .btn.active i:before {
    background-position: -540px -1190px;
}
.btn-grid-list #grid-view.btn i:before {
    content: "";
    background: transparent url("../image/sprite.png") no-repeat scroll -541px -1156px;
}
.btn-grid-list #grid-view.btn.active i:before {
    background-position: -541px -1132px;
}
.btn-grid-list #list-view.btn-default, .btn-grid-list #grid-view.btn-default {
    border: none;
    background: none;
    color: #bcbcbc;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0px;
}
.btn-grid-list #list-view.btn-default.active, .btn-grid-list #grid-view.btn-default.active {
    color: #000;
}
.btn-grid-list .fa {
    font-size: 20px;
}
.input-group .form-control, .input-group label
{
	border-radius: 0!important;	
}
.input-group label
{
	background-color:transparent;
	color: black;
	border: 1px solid transparent!important;
		
}
.left-column-categories, .left-column-categories a
{
	border-radius:0!important;
}
.betaal-icons
{
	width: 100%;
	max-width:200px;
}
#information-contact .img-thumbnail
{
	background-color: black;
}
.wwk-widget-iframe
{
	border: 1px solid #FE008C;
	box-sizing: border-box;
	border-radius: 7px;
	width:100%;
	max-width:280px;
	height: 220px;
	margin-top:5px;
}
.wwk-widget--new_default
{
	border: 1px solid #FE008C;
	box-sizing: border-box;
	border-radius: 5px;
}
.seo-text
{
	font-family: maven pro;
    text-align: center;
}
.header-search
{
	display:none!important;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]
{
	position: relative;
}
.whatsapp
{
	position:fixed;
	bottom: 10px;
	right: 10px;
}
.soc_cont
{
	margin-top: 15px;
}
.socials
{
	margin: 0px 10px 0px 10px;
}
.whatsapp img, .socials img
{
	max-width:50px;
	witdh:10%;
	min-width: 25px;
}

.product-layout.product-grid {
    display:table-cell;
	min-height: 300px;
}

img.mfp-img
{
	max-height:none!important;
}
.mfp-bottom-bar
{
	display:none;	
}
@media(max-width: 768px){
	img.mfp-img
	{
		max-width:120%!important;
		margin: 0 -10%!important;
	}
}
.sale-ribbon
{
	max-width:40%!important;
	width: 100px;
	z-index: 99;
	position: absolute;
	top: 10px;
	right:5px;
}
.sale-ribbon-small
{
	max-width:50px!important;
	width: 100px;
	z-index: 99;
	position: absolute;
	top: 10px;
	right:5px;
}
body>ul.onepage-pagination {
    margin-bottom: 0px;
}
#carousel0, #common-home .latest
{
	margin-bottom: -100px !important;
}
.blog .owl-wrapper
{
	width: 100%!important;
}
.blog .owl-item
{
	width: 33%!important;
	min-width:300px;
}