/* SOOTHE YOUR SOUL */

/*
	BODY color:
	color:#373737;
*/

#maintenance-notice {
	display:none;
}

body{
	color:#373737;
	background:#FFF;
}
.pad {
	position:relative;
	width:100%;
	max-width:1280px;
	margin:0 auto;
}


.header {
	position:relative;
	height:215px;
	background:#FFF;
	border:none;
}

.navUser {
	background:#ccffcc;
	z-index:1;
	border-bottom:solid 1px #c9c9c9;
}
.navUser .pad {
	width:100%;
	max-width:1280px;
	padding:8px 0;
}


/* LOGO */
.header-logo {
	position:absolute;
	Xtop:45px;
	top:14px;
	left:20px;
	width:440px;
	height:66px;
	margin:0;
	z-index:2;
}
.header-logo > a {
	display:block;
	width:100%;
	height:65px;
}
.header-logo-image-container {
	width:440px;
	height:66px;
}
.header-logo-image {
	width:100%;
	height:auto;
	max-height:none;
	margin:0;
}
.header-logo-image-container:after {
	padding:0;
}



/* USER ACCOUNT & CART NAV */
.navUser-section.navUser-section--alt {
	position:absolute;
	top:6px;
	right:0;
	width:130px;
	width:330px;
}
.navUser-item.gift_certificates_enabled {
    display:none;
}
.navUser-action,
.navUser-action:hover,
.navUser-or,
.navUser-item--cart .navUser-action {
	color:#373737;
}
.navUser-action {
	display:block;
	width:25px;
	height:25px;
	text-indent:-9999px;
	margin:0 0 0 15px;
}
#hdrSearch {
	position:relative;
}
.hdrSearchInput {
	display:inline-block;
	width:220px;
	height:25px;
	padding-left:7px;
	border-radius:5px;
}
.hdrSearchSubmit {
	display:inline-block;
	width:25px;
	height:25px;
	background:transparent url('./img/hdrSearch.png') center top no-repeat;
	text-indent:-9999px;
	border:none;
}
/*
.navUser-action.navUser-action--quickSearch {
	background:transparent url('./img/hdrSearch.png') center top no-repeat;
}
*/
#topBarPhone {
	float:left;
}
#topBarPhone a {
    display: inline-block;
	font-size:16px;
	font-weight:bold;
	color:#408000;
	text-decoration:none;
	padding:0 3px;
} 
.navUser-action.navUser-action--account {
	background:transparent url('./img/hdrUser.png') center top no-repeat;
}

.navAccountSubmenu {
	display:none;
}
.navUser-item.navUser-item--account:hover .navAccountSubmenu {
	display:block;
	position:absolute;
	top:100%;
	right:0;
	background:rgba(255,255,255, 0.9); /* white */	
	background:rgba(215,250,205, 0.9); /* light green */
	box-shadow:1px 1px 5px rgba(0,0,0, 0.5);
	padding:15px;
	z-index:99;
}
.navAccountSubmenu,
.navAccountSubmenu li {
	list-style-type:none;
	text-align:center;
	z-index: 10;
}
.navAccountSubmenu li a {
	font-size:16px;
	color:#373737;
	text-decoration:none;
}
.navAccountSubmenu li a:hover {
	opacity:0.7;
}

.navUser-action.navUser-action--cart {
	position:relative;
	background:transparent url('./img/hdrBag.png') center top no-repeat;
	text-indent:0;
}
.navUser-item-cartLabel {
	display:none;
}
.countPill {
	position:absolute;
	top:6px;
	left:0;
	font-size:13px;
	color:#d1008b;
	text-align:center;
	background:none;
}

/* CART PREVIEW */
#cart-preview-dropdown {
	width:280px;
	background:#FFF;
}
.navUser-item--cart .dropdown-menu.is-open {
	top:43px !important;
}
.navUser .dropdown-menu.is-open:before,
.navUser .dropdown-menu.is-open:after {
	border-color:transparent transparent #4c4c4c transparent;
}
.previewCartItem-image {
	overflow:hidden;
}
.previewCartItem-name > a {
	color:#666;
}
.previewCartItem-price {
	color:#999;
}
.previewCartItem-brand {
	display:none;
}
.previewCartAction-viewCart .button {
    font-weight:400;
	color:#333;
    background:#ccffcc;
    transition:0.3s all;
    border:solid 1px #ccffcc;
    border-radius:4px;
	padding:10px;
}
.previewCartAction-viewCart .button:hover {
	color:#b28bf7;
	background:#6df2d7;
}
.previewCartAction-checkout .button.button--primary {
	padding:10px;
}


/* HEADER ADDRESS */
.hdrAddress {
	position:absolute;
	top:58px;
	right:0;
	text-align:right;
	font-size:16px;
	line-height:1.8em;
}
.hdrAddress span.hermosa {
	display:block;
}
.hdrAddress span.phones {
	display:block;
}
.hdrAddress span.phoneDivider {
    display:inline-block;
    padding:0 5px;
}
.hdrAddress a {
	color:#03c253;
	color:#408000;
	text-decoration:none;
	transition:0.2s all;
}
.hdrAddress a:hover {
	opacity:0.8;
}

/* HEADER BOTTOM BAR */
.hdrBottomBar {
	position:absolute;
	top:175px;
	width:100%;
	color:#373737;
	text-align:right;
	background:#ccffcc;
	border-bottom:solid 3px #c9c9c9;
	padding:5px 0;
}
.hdrBottomBar ul,
.hdrBottomBar li {
	list-style-type:none;
	padding:0;
	margin:0;
}
.hdrBottomBar ul {
	float:right;
	text-align:right;
}
.hdrBottomBar li {
	float:left;
}
.hdrBottomBar a {
	display:block;
	font-size:18px;
	font-weight:bold;
	color:#408000;
	text-decoration:none;
	margin:0 10px;
	transition:0.2s all;
}
.hdrBottomBar a:hover {
	opacity:0.8;
}
.hdrBottomBar li:nth-last-child(1) a {
	margin-right:0;
}
.hdrBottomBar li.giftcertificates a {
    color:#ad00d1;
}


/* HEADER BANNER*/
.topGrayBar {
	font-size:15px;
	color:#607244;
	text-align:center;
	background:#dadada;
	padding:20px 0;
	margin-bottom:30px;
}




/* COMMON */
#leftCol {
	float:left;
	width:235px;
}
.leftColCategoriesMenu,
.leftColBrandsMenu {
	background:#ccffcc;
	padding-bottom:25px;
	border-bottom:solid 3px #c9c9c9;
	margin:0 0 30px 0;
}

.body {
	position:relative;
	width:100%;
	max-width:1280px;
	margin:0 auto;
	padding-top:15px;
}
.container {
	float:right;
	width:calc(100% - 250px);
	max-width:calc(100% - 250px);
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	color:#333333;
}

h1.page-heading,
h2.CategoriesList,
h2.BrandsList,
h2.page-heading,
.productPageRightCol h5 {
    font-size: 15px;
	font-weight:bold;
    color:#fff!important;
	text-shadow:1px 1px 1px rgba(235,90,244, 1);
	text-align:left;
	text-transform:uppercase;
    border-bottom:solid 3px #eb5af4;
	background:#fab9fa;
	padding:5px 0 3px 5px;
	margin:0 0 15px 0;
}

h2.BrandsList {
}
ul.leftColBrands,
ul.leftColBrands li {
	list-style:none;
	padding:0;
	margin:0;
}
ul.leftColBrands li a {
    display: block;
    position: relative;
    width: 100%;
    font-size: 17px;
    font-weight: 100;
    color: #476a30;
    text-transform: none;
	text-decoration:none;
    padding: 2px 10px;
    margin-left: 14px;
}
ul.leftColBrands li a:hover {
	color:#c907f7;
	opacity:0.7;
}
.card-body .card-text {
    color: #545454;
}
a.button.button--small.card-figcaption-button {
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 3px solid;
    border-color: #c9c9c9;
    border-radius: 0;
    background-color: #e5e5e5;
    color: #545454;
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    font-weight: 700;
    width: 100%;
	padding-top:11px;
}
a.button.button--small.card-figcaption-button:hover {
    background-color: #88b04b;
    color: #fff;
    border-color: #476a30;
}

a {
	color:#ad00d1;
}
.panel-body {
	background:#EEE;
}
.alertBox {
	color:#fff;
}
.alertBox--info {
	background:#CCCCCC;
}
.navBar--sub .navBar-action {
	color:#666;
}
.navBar--sub .navBar-action:hover {
	color:#333;
}
.panel-header,
.login-form {
	background:#EEE;
}
.login-form {
	margin-top:0;
	padding-top:3rem;
	padding-bottom:10px;
}
.form-label,
.form-label small {
	color:#666;
}
.button--icon svg {
	fill:#666;
}
.breadcrumbs {
	text-align:left;
}
.breadcrumb a,
.breadcrumb.is-active > .breadcrumb-label,
.breadcrumb:before {
	color:#666;
}
.breadcrumb a:hover {
	color:#000;
}
li.pagination-item--current a, li.pagination-item--current button,
.pagination-item .pagination-link:hover {
	color:#666;
}
.productGrid {
	margin:0;
}

/* MODALS */
.modal--alert .modal-content {
	color:#000;
}
.modal {
	background-color:#FFF !important;
	border:solid 1px #CCC !important;;
}
.modal-close {
	color:#000;
}
.loadingOverlay::before {
	border-color:#ad00d1 #ad00d1 #f0d0f6 #f0d0f6
}
.loadingOverlay {
	background-color:rgba(255,255,255,.9);
}
.swal2-icon.swal2-warning {
}
.swal2-modal .swal2-confirm {
}
.swal2-modal .swal2-confirm:focus,
.swal2-modal .swal2-confirm:active,
.swal2-modal .swal2-confirm:hover {
}



/* HOME PAGE */
.heroCarousel {
	margin-top:0;
}
.heroCarousel.slick-initialized {
	max-height:320px;
}
.heroCarousel-content {
	right:25px;
	bottom:-25px;
	left:auto;
	top:auto;
	width:auto;
	border-radius:50%;
	background-color:rgba(255,255,255, 0.65);
	padding:35px 80px;
}
.heroCarousel-title,
.heroCarousel-description {
	color:#373737;
}
.heroCarousel .slick-next, .heroCarousel .slick-prev {
	display:none !important;
	top:calc(50% - 25px);
	background:rgba(255,255,255, 0.6);
	border:none;
}
.heroCarousel .slick-prev {
	left:1px;
}
.heroCarousel .slick-next {
	right:1px;
}
.heroCarousel .slick-dots {
	bottom:-34px;
}
.heroCarousel .slick-dots li {
	background:none;
}
.slick-dots li button {
	background:#FFF;
}
#homeQuickLinks {
	text-align:center;
}
#homeQuickLinks .box {
	display:inline-block;
	width:22.5%;
	min-height:200px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.21);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.21);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.21);
	margin:7px 1%;
	padding:5px;
}



/* CATEGORY PAGE */
#faceted-search-container {
    display: none;
}
.page-sidebar + .page-content {
	width:100%;
}
.page-sidebar + .page-content .productGrid .product {
	width:25%;
}

/* CONTENT PAGES */



/* SEARCH PAGE */
.searchPageBreadcrumbs {
    display: none;
}
.navBar--sub.SearchResults {
        margin-bottom:0;
}
.panel.DidYouMean {
    display: none;
}
/* SEARCH PAGE */


/* GIFT CERTIFICATES PAGE */
.gcInfoMessage {
    font-size: 16px;
    color: #ad00d1;
    text-align: center;
    background: #fab9fa;
    border: solid 3px #ff04ff;
    border-radius: 15px;
    padding:10px 15px 0 15px;
    margin:0 30px 30px 30px;
}
.gcInfoMessage p {
    margin:0 0 0.8em 0;
}
.gcInfoMessage strong {
    display: block;
    font-size: 22px;
}



/* CART */
.cart-total-label,
.coupon-code-add, .coupon-code-cancel, .shipping-estimate-show, .shipping-estimate-hide, .gift-certificate-add, .gift-certificate-cancel {
	color:#666;
}
.coupon-code-add:hover, .coupon-code-cancel:hover, .shipping-estimate-show:hover, .shipping-estimate-hide:hover, .gift-certificate-add:hover, .gift-certificate-cancel:hover {
	color:#000;
}


/* FOOTER */
.footer {
	background:#FFF;
	border:none;
	padding:0 0 20px 0;
}
.footerTopBorder { /* only active if footer newsletter turned off */
	height:15px;
	background:#ccffcc;
}
.ftrNewsletterBar {
	background:#ccffcc;
	padding:5px 0;
	margin:0 0 25px 0;
}
.ftrNewsletterBlurb {
	float:left;
	font-size:20px;
	font-weight:bold;
	color:#648c3c;
}
.ftrNewsletterBlurb span {
	font-size:16px;
}
.ftrNewsletterBar .form {
	float:right;
	margin:0;
}
.ftrNewsletterBar .form .form-field {
	margin:0;
}
.ftrNewsletterBar .form #nl_email {
	height:34px;
	width:300px;
    color: #545454;
    border:solid 1px #e5e5e5;
	background:#FFF;
	padding:0 10px;
}
.ftrNewsletterBar .form .button  {
	width:100px;
    height: 32px !important;
	font-size:16px;
	font-weight:bold;
    color: #fff;
	text-align:center;
    text-transform: uppercase;
    line-height: 32px;
	letter-spacing:0.8px;
    border-radius: 0;
	border:solid 1px #476a30;
    border-bottom:solid 3px #476a30;
    background-color: #88b04b;
    padding:0;
    margin:0 0 0 5px;
}
.ftrNewsletterBar .form .button:hover {
    background: #476a30;
    border-bottom: 3px solid;
    border-color: #284118;
    color: #fff;
}

.footer .container {
	width:95%;
	max-width:1280px;
	float:none;
}
.footer-info-col,
.footer h5,
.footer-info-list a {
	color:#373737;
}
.footer-info-col {
	width:25%;
}
.footer-info-list a:hover {
	color:#999;
}
.footer h5 {
	font-size:16px;
	font-weight:bold;
}
.footer-info-col.ftrCats {
	width:50%;
}
.ftrCats ul {
	column-count:3;
	column-width:30%;
}

.footer-copyright > .powered-by {
	color:#333;
	line-height:1.3em;
	margin-bottom:10px;
}
.ftrCredit {
	display:inline-block;
	margin-left:20px;
	padding-left:20px;
	border-left:solid 1px #CCC;
}
.ftrCredit a {
	color:#999;
}
.ftrCredit a:hover {
	color:#bdbdbd;
}


.Clear {
	clear:both;
}



/* 
*/
