/** Global Styles **/
div.icons, div.popover { display: none !important; }
label, p, a { font-family: "Open Sans"; font-weight: 300; }
h1, h2, h3, h4, legend { font-family: "Satisfy"; }
legend {font-size: 3rem;}

a { color: #ffffff; }
a:hover { color: #ffffff; text-decoration: underline; }

.menu > li > a {
  display: block;
  padding: 0.7rem 0.6rem;
  line-height: 1; }
.menu .active > a {
	background: none; }

/** Button Classes **/

[class^="kk-btn-"] { padding: 15px 20px; border-radius: 6px; display: inline-block; }
[class^="kk-clear-btn-"] { padding: 8px 18px; display: inline-block; }
[class*="clear-btn-blue"] { border: 2px solid #80caf0; }
[class*="clear-btn-purple"] { border: 2px solid #c17fbf; }
[class*="btn-green"] { background: #249a79; border-bottom: 2px solid #00513b; }
.kk-btn-purple { background: #c17fbf; border-bottom: 2px solid #702d7d; }

/** **/

#searchForm fieldset { width: 200px; }

/** Header Styles **/

.header-main {
	height: 130px;
	background: linear-gradient(#74c4ed, #55b9e8); }
.header-bottom {
	height: 45px;
	background: #eae3da; }

.d-flex {
	display: flex;
	justify-content: space-between; }
	.h-left, .h-right {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		height: 130px; }
		.hl-top p { margin: 0; }
		.hr-top p { color: #702d7d; font-size: 14px; text-align: right; }
		.h-right { justify-content: center; }

.d-flex { align-content: center; height: 45px; }
.hb-left { display: flex; align-items: center; }
	.hb-left .menu > li > a { color: #000;
		height: 45px;
		line-height: inherit; }
	.hb-left a:hover { color: #000; background-color: #FFF; }

.hb-right { display: flex; align-items: center; }
	.hb-right p { margin: 0; transform: translateY(2px); }
	.hb-right a { color: black; text-decoration: underline; }

.hr-bottom { display: flex; }
	.hr-bottom p { margin: 0; }

.header-cart { padding: 0 10px; position: relative; }
  .header-cart a { display: flex; flex-direction: column; align-items: center; }
  .header-cart span { font-size: 1rem; margin-bottom: -25px; margin-right: -2px; }

.header-account { transform: translateY(1px); }

.header-search button { border-top-left-radius: 0; border-bottom-left-radius: 0; }


/** Menu Styles **/

.header-bottom .menu > li > a { padding: 0.7rem 0.6rem; font-size: 15px; }
.hl-bottom .menu .active > a { background: none; }

.header-bottom  .deeper.parent:hover ul {
	display: flex; }

.header-bottom .deeper.parent ul {
	display: none;
	height: 330px;
	position: absolute;
	background-color: #FFF;
	border: 1px solid #eae3da;
	border-top: none;
	padding: 20px 10px;
	z-index: 3000;
	margin: 0;
	list-style-type: none; }
	.header-bottom .deeper.parent ul li { padding: 0; width: 150px; font-size: 14px; font-weight: 300; }
		.header-bottom .deeper.parent ul li a:hover { background-color: transparent; }
	.header-bottom .deeper.parent ul a {
		padding: 0 .6rem .3rem;
		color: black;
		display: inline-block; }
	.header-bottom .deeper.parent ul ul {
		padding: initial;
		height: initial;
		flex-direction: column;
		border: none; }
	.header-bottom .deeper.parent .deeper.parent a { font-weight: 400; }
	.header-bottom .deeper.parent .deeper.parent ul a { font-weight: 300; }
	.header-bottom .deeper.parent .deeper.parent ul a:hover { color: #249a79; }

.header-bottom .menu > .deeper:nth-of-type(1) > .nav-child { transform: translateX(-1px); }
.header-bottom .menu > .deeper:nth-of-type(2) > .nav-child { transform: translateX(-71px); }
.header-bottom .menu > .deeper:nth-of-type(3) > .nav-child { transform: translateX(-134px); }
.header-bottom .menu > .deeper:nth-of-type(4) > .nav-child { transform: translateX(-230px); }
.header-bottom .menu > .deeper:nth-of-type(5) > .nav-child { transform: translateX(-290px); }
.header-bottom .menu > .deeper:nth-of-type(6) > .nav-child { transform: translateX(-372px); }
.header-bottom .menu > .deeper:nth-of-type(7) > .nav-child { transform: translateX(-445px); }
.header-bottom .menu > .deeper:nth-of-type(8) > .nav-child { transform: translateX(-106px); }
.header-bottom .menu > .deeper:nth-of-type(9) > .nav-child { transform: translateX(-374px); }
.header-bottom .menu > .deeper:nth-of-type(10) > .nav-child { transform: translateX(-274px); }

.item-335 { background-color: #702d7d; border-radius: 5px; }

/** Mobile Bar **/

.mobile-bar {
	height: 60px;
	background-color: #eae3da; }

.mobile-flex {display: inline-flex;}
.mobile-search { margin: .4rem 0 0 .8rem;}
.mobile-cart-account { margin: .4rem .8rem 0; display: inline-flex;}

	/*.mf-left a { color: #0a0a0a; }
	.mf-right { display: flex; }
		.mf-right [type='search'] { border: #aaa 1px solid; color: #0a0a0a; padding-left: 15px}
		  .mf-right [type='search']:focus { border: #aaa 1px solid; box-shadow: none; }
		.mf-right .form-inline button { border: none; }*/

/** Pushy Styles **/

.pushy-menu-btn {
	position: absolute;
	top: 20px;
	right: 20px;
  display: none; }

.burger-bar {
	background-color: #fff;
	width: 40px;
	height: 5px;
	margin: 10px; }

/** Search Styles **/

.form-inline { display: flex; }
.form-inline input, .form-inline button { margin: 0; }
.form-inline button {
	border: #ddd 1px solid;
	background-color: #444;
	border-left: none;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px; }
	.form-inline button:hover { background-color: #249a79; }
label.element-invisible { display: none; }
.inputbox.search-query {
	background: transparent;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	height: 45px; }
[type='search'] { border: #ddd 1px solid; color: white; padding-left: 15px}
[type='search']:focus { border: #ddd 1px solid; box-shadow: none; }
.inputbox.search-query::-webkit-input-placeholder { color: #fff;}
.inputbox.search-query:-moz-placeholder {color: #fff; opacity: 1;}
.inputbox.search-query:-moz-placeholder { color: #fff;opacity:  1;}
.inputbox.search-query:-ms-input-placeholder { color:    #fff;}

/** Homepage Image **/

.homepage-banner {
	background-size: cover !important;
	height: 550px;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	display: flex;
	align-items: center;
	justify-content: center; }
	.homepage-banner-text-container {
		text-align: center;
		padding: 28px 50px;
		background-color: rgba(255,255,255,0.7); }

.slick-arrow { display: none !important; }

/** Middle Styles **/

#middle { margin: 30px 0; }
	/*#middle .column:nth-child(1) {
		padding-left: 0; }*/
	#middle .column:nth-child(2) {
		padding-right: 0; }
	#middle a {
		color: #000; }
	#middle a:hover {
		color: #249a79; }
	#middle [class*="btn-purple"] {
		color: white; }
	#middle [class*="btn-purple"]:hover {
		color: white;
		text-decoration: none; }

.itemblock { padding-left: 0.9375rem !important; padding-right: 0.9375rem !important; }

/** Left Sidebar **/

.sidebar-cat-header {
	font-weight: 400; }
.sidebar-cat {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc; }
.sidebar-cat:last-of-type {
	border: none;
	margin-bottom: 0; }
	.sidebar-cat p {
		font-size: 14px;
		margin: 5.5px 0; }

/** Homeblocks **/

#homeblocks {
	margin-bottom: 25px; }
	#homeblocks .columns:nth-child(1) {
		padding-left: 0; }
	#homeblocks .columns:nth-child(3) {
		padding-right: 0; }

.sale-block { border: 2px solid #249a79; display: flex; height: 185px; justify-content: space-between; }
.sale-block-text { display: flex; flex-direction: column; justify-content: space-between; padding: 15px 20px; width: 200px; }
.sale-block-img { display: flex; flex-direction: column; justify-content: center; }
.sale-block h3 { margin:0; }
.sale-block a { color: #249a79; font-size: 14px; font-weight: 700; line-height: 1.2; margin: 0; }
.sale-block p { font-size: 14px; line-height: 1.2; margin: 0; }
.sale-block .old-price { text-decoration: line-through; }
.sale-block .sale-price { color: #c8371e; font-weight: 700; margin: 0 10px; }

/* .clearance-block { background: url("../images/happy-holiday-bear.jpg") no-repeat; background-position: 90% 50%; border: 2px solid #80caf0; display: flex; height: 185px; justify-content: space-between; }
.clearance-block-text { display: flex; flex-direction: column; justify-content: center; padding: 0 20px; }
.clearance-block a { color: #000; display: inline-table; font-size: 14px; text-align: center; text-decoration: none; } */
.clearance-block { border: 2px solid #80caf0; display: flex; height: 185px; justify-content: space-between; }
.clearance-block-text { display: flex; flex-direction: column; justify-content: space-between; padding: 15px 20px; width: 200px; }
.clearance-block-img { display: flex; flex-direction: column; justify-content: center; }
.clearance-block h3 { margin:0; }
.clearance-block a { color: #80caf0; font-size: 14px; font-weight: 700; line-height: 1.2; margin: 0; }
.clearance-block p { font-size: 14px; line-height: 1.2; margin: 0; }
.clearance-block .old-price { text-decoration: line-through; }
.clearance-block .sale-price { color: #c8371e; font-weight: 700; margin: 0 10px; }

/* .products-block { background: url('../images/brave-heart.jpg') no-repeat; background-position: 120% 50%; border: 2px solid #c17fbf; display: flex; height: 185px; justify-content: space-between; }
.products-block-text { display: flex; flex-direction: column; justify-content: center; padding: 0 20px; }
.products-block a { color: #000; display: inline-table; font-size: 14px; text-align: center; text-decoration: none; } */
.products-block { border: 2px solid #c17fbf; display: flex; height: 185px; justify-content: space-between; }
.products-block-text { display: flex; flex-direction: column; justify-content: space-between; padding: 15px 20px; width: 200px; }
.products-block-img { display: flex; flex-direction: column; justify-content: center; }
.products-block h3 { font-size: 1.5rem; margin:0; }
.products-block a { color: #c17fbf; font-size: 14px; font-weight: 700; line-height: 1.2; margin: 0; }
.products-block p { font-size: 14px; line-height: 1.2; margin: 0; }
.products-block .old-price { text-decoration: line-through; }
.products-block .sale-price { color: #c8371e; font-weight: 700; margin: 0 10px; }

/** Bottom Banner **/

.bottom-banner {
	background: url('../images/thanksgiving_pattern.png');
	height: 275px;
	display: flex;
	margin: 0 0 32px;
	align-items: center;
	justify-content: center; }
	.bottom-banner-text-container {
		text-align: center;
		padding: 28px 50px;
		background-color: rgba(255,255,255,0.7); }
		.bottom-banner-text-container a:hover {
			text-decoration: none; }

/** Table Styles **/

[name="p_remove[]"] { margin: 0; }
.niceTable input { margin: 0; }


/** Footer Styles **/

footer {
	padding: 35px 0;
	display: flex;
	justify-content: center;
	background-color: #eae3da; }
	footer a, footer p { font-size: 14px; }
	.footer-top {
		text-align: center; }
		.footer-top img {
			margin: 0 25px; }
	.footer-middle {
		padding: 25px 0;
		margin: 20px 0;
		border-top: 1px dashed #b7ab95;
		border-bottom: 1px dashed #b7ab95; }
		.footer-middle a { color: #000; }
		.footer-middle a:hover { color: #249a79; }
	.footer-bottom {
		text-align: center; }
		.footer-menu { text-align: center; }
		.footer-social .footer-social { text-align: center; }
		.footer-social div { text-align: center; }
		.footer-social img { margin: 0 10px; }


/** Hannush customs **/
.copyright { max-width: 100%; padding-right: 33px;	background-color: #eae3da;	padding: 0;margin: 0 auto; }
.copyright p, .copyright p a {color: #000; font-size: 14px;}
.strikeout { text-decoration: line-through; }
.red { color: #ec5840; border: none; text-align: left; background-color: #fff; }
.sidemenu { border-bottom: 1px solid #ccc; margin-bottom: 15px; padding-bottom: 15px; }
.sidemenu:last-child { border: 0; }
.sidemenu h3, .sidemenu li, .sidemenu p { font-family: 'Open Sans', sans-serif; font-size: 14px; margin: 5.5px 0; }
.sidemenu h3 { font-weight: 400; }
.sidemenu li, .sidemenu p { font-weight: 300; }
.sidemenu li { display: list-item; line-height: 1.45; }
.sidemenu li a { display: inline; font-size: inherit; padding: 0; }

.menubar-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-left: 1px solid #777;
	border-top: 1px solid #777;
	border-top-left-radius: 2px;
	bottom: 0;
	display: none;
	height: 90px;
	position: absolute;
	right: 0;
	width: 90px;
}

.button, .button.success { background: #249a79; border: 0; border-bottom: 3px solid #00513b; border-radius: 5px;
	color: #fff !important; font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: initial; }
.button.secondary { background: #a1a1a1; border-bottom-color: #444; }
.button.secondary:focus, .button.secondary:hover { background: #737373; }
.button:focus, .button:hover, .button.success:focus, .button.success:hover { background: #0a7d5c; cursor: pointer; text-decoration: none; }

.button.alert { border-bottom-color: #a62510; }

h1.product-title { font-size: 1.5rem; line-height: 1.5; }
input[name="product_quantity"] { max-width: 150px; }

.sortwrap select { display: inline-block; margin: 0 0 1rem 10px; width: 20%; }
.sortwrap { font-size: 0; text-align: right; }

.photoblock { background-position: center; background-repeat: no-repeat; background-size: cover; border: 1px solid #ccc;
	display: inline-block; font-size: 0; height: 165px; margin: 10px 0; position: relative; width: 100%; }
.product-image .photoblock { height: 300px; }
.photoblock a { display: block; height: 100%; }
.photoblock .wishlist { font-size: 1rem; position: absolute; right: 7px; top: 0; z-index: 3; }
.photoblock .label { position: absolute; left: 0; top: 0; }

.hb-left img { bottom: 0; position: absolute; right: 0; }

.sale-block-text, .clearance-block-text, .products-block-text { width: 50%; }
.sale-block-img, .clearance-block-img, .products-block-img { width: 50%; overflow: hidden; }
.sale-block .photoblock, .clearance-block .photoblock, .products-block .photoblock { border: 0; margin: 0; height: 200px; width: 100%; }
.sale-block-img img, .clearance-block-img img, .products-block-img img { overflow: hidden; max-width: 100%; width: auto; }

/*.account-page h3 { padding-left: 0.9375rem; }
.account-page a { margin-left: 0.9375rem; }*/

#copy [name="searchword"] { border-top-left-radius: 6px; border-bottom-left-radius: 6px; }
#copy [name="Search"] { border-top-left-radius: 0; border-bottom-left-radius: 0; border-bottom: 1px solid #444; background-color: #444; }
#searchForm legend { padding-left: 0; }
#productsearchForm {padding: 0;}
#productsearchForm .input-group-label { display: none; }
#productsearchForm [title="COM_SEARCH_SEARCH"] {
  background-color: #444;
  border-bottom: 2px solid #444;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.optional {display: none;}

.account-page ul.breadcrumbs {background-color: #e7dfd5; padding: .5rem;}


/** End Hannush customs **/

@media only screen and (max-width: 1220px) {

	#middle .column:nth-child(1) {
		padding-left: 0.9375rem; }
	#middle .column:nth-child(2) {
		padding-right: 0.9375rem; }

}


@media only screen and (max-width: 1023px) {

	.header-main { height: 92px; }
	.header-bottom { display: none; }
	.hl-top { padding-right: 115px; }
	.hl-bottom { display: none; }
	.h-right { display: none; }
	.h-left { height: 80px; }
	.pushy-menu-btn { display: block; }

  #copy h1, #copy h3, .profile, .profile-edit { padding-top: 25px; }
	#copy form, #copy h1, #copy h2, legend, .page-header h1, .product-category, .profile, h5 { padding-left: 0.9375rem; padding-right: 0.9375rem; }
	#copy h1.product-title, .columns legend, .profile legend, .profile-edit legend { padding: 0; }

	.login-page .columns:nth-of-type(3) { padding-left: 1.9375rem; padding-right: 1.9375rem; }

	.shop-view { padding: 0; }
  .sortwrap { margin-top: 20px; }

	.products-block {
		background: url("../images/brave-heart.png") no-repeat;
		background-position: 120% 50%; }
	.clearance-block {
		background: url("../images/happy-holiday-bear.png") no-repeat;
		background-position: 90% 50%; }

	.bottom-banner { margin: 0; }
	#homeblocks { margin-bottom: 0; }
		#homeblocks .columns:nth-child(1) {
			margin: 20px 0 0;
		padding-left: 0.9375rem; }
		#homeblocks .columns:nth-child(2) {
			margin: 20px 0;
			padding-left: 0.9375rem; }
		#homeblocks .columns:nth-child(3) {
			padding-right: 0.9375rem;
				margin: 20px 0; }
	#middle { margin: 0; }
	#middle .column:nth-child(2) { padding-left: 0; padding-right: 0; }

  #copy .breadcrumbs { padding-left: 0.9375rem; }
  
  .inputbox.search-query { background: #d9d3cc;}
	.inputbox.search-query::-webkit-input-placeholder { color: #fff;}
	.inputbox.search-query:-moz-placeholder {color: #fff; opacity: 1;}
	.inputbox.search-query:-moz-placeholder { color: #fff;opacity:  1;}
	.inputbox.search-query:-ms-input-placeholder { color:    #fff;}

}


@media only screen and (max-width: 639px) {
	
	legend {font-size: 1.5rem;}

  .mf-right { width: 50%; justify-content: space-around; }
  .mf-right .header-search {width: 80%;}
  /*.header-search .inputbox { display: none; }*/
  .form-inline button { width: 48px; height: 45px; }
	/*.header-search { width: 48px; }*/
  .header-search .header-search { width: 140px; }

  .pagination li {display: inline-flex;}

	.homepage-banner { height: 250px; }
	.sortwrap {text-align: center;}
	.sortwrap select { width: 40%; }

	.products-block {
		background: url("../images/brave-heart.jpg") no-repeat;
		background-position: 120% 50%; }
	.clearance-block {
		background: url("../images/happy-holiday-bear.jpg") no-repeat;
		background-position: 90% 50%; }

	#homeblocks .columns:nth-child(1) {
		padding-left: 0.9375rem;
		margin: 15px 0; }
	#homeblocks .columns:nth-child(2) {
		margin: 0; }
	#homeblocks .columns:nth-child(3) {
		padding-right: 0.9375rem;
		margin: 15px 0; }

}
