﻿body {
	font-family: sans-serif;
	font-size: 0.88em;
}

.header-wrap {
	box-shadow: -6px 20px 17px -25px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow: -6px 20px 17px -25px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: -6px 20px 17px -25px rgba(0, 0, 0, 0.65);
}

.border-mid-light {
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
}

.btn-yellow {
	background-color: #ffc439 !important;
	border-color: #ffc439 !important;
	color: #212529 !important;
}

i {
	font-size: 1.2em !important;
	padding: 5px;
}

.showcase {
	margin: 3em auto;
}

.showcase h4,
.prod h4 {
	font-family: 'Chivo', serif;
	font-weight: 600;
}

.on-stock {
	color: yellowgreen;
}

.order-now {
	font-size: 1em;
	font-weight: bold;
}

.breadcrumb-navigation {
	background: #fafafa;
}

.breadcrumb {
	background-color: transparent;
	font-size: 0.8em;
}

.breadcrumb-item.active {
	color: silver;
}

.cart svg {
	width: 24px;
	height: 19px;
	stroke: black;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	position: relative;
	z-index: 1;
	transform: translateZ(0);
}

.cart div{
	position: relative;
	display:inline;
}

.cart svg{
	margin: auto 0;
}
.cart label {
	position: absolute;
	right: -22px;
	top: -11px;
	display: block;
	background-color: red;
	padding: 1px;
	width: 21px;
	height: 21px;
	border-radius: 21px;
	text-align: center;
	color: white;
	font-family: 'Chivo', serif;
	font-weight:400;
}

/*tab*/

.nav-tabs--vertical {
	border-bottom: none;
	border-right: 1px solid #ddd;
	display: flex;
	flex-flow: column nowrap;
}

.nav-tabs--left {
	margin: 0 15px;
}

.nav-tabs--left .nav-item+.nav-item {
	margin-top: 0.25rem;
}

.nav-tabs--left .nav-link {
	transition: border-color 0.125s ease-in;
	white-space: nowrap;
}

.nav-tabs--left .nav-link:hover {
	background-color: #f7f7f7;
	border-color: transparent;
}

.nav-tabs--left .nav-link.active {
	border-bottom-color: #ddd;
	border-right-color: #fff;
	border-bottom-left-radius: 0.25rem;
	border-top-right-radius: 0;
	margin-right: -1px;
}

.nav-tabs--left .nav-link.active:hover {
	background-color: #fff;
	border-color: #0275d8 #fff #0275d8 #0275d8;
}

.tab-content {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.related-product {
	padding: 5em 0px;
}


/*divider*/

.separator>* {
	display: inline-block;
	vertical-align: middle;
}

.separator {
	font-size: 1.3em;
	font-weight: bolder;
	color: #646262;
	text-align: left;
	border: 0;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.separator:before,
.separator:after {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #e2e2e2;
	margin: 0 2px 0 2px;
	display: inline-block;
	vertical-align: middle;
}

.separator:before {
	margin-left: -100%;
}

.separator:after {
	margin-right: -100%;
}


/*end divider*/

.prod {
	background: #fbfbfb;
	padding: 2em 0em;
}

.related-product{
	display:none;
}

.prod a {
	text-decoration: none;
	color: black;
}

footer {
	background-color: #2c2b29;
}

footer p {
	font-weight: 300;
	padding: 5px 20px 5px 0px;
	color: white;
}

footer h3 {
	font-size: 1.1em;
	color: white;
}

footer a,
.copy p {
	color: white;
	font-weight: 300;
}

footer a:hover {
	text-decoration: none;
	color: white;
}

footer li {
	display: block;
}

footer .social i {
	color: white;
	font-size: 1em;
	padding: 5px;
}

footer i::before {
	font-size: 1.6em;
}

footer .social li {
	display: inline-block;
}

.copy {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: rgba(255, 255, 255, 0.19);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	background-color: #2c2b29;
}