/*
Theme Name: Staxx
Description: Simple. Affordable. Beatiful.
Author:  integritive inc.
Version: 1.0
Template: enfold
*/


/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------- STAXX COMMERCE -------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */


/*
page-title-section
	page-title-text
full-photo-section
	photo-section-text
column-grid-row
	photo-column
	text-column
shop-slider-section
shop-grid-section

*/

:root {
	--theme: red;
	--theme-alt: blue;
	--accent: green;
	--dark: purple;
}

/* Standardized classes for hiding things on desktop/mobile */
@media (min-width: 990px) {
	.staxx-desktop-hidden {
		display: none!important;
	}
}
@media (max-width: 990px) {
	.staxx-mobile-hidden {
		display: none!important;
	}
}

@media (max-width: 989px) {
	.responsive #top #wrap_all #header #header_main .container {
		max-width: 100%;
		width: 100%;
	}
}


/* ------ TYPOGRAPHY ------ */

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.template-page .entry-content-wrapper h1,
.template-page .entry-content-wrapper h2 {
	text-transform: none;
}
.special_amp {
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}



/* Bold / Strong Text */
.main_color p b,
.main_color li b,
.main_color p strong,
.main_color li strong {
	color: #000000;
}
.alternate_color p b,
.alternate_color li b,
.alternate_color p strong,
.alternate_color li strong {
	color: #ffffff;
}


@media (max-width: 480px) {
	#top .avia_textblock,
	#top .avia_textblock li,
	#top .entry-content,
	#top .entry-content li,
	.term-description p {
		font-size: 15px;
	}
	#top h1 {
		font-size: 32px;
	}
	#top.single h1 {
		font-size: 28px;
	}
	#top h2 {
		font-size: 26px;
	}
	#top .products .product h2,
	#top h2.woocommerce-loop-product__title {
		font-size: 14px !important;
	}
	#top h3 {
		font-size: 22px;
	}
	#top h4 {
		font-size: 18px;
	}
	#top h5 {
		font-size: 16px;
	}
	#top h6 {
		font-size: 15px;
	}
}

@media (min-width: 480px) and (max-width: 989px) {
	#top .avia_textblock,
	#top .avia_textblock li,
	#top .entry-content,
	#top .entry-content li {
		font-size: 16px;
	}
	#top h1 {
		font-size: 34px;
	}
	#top.single h1 {
		font-size: 30px;
	}
	#top h2 {
		font-size: 30px;
	}
	#top .products .product h2,
	#top h2.woocommerce-loop-product__title {
		font-size: 18px !important;
	}
	#top h3 {
		font-size: 28px;
	}
	#top h4 {
		font-size: 24px;
	}
	#top h5 {
		font-size: 20px;
	}
	#top h6 {
		font-size: 18px;
	}
}


@media (min-width: 989px) and (max-width: 1080px) {
	#top .avia_textblock,
	#top .avia_textblock li,
	#top .entry-content,
	#top .entry-content li {
		font-size: 17px;
	}
	#top h1 {
		font-size: 44px;
	}
	#top.single h1 {
		font-size: 44px;
	}
	#top h2 {
		font-size: 34px;
	}
	#top .products .product h2,
	#top h2.woocommerce-loop-product__title {
		font-size: 20px !important;
	}
	#top h3 {
		font-size: 30px;
	}
	#top h4 {
		font-size: 26px;
	}
	#top h5 {
		font-size: 22px;
	}
	#top h6 {
		font-size: 20px;
	}
}

@media (min-width: 1081px) {
	#top .avia_textblock,
	#top .avia_textblock li,
	#top .entry-content,
	#top .entry-content li {
		font-size: 18px;
	}
	#top h1 {
		font-size: 44px;
	}
	#top.single h1 {
		font-size: 44px;
	}
	#top h2 {
		font-size: 34px;
	}
	#top .products .product h2,
	#top h2.woocommerce-loop-product__title {
		font-size: 22px !important;
	}
	#top h3 {
		font-size: 30px;
	}
	#top h4 {
		font-size: 26px;
	}
	#top h5 {
		font-size: 22px;
	}
	#top h6 {
		font-size: 20px;
	}
}


/* Heading Links */
#top h1 a,
#top h2 a,
#top h3 a,
#top h4 a,
#top h5 a,
#top h6 a,
#top p a {
	text-decoration: none !important;
}
#top .main_color h1 a,
#top .main_color h2 a,
#top .main_color h3 a,
#top .main_color h4 a,
#top .main_color h5 a,
#top .main_color h6 a {
	color: var(--theme);
	border-bottom: 1px solid var(--theme);
}
#top .main_color h1 a:hover,
#top .main_color h2 a:hover,
#top .main_color h3 a:hover,
#top .main_color h4 a:hover,
#top .main_color h5 a:hover,
#top .main_color h6 a:hover {
	color: var(--theme);
	border-bottom: 2px solid var(--theme);
}
#top .alternate_color h1 a,
#top .alternate_color h2 a,
#top .alternate_color h3 a,
#top .alternate_color h4 a,
#top .alternate_color h5 a,
#top .alternate_color h6 a {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
#top .alternate_color h1 a:hover,
#top .alternate_color h2 a:hover,
#top .alternate_color h3 a:hover,
#top .alternate_color h4 a:hover,
#top .alternate_color h5 a:hover,
#top .alternate_color h6 a:hover {
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
}

.main_color .content p a,
.main_color .content li a,
.main_color .avia_textblock p a,
.main_color .avia_textblock li a,
.main_color p a strong,
.main_color p a b,
.main_color p strong a,
.main_color p b a,
.main_color li a strong,
.main_color li a b,
.main_color li strong a,
.main_color li strong b {
	border-bottom: 1px solid;
}
.alternate_color .content p a,
.alternate_color .content li a,
.alternate_color .avia_textblock p a,
.alternate_color .avia_textblock li a,
.alternate_color p a strong,
.alternate_color p a b,
.alternate_color p strong a,
.alternate_color p b a  {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.main_color .content p a:hover,
.main_color .content li a:hover,
.main_color .avia_textblock p a:hover,
.main_color .avia_textblock li a:hover,
.main_color p a:hover strong,
.main_color p a:hover b,
.main_color p strong a:hover,
.main_color p b a:hover {
	border-bottom: 2px solid;
	text-decoration: none;
}
.alternate_color .content p a:hover,
.alternate_color .content li a:hover,
.alternate_color .avia_textblock p a:hover,
.alternate_color .avia_textblock li a:hover,
.alternate_color p a:hover strong,
.alternate_color p a:hover b,
.alternate_color p strong a:hover,
.alternate_color p b a:hover  {
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
	text-decoration: none;
}




/* --- Fixes / Overrides from above --- */
/*  Remove Border from Icons  */
#top .av_font_icon a {
	border-bottom: none;
}
/* Inherit Text Block Color */
#top .av_inherit_color a {
	color: inherit !important;
	border-color: inherit !important;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#top .av_inherit_color a:hover {
	color: inherit;
	border-color: inherit !important;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
/* Remove Link Below Social Share Icons */
#top li.av-share-link a {
	border-bottom: 0px solid !important;
}



/* ------ Special Headings ------ */
#top .special-heading-border {
	display: none;
}
.av-thin-font .av-special-heading-tag,
.modern-quote .av-special-heading-tag {
	font-weight: bold;
}













/* ------------------------------ */
/* ----------- HEADER ----------- */
/* ------------------------------ */

.logo a img {
	padding: 10px 0;
}

.header_bg {
	opacity: 1;
}
#header_main,
#header_meta {
	border-top-width: 0px;
	border-bottom-width: 0px;
}
.sub_menu li {
	border-right-width: 0px;
}



/* Transparent Header Glassy */
#top .av_header_glassy.av_header_transparency #header_main {
	border-color: transparent;
	border-top-color: transparent;
}
#top .av_header_glassy.av_header_transparency .header_bg {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* Fix for transparent logos with WebP Express in CDN Friendly mode */
#top .av_header_transparency.av_alternate_logo_active .logo a > picture > img {
	opacity: 0;
	filter: alpha(opacity=0);
}
@media only screen and (max-width: 767px) {
	.responsive #top .av_header_transparency.av_alternate_logo_active .logo a > picture > img {
		opacity: 1;
	}
}


/* Sticky Header / Fixed Header on Mobile
@media (max-width: 767px) {
	.responsive #top #wrap_all #header {
		position: fixed;
	}
	#main {
		padding-top: ;
	}
	.responsive.html_av_admin_bar_active {
	}

	.html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
		padding-top: 110px !important;
	}
	html #wpadminbar {
		display: none;
	}
	html.responsive.html_av_admin_bar_active {
		margin-top: 0px !important;
	}
}
*/



/* ------ Header Meta / Top Menu ------ */


/* Top Menu Style */
.sub_menu>ul>li>a,
.sub_menu>div>ul>li>a {
	font-size: 14px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.sub_menu>ul>li:hover,
.sub_menu>ul>li:hover>a,
.sub_menu>ul>li:focus,
.sub_menu>ul>li:focus>a,
.sub_menu>ul>li:active,
.sub_menu>ul>li:active>a {
	text-decoration: none;
	opacity: 0.8 !important;
}



/* Set Header Meta Colors */
 #header_meta {
	border-top-width: 0px;
	border-bottom-width: 0px;
	background: #000000;
}
#top .social_bookmarks li,
.header_color .social_bookmarks a,
.header_color .sub_menu>ul>li>a,
.header_color .sub_menu>div>ul>li>a,
#top .header_color .sub_menu ul li a:hover,
.header_color .sub_menu ul:first-child > li.current-menu-item > a,
.header_color .sub_menu ul:first-child > li.current_page_item > a,
.header_color .sub_menu ul:first-child > li.active-parent-item > a {
	color: #ffffff;
}






/* Social Bookmarks */
#top .social_bookmarks li {
	border-right-width: 0px;
}
#top #wrap_all .social_bookmarks li a {
	background-color: transparent !important;
}
#top #wrap_all .social_bookmarks li:hover a {
	background-color: transparent !important;
	color: inherit !important;
	opacity: 0.8;
}
#top .cart_dropdown + .social_bookmarks li {
	width: 35px;
}





/* --------------------------------- */
/* ------------- MENU -------------- */
/* --------------------------------- */

#top .av-main-nav > li > a > .avia-menu-fx {
	height: 5px;
	opacity: 0;
}

#top .av-main-nav > li.current-menu-item > a > .avia-menu-fx,
#top .av-main-nav > li > a:hover,
#top .av-main-nav > li > a:focus,
#top .av-main-nav > li > a:active {
	opacity: 0.7;
}


@media (min-width: 990px) and (max-width: 1080px) {
	#top .av-main-nav > li > a {
		padding: 0 15px;
		font-size: 16px;
	}
}
@media (min-width: 1081px) {
	#top .av-main-nav > li > a {
		padding: 0 20px;
		font-size: 18px;
	}
}

/* Main Menu Submenu Items / Dropdown Menu */
#top .av-main-nav ul a {
	line-height: 24px;
	padding: 12px 14px;
	font-size: 16px;
}

.av-main-nav > li > ul {
	border-top-width: 0px;
}
.av-main-nav ul {
	margin-top: 0px;
}


/* Hide Menu Link on Mobile */
@media (min-width: 990px) {
	#top li.hideondesktop {
		display: none;
	}
}



/* Menu Buttons */
#top .av-menu-button > a .avia-menu-text {
	border: 0px solid;
	border-radius: 22px;
	padding: 9px 15px;
}



/* Mega Menu */
#top #header .avia_mega_div > .sub-menu {
	border-top-width: 0px;
}
.avia_mega_div .avia-bullet {
	display: none;
}
#top #header .avia_mega_div > .sub-menu > li > ul > li a {
	padding: 7px 12px 7px 12px;
}
#header .avia_mega_div .units {
	border-right-style: solid;
}






/* ------------------------------- */
/* --------- MOBILE MENU --------- */
/* ------------------------------- */


@media (max-width: 989px) {
.responsive #top #wrap_all #header .container,
.responsive #top #wrap_all #header_meta .container {
		width: 95%;
		max-width: 95%;
	}
	.av-main-nav-wrap {
		float: right;
	}
	#top #header_main #menu-item-shop .cart_dropdown_link {
		height: inherit;
	}
	.responsive.html_cart_at_menu #top .main_menu .menu>li:last-child {
		padding-right: 0px;
	}
	.responsive #top .logo {
		padding-left: 2.5%;
		width: 70%;
	}
/*
	.responsive #top #menu-item-shop.cart_dropdown {
		margin-left: 0px;
		right: 70px;
	}
*/
}


#top #av-burger-menu-ul {
	vertical-align: top;
	padding-top: 100px !important;
}
.html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet {
	display: none;
}
/* Current Menu Item Background Color */
.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul li.current-menu-item > a {
	background-color: #eeeeee;
}
/* Keep Current Menu Section Open */
.html_av-submenu-hidden #av-burger-menu-ul li.current-menu-ancestor > ul {
	display: block;
}

/* ------------------------- */
/* -------- BUTTONS -------- */
/* ------------------------- */

body div .avia-button {
	border-bottom-width: 0px;
	border-radius: 100px;
	font-weight: bold !important;
}
.avia-button.avia-size-x-large {
	padding: 20px 50px 18px;
	font-size: 1.8rem;
}
.avia-button.avia-size-large {
	font-size: 1.4rem;
}
.avia-button.avia-size-medium {
	font-size: 1.2rem;
}
.avia-button.avia-size-small {
	font-size: 1rem;
}

@media (min-width: 480px) {
	#top .avia-button {
		min-width: 220px;
	}
}

/* Button Hover */
#top button:hover,
#top button:focus,
#top button:active,
.header_color .button:hover,
.header_color .ajax_controlls a:hover,
.header_color #submit:hover,
.header_color input[type='submit']:hover,
.main_color .button:hover,
.main_color .ajax_controlls a:hover,
.main_color #submit:hover,
.main_color input[type='submit']:hover,
.alternate_color .button:hover,
.alternate_color .ajax_controlls a:hover,
.alternate_color #submit:hover,
.alternate_color input[type='submit']:hover,
.footer_color .button:hover,
.footer_color .ajax_controlls a:hover,
.footer_color #submit:hover,
.footer_color input[type='submit']:hover,
.socket_color .button:hover,
.socket_color .ajax_controlls a:hover,
.socket_color #submit:hover,
.socket_color input[type='submit']:hover {
	opacity: 0.8;
}



/* ------------------------------ */
/* ---------- SEARCH ------------ */
/* ------------------------------ */

.avia-search-tooltip {
	top: inherit !important;
	box-shadow: none;
}


/* Search Element on Page */
.av_searchform_wrapper {
	border-width: 0px;
}



/* Woocommerce Product Search Widget */
#top .woocommerce-product-search .search-field {
	width: 73%;
    float: left;
    margin-right: 2%;
}

#top .woocommerce-product-search button {
	width: 24%;
	background: #d19900;
	box-shadow: none;
	border: 0px solid #000000;
	font-family: inherit;
	padding: 11px;
	float: left;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 30px;
	min-width: 75px;
}

.404_recommendation {
		display: block;
		clear: both;
	}



/* ------------------------------ */
/* ----------- FORMS ------------ */
/* ------------------------------ */


/* Gravity Forms Confirmation Text */
#top .gform_confirmation_wrapper {
	background: #def3de;
	padding: 30px;
	font-size: 22px;
	line-height: 1.3em;
}
#top #s,
#top .input-text,
#top input[type="text"],
#top input[type="input"],
#top input[type="password"],
#top input[type="email"],
#top input[type="number"],
#top input[type="url"],
#top input[type="tel"],
#top input[type="search"],
#top textarea, #top select,
#top .gform_wrapper input,
#top .gform_wrapper select {
	font-family: inherit;
}

input[type="submit"],
#submit,
.button,
#top .gform_wrapper form div.gform_footer.top_label input[type=submit] {
	font-weight: bold;
	border-radius: 300px;
}


/* Submit Button Full Width */
#top .gform_wrapper form:not(.gf_simple_horizontal) input[type=submit] {
	width: calc(100% - 16px);
}
#top .gform_wrapper form.gf_simple_horizontal {
	width: 100%;
}
.gform_wrapper .gform_footer {
	padding: 0px 0 30px 0;
	margin: 0px;
}

/* ------------------------------ */
/* ----------- FOOTER ----------- */
/* ------------------------------ */

/* Stretch Footer and Socket */
.responsive #socket .container,
.responsive #footer .container {
	width: 95%;
	max-width: 95%;
	padding-left: 0px;
	padding-right: 0px;
}
#footer.container_wrap {
	border-top-width: 1px;
}
#socket.container_wrap {
	border-top-width: 0px;
}
#top .gform_widget h3.widgettitle {
	font-size: 22px !important;
	text-transform: none !important;
	border-bottom: 0px solid !important;
	letter-spacing: 0.2px;
}
#footer .widget_nav_menu a {
	padding: 8px 0px;
	font-size: 18px;
	font-weight: bold;
}
#footer .widget_nav_menu a:hover,
#footer .widget_nav_menu a:focus,
#footer .widget_nav_menu a:active {
	opacity: 0.7;
}



/* ----- MOBILE FOOTER ----- */
@media (max-width: 989px) {
	.responsive #socket .container,
	.responsive #footer .container {
		width: 90%;
		max-width: 90%;
	}
	#top #footer .flex_column:nth-child(1),
	#top #footer .flex_column:nth-child(4) {
		width: 100%;
		margin: 0;
	}
	#top #footer .flex_column:nth-child(2) {
		width: 48% !important;
		margin-left: 0;
		margin-right: 2%;
	}
	#top #footer .flex_column:nth-child(3) {
		width: 50% !important;
		margin-left: 0;
		margin-right: 0;
	}
	#top #footer .widget {
		margin: 10px 0;
	}
	#footer .widget_nav_menu a {
		padding: 6px 0px;
		font-size: 15px;
	}
}





/* Footer Menu on Single Line
#top #footer .widget_nav_menu li {
	display: inline-block;
	margin-right: 30px;
	line-height: 80px;
}
*/


/* Footer Columns
@media (min-width: 768px) {
	#footer .flex_column:nth-child(1) {
		width: 10%;
		margin-left: 0;
		margin-right: 0;
	}
	#footer .flex_column:nth-child(2) {
		width: 50%;
		margin-left: 5%;
		margin-right: 0;
	}
	#footer .flex_column:nth-child(3) {
		width: 30%;
		margin-left: 5%;
		margin-right: 0;
	}
}
*/

/* ------------------------------ */
/* ----------- SOCKET ---------- */
/* ------------------------------ */

/* Socket Credit */
@media all and (max-width: 479px) {
	#socket .mobile-break {
		display: block;
		clear: both;
		visibility: hidden;
		height: 0px;
	}
}
/* Scroll Top Link */
#scroll-top-link {
	display: none;
}


/* ------------------------------ */
/* ------------ IMAGES ---------- */
/* ------------------------------ */

.avia-image-container-inner,
.avia_image,
.av-image-caption-overlay {
	border-radius: 0px;
}

.avia-image-container.avia-align-left {
	display: block;
	float: left;
	margin-right: 0px;
}

/* Image Hover Scale */
.avia-image-container.av-hover-grow img:hover,
.avia-image-container.av-hover-grow .avia-image-overlay-wrap:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}







/* ------------------------------- */
/* -------- BREADCRUMBS ---------- */
/* ------------------------------- */

#top .title_container .container {
	max-width: 100%;
	padding: 0px 30px;
}
#top.page .title_container,
#top .trail-before  {
	display: none;
}
#top .title_container {
	background: #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#top .title_container + .container_wrap {
	border-top: 1px solid #ffffff;
}
.title_container .breadcrumb {
	line-height: 17px;
	font-size: 12px;
	letter-spacing: 0.4px;
	transform: translateY(-50%);
	margin-top: 0px;
	padding: 10px 0px;
}
.title_container .breadcrumb {
	left: 30px;
}
.breadcrumb .sep {
	color: #fff;
	border-left: 1px solid #555;
	margin-left: 5px;
	width: 0px;
}
#top .alternate_color .breadcrumb,
#top .alternate_color .breadcrumb a {
	font-size: 15px;
}
#top .alternate_color .breadcrumb a {
	border-bottom: 1px solid #ffffff;
}
.alternate_color .breadcrumb,
.alternate_color .breadcrumb a,
#top .alternate_color.title_container .main-title,
#top .alternate_color.title_container .main-title a {
	color: #555555;
}
#top .alternate_color .breadcrumb a {
	color: #555555 !important;
}
#top .alternate_color .breadcrumb a:hover,
#top .alternate_color .breadcrumb a:focus,
#top .alternate_color .breadcrumb a:active {
	text-decoration: none;
	border-bottom: 1px solid #555555;
}
#top .breadcrumb-trail .trail-end,
#top .breadcrumb-trail .trail-begin {
	display: none !important;
}
.title_container .main-title {
	line-height: 1.2em;
	font-size: 40px !important;
}






/* ------------------------------ */
/* ---------- SECTIONS ---------- */
/* ------------------------------ */



.responsive #top .stretch-section .container {
	max-width: 100%;
}




/* ----- PAGE TITLE SECTION ----- */
#top .page-title-section {
	background-size: 100% auto;
}

#top .page-title-section .av-special-heading-tag {
	max-width: 20em;
}

/*
@media (min-width: 768px) {
	#top .page-title-section .flex_column {
		max-width: 50%;
	}
}
*/

#top .page-title-section .seo-heading.av-special-heading .av-subheading p {
	text-transform: uppercase;
	margin-bottom: 40px;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 24px;
}
#top .page-title-text h4 {
	text-transform: uppercase;
	margin-bottom: 20px;
}

#top .page-title-section .av-color-overlay-section {
	background-color: #ffffff;
	opacity: 0.5;
}





/* ------------------------------ */
/* ------ COLUMN GRID ROW ------- */
/* ------------------------------ */



.column-grid-row.av-layout-grid-container + .column-grid-row.av-layout-grid-container {
	padding: 0 0 30px 0;
}

@media (min-width: 990px) {
	.column-grid-row.av-layout-grid-container {
		padding: 50px 0px;
	}
	.column-grid-row.av-layout-grid-container + .column-grid-row.av-layout-grid-container {
		padding: 0 0 50px 0;
	}
}



/* Remove extra padding when two column grid sections are together */
.responsive #top #wrap_all .column-grid-row + .column-grid-row .flex_cell,
.responsive #top #wrap_all .column-grid-row + .column-grid-row .flex_column {
	padding-top: 0px !important;
}


/* Move Photo column to always be above text on mobile */
@media (max-width: 989px) {
	.responsive #top #wrap_all .flex_column.av-break-at-tablet, .responsive #top #wrap_all .av-break-at-tablet .flex_cell {
        margin-bottom: 0px;
	}
	.responsive #top #wrap_all .column-grid-row.av-break-at-tablet.av-flex-cells .text-column.flex_column,
	.responsive #top #wrap_all .column-grid-row.av-break-at-tablet.av-flex-cells .text-column.flex_cell {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 8% !important;
	}
	.responsive #top #wrap_all .column-grid-row.av-break-at-tablet.av-flex-cells {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.responsive #top #wrap_all .column-grid-row.av-break-at-tablet.av-flex-cells .flex_cell.text-column:first-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.responsive #top #wrap_all .column-grid-row.av-break-at-tablet.av-flex-cells .flex_cell.photo-column:last-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		padding: 33% !important;
	}
	.responsive #top #wrap_all .column-grid-row.av-break-at-tablet.av-flex-cells .flex_cell.photo-column {
		padding: 33% !important;
	}
	.responsive #top #wrap_all .column-grid-row.av-break-at-tablet.av-flex-cells .flex_cell.photo-column.av-zero-padding {
		padding: 0px !important;
	}
}




/* ------ SHOP SLIDER SECTION ------ */
.shop-slider-section .template-shop {
	margin-bottom: 0px;
}




/* ----- ACCORDION ----- */
#top .togglecontainer .single_toggle .toggler,
#top .togglecontainer .taglist + .single_toggle .toggler {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top: 0px;
	border-bottom: 1px solid #000000;
	border-left: 0px;
	border-right: 0px;
	font-size: 1.2em;
	margin-top: 1px;
	font-weight: 500;
	outline: none !important;
	background-color: transparent;
}
.togglecontainer {
	margin: 0px;
}
#top .main_color .toggle_content {
	border-width: 0px;
	background-color: transparent;
}
.js_active .toggler {
	padding: 16px 35px 12px 15px;
}
#top .main_color .toggle_icon {
	border-width: 0px;
	right: 10px;
	left: unset;
}
#top .main_color .toggle_icon span {
	border-color: #000000;
}
#top .alternate_color .togglecontainer .single_toggle .toggler,
#top .alternate_color .togglecontainer .taglist + .single_toggle .toggler {
	background: transparent;
	border-bottom: none;
	display: inline-block;
	padding: 10px 44px 10px 0px;
}
.alternate_color .toggle_content {
	background-color: transparent;
	display: inline-block;
	background: transparent;
	padding: 0px;
	margin: 0px;
}


/* ------------------------------- */
/* ------------ BLOG ------------- */
/* ------------------------------- */


.html_modern-blog #top .post-entry .post-title,
.html_modern-blog .avia-content-slider .slide-entry-title {
	letter-spacing: 0px;
}
.html_elegant-blog #top .post-entry .post-title,
.html_elegant-blog .avia-content-slider .slide-entry-title {
	text-align: left;
	text-transform: none;
}
.html_modern-blog #top .post-entry .blog-categories {
	top: -10px;
}
#top .text-sep.text-sep-date {
	display: none;
}
.sidebar .widgettitle {
	font-size: 16px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
}
.sidebar .widget_categories h3.widgettitle {
	border-bottom-width: 0px;
}
.avia-content-slider .slide-image,
.avia-content-slider .slide-image img {
	border-radius: 0px;
	margin: 0;
}
#top .alternate_color .avia-content-slider .slide-image,
#top .main_color .avia-content-slider .slide-image {
	background-color: transparent;
}


/* ----- Single Post ------ */
.responsive #top.single-post .container {
	max-width: 100%;
}
.template-blog .post .entry-content-wrapper {
	overflow: hidden;
	max-width: 900px;
}

/* Blog Title Header */
#top .blog-title-text h1 {
	margin-top: 20px;
}

#top .blog-title-image {
	margin-bottom: 10px;
}










/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */












/* ------------------------------- */
/* --------- WOOCOMMERCE --------- */
/* ------------------------------- */

/* Woocommerce Pages Full Width */
#top .template-shop.container_wrap .container,
#top.woocommerce-page .container_wrap.alternate_color .container,
#top.woocommerce-page #after_section_1.container_wrap .container {
	max-width: 100%;
}


/* Cart Dropdown Icon */
#top .cart_dropdown_link > span:nth-child(1):before {
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 900;
    content: "\f290" !important;
    font-size: 20px;
}
#top .av-cart-counter {
	background-color: var(--theme);
	color: #ffffff;
	font-weight: bold;
}

/* Cart Dropdown Styling */
#top .woocommerce-mini-cart__total strong {
	color: #000000;
}

/* Cart Menu Item */
#top .menu-item-search-dropdown > a,
#menu-item-shop .cart_dropdown_link {
	padding: 0 15px;
}
.html_header_top #menu-item-shop.cart_dropdown {
	border: 0px;
}
.html_cart_at_menu.html_header_searchicon .menu-item-search-dropdown {
	padding-right: 0px;
}
.avia-menu.av_menu_icon_beside {
	padding-right: 0px;
	margin-right: 0px;
	border-right-width: 0px;
}
.av_menu_icon_beside + #menu-item-shop.cart_dropdown {
	right: 10px;
}


/* Account Icon */
#footer .account-menu-item {
	display: none;
}




/* Add to Cart Button */
#top form.cart .button {
	border-radius: 30px;
	padding-left: 30px;
	padding-right: 30px;
}





/* ----- Product Grid ------ */
#top .inner_product_header {
	min-height: 154px;
}
.inner_product_header .avia-arrow {
	display: none;
}
div .products .product a,
div .products .product a:hover,
div .products .product a:focus,
div .products .product a:active {
	border-bottom: 0px !important;
}
.inner_product {
	border-width: 0px;
}
@media (min-width: 768px) {
	#top .inner_product:hover .thumbnail_container img,
	#top .inner_product:focus .thumbnail_container img,
	#top .inner_product:active .thumbnail_container img {
		padding: 4px;
		-webkit-transform: translateY(-50%) scale(1.05);
		transform: translateY(-50%) scale(1.05);
	}
}
.products .product h2,
h2.woocommerce-loop-product__title {
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
	padding-bottom: 10px;
}

/* Limit the catalog excerpt (Enfold's .product_excerpt, enabled in
   functions.php) to a few lines so product cards stay a uniform height.
   Overflow is truncated with an ellipsis. Adjust -webkit-line-clamp to
   show more/fewer lines. */
#top .products .product .product_excerpt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	overflow: hidden;
	margin-top: 10px;
}
#top .products .product .product_excerpt h3 {
	margin-bottom: 4px;
}
#top .products .product .product_excerpt p {
	margin: 0;
}

/* Catalog wishlist + compare controls: render as plain text links (icon +
   label) instead of buttons. The wishlist heart (WT Wishlist plugin) and the
   compare checkbox (BeRocket) keep their own icons; we strip the button chrome
   and tint everything the brand gold. The wishlist <a> has no class of its own,
   so we target it via :has() on the plugin's inner element. */
#top .products .product a:has(.wt-wishlist-button),
#top .products .product a:has(.browse_wishlist),
#top .products .product .br_compare_button {
	background: transparent !important;
	color: #d19900 !important;
	padding: 2px 0 !important;
	margin: 0 0 6px 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-size: 14px !important;
	font-weight: bold !important;
	line-height: 1.2 !important;
	text-transform: none !important;
	display: flex !important;
	align-items: center !important;
	gap: 6px !important;
	width: auto !important;
	min-height: 0 !important;
}
#top .products .product a:has(.wt-wishlist-button) span,
#top .products .product a:has(.browse_wishlist) span,
#top .products .product .br_compare_button span,
#top .products .product .br_compare_button i {
	color: #d19900 !important;
}
#top .products .product a:has(.wt-wishlist-button):hover,
#top .products .product a:has(.wt-wishlist-button):hover span,
#top .products .product a:has(.browse_wishlist):hover,
#top .products .product .br_compare_button:hover {
	text-decoration: underline !important;
}
#top .products .product .br_compare_button i {
	font-size: 16px !important;
}
/* The wishlist heart SVG is forced white by the plugin filter; tint it gold. */
#top .products .product .wishlist_text_icon_image {
	width: 16px !important;
	height: 16px !important;
	filter: brightness(0) saturate(100%) invert(58%) sepia(72%) saturate(1100%) hue-rotate(3deg) brightness(92%) contrast(90%) !important;
}

#top .variations_form {
	margin-bottom: 15px;
}



/* ------- Two Column Product Grid on Mobile ------ */
@media (max-width: 767px) {
	.responsive #top #wrap_all .template-shop .container {
		width: 92%;
		max-width: 92%;
	}
	.responsive #top #wrap_all .shop-slider-section.av-flex-cells .no_margin {
		padding-left: 4% !important;
		padding-right: 4% !important;
	}
	.responsive #top #main .products .product {
		margin: 0 0 1% 0;
		width: 48%;
	}
	.responsive #top #main .products .product:nth-of-type(odd) {
		margin-right: 2%;
	}
	.responsive #top #main .products .product:nth-of-type(even) {
		margin-left: 2%;
	}
}



/* ------ Product Grid Arrows ------ */
.avia_desktop .avia-content-slider .avia-slideshow-arrows a {
	opacity: 1;
}
#top .avia-content-slider .avia-slideshow-arrows a {
	top: 10px;
	color: #000;
}
#top .avia-content-slider .avia-slideshow-arrows a.prev-slide {
	left: 0;
}
.avia-slideshow-arrows a:before {
	background: transparent;
}
#top .template-shop.avia-content-slider .avia-content-slider-inner {
	margin-top: 60px;
}
#top .product-grid-title {
	margin-bottom: -50px;
}



/* ------ SHOP SLIDER SECTION ------ */
.shop-slider-section .template-shop {
	margin-bottom: 0px;
}

@media (max-width: 767px) {
	#top .shop-slider-section .avia-button,
	#top .shop-slider-section .avia-button-wrap {
		width: 98% !important;
		margin: 0 auto;
		float: none;
		font-size: 16px;
	}
}



@media (max-width: 480px) {
	#top .avia-content-slider .avia-slideshow-arrows a.prev-slide {
		left: unset;
		right: 40px;
		width: 40px;
	}
	#top .avia-content-slider .avia-slideshow-arrows a.next-slide {
		left: unset;
		right: 0px;
		width: 40px;
	}
	/* #top .product-grid-title {
		margin-right: 130px;
	} */
	#top .shop-slider-section .avia-button {
		font-size: 16px;
	}
}











/* Mobile Fixes */
@media (max-width: 767px) {
	ul.woocommerce-error {
	    padding: 30px;
	}
	.woocommerce-page .button {
	    min-width: 110px;
	    width: 100% !important;
	    border: 1px solid #ffffff !important;
	    margin-bottom: 20px !important;
	}
}



/* ----- Product Sorting ----- */
/*
#top .main_color .sort-param > li > span,
#top .main_color .sort-param > li > a,
#top .main_color .sort-param ul {
	background-color: #ffffff;
	color: #000000 !important;
}
*/
div .product-sorting {
	padding-bottom: 20px;
	padding-top: 20px;
}
div .product-sorting ul,
div .product-sorting li {
	padding: 0px;
}
div .product-sorting ul.sort-param {
	float: right;
}
div .product-sorting li {
	margin: 0;
}
#top .sort-param .avia-bullet {
	display: none;
}
.sort-param ul {
	margin: 0;
	padding: 0px 5px;
	min-width: 106px;
}
.sort-param ul li {
	margin-left: 0px;
}
#top .sort-param a {
	padding: 10px;
	line-height: 1.2em;
	text-transform: none;
}
#top .sort-param-asc,
#top .sort-param-desc {
	text-indent: -9999em;
}
.sort-param strong {
	font-weight: normal !important;
}
#top .sort-param ul {
	border-top: none;
	top: auto;
	width: 100%;
}
.sort-param ul a {
	text-decoration: none;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.sort-param,
.sort-param strong {
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
}
#top .main_color .sort-param a:hover {
	border-bottom: 1px solid;
}
#top .main_color .product-sorting a .avia-bullet {
	display: none;
}
.sort-param > li:hover ul,
.sort-param.active-sort > li ul {
	display: block;
	box-shadow: none;
	padding: 0px;
}
.sort-param > li > span,
.sort-param > li > a {
	border-width: 1px;
	border-style: solid;
	display: block;
	line-height: 31px;
	text-transform: uppercase;
	font-size: 13px;
}
.sort-param.sort-param-count {
	padding-left: 30px;
}
@media (max-width:479px) {
	.sort-param > li > span, .sort-param > li > a {
		font-size: 12px;
		padding-right: 30px;
		line-height: 1.3em;
		padding: 10px 40px 10px 10px;
	}
	.sort-param.sort-param-count {
		padding-left: 0px;
	}
	.responsive #top #wrap_all .av-flex-cells.shop-buttons .no_margin.av_one_third:nth-child(1) .product-category-button .avia-button {
		margin-bottom: 0px;
	}
	#top div .product-sorting ul {
		margin: 0 0px 0 0;
		width: 100%;
	}
}



/*  ------- SHOP SIDEBAR -----  */

/* Sidebar Categories */
#top .widget_product_categories li {
	line-height: 30px;
}
#top .widget_product_categories,
#top .widget_layered_nav {
	margin-bottom: 10px;
}
#top .sidebar .widget_product_categories li a {
	font-size: 18px;
	padding: 0px;
	border-radius: 30px;
	background: none;
	text-decoration: none;
}
#top .sidebar .widget_product_categories li.current-cat > a {
	font-weight: bold;
}
#top .sidebar .product-categories li.current-cat.cat-parent > a {
	font-size: 24px;
	line-height: 1.4em;
	font-weight: normal;
	font-weight: bold;
}

.sidebar .widget_product_categories li.current-cat > a {
	font-weight: bold;
}
#top .sidebar .count {
	display: inline-block;
	font-style: normal;
	font-size: 15px;
	padding-left: 8px;
}
.sidebar .widget_price_filter h3.widgettitle {
	border-bottom: 0px solid;
}


#top div .sidebar ul.product_list_widget li a {
	overflow: visible !important;
	min-height: 20px;
	text-decoration: none;
}
#top div .sidebar ul.product_list_widget li img {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	width: 70px;
}
#top div .sidebar ul.product_list_widget li .product-title {
	font-size: 15px;
	top: 10px;
	position: relative;
}
#top div .sidebar ul.product_list_widget li a {
	margin-bottom: 10px;
}
#top div .sidebar ul.product_list_widget li .amount {
	font-size: 14px;
}



/* Only show children of active parent */
#top .sidebar .product-categories > li {
	display: none;
}
#top .sidebar .product-categories li.current-cat,
#top .sidebar .product-categories li.cat-parent,
#top .sidebar .product-categories li.cat-parent ul.children li {
	display: list-item;
}
#top .sidebar .product-categories li.cat-parent.current-cat-parent > ul.children > li {
	display: none;
}
#top .sidebar .product-categories li.cat-parent.current-cat-parent > ul.children > li.cat-parent.current-cat,
#top .sidebar .product-categories li.cat-parent.current-cat-parent > ul.children > li.cat-parent.current-cat > ul.children > li,
#top .sidebar .product-categories li.cat-parent.current-cat-parent > ul.children > li.cat-parent.current-cat-parent,
#top .sidebar .product-categories li.cat-parent.current-cat-parent > ul.children > li.cat-parent.current-cat-parent > ul.children > li.current-cat-parent {
	display: list-item;
}
#top .sidebar .product-categories li.cat-parent.current-cat-parent > ul.children > li.cat-parent.current-cat {
	margin-bottom: 10px !important;
}
#top .sidebar .product-categories li.cat-parent.current-cat-parent > ul.children > li.current-cat {
	display: list-item;
}
#top.page-id-13 .sidebar .product-categories li {
	display: list-item;
}
#top .sidebar .product-categories li.current-cat-parent > a,
#top .sidebar .product-categories li.current-cat-parent > .count {
	display: none;
}
.widget_product_categories .children li {
	padding: 2px 0px 2px 0px;
}
/* Use Page ID of Shop Page */
#top.page-id-47 .sidebar .product-categories li {
	display: list-item;
}





/* Price Filter */
#top .main_color .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	background: #eeeeee;
}
#top div .widget_price_filter .button {
	font-size: 14px;
	padding: 8px 12px;
	border-radius: 30px;
}



/* Attributes Filter Dropdown */
#top .select2-search {
	padding: 0px;
	border-bottom-width: 0px;
	margin: 0px !important;
}
#top input[type="text"].select2-search__field {
	border: 0px solid #e1e1e1;
	padding: 3px 5px;
}
.select2-container .select2-selection--multiple {
	min-height: 42px;
}


/* Sidebar Buttons */
.sidebar button {
	background: #000000;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: bold;
	border-width: 0px;
	padding: 8px 10px;
}




/* Recently Viewed Products */
div ul.product_list_widget li {
	border-top-style: dotted;
	border-top-width: 0px;
}







/* ----- Single Product ----- */
.single-product .avia-post-nav {
	display: none;
}
.single-product .template-shop {
	border-top: 0px;
}
.woocommerce-page .button {
	padding: 12px 15px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
#top .price span {
	font-size: 20px;
}
#top.single-product form.cart {
	margin-top: 20px;
}
div .products .product_meta li a,
div .product .product_meta a {
	color: inherit;
}

/* Single Product Images */
#top .single-product-main-image .thumbnails a {
	padding: 0px;
	border: 0px;
}
.template-shop .single-product-main-image .images a {
	border-width: 0px;
}

/* Quantity Button */
#top .main_color .quantity input.plus,
#top .main_color .quantity input.minus {
	border-color: #eeeeee;
	background-color: #ffffff;
	color: #555555;
	font-size: 20px;
}
@media (max-width: 767px) {
	.single-product .template-shop {
		padding-top: 20px;
	}
}

/* Related Products */
.single-product #main > #av_section_1 {
	background: #ffffff;
	border-color: #ffffff;
}
#top .related.products > h2,
#top .upsells.products > h2 {
	text-transform: uppercase;
	font-size: 14px;
	color: #000000;
}

/* Woocommerce Tabs */
.main_color div.product .woocommerce-tabs ul.tabs li.active a,
.main_color div.product .woocommerce-tabs .panel {
	background-color: #ffffff;
}
#top .woocommerce-tabs h2 {
	display: none;
}
#top div div.product .woocommerce-tabs ul.tabs li a {
	text-transform: uppercase;
	letter-spacing: 1px;
}






/* ------ Product Category Archive Page ------- */
/*
#av_product_description .av-section-color-overlay-wrap {
	background: rgba(255,255,255,0.5) !important;
}
#av_product_description * {
	color: #000000 !important;
}
*/
#av_product_description {
	text-align: left;
	float: left;
}
#av_product_description .container {
	max-width: 100%;
}
#top #main .avia-section#av_product_description .template-page {
	max-width: 800px;
}
#av_product_description h1 {
	font-weight: bold;
}
#top .term-description p {
	font-size: inherit;
}

/* --------- My Account Dashboard --------- */
#top .woocommerce-MyAccount-navigation ul li a {
	color: inherit !important;
	border-color: inherit !important;
	border-bottom-width: 1px !important;
	text-decoration: none !important;
}
.woocommerce-MyAccount-navigation ul li:last-child a {
	border: none !important;
}
#top .woocommerce-form-login__rememberme {
	margin-bottom: 10px;
}
#top form.login,
#top form.register {
	padding: 20px 20px 30px 20px;
}


/*= WT Wishlist "Add to Favorites" styled as the Enfold add-to-cart button ===*/
/*
 * The wishlist plugin renders its control as an anchor containing a heart icon
 * and a text span. We make that anchor look like the theme's gold cart/COMPARE
 * button on both the shop loop (.icon_after_add_to_cart) and the single product
 * page (.single_product_div). Values mirror the computed style of Enfold's
 * .add_to_cart_button.button (gold #d19900, white, 700/uppercase, 12px 15px).
 */
#top .single_product_div > a,
#top .icon_after_add_to_cart > a,
#top .icon_above_image > a {
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	background-color: #d19900;
	color: #fff !important;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 12px 15px;
	border-radius: 2px;
	text-decoration: none !important;
	transition: background-color 0.2s ease;
}

#top .single_product_div > a:hover,
#top .icon_after_add_to_cart > a:hover,
#top .icon_above_image > a:hover {
	background-color: #b07700;
	color: #fff !important;
}

/* Text inside the button inherits the white button colour. */
#top .single_product_div > a .wt-wishlist-button,
#top .icon_after_add_to_cart > a .wt-wishlist-button,
#top .icon_above_image > a .wt-wishlist-button {
	color: #fff !important;
	cursor: pointer;
}

/* Render the heart icon white so it reads on the gold background. */
#top .single_product_div > a img.wishlist_text_icon_image,
#top .icon_after_add_to_cart > a img.wishlist_text_icon_image,
#top .icon_above_image > a img.wishlist_text_icon_image {
	filter: brightness(0) invert(1);
	height: 16px !important;
	width: auto;
	margin: 0 !important;
}

/* Keep "View wishlist" as a simple text link beneath the button. */
#top .single_product_div .browse_wishlist,
#top .icon_after_add_to_cart .browse_wishlist,
#top .icon_above_image .browse_wishlist {
	display: block;
	margin-top: 8px;
}

/* Gate the Compare button until a product variation is selected (see
   js/compare-variations.js). pointer-events:none blocks all clicks. */
#top .br_compare_button.br-compare-disabled {
	pointer-events: none;
	opacity: 0.5;
	cursor: not-allowed;
}

/* Hitch Options Link */
a.hitchOptionsLink {
	color:#d19900;
}


#top .wpsl-dropdown {
	clear: both;
	display: block;
	float: none;
}
#top #wpsl-search-btn {
	background: #edb61f;
	border-color: #edb61f;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-radius: 0 0 0 0;
	color: var(--enfold-main-color-color);
	font-family: static, Helvetica, Arial, sans-serif;
	transition: all 0.4s ease-in-out;
	text-transform: uppercase!important;
	font-weight: bold;
}

@media (min-width: 768px) {
	#top .wpsl-search-btn-wrap:before {
		content: "\00a0";
		display: block;
		line-height: 32px;
	}
}


#top ul.products .product .icon_after_add_to_cart,
#top ul.products .product .br_compare_button {
	padding-right: 15px !important;
	padding-left: 15px !important;
}
#top .products .product_excerpt,
#top .products .product a:hover {
	color: var(--enfold-main-color-color);
}

#top .single_variation_wrap {
	margin-left: 0;
}
#top .variations td {
	padding-right: 0;
	padding-left: 0;
}
#top .variations td select {
	float: right;
}
#top .variations th {
	padding-left: 0;
	vertical-align: middle;
}
#top .variations th.label {
	text-align: right;
}

#top .inner_product .thumbnail_container {
	/* border: 1px solid #000; */
	/* background: #000; */
	padding-top: 100%;
}
#top .inner_product .thumbnail_container img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scale(1)
}
ul.products li .product_excerpt strong {
	display: inline;
}
#top .products .product h2,
#top h2.woocommerce-loop-product__title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
	padding: 0;
	margin: 5px 0 10px;
}
#top .inner_product_header {
	border: none;
	padding: 10px 5px 15px;
}

@media only screen and (max-width: 767px) {
	.responsive #top #header_main>.container .main_menu .av-main-nav>li>a {
		display: flex;
		align-items: center;
		padding-left: 10px;
	}
	.responsive #top #header_main>.container .main_menu .av-main-nav>li.av-burger-menu-main>a {
		padding-left: 20px;
	}
	.responsive #top #header_main #menu-item-shop .cart_dropdown_link {
		line-height: 80px;
		height: 80px;
	}

	.responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
		padding-right: 0;
		padding-left: 0;
	}


	#top .inner_product_header .price span {
		font-size: 14px;
	}

	#top ul.products .product .icon_after_add_to_cart,
	#top ul.products .product .br_compare_button {
		padding: 0 0 10px!important;
	}

	.responsive #top #main .products .product {
		padding-bottom: 40px;
	}

	#top .products .product h2,
	#top h2.woocommerce-loop-product__title {
		-webkit-line-clamp: 4;
		line-clamp: 4;
	}
}

@media only screen and (max-width: 989px) {
	#top.woocommerce-page #after_section_1.container_wrap .container {
		display: flex;
		flex-direction: column-reverse;
	}
	#top.woocommerce-page #after_section_1.container_wrap .container > .template-page {
		padding: 0;
	}

	.responsive #top #main .sidebar.smartphones_sidebar_active {
		padding-bottom: 15px;
	}

	#top .widget_product_categories .product-categories,
	#top .widget_recently_viewed_products .product_list_widget,
	#top .widget_layered_nav .woocommerce-widget-layered-nav-list,
	#top .widget_staxx_wishlist .product_list_widget {
		display: none;
	}
	#top .widget_product_categories.active .product-categories,
	#top .widget_recently_viewed_products.active .product_list_widget,
	#top .widget_layered_nav.active .woocommerce-widget-layered-nav-list,
	#top .widget_staxx_wishlist.active .product_list_widget {
		display: block;
	}
	#top .widget_product_categories {
		margin: 0;
	}

	#top .widget_product_categories,
	#top .widget_recently_viewed_products,
	#top .widget_layered_nav,
	#top .widget_staxx_wishlist {
		padding: 10px 0;
	}

	#top .widget_product_categories .widgettitle,
	#top .widget_recently_viewed_products .widgettitle,
	#top .widget_layered_nav .widgettitle,
	#top .widget_staxx_wishlist .widgettitle {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#top .widget_product_categories .widgettitle:after,
	#top .widget_recently_viewed_products .widgettitle:after,
	#top .widget_layered_nav .widgettitle:after,
	#top .widget_staxx_wishlist .widgettitle:after {
		content: "+";
		display: block;
		font-size: 24px;
	}
	#top .widget_product_categories.active .widgettitle:after,
	#top .widget_recently_viewed_products.active .widgettitle:after,
	#top .widget_layered_nav.active .widgettitle:after,
	#top .widget_staxx_wishlist.active .widgettitle:after {
		content: "-";
	}

	#top .avia-product-slider-container .product-sorting {
		display: flex;
	}

	.responsive #top #main .sidebar.smartphones_sidebar_active {
		border: none;
	}

	.responsive .title_container .breadcrumb {
		left: 0;
		right: 0;
	}

	#top .single-product-summary .single_product_div,
	#top .single-product-summary .single_product_div a {
		justify-content: center;
		width: 100%;
	}
	#top .br_compare_button {
		margin: 0;
	}
}

#top .woocommerce-product-search {
	display: flex;
	align-items: center;
	overflow: hidden;
}
#top .woocommerce-product-search .search-field {
	margin-bottom: 0;
}

#top .main_color .avia-color-theme-color:active,
#top .main_color .avia-color-theme-color:focus,
#top .main_color .avia-color-theme-color:hover {
	opacity: 0.8;
}

.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul li.current-menu-item>a {
	background: #222;
}
#top #av-burger-menu-ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
h2.gform_submission_error {
	font-size:14px !important;
}
/* The site footer is an Advanced Layout Builder page pulled in as
   #footer-page.footer-page-content, which contains its own main.template-page.
   Both that and the page's own main are position:relative; z-index:1, so with
   equal z-index the later one in the DOM wins and the footer's text paints over
   anything the page overflows downward - the Gravity Forms date picker on
   Register Your Product being the visible case, with footer headings showing
   through the calendar.

   Giving #footer-page its own stacking context below the page content keeps its
   contents (which carry z-index:1 of their own) contained, so page overlays sit
   on top where they should. */
#footer-page {
	position: relative;
	z-index: 0;
}
