.km-product-qty-wrap button,
.km-product-qty-wrap input {
	border: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}
.km-product-qty-wrap button {
	background: #fff !important;
	color: #111 !important;
}
.km-product-qty-wrap button:hover {
	background: #f5f5f5 !important;
	color: #111 !important;
}

.lightpink {
	background-color: var(--km-bg-alt, #fafafa) !important;
}

#menu {
	background-color: var(--km-footer-bg, #111);
	background-image: none;
	background-repeat: repeat-x;
	color: #fff;
}

.dropdown-item:active {
	color: var(--km-text, #111);
	text-decoration: none;
	background-color: transparent !important;
}

.smallmargin {
	padding-left:20px;
	padding-right:20px;
}


.top-left {
	font-size:12px;
	padding-top:10px;
	padding-left:32px;
	color:#cecece;
}

.container {
	/*width:100%;*/
	padding-left:0px;
	padding-right:0px;
}

.dropdown-menu a {
	color: var(--km-text, #333);
	margin-left: 20px;
	line-height: 1.7;
}

.dropdown-menu a:hover {
	color: var(--km-accent, #111);
	margin-left: 20px;
	line-height: 1.7;
}

.dropdown-menu > li > a {
	padding-left: 0;
	color: var(--km-text-muted, #555);
	margin-left: 20px;
	line-height: 1.7;
}

.product:hover {
	border: 1px solid var(--km-border, #e5e5e5);
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: none;
	color: var(--km-accent, #111);
}

.bottombar {
	border-bottom:1px solid #768797;
}
.navbar-header {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	line-height: 1;
}
#top {
	min-height: 60px;
}

#top-links {
	padding-top: 11px;
	padding-right: 11px;
}
#top-links a + a {
	margin-left: 15px;
}

#search {
	margin-top: 5px;
	margin-bottom: 5px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 5px 35px;
	text-shadow: 0 1px 0 #FFF;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 150px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border-radius: 0;

}

.breadcrumb ul {

}

.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	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);
}
.colorized {
	color: var(--km-text-muted, #555);
}

#top .btn-link, #top-links li, #top-links a {
	color: var(--km-text, #111);
	padding-left: 5px;
	text-decoration: none;
}

#top-links .dropdown-menu a {
	text-shadow: none;
	color: var(--km-text, #111);
}
#top-links .dropdown-menu a:hover {
	color: var(--km-accent, #111);
	font-weight: 600 !important;
}


.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.border-blue {
	border-color: #00637a!important;

}
.border-pink {
	border-color: #000000!important;
}

.border-darkpink {
	border-color: var(--km-border, #e5e5e5) !important;
}
.border-yellow {
	border-color: var(--km-accent, #111) !important;
}

.text-yellow {
	color: var(--km-text, #111) !important;
	font-weight: 700;
	letter-spacing: .1em;
}



.btn-primary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #333;
	background-image: linear-gradient(to bottom, #333, #222);
	background-repeat: repeat-x;
	border-color: #cecece #cecece #cecece;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	transition: all 300ms cubic-bezier(.25,.46,.45,.94);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-position: 0 -15px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: var(--km-text, #333);
	background-image: linear-gradient(to bottom, #333, #222);
	background-repeat: repeat-x;
	border-color: #222;
	border-radius: 2px;
	transition: all 300ms cubic-bezier(.25,.46,.45,.94);
}

.btn-primary.focus, .btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0,0,0,.2);
}

.btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: var(--km-text, #333);
	border-color: var(--km-text, #333);
}



.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: var(--km-accent, #111);
	border-color: var(--km-accent, #111);
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: var(--km-text, #111);
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.product-thumb .caption {
	padding: 0 20px;
	min-height: 80px;
}

a.btn-third, button.btn-third, input.btn-third[type="submit"] {
	border-color: #fff;
	color: #fff;
}
.subscription-form input[type=text], .subscription-form input[type=password],
.subscription-form input[type=email], .subscription-form input[type=tel],
.wishlist-form input[type=text], .wishlist-form input[type=password],
.wishlist-form input[type=email], .wishlist-form input[type=tel],subscription-form textarea {
	width: 100%;
	height: 45px;
	padding: 10px;
	color: #2e3438;
	border: 1px solid #dcdcdc;
	appearance: none;
	-webkit-appearance: none
}

.subscription-form select, .wishlist-form select {
	border: 1px solid #dcdcdc;
	height: 45px;
	line-height: normal;
	padding: 10px;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiIGZpbGw9IiNjMmMyYzIiLz4KICA8L2c+Cjwvc3ZnPgo=);
	background-position: calc(100% - 10px) center;
	background-repeat: no-repeat;
	background-size: 16px;
	font-weight: normal;
	color: #2e3438;
	font-family: Arial, sans-serif
}

.radio-option label {
	display: inline-block
}

.checkbox-option input {
	float: left
}

.checkbox-option__label {
	padding: 0 0 0 50px;
	display: block
}

.checkbox-option--bold {
	font-weight: bold
}

.checkbox-option--large {
	font-size: 1.2em
}

.checkbox-option--large input[type=checkbox] {
	-ms-transform: scale(2);
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	padding: 10px
}
.text-smaller {
	color: #777777;
	font-size: 13px;
}

.text-green {
	color: #424f36 !important;;
 }

.bg-green {
	background-color: #000000 !important;
	color: white !important;
}
.home-title h2 {
	position: relative;
	text-transform: capitalize;
	font-size: 32px;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 30px;
}

.home-title h3 {
	position: relative;
	text-transform: capitalize;
	font-size: 28px;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 30px;
}

#cart > .btn :hover{
font-size: 12px;
line-height: 18px;
color: #000 !important;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: var(--km-accent, #111);
	color: #fff !important;
}

.bg-dark {
background-color: #000 !important;
}

.btn-dark {
color: #fff;
background-color: #000 !important;
border-color: #000;
}
.price-old {
	text-decoration: line-through;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn-danger {
	color: #fff;
	background-color: var(--km-accent, #111);
	border-color: var(--km-border, #e5e5e5);
}

.text-danger {
	color: #c00;
}

.event:hover {
	border: 1px solid var(--km-border, #e5e5e5);
}

.card-header {

}

.card-footer {
	border-top: 1px solid var(--km-border, #e5e5e5);
	border-bottom: 1px solid var(--km-border, #e5e5e5);
}

.card-body {
	border-top: 1px solid var(--km-border, #e5e5e5);
	border-bottom: 1px solid var(--km-border, #e5e5e5);
}

.card-title {

	padding-top:4px;
	padding-bottom:4px;
}

b {

}

.secondactive {
	background: var(--km-accent, #111) !important;
}
.scroller {
	overflow: scroll;
	max-height: 250px;
}
.border-lighter {
	border-color:#cecece !important;
}


.bg1, .bg2, .bg3, .bg4, .bg5 {
	color: #111 !important;
	font-weight: inherit;
}

.bga1, .bga3, .bga4, .bga5 {
	background-color: #111 !important;
	color: #fff !important;
}

.bga2 {
	background-color: #fff !important;
	color: #111 !important;
}

.list-group a.active, .list-group a.active:hover, .list-group .bga2 span::before {
	content: "> ";
}

.navbar-toggler-icon{
	color: #fff !important;
}

.btn-green {
	background: #ABC68F;
	color: #fff !important;
}

.btn-green a:hover{
	background: #9cc572;
	color: #fff !important;
}

.border-green {
	border-color : #ABC68F !important;
}

.btn-rose {
	background: var(--km-accent, #111);
	color: #fff;
}
.bg-rose {
	background: var(--km-accent, #111);
	color: #fff;
}

body {
	touch-action: manipulation;
}

.header-resize {
  max-height: 50px;
  transition: 0.2s;
}

.overlay {
  position: relative;
  z-index:0;
}

.overlayimg {
  position: relative;
  z-index:900;
  top : -100;
}

.container-full {
	margin: 0 auto;
	width: 100%;
}

.megadrop {
	top: 50%;
}

.navbar-light .navbar-nav > .dropdown > a .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.navbar-light .navbar-brand {
	color: #fff;
}

.menu-large {
	position: static !important;
}

.megamenu {
	padding: 20px 20px;
	width: 95%;
}

.megamenu > div > li > ul {
	padding: 0;
	margin: 0;
}

.megamenu > div > li > ul > li {
	list-style: none;
}

.megamenu .card {
	outline: none;
}

.megamenu .card:hover,
.megamenu .card:focus {
	outline: 1px solid #000;
}

.megamenu > div > li > ul > li > a {
	display: block;
	padding: 3px 3px;
	clear: both;
	font-weight: normal;
	line-height: 1.128571429;
	color: #333333;
	white-space: normal;
}

.megamenu > div > li > ul > li > a:hover,
.megamenu > div > li > ul > li > a:focus {
	text-decoration: none;
	color: var(--km-accent, #111);
	background: #fff;
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
	color: #000;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed;
}

.megamenu.dropdown-header {
	color: #428bca;
	font-size: 18px;
}

@media (max-width: 768px) {
	.megamenu {
		margin-left: 0;
		margin-right: 0;
		width:90%;
	}
	.megamenu > li {
		margin-bottom: 30px;
	}
	.megamenu > li:last-child {
		margin-bottom: 0;
	}
	.megamenu.dropdown-header {
		padding: 3px 15px !important;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header {
		color: #fff;
	}


	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(255, 255, 255, 1);
	}

}

.btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	border-color: var(--km-text, #333);
}

.navbar-text {
	display: inline-block;
	padding-top: 0;
	padding-bottom: .5rem;
}

.nav-link {
	padding: .3rem 1rem;
}

.blue {
	background: #2f5c96 !important;
}

.small-logo {
	max-height:120px !important;
	transition: all .2s ease-in-out;
	max-width:125px;
}

.large-logo {

	transition: all .2s ease-in-out;
	max-width:295px;
}


@media (max-width: 577px) {
	#menu .dropdown-inner ul {
		display: block;
		font-size:14px;
		transition: all .2s ease-in-out;
	}

	#menu .nav > li > a {
		font-size:15px;
		transition: all .2s ease-in-out;
		line-height: 25px;
	}

}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
		min-width: 400px;
	}
}


.product .card-body {
	min-height:140px;
	max-height:140px;
}



.header-text {
	clear: both;
	width: 100%;
	font-size: 12px;
	font-family: var(--km-font-sans, inherit);
	color: var(--km-text, #111);
	background: var(--km-bg-alt, #fafafa);
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	text-transform: lowercase;
}

.lower {
	text-transform: lowercase !important;
}

.dropdown-toggle-pink::after {
	color: var(--km-border, #e5e5e5);
}
.breadcrumb {
	background-color: #fff !important;
}

.images {
	width: 80%
}

.product-hvr {

}
.product-hvr:hover {
	opacity: .3;
}
