.cart_item .product-price{
	display: flex;
}
.cart_item .donate-acgs{
	line-height: 2.4em;
}
/* Membership
**********************/
.wrap-more-member{
	text-align: center;
}
.more-membership{
	margin-left: 25px;
}
.include-membership{
	height: 0;
	padding: 0px 0 7px;
	overflow: hidden;
	transition: all 0.3s;
}
.wrap-more-members{
	text-align: center;
}

/* Shop Catalog
**********************/
.product-list .product-item .product-contenetor .product-content, 
.product-slider .product-item .product-contenetor .product-content {
    height: calc( 100% - 66px);
}
.search-filter-results ..product-list{
    margin-bottom: 0;
}

/* Export Table */
.binnacle-content{
    position: relative;
}
.binnacle-content .green-btn-acgs{
    position: absolute;
    top: 9px;
    right: 0;
}

/* Obituaries filter fields */
.page-template-page-obituaries .section-hero.page .row .txt-content h1 + p {
	display: block;
	margin-top: 10px;
}
.c-dropdown .c-dropdown-toggle i {
	font-size: 19px;
	border: 0 none;
	margin-left: 0 !important;
}
.c-dropdown-toggle {
	display: inline-block;
	position: relative;
}
.c-dropdown-menu {
	background-color: #fff;
    border: 1px solid #f4f4f4;
    border-radius: 3px;
    box-shadow: 0 2px 5px 3px rgba(0,0,0,0.05);
    display: none;
    top: 24px;
    left: -2px;
    position: absolute;
    width: 160px;
    padding: 8px 10px;
}
.c-dropdown:hover .c-dropdown-menu {
	display: block;
	z-index: 50;
}

.obituaries-filters h4 {
	padding-left: 22px !important;
	position: relative;
}
.obituaries-filters .c-dropdown {
	padding-right: 12px;
	position: absolute;
	left: -3px;
	top: 0;
}
.obituaries-filters .c-dropdown label {
	color: #333c3d;
	cursor: pointer;
	display: block;
	font-size: 0.92em;
	padding: 8px 0;
}
.obituaries-filters .c-dropdown input[type="radio"] {
	position: static;
	opacity: 1;
}

/** tooltips */
.c-tooltip {
	cursor: pointer;
}
.jBox-content {
	font-size: 0.92em;
	line-height: 1.38em;
}

/** Popups */
.w-popup {
	position: relative;
	background: #FFF;
	padding: 40px 30px 30px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
}
.w-popup .popup-cta {
	text-align: center;
}
.w-popup .close-warning {
	font-size: 0.85em;
	cursor: pointer;
    color: #fff;
    background: #e5554e;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.4em;
    padding: 2px 10px;
}

@media screen and (max-width: 992px) {
	.section-list-filter form.obituaries-filters ul li {
		margin-bottom: 20px;
	}
	.genesis-nav-menu .menu-item:hover > .sub-menu .menu-item:hover > .sub-menu {
		margin-top: 0;
		max-width: 100%;
	}
	.genesis-nav-menu .menu-item:hover > .sub-menu .menu-item:hover > .sub-menu a {
		max-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.w-popup {
		padding-left: 18px;
		padding-right: 18px;
	}
}

@media screen and (min-width: 993px) {
	/*obituary filters*/
	.section-list-filter form.obituaries-filters ul li {
		padding-left: 16px;
		padding-right: 16px;
		width: 25% !important;
	}
}
@media screen and (min-width: 992px) {
    .page-template-page-catalog .section-list-filter form ul li {
        width: 20%;
    }
}
@media screen and (min-width: 1024px) {
    .page-template-page-catalog .section-list-filter form ul li input[type="submit"] {
        min-width: 150px;
    }
}

/*
	GLOBAL EVENTS - POP-UP
*/
.modal-overlay{
	z-index: 99998;
    background: rgba(0, 0, 0, 0.5);
	display: none;
}
.modal-overlay.show{
	display: block;
}
.modal#global-events-popup{
	transform: translateY(30px);
	width: 95%;
    max-height: 75%;
    opacity: 0;
	top: 12.5vh;
	max-width: 800px;
	z-index: 99999 !important;
}
.modal#global-events-popup.show{
	display: block;
	transform: translateY(0px);
    opacity: 1;
	transition: opacity .2s .0s ease, transform .3s .0s ease;
}





/*
	GLOBAL EVENTS - POP-UP
*/
.modal-overlay{
	z-index: 99998;
    background: rgba(0, 0, 0, 0.5);
	display: none;
}
.modal-overlay.show{
	display: block;
}
.modal{
	transform: translateY(30px);
	width: 95%;
    max-height: 75%;
    opacity: 0;
	top: 12.5vh;
	max-width: 800px;
	z-index: 99999 !important;
}
.modal.show{
	display: block;
	transform: translateY(0px);
    opacity: 1;
	transition: opacity .2s .0s ease, transform .3s .0s ease;
}

#global-pdf-viewer{
	max-width: 80%;
	height:100%
}

#global-pdf-viewer .modal-wrap{
	max-width: 100%;
	height:100%
}

.pdf-viewer-content{
	width: 100%;
	height:94%
}

/* ******** FOOTER *********** */

.subscribe-footer form {
	display: flex !important;
	flex-wrap: wrap;
}
.subscribe-footer .gform_fields {
	display: flex !important;
	flex-wrap: wrap;
}
.subscribe-footer input[type=text]  {
	background: white !important;
	border-radius: 50px;
	padding: 19px 23px !important;
	border: 2px solid #ecf0f1;
	min-height: 30px;
	margin-bottom: 0;
	min-width: 400px;
	height: auto;
}

@media screen and (max-width: 767px) {
	.subscribe-footer form > div{
		margin-top: 0px !important;
		margin-bottom: 7px !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	.subscribe-footer .gform_fields .gform_field {
		margin:0px !important;
	}
	.subscribe-footer h4 {
		margin-bottom: 0px !important;
		text-align: center;
		flex: 1;
	}
}

.remove_shipping .shipping_free{
	display: none !important;
}

.remove_quantity .quantity {
	display: none !important;
}