/*
** Theme Name: USTM
** Theme URI: https://ustmamiya.com
** Template: phlox
** Author: ust
** Author URI: https://ustmamiya.com
** Description: USTM is a theme customized for UST Mamiya use.
** Tags: one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,grid-layout,custom-menu,custom-colors,editor-style,featured-images,featured-image-header,footer-widgets,full-width-template,post-formats,sticky-post,theme-options,translation-ready,e-commerce,portfolio,threaded-comments,custom-logo
** Version: 2.17.6.1746434223
** Updated: 2025-05-05 08:37:03
*/
/* Article Styles */
.elementor-editor-active .hide-in {
    display: none !important;
}
.ustm-shaft-spec-table p, .ustm-shaft-spec-table h6, .e-n-accordion-item p, .e-n-accordion-item h6
 {
    margin: 0 !important;
}

article blockquote{
	margin: 2em auto !important;
}

article h1, article h2, article h3, article h4, article h5, article h6{
	margin-top: 1.5em !important;
}

article li {
    margin: 12px auto !important;
}

.elementor-widget-premium-post-ticker .premium-error-notice{
	display: none;
}

.instagram-gallery-feed .instagram-gallery__alert{
	display: none;
}

.ust-submit-btn {
    box-shadow: none !important;
    border: 1px solid #000 !important;
    border-radius: 0px !important;
}

form.forminator-custom-form .invisible {
	display : none !important;
}

#forminator-module-3944 .radio-field .forminator-label, #forminator-module-3944 .slider-field .forminator-label {
    display: none !important;
}



#slider-1 .forminator-slider .forminator-slider-amount {
    position: absolute;
    top: -46px;
    left: -38px;
    white-space: nowrap;
}

/* Same Page shaft result css */

form.fit-result .forminator-response-message {
 display: none !important;
}

#ust-swing-fit-request-result {
 text-align: center !important;
 align-items: center !important;
}
#ust-swing-fit-request-result .result-buttons {
 margin-top: 15px !important;
}




/* Swing Fit Result Page Style - start */
.swing-fit-result-container {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 2rem;
	margin: 3.5em auto;
}

.swing-fit-result-item {
	width: 50%;
	max-width: 320px;
}

.swing-fit-result-item img {
    border: 1px solid #ccc;
/* 	height: 220px; */
	width: auto;
	object-fit: cover;     /* fills box, crops if needed */
	object-position: center;
	display: block;
	margin: 0px auto;
}
@media (max-width: 767px){
	.swing-fit-result-item img {
		height: 120px !important;
	}
}
@media (min-width: 768px){
	.swing-fit-result-item img {
		height: 220px !important;
	}
}

.swing-fit-result-item .title {
	font-family: inherit;
	font-size: 16px;
	font-weight: 600 !important;
	color: #000 !important;
	margin-top: 10px;
}
.swing-fit-result-item .reason {
	font-weight: normal !important;
	color: #86888D !important;
	font-size: 0.8rem !important;
}
/* Swing Fit Result Page Style - end */

.step-hidden, .additional_information_tab{
	display: none !important;
}

/* div#slider-1{ -- remove
	height: 342.8px !important;
} */
.disable, .disable a{
	cursor: not-allowed;
}
.woocommerce-page {
    margin-top: 0px !important;
}

/* Header-4 template- Header icon group styles */ 
.ustm-icon-group .aux-modern-search {
    width: 18px !important;
}
.ustm-icon-group .aux-modern-search .aux-search-submit{
        padding: 0px !important;
        border: none !important;
    }
    .ustm-icon-group .aux-cart-wrapper .aux-shopping-basket:after{
        display: none !important;
    }
    .ustm-icon-group .auxicon-handbag:before {
		background-size: contain !important;
    height: 18px !important;
    display: inline-block !important;
    margin-top: -1px !important;
}
/* Header-4 template- Header icon group styles */ 


/* Shaft Description styles */

/* Slider */
.ustm-shaft-page-slider .swiper .elementor-swiper-button-next{
	right: -6px !important;
}
.ustm-shaft-page-slider .swiper .elementor-swiper-button-prev{
	left: -6px !important;
}
@media (min-width: 768px) {
	.ustm-shaft-spec-table .shaft-desc-tab-col-sm{
		--width: 20%;
	}
	.shaft-desc-tab-col-lg {
		--width: 80%;
	}
}
@media (max-width: 1024px) and (min-width: 768px){
	.ustm-shaft-spec-table .shaft-desc-tab-col-sm{
		--width: 18%;
	}
	.ustm-shaft-spec-table .shaft-desc-tab-col-lg {
		--width: 82%;
	}
}
@media (max-width: 767px){
	.single-product .ustm-shaft-spec-table{
		width: 640px;
	}
	.ustm-trmming-recommendation-table{
		width: 640px;
	}
	.ustm-shaft-spec-table .shaft-desc-tab-col-sm{
		width: 16%;
	}
	.ustm-shaft-spec-table .shaft-desc-tab-col-lg {
		width: 84%;
	}
}

/* ====================================
   Swing Fit Form Styles
==================================== */

/* ===== General Styles ===== */
.sfit .first-scr p.forminator-description {
    align-self: center;
}
.sfit label {
    text-transform: capitalize !important;
}

.sfit .forminator-label, .sfit .first-scr .forminator-label {
    text-align: left !important;
    font-size: 24px !important;
	line-height: 1.4em !important;
}

.sfit .forminator-description {
    font-size: 16px !important;
    line-height: 1.8em !important;
}

.sfit .first-scr .forminator-description{
	text-align: center !important;
}

.sfit .forminator-pagination-footer .forminator-button:hover,
.sfit .forminator-pagination-footer .forminator-button:focus {
    box-shadow: none !important;
}

.sfit .forminator-step {
    visibility: hidden !important;
}

.sfit .forminator-pagination-steps .forminator-break {
    background-color: #EAEAEA !important;
    height: 3px !important;
}

/* ===== Button Styles ===== */
button#fit-find-btn,
button#forminator-submit {
    background-color: #F4A000 !important;
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-color: #F4A000 !important;
    padding: 10px 32px;
}

button#fit-find-btn {
    margin: 0 auto;
}
.sfit .forminator-pagination-footer .forminator-button {
    border: 1px solid #000 !important;
}
.sfit .forminator-button-back::before {
	content: '';
	display: inline-flex;
	width: 10px;
	height: 10px;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><path d='M7 13.9667L0.0333334 7L7 0.0333321L8.2375 1.24792L3.37917 6.12917H13.9667V7.87083H3.37917L8.2375 12.7292L7 13.9667Z'/></svg>");
	margin-right: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	transition: background-image;
}
.sfit .forminator-button-next::after,
.forminator-button-submit::after {
	content: '';
	display: inline-flex;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	transition: background-image;
}
.sfit .forminator-button-next::after{
	background-image: url("data:image/svg+xml;utf8,<svg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><path d='M7 13.9667L5.7625 12.7292L10.6438 7.87083H0.0333334V6.12917H10.6438L5.7625 1.24792L7 0.0333321L13.9667 7L7 13.9667Z'/></svg>");	
}
.sfit .forminator-button-submit::after {
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><path d='M7 13.9667L5.7625 12.7292L10.6438 7.87083H0.0333334V6.12917H10.6438L5.7625 1.24792L7 0.0333321L13.9667 7L7 13.9667Z'/></svg>");	
}
.sfit .forminator-button-back:hover::before{
	background-image: url("data:image/svg+xml;utf8,<svg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><path d='M7 13.9667L0.0333334 7L7 0.0333321L8.2375 1.24792L3.37917 6.12917H13.9667V7.87083H3.37917L8.2375 12.7292L7 13.9667Z'/></svg>");
}
button#fit-find-btn::after, .sfit .forminator-button-next:hover::after,
.forminator-button-submit:hover::after{
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><path d='M7 13.9667L5.7625 12.7292L10.6438 7.87083H0.0333334V6.12917H10.6438L5.7625 1.24792L7 0.0333321L13.9667 7L7 13.9667Z'/></svg>") !important;
}

/* ===== Image Styles ===== */
img.strt,
img.end {
    width: 20px;
    margin-bottom: -1px !important;
}

img.end {
    width: 45px !important;
    position: relative;
    margin-top: -112px;
    left: 100%;
    margin-left: -34px;
}
#slider-1 .forminator-slider .forminator-slide:after {
    top: -170px;
	height: 230px;
	background-image: url(/wp-content/uploads/golf-course-bg.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	opacity: 0.3;
}
@media (max-width: 1920px) {
	#slider-1 .forminator-slider .forminator-slide:after {
		top: -9.3vw;
	}
}
/* ===== First & Last Screen Styles ===== */
#html-1 .forminator-field,
#html-8 .forminator-field {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

#html-1 label.forminator-label, #ust-swing-fit-request-result h1{
	font-size: 26px !important;
	font-weight: 700;
	text-align: center;
	align-self: center !important;
	text-transform: uppercase !important;
}

#html-1 p,
#html-8 p {
    text-align: center !important;
	align-self: center !important;
}

#html-1 img,
#html-8 img {
    margin: 0 auto;
}

/* ===== Slider Styles ===== */
.opt-row .forminator-slide {
    min-height: 1px !important;
    border: none !important;
    margin-top: 0 !important;
}

.opt-row .forminator-slider {
    padding-top: 30px;
}

.opt-row .ui-slider-handle {
    background: url(/wp-content/uploads/golf-ball.svg) no-repeat !important;
    background-size: cover !important;
    box-shadow: none !important;
    width: 15px !important;
    height: 15px !important;
    transform: translateY(-100%);
}

 .opt-row .forminator-slider-value-min {
    background: #F6BD0E !important;
    padding: 8px 16px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
	min-width: 90px;
}

.opt-row .forminator-slider .forminator-slide:after,
.opt-row .forminator-slider .ui-slider-range::after {
    right: 0 !important;
}

.opt-row .forminator-slider .ui-slider-range::after {
    left: -4px !important;
}


/* ===== Radio Field Layout ===== */
.sfit .forminator-field-radio .forminator-field {
    text-align: center;
}

/* ====================================
   Responsive Styles
==================================== */
@media (min-width: 1025px) {
	
	.sfit .forminator-row .opt-row .forminator-slider {
		/*padding-top: 80px;*/
		padding-top: 160px;
	}
	.sfit .forminator-row .opt-row {
        height: 240px !important;
    }

	#html-1 img,
	#html-8 img {
    max-width: 220px;
        padding-top: 25px;
	}
	.sfit button.forminator-button.forminator-button-next, .sfit button.forminator-button.forminator-button-submit {
		padding: 6px 40px 8px 50px !important;
	}
	.sfit button.forminator-button.forminator-button-back {
		padding: 6px 50px 8px 40px !important;
	}
}
/* ===== Mobile Styles (max-width: 767px) ===== */
@media (max-width: 767px) {
	.sfit .forminator-field .forminator-radio {
        margin: 3px !important;
    }
	.sfit .forminator-field .forminator-radio .forminator-radio-image {
        padding: 0px !important;
    }
    .sfit .forminator-field .forminator-radio .forminator-radio-image span {
        width: 105px !important;
        height: 105px !important;
    }
	.sfit .forminator-label {
		font-size: 16px !important;
	}
}
@media (max-width: 370px) {
	.sfit .forminator-field .forminator-radio .forminator-radio-image span {
        width: 88px !important;
        height: 88px !important;
    }
}

/* ===== Tablet Styles (768px to 1024px) ===== */
@media (min-width: 768px) and (max-width: 1024px) {
	.sfit .step-hidden {
		display: none !important;
	}

	.sfit .forminator-field .forminator-radio {
		margin-right: 10px !important;
	}

	.sfit .forminator-field .forminator-radio .forminator-radio-image span {
		width: 120px !important;
		height: 120px !important;
	}
	.sfit .forminator-label {
		font-size: 20px !important;
	}
}
/* ===== Tablet + Mobile Styles (0px to 1024px) ===== */
@media (max-width: 1024px) {
	
	
	
	.sfit .forminator-row #slider-1 {
		padding-top: 75px !important;
	}
	.sfit .forminator-row #slider-1 .forminator-slider-amount.forminator-slider-amount-top {
		transform: rotate(270deg);
		transform-origin: 30% top;
	}
	
	
	.sfit .forminator-description {
    	font-size: 14px !important;
	}
	.sfit .forminator-ui.forminator-custom-form[data-design=flat] .forminator-pagination-steps {
		display: flex !important;
		justify-content: center !important;
	}
	#html-1 img,
	#html-8 img {
		max-width: 150px;
		padding-top: 18px;
	}
	.sfit .forminator-row .opt-row {
		height: 169px !important;
		padding-top: 10px;
	}

	.sfit .forminator-ui.forminator-custom-form[data-design=flat] .forminator-pagination-steps .forminator-break,
	.sfit .forminator-ui.forminator-custom-form[data-design=flat] .forminator-pagination-steps .forminator-break:before {
		width: 100% !important;
	}
	
	.sfit .label-row{
		height: 85px;
	}
	

	.sfit .forminator-pagination-footer {
		flex-wrap: nowrap !important;
	}

	.sfit .forminator-button.forminator-button-back {
		margin-bottom: 0px !important;
	}

	.sfit .forminator-button {
		font-weight: 600 !important;
		width: auto !important;
		min-width: auto !important;
	}

	button#forminator-submit {
		background-color: #F4A000 !important;
	}

	/* Back Button (← Arrow before text) */
	.sfit button.forminator-button.forminator-button-back {
		padding: 4px 30px 4px 24px !important;
	}
/* 	.sfit .forminator-button-back::before {
		content: "\01F860";
		display: inline-block;
		margin-right: 8px;
		font-size: 13px;
	} */

	/* Next Button (→ Arrow after text) */
	.sfit button.forminator-button.forminator-button-next, .sfit button.forminator-button.forminator-button-submit {
		padding: 4px 24px 4px 30px !important;
	}
/* 	.sfit .forminator-button-next::after,
	.forminator-button-submit::after {
		content: "\01F862";
		display: inline-block;
		margin-left: 8px;
		font-size: 13px;
	} */
}
/* USTM Forminator Forms - Styles Start */
.ust-form .forminator-input, .ust-form .forminator-textarea {
    border-radius: 0px !important;
    padding: 12px 15px !important;
}
.ust-form .forminator-textarea{
	max-width: 100% !important;
}
/* USTM Forminator Forms - Styles End */


/* Single Product page - styles ↓ */

/* Features Icon Title */
.badge-grid{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
	padding-bottom: 24px !important;
	border-bottom: 1px solid #ddd !important;
}
.badge-item {
    max-width: 95px;
    justify-content: center;
    flex-direction: column;
    display: inherit;
    justify-content: flex-start;
    gap: 4px;
    align-items: center;
}
.badge-item p{
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--e-global-color-text);
}

.summary.entry-summary .product_meta {
    margin: 0px 0px 48px 0px;
    border-top: 1px solid #EAEAEA;
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
}

.ustm-dealer-btn-grp{
    display: flex;
    gap: 24px;
    justify-content: flex-start;
    align-items: center;
	margin-bottom: 45px;
}
.how-to-buy span.btn-label {
    font-size: 16px;
    font-weight: 500;
    color: var(--e-global-color-text);
}
.woocommerce #tab-description h2{
	margin: 0px !important;
}
.woocommerce #tab-description>h2 {
    display: none !important;
}
.single-product .woocommerce-product-details__short-description
{
    border-bottom: none !important;
    padding-top: 24px !important;
    margin-top: 36px !important;
}




.premium-ham-slide .premium-mobile-menu-outer-container, .logo-download a{
		width: 100% !important;
	}
/* Mobile menu close icon */
@media (max-width: 1024px) and (min-width: 768px) {
.ustm-mega-menu span.premium-toggle-close {
    display: none;
}
.ustm-mega-menu .premium-mobile-menu-close {
    width: 42px;
    height: 42px;
    padding: 0px !important;
    top: 11px !important;
    right: 1.5em !important;
}
.ustm-mega-menu .premium-hamburger-toggle.premium-mobile-menu-icon {
    width: 42px;
    height: 42px;
    justify-content: center;
    display: flex;
    align-items: center;
}
}


.ustm-cart-bag-icon .auxicon-handbag:before {
    width: 15px;
    display: inline-block;
}



@media (max-width: 1024px) and (min-width: 768px) {
	
}

/* Start - Mega Menu Mobile View */

@media (max-width: 768px) {
	.ustm-mega-menu .premium-ham-slide .premium-mobile-menu-outer-container{
		width: 100% !important;
	}
	.ustm-mega-menu .premium-nav-widget-container .premium-hamburger-toggle .premium-toggle-text {
    margin-right: -2px;
}
	
	.elementor-element.elementor-element-7bf15f3d.e-con-full.e-flex.e-con.e-child {
    width: 33px;
    height: 33px;
		position: fixed !important;
    padding: 0px !important;
    top: 15px !important;
    right: 16px !important;
}
	.ustm-mega-menu .premium-mobile-menu-close {
    width: 33px;
    height: 33px;
    padding: 0px !important;
    position: absolute !important;
    top: 15px !important;
    right: 16px !important;
		justify-content: flex-end !important;
}
	
	.premium-mobile-menu-close {
        position: fixed !important;
        top: 8px !important;
        right: 10px !important;
    }
}

@media (max-width: 325px) {
	.ustm-logo-container {
    width: 110px !important;
}
	.ustm-icon-group{
		gap: 5px 5px !important;
    margin-right: 30px !important;
	
	}
}

/* Mobile menu expand view */
.ustm-mega-menu .premium-active-menu div.premium-mega-content-container { 
	position: absolute !important; 
	top: 60px !important; 
} 

	/* Menu item right arrow icon style */
	.ustm-mega-menu .premium-mobile-menu-container .premium-nav-menu-item .premium-menu-link {
		justify-content: space-between !important;
	}
	.ustm-mega-menu .premium-mobile-menu-container .premium-nav-menu-item .premium-menu-link i.fas.fa-chevron-down.premium-dropdown-icon{rotate: -90deg;}
	/* Menu item right arrow icon style */

/* End - Mega Menu Mobile View */

body h1, body h2, body h3, body h4, body h5, body h6{
	color: #000000;
}
a {
	color: #F4A000;
}
a:hover{
	color: #F6BD0E;
}
.widget-container a:hover, .aux-breadcrumbs span a:hover{
	color: #F6BD0E;
}

label {
    display: block;
    margin-bottom: 0.4em;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #86888D;
}

.instagram-gallery-feed.loaded .instagram-gallery__actions{
	display: none;
}
.swiper-button-next, .swiper-button-prev{
	color: #000000;
}
/* Shop page */
/*
.woocommerce-page .page-title-section, .woocommerce-products-header, .woocommerce-result-count, .woocommerce-ordering{
	display:none;
}*/
.archive .aux-wrapper #primary .products .product.type-product .button.aux-ajax-add-to-cart{
	display: none;
}
.aux-shop-archive .aux-wrapper #primary .products .product.type-product .rtsb-star-rating{
	margin-bottom: 6px;
}
.aux-shop-archive .aux-wrapper #primary .products .product.type-product .rtsb-star-rating .star-rating.empty{
	display: none;
}
.woocommerce-page .page-title-section{
	display:none;
}
.woocommerce .woocommerce-ordering select{
	padding: 4px 36px 4px 12px;
}

.woocommerce-page{
    margin-top: 64px;
}

.aux-shop-archive .aux-wrapper , .single-product .aux-wrapper{
    margin-top: 64px;
}
.aux-shop-archive .aux-sidebar-primary{
	border-right:none!important;
}
.post-type-archive-product #inner-body{
	background-color:#F6F6F6;
}
.post-type-archive-product  .product  .price del .woocommerce-Price-amount, .post-type-archive-product  .product  .price del{
opacity:1!important;
    color: #F4A000;
	
}
.post-type-archive-product  .page-numbers, .post-type-archive-product  .page-numbers li{
	border:none!important;
}
.post-type-archive-product li .current {
    background: rgba(223,223,223,0.30)!important;
    color: #242424!important;
	  width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex!important;
}
.woocommerce-pagination .page-numbers li a{
    color: var(--e-global-color-2b4eb8e8);
    padding: 8px 10px!important;
}
/*.post-type-archive-product  del {
    font-size: 18px;
color: #9F9F9F!important;
}*/
.woocommerce ul.products li.product .price del{
	font-size: 16px;
}
.aux-shop-archive li .next, .aux-shop-archive li .prev{
	color:transparent!important;
	position: relative;
	width: 23px;
}
.aux-shop-archive li .next:after, .aux-shop-archive li .prev:after{
	content:"\e1e2";
	 font-family: "auxin-front" !important;
	color:#F7B192;
	font-size:19px!important;
	position: absolute;
  left: 5px;
	bottom: 28%;	
}
.aux-shop-archive button.button:hover{
    background-color:var(--e-global-color-2b4eb8e8);
    color: var(--e-global-color-14678f19);
}
.aux-shop-archive li .prev:after{
	content:'\e1e8';
}
.aux-shop-archive  .aux-wrapper{
    padding-bottom: 100px!important;
}
.aux-shop-archive  .woocommerce-pagination{
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
}
.aux-shop-archive .products .product .button:before{
    content: '+';
    padding-right: 2px
}
.aux-shop-archive .aux-widget-area .widget-container .widget-title{
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 24px;
}
@media only screen and (max-width:1025px)and (min-width:768px) {
.woocommerce ul.products li.product .button{
		font-size: 12px!important;
		padding: 8px 18px !important;
	}
}
.aux-shop-archive .widget_price_filter .widget-title{
	margin-bottom: 71px;
	
}
/*
.aux-shop-archive  .widget-title{
	border-color:#919191!important;
	
}
*/
.aux-shop-archive .widget_product_search .widget-title{
      padding-bottom: 8px;
	    margin-bottom: 32px;
}
.aux-shop-archive .search-field{
    width: 100%;
    height: 45px;
    border: 1px solid rgba(112,112,112,0.60);
	background-color:rgba(255,255,255,0.60)!important;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
	padding-left:22px;
	box-sizing: border-box;
}
.aux-shop-archive .widget_product_categories .widget-title{
  padding-bottom: 8px;
	margin-bottom: 15px;
}
.woocommerce-product-search button{
    width: 100%;
    background: #242424;
    color: var(--e-global-color-14678f19);
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
	    padding: 13px;
    margin-top: 10px;
}
.aux-shop-archive .aux-sidebar .product-categories  .cat-item a{
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    color: #000000;
    text-decoration: none;	
}
/*.aux-shop-archive .widget-container ul .cat-item  {
	border-bottom:1px solid rgba(112,112,112,0.10);
}*/
.aux-shop-archive .aux-sidebar .count{
  color: #F4A000;
	float: right;
	margin-top:8px;
}
.aux-shop-archive .widget_price_filter .ui-slider .ui-slider-range{
    background-color: #242424;
}
.aux-shop-archive .widget-container ul li:last-child{
	border-bottom:none!important;
}
.aux-shop-archive   .widget_price_filter .ui-slider .ui-slider-handle {
background-color: #242424;
    width: 22px;
    height: 22px;
    top: -0.5em;
	box-shadow:0 0 3px #000000A6;
}

.aux-shop-archive  .ui-slider-handle:after{
content: '';
    width: 6px;
    height: 6px;
    background-color: var(--e-global-color-14678f19);
    position: absolute;
    border-radius: 100px;
    top: 8px;
    right: 8px;	
}
 .aux-shop-archive  .product:hover .add_to_cart_button{
	opacity:1;
	transition: all .55s ease;
}
.aux-shop-archive  .price_slider_amount .button{
    width: 129px;
    height: 44px;
    border: 1.5px solid var(--e-global-color-2b4eb8e8);
    background-color: transparent;
    border-radius: inherit;
    font-weight: 400;
    font-size: 17px!important;
    line-height: 18px;
    color: #101010;
    text-transform: uppercase;
	margin-top: 30px;
}
.aux-shop-archive  .price_label .from, .aux-shop-archive  .price_label .to{
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #1E1E1E;
}
/*
 .post-type-archive-product  .products .product .add_to_cart_button {
  background-color: transparent;
  padding: 0;
  font-weight: 500;
  font-size: 20px;
  color: var(--e-global-color-14678f19)!important;
  line-height: 25px;
	opacity:0;
	text-transform:uppercase;
	transition: all .55s ease;
} */
.aux-shop-archive   .ui-widget-content{
    background-color: #E8E8E8!important;
}
.aux-shop-archive .price_slider_wrapper .price_label{
    position: relative;
    color: transparent;
    display: block;
}
.aux-shop-archive .from{
    position: absolute;
    left: 0;
    top: -58px;
}
.aux-shop-archive .to{
    position: absolute;
    right: -11px;
    top: -58px;
}
.aux-shop-archive .product_list_widget li img {
    width: 110px!important;
	  float: left!important;
	  margin-right: 23px;
}
.aux-shop-archive .product_list_widget li{
	 margin-bottom: 15px!important;
}
.aux-shop-archive .widget_products .product_list_widget a{
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #242424;
    text-decoration: none;
	  margin-bottom: 7px;
}
.aux-shop-archive .widget_products .product_list_widget  .woocommerce-Price-amount{
    font-size:19px;
    font-weight: 400;
    line-height: 24px;
    color: #101010;
}
.aux-shop-archive .widget_products .widget-title{
	padding-bottom: 8px;
	margin-bottom: 43px;
}
.aux-shop-archive .aux-widget-area .widget_products{
    margin-top: 78px;
}

 @media only screen and (min-width: 1026px) {
.aux-shop-archive .aux-wrapper .aux-container{
    padding-left: 344px;
}
.aux-shop-archive .aux-sidebar .sidebar-inner{
		padding:78px 0;
}
	.aux-shop-archive .aux-primary{
    padding-left: 95px;
	
}
	 .archive.tax-product_brand #main.right-sidebar .aux-primary{
    padding-left: 95px;
		 padding-right: 0;
		 float: right;
	 }
	 .archive.tax-product_brand #main.right-sidebar > .aux-wrapper > .aux-container{
		 padding-left: 344px; 
		 padding-right: 35px;
	 }
	 .archive.tax-product_brand #main.right-sidebar .aux-sidebar-primary {
		float: left;
		margin-left: -300px; 
	 }
	 .archive.tax-product_brand #main.right-sidebar .sidebar-inner{
		padding: 78px 0;
	 }
	 .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
		 /*display: flex;
		 flex-direction: row;
		 justify-content: space-between;*/
	 }
} 
@media only screen and (max-width: 1290px) and (min-width: 767px) {
	.aux-shop-archive .product_list_widget li img {
    width: 50px!important;
}
.aux-shop-archive .product-title {
   font-size: 15px;
}
}
.woocommerce ul.products li.product .onsale{
	font-weight: 600;
	line-height: initial;
	min-height: 18px;
	font-size:10px;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	padding: 2px 12px;
	border-radius: 0;
	background-color: #F6BD0E;
	color: #000000;
}
/*
 .aux-shop-archive .product .onsale{
   top: 22px!important;
   right: 33px!important;
   min-height: 76px;
   min-width: 76px;
   background-color: #FFA065;
   font-weight: 400;
   line-height: 68px;
	text-transform:uppercase;
	font-size:18px;
}*/
/*
@media only screen and (max-width: 1215px) and (min-width: 767px){
	.aux-shop-archive .products .product .woocommerce-loop-product__title{
        font-size: 18px !important;
    line-height: 25px;
}*/
@media only screen and (max-width: 767px){
	.aux-shop-archive .products .product .woocommerce-loop-product__title{
        font-size: 14px !important;
    line-height: 20px;
}
.aux-shop-archive .products .product .price{
    font-size: 14px !important;
}
	.woocommerce ul.products li.product .price del{
		font-size: 13px !important;
	}
}
@media only screen and (max-width: 553px) { 
.aux-shop-archive .product{
 /*width: 100%!important;*/
}
}
@media only screen and (max-width: 1025x) and (min-width: 767px){ 
.aux-shop-archive .aux-widget-area .widget-container .widget-title{
  font-size: 20px!important;
}
}
@media only screen and (max-width: 990px) and (min-width: 767px){ 
.aux-shop-archive .woocommerce-loop-product__title{
line-height: 22px!important;
    bottom: -66px;
    font-size: 17px!important;
}
}
@media only screen and (max-width: 1390px)and (min-width: 1182px) { 
.aux-shop-archive .product:hover .price{
   top: 56px;
}
}
@media only screen and (max-width: 767px)and (min-width: 526px) { 
.aux-shop-archive .product:hover .price{
     top: 60px;
}
}
/* Single Product */
.single-product .entry-summary .product_title{
    font-weight: 600;
    color: #000000;
}

.single-product .aux-star-rating,   .aux-shop-archive .aux-rating-box{
    font-size: 24px;
}



.single-product  .woocommerce-product-rating{
margin-bottom: 14px!important;
}
.single-product  .price{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
	  align-items:center;
}
.single-product .price del .woocommerce-Price-amount, .single-product .entry-summary .price del {
    font-weight: 500;
    color: #F4A000!important;
    font-size: 23px;
    opacity: 1!important;
    line-height: 23px;
	  margin-left:15px;
	opacity:1!important;			
}
/*
.single-product  .price{
    padding-bottom: 17px;
}
*/
.single-product  .woocommerce-product-details__short-description{
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #848484;
	  padding-top: 13px;
	  max-width: 685px;
}
.single-product  .woocommerce-product-details__short-description{
    border-bottom: 1px solid rgba(112,112,112,0.20);
    padding-bottom: 25px;
	    border-top: 1px solid rgba(112,112,112,0.20);
		padding-top: 40px;
}
.single-product  .product form.cart .button {
    background-color: #000000;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 12px 48px;
}
.single-product  .product form.cart .button:hover {
    opacity: 0.8;
    padding: 12px 48px;
	border: none;
}
.woocommerce .cart .button, .woocommerce .cart input.button{
	border: none;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
	padding: 4px 6px 4px;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td{
	border-color: #eaeaea;
}
.woocommerce table.shop_table{
	border-radius: 0;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{
	background-color: #000000;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{
	background-color: #000000;
	opacity: 0.8;
}
.select2-container--default .select2-selection--single{
	height: initial;
	border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 100%;
	padding: 4px 12px;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select{
	border-radius: 0;
}
.woocommerce form .form-row label{
	line-height: initial;
}
.single-product .woocommerce-tabs ul.tabs{
	padding: 0px !important;
}
.single-product  .entry-summary .cart {
    /*display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
	max-width: 684px;
	  align-items:center;*/
	  padding-top: 40px;
    padding-bottom: 40px;
	border-bottom: 1px solid rgba(112,112,112,0.20);
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text{
	max-width: 100%;
}
.single-product  .quantity:before{
	content:'Quantity:';
  font-weight: 400;
  font-size: 16px;
	line-height:19px;
}
.single-product  .quantity{
	 margin-right: 3%!important;
}
.woocommerce .quantity .qty{
	height: 38px;
}
/*.single-product .entry-summary .product_meta .posted_in, 
.single-product .entry-summary .product_meta .tagged_as {
    font-weight: 500;
    color: #101010;
    font-size: 18px;
    line-height: 21px;
}*/
.single-product .entry-summary .product_meta .posted_in a, .single-product .entry-summary .product_meta .tagged_as a{
    font-weight: 400;
    color: rgba(36,36,36,0.40);
/*     font-size: 18px; */
/*     line-height: 21px; */
/*     padding-right: 19%; */
}
.single-product .entry-summary .product_meta .tagged_as a{
	padding:0
}

.single-product .flex-control-nav{
    display: flex;
    flex-direction: column;
    width: 49%;
}
.single-product .flex-control-nav li{
	 border: 1px solid #DCDCDC;
	 margin-top:15px!important;
}
.woocommerce-product-gallery {   display: flex;
    flex-direction: column;
}
.woocommerce-product-gallery .flex-control-nav{
	flex-direction: row;
}
.single-product .flex-active-slide img{
    border: 1px solid #DCDCDC;
	/*width:100%!important;
	max-width: 100%;*/
}
.single-product .flex-control-thumbs li {
   width: 90%!important;
}

/*
.single-product .flex-control-thumbs li:first-child{
	margin-top:0!important;
}

.single-product .product-type-simple .wc-tabs-wrapper{
  padding-top: 297px;
	position:relative;
}
.single-product .product-type-simple .tabs::before {
	 border-bottom: 2px solid #242424!important;
}
.single-product .product-type-simple .tabs li{
    border-bottom-color: #242424;
	 	border: 2px solid #242424!important;
	border-radius:0!important;
		border: 2px solid #242424;
	background-color:var(--e-global-color-14678f19)!important;
}
.single-product  .tabs .reviews_tab a, .single-product  .description_tab  a{
    font-size: 17px;
    font-weight: 400!important;
    line-height: 20px;
    padding: 15px 36px!important;
}
.single-product .product-type-simple .wc-tabs-wrapper:after{
	content: '';
    width: 1px;
    height: 68px;
    background-color: rgba(112,112,112,0.30);
    position: absolute;
    top: 85px;
    left: 50%;
}
.single-product .tabs li::before, .single-product .tabs li::after, .single-product .aux-primary .panel h2{
   display:none;
}
.single-product .tabs li.active{
   background: #242424!important;
color: var(--e-global-color-14678f19);
}
.single-product .tabs{
	text-align:center;
}
*/
.single-product .comment_container .comment-text .description p{
    /*max-width: 57%;
     margin-top: 5%;
     */
    margin: auto;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    
}
.single-product .products .product-type-simple .woocommerce-loop-product__title{
    font-size: 18px!important;
    font-weight: 600;
    line-height: 24px;
  	color:#242424;
	padding-bottom: 0.2em !important;
}
/*
.single-product .comment_container .comment-text .description p{
	max-width:100%!important;	
}
.single-product .commentlist{
    max-width: 67%;
    margin: 8% auto 0% auto!important;
    border-bottom: 1px solid rgba(30,30,30,0.30)!important;
    padding-bottom: 59px!important;
}
.single-product .commentlist li .comment-text{
border: none;
    padding: 0!important;
    padding-left: 56px!important;
	border:none!important;
}
*/
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	border-bottom: 1px solid #dddddd;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	border: none;
	border: none;
    box-shadow: none;
    border-radius: 0;
    width: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border: none;
	background-color: transparent;
	color: #86888D;
	border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	color: #86888D;
	font-weight: 400;
	text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	border-bottom: 2px solid #000000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	color: #000000;
	font-weight: 600;
}

.woocommerce #reviews #comments h2 {
	font-size: 1.8em;
    color: #000000;
    margin: 2em 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar{
	border-radius: 100%;
	width: 42px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border: none;
	padding-top: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
	margin-bottom: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author{
	font-size: 16px;
	font-weight: 600;
	color: #000000;
}
#review_form_wrapper{
	padding-top: 1em;
	padding-bottom: 1em;
}
#commentform{
	margin-top: 1em;
}
.aux-cart-wrapper .aux-card-dropdown.aux-modern-dropdown .aux-button-wrapper{
    flex-direction: column;
    flex-wrap: wrap;
}
.aux-cart-wrapper .aux-card-dropdown.aux-modern-dropdown .aux-button-wrapper > a{
	padding: 8px 16px;
	margin: 6px 0;
	border-radius: 0;
}



.single-product  .product .price .woocommerce-Price-amount , .single-product  .product .price ins .woocommerce-Price-amount{
    font-size: 16px!important;
    font-weight: 500;
    line-height: 26px;
    color: #000000;
}
.single-product .products .product .price del, .single-product .products .product .price del .amount{
  color: #F4A000!important;
  opacity: 1!important;
	font-size: 15px!important;
}
.single-product  .related>h2{
    font-size: 1.5em;
	font-weight: 600;
	padding-bottom: 1em;
	position:relative;
}
.woocommerce nav.woocommerce-pagination{
	text-align: right;
}
.single-product .content .products{
	position:relative;
}
.single-product .content .related:before{
/*     content: '';
background: rgb(246,246,246);
background: linear-gradient(180deg, rgba(246,246,246,1) 44%, rgba(255,255,255,1) 96%);
    position: absolute;
    right: 0;
    left: -46%;
    bottom: 0;
    top: 14%;
    z-index: -1;
    width: 3500px; */
}
.single-product  .related>h2:after{
	content:'';
	width:45px;
	height:3px;
	background-color:#DDDDDD;
	position:absolute;
	bottom:16px;
	left:0;	
}
.single-product  .products .product .button:before{
    content: '+';
    padding-right: 2px
}
/*
.single-product  .products .product .button{
	position:absolute;
    bottom:35px;
    left: 0;
	  top:0;
    right: 0;
    text-align: center;
    background-color:transparent;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
*/
.aux-shop-archive .product:hover .add_to_cart_button {
    opacity: 1!important;
}
.single-product  .product  .product-type-simple:hover .button{
	opacity:1;
}
.single-product .woocommerce-loop-product__link:after {
    content: '';
    background-color: rgba(36, 36, 36, 0.90);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
	transition: all 450ms;
}
.single-product li:hover .woocommerce-loop-product__link:after {
	opacity:0.1!important;
	
}
.aux-shop-archive .products .product a img, .single-product .product a img {
	margin-bottom:0!important;
}
.single-product .product  .price{
    content: '+';
    padding-right: 2px
}
/*
.single-product .woocommerce-review__author{    
    font-weight: bold;
    font-size: 24px;
    color: #242424;
    display: block;
}
*/
.single-product .product  .woocommerce-LoopProduct-link  .woocommerce-loop-product__title{
  position: absolute;
  bottom: -60px;
  left: 0;
}
.single-product .products .product .price {
  position: absolute;
  bottom: -115px;
  left: 0;
}
.single-product .entry-summary .price ins .woocommerce-Price-amount, .single-product  .entry-summary .price .amount{
    font-size: 24px!important;
    color: #101010;
    font-weight: 500;
    line-height: 34px;
}
.single-product .product .onsale{
	position: relative;
   	top: 22px!important;
   	margin-left: -5.65em;
   	min-height: 30px;
	min-width:120px;
   	background-color: #F4A000;
   	font-weight: 600;
   	line-height: initial;
	text-transform:uppercase;
	font-size:14px;
	border-radius: 0;
	padding: 4px 24px;
	color: #000000;
}
@media only screen and (max-width:768px) { 
	.single-product .product .onsale{
		clear: both;
		float: right;
		margin-bottom: -5em;
		margin-right: -6px;
	}
}
@media only screen and (max-width:1360px) { 
	.single-product .entry-summary .product_title{
/* 		font-size: 34px; */
	}
	.single-product .woocommerce-review-link{
		  font-size: 18px!important;
	}
	.single-product .entry-summary .product_meta .posted_in, .single-product .entry-summary .product_meta .tagged_as, .single-product .entry-summary .product_meta .tagged_as a{
		font-size: 14px;
	}
	.single-product .product .cart .button{
		font-size: 13px;
	}
}
@media only screen and (min-width:769px) {
	 /*.aux-shop-archive .products .product {
		margin: 0 2.8% 7.992em 0!important;
	}*/
	.aux-shop-archive .products li.last {
		margin-right: 0!important;
	}
}
.aux-shop-archive .products .product .woocommerce-loop-product__title {
	/*
	position: absolute;
	bottom: -26px;
	left: 0;
	transform: translateY(100%);
	padding: 0 !important;
	*/
	font-weight: 600;
	font-size: 18px !important;
	line-height: 24px;
	color: #242424;
	padding-bottom: 0.2em !important;
	
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link{
display: flex;
  justify-content: center;
  align-items: center;
  /*max-height: 240px;*/
  max-height: 200px;
  border: 1px solid #EAEAEA;
  overflow: hidden;
}
.aux-shop-archive .products .product .price {
	/*
	position: absolute;
	bottom: -70px;
	left: 0;
	transform: translateY(100%);
	line-height: 25px;
	margin: 0 !important;
	*/
	font-weight: 500 ;
	font-size: 16px !important;
	
	color: #000000 !important;
	
}
/*
.aux-shop-archive .products .product  .add_to_cart_button {
	   bottom: 58px;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    height: auto;
    position: absolute;
}*/
.aux-shop-archive  .woocommerce-loop-product__link:after{
	content:'';
	background-color: rgba(36, 36, 36, 0.90);
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:absolute;
	opacity:0;
	transition: all 450ms;
}
.aux-shop-archive .product:hover .woocommerce-loop-product__link:after {
	opacity:0.1;
	transition: all 450ms;
}
.aux-shop-archive  .product:hover .add_to_cart_button{
		opacity: 1!important;
}

.aux-shop-archive .products .product a {
	position: relative;
	display: block;
}
/*
.aux-shop-archive .products .product a:nth-child(2) {
	height: 230px;
    margin-bottom: -200px;
}

.single-product .product.type-product .related.products .products .product a:nth-child(2) {
	display: block;
	z-index: 1;
	height: 238px;
    margin-bottom: -200px;
}
*/
.single-product .product.type-product .related.products .products .product .rtsb-star-rating{
	display: none;
}
.comments-title, .comment-reply-title{
	font-size: 1.5em !important;
    font-weight: 600 !important;
    color: #000000 !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{
	border-radius: 0;
	background: #000000;
	color: #ffffff;
	padding: 0.6em 1.6em;
	border: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{
	background: #000000;
	color: #ffffff;
	opacity: 0.8;
	border: none;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
	border-radius: 0;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
	background-color: #FAFAFC;
	border-width: 2px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	border-radius: 0;
	background-color: #EAEAEA;
	border-width: 2px;
}

.checkout.woocommerce-checkout h3{
	font-size: 1.5em !important;
    font-weight: 600 !important;
    color: #000000 !important;
}
/*
.single-product .commentlist  img{  
     width: 90px!important
			 ;
    border-radius: 100px;
}
.single-product .comment-respond{
    width: 67%!important;
    margin: auto!important;
    padding-top: 140px!important;
}
.single-product .comment-form .comment-form-rating{
    margin-top: 47px;
    position: absolute;
    top: 32%;
    left: -2px;
}
.single-product .comment-respond{
	position:relative!important;
	
}
.single-product .comment-form-rating label{
color: #7D7D7D;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}
.woocommerce p.stars a{
    color: #F4A000!important;
    font-size: 16px;
}

.single-product .comment-form .comment-form-author   input[type="text"] ,.single-product input[type="email"], .single-product textarea{
    border: none;
    border-bottom: 1px solid rgba(125,125,125,0.50);
}
 .single-product .form-submit input{
background-color: #242424!important;
    color: var(--e-global-color-14678f19)!important;
    font-size: 16px!important;
    font-weight: 400!important;
    line-height: 19px!important;
    border-radius: 0!important;
    padding: 18px 42px!important;
    margin-top: 32px!important; 
}
.single-product .comment-form-author label, .single-product  .comment-form-email label, .single-product .comment-form-comment label{
	margin-bottom:0!important;
}
.single-product .woocommerce-Reviews .comment-form-comment textarea{   height: 45px!important;
min-height: 44px!important;
overflow: hidden;
}

.single-product .comment-form-author{
	  margin-right: 3%!important;
}
@media only screen and (max-width: 1087px)and (min-width: 767px) {
.aux-shop-archive .products .product .price{
bottom: -82px!important;
 
}
}
.single-product .comment-notes{
	margin-bottom: 150px!important;
	color:#848484;
	font-size:17px;
	font-weight:400;
}
.single-product .comment-form-cookies-consent{
	display:none!important;
	
}
@media only screen and (max-width: 767px) {
.single-product .product , .aux-shop-archive .product{
margin: 0 0 9.992em!important;
}}
@media only screen and (min-width: 675px) {
.single-product .comment-form-author, .single-product  .comment-form-email{
	    width: 48%!important;
	    display: inline-block;	
}
	 
.single-product  .comment-form-author input[type="text"]{
width: 100%!important;
}
}
/*
.single-product .products .product .button{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--e-global-color-14678f19)!important;
	 }
*/
/*
.rtsb-product .rtsb-grid-item .rtsb-product-content .rtsb-product-title-wrapper{
	position: relative;
	height: 300px;
	margin-bottom: -280px;
}
.rtsb-product .rtsb-grid-item .rtsb-product-content .rtsb-product-title-wrapper .product-title,
.rtsb-product .rtsb-grid-item .rtsb-product-content .rtsb-product-title-wrapper .product-title a{
	height: 100%;
}
*/
.single-product  .comment-form-email input[type="email"]{
    width: 100%!important;
 
}

@media only screen and (max-width: 767px) {
.woocommerce ul.products li.product .woocommerce-loop-product__title, .single-product .products .product-type-simple .woocommerce-loop-product__title{
    font-size: 14px!important;  
	/*bottom: -76px;*/
}
	
.woocommerce ul.products li.product .price, .single-product .products .product .price{
    font-size: 14px!important;
	font-weight: 600;
	  /*bottom: -129px;	  */
}	
}
@media only screen and (max-width: 550px) {
.single-product 	.product{
	/*width:100%!important;*/
}
}
@media only screen and (max-width: 675px) {
	.single-product  .comment-form-author input[type="text"], .single-product  .comment-form-email input[type="email"]{
		width:100%!important;
	}

.single-product .comment-respond , .single-product .review{
	 margin-top: 84px;
   max-width:100%;
	 width: 100%!important;
}
}
.aux-cart-wrapper.aux-cart-element .aux-card-dropdown {
    right: 0;
    left: auto;
}
 @media only screen and (max-width:1223px) and (min-width:767px){
.aux-shop-archive .products .product .price{
    font-size: 14px !important;
	font-weight: 500 !important;
}
.aux-shop-archive .products .product .woocommerce-loop-product__title{
font-size: 16px !important;
}}
.woocommerce ul.products li.product .button {
	/*display: none;*/
    background: #000000;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 32px;
    border-radius: 0;
}
.woocommerce ul.products li.product .button:hover {
	opacity: 0.8;
}
.aux-shop-archive .product:hover .add_to_cart_button{
    /*display: flex!important;
    align-items: center!important;
    justify-content: center!important;*/
    }
.aux-shop-archive .products .product .add_to_cart_button {
    /*display: flex!important;
    justify-content: center;*/
    }
.woocommerce-product-search button{
	transition:all 250ms ease-in
}
.woocommerce-product-search button:hover{
    background-color: var( --auxin-featured-color-1 );
    }
@media only screen and (max-width:800px) and (min-width:768px) {
.aux-shop-archive .aux-widget-area .widget-container .widget-title {
        font-size: 20px;
    }
/*.aux-shop-archive .products li.product {
margin: 0 0 138px!important;
    }*/
}
.single-product div.product{
/*     margin-top: 143px; */
    }
.single-product .aux-wrapper {
    margin-top: 0;
}
.single-product  ul.products li.product a{
      position: relative;
    }
.single-product ul.products li.product .button{
    /*display: flex;
    justify-content: center;
    align-items: center;*/
	display: none;
    }
.single-product .related.products .product .price {
    position: relative;
    bottom: 0;
    left: 0;
}
.single-product .related.products {
    padding-top: 45px;
}
/*
.single-product .related.products .button{
    bottom: 98px;
}*/
@media only screen and (max-width:800px) and (min-width:768px) {
.single-product .content .related:before{
   top: 7%;
}
}
@media only screen and (max-width:700px) {
.single-product div.product div.images.woocommerce-product-gallery{
flex-direction: column;
}
.single-product .flex-control-nav{
    flex-direction: row;
    width: 69%;
}
.single-product .flex-control-thumbs li:first-child {
    margin-top: auto !important;
}
.single-product .commentlist{
    margin: 0 !important;
    max-width: 100%!important;
}
}
@media only screen and (max-width:400px) {
.single-product .product form.cart .button{
padding: 14px 8px;
    width: 110px;
font-size: 14px;
}
.single-product .quantity {
    margin-left: 4% !important;
}
}

/*Blog pages styling*/
.column-entry .aux-media-frame.aux-media-image img{
	width: 100%;
}
.aux-single .aux-media-frame.aux-media-image img{
	max-width: 750px;
}
.aux-column-post-entry .post .entry-meta .aux-read-more, .aux-widget-recent-posts .post .entry-meta .aux-read-more, .aux-widget-recent-posts-masonry .post .entry-meta .aux-read-more{
	padding: 0.52em 3em;
	background: #000000;
	color: #ffffff;
}
.aux-column-post-entry .post .entry-meta .aux-read-more:after, .aux-widget-recent-posts .post .entry-meta .aux-read-more:after, .aux-widget-recent-posts-masonry .post .entry-meta .aux-read-more:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.9em;
    display: inline-block;
    margin-left: 1em;
}
.hentry .entry-main .entry-header .entry-title{
	font-weight: 700;
	color: #000000;
}
.hentry .entry-main .entry-header{
	margin-bottom: 3em;
}
.aux-comments .aux-commentlist .avatar{
	border-radius: 100%;
}
.aux-commentlist .comment .comment-author, .aux-commentlist .comment .comment-body, .aux-commentlist .comment .comment-reply-nav{
	color: #000000;
}
.entry-content .wp-block-image .aligncenter, .comment-body .wp-block-image .aligncenter{
	margin: 2em 0;
}
table tr th, table tr td, .wp-block-table tr td, .wp-block-table tr th{
	border-color: #f3f3f3;
}
.entry-content figure, .entry-content wp-block-image{
	margin: 2em 0;
}
.wp-block-image :where(figcaption){
	color: #bebec0;
	font-size: 12px;
}

@media only screen and (max-width:1023px) {
	body.aux-full-width #inner-body main .aux-wrapper .aux-container, body .aux-boxed-container > .aux-container{
		padding-left: 24px;
		padding-right: 24px;
	}
	body .aux-boxed-container > .aux-container .page-title{
		font-size: 2em;
	}
}
@media only screen and (max-width:767px) {
	body.aux-full-width #inner-body main .aux-wrapper .aux-container, body .aux-boxed-container > .aux-container{
		padding-left: 16px;
		padding-right: 16px;
	}
	.archive .aux-archive.aux-has-sidebar .aux-container{
		display: flex;
		flex-direction: column;
	}
	.aux-shop-archive .aux-wrapper #primary .woocommerce-products-header{
		margin-bottom: 16px;
	}
	.archive #main .aux-sidebar .sidebar-inner{
		padding: 0;
	 }
	.archive #main .aux-sidebar{
		margin: 0;
	}
	.aux-shop-archive .aux-wrapper{
		margin-top: 16px;
	}
	.aux-shop-archive .aux-wrapper #primary{
		padding-top: 2em;
	}
	.aux-shop-archive .aux-wrapper #primary .products .product.type-product .product-short-description{
		font-size: 13px;
	}
}


/* WP locator*/
#wpsl-wrap.wpsl-store-below{
	display: flex;
    flex-direction: column;
	font-family: "Poppins", Sans-serif !important;
}
#wpsl-wrap.wpsl-store-below .wpsl-gmap-wrap{
	order: 1;
}
#wpsl-wrap.wpsl-store-below .wpsl-search{
	order: 2;
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list{
	order: 3;
}

#wpsl-wrap.wpsl-store-below .wpsl-gmap-wrap{
	
}

/* dealer locator search bar styling*/
#wpsl-wrap.wpsl-store-below .wpsl-search{
	padding: 0 24px;
	background: #EAEAEA;
}
#wpsl-wrap.wpsl-store-below #wpsl-search-wrap form > div {
	padding: 16px 0;
}
#wpsl-wrap.wpsl-store-below #wpsl-search-wrap .wpsl-input div{
	display: block;
    width: 100%;
}
#wpsl-wrap.wpsl-store-below #wpsl-search-wrap div label {
    display: block;
    width: 100%;
	font-size: 12px;
    line-height: normal;
    margin-bottom: 2px;
}
#wpsl-wrap.wpsl-store-below #wpsl-search-wrap .wpsl-input input, #wpsl-wrap.wpsl-store-below #wpsl-search-wrap .wpsl-select-wrap .wpsl-dropdown{
	width: 100%;
}
#wpsl-wrap.wpsl-store-below #wpsl-search-wrap .wpsl-select-wrap .wpsl-dropdown{
	height: 38px;
}
#wpsl-wrap.wpsl-store-below #wpsl-search-wrap .wpsl-select-wrap .wpsl-dropdown .wpsl-selected-item,
#wpsl-wrap.wpsl-store-below #wpsl-search-wrap .wpsl-select-wrap .wpsl-dropdown li, #wpsl-wrap.wpsl-store-below #wpsl-search-wrap .wpsl-input li{
	font-size: 14px;
}
#wpsl-wrap.wpsl-store-below #wpsl-search-wrap .wpsl-input input{
	min-height: 38px;
	background: #ffffff;
	max-width: 100%;
	max-height: 38px;
}
#wpsl-wrap.wpsl-store-below #wpsl-search-wrap .wpsl-input input:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

#wpsl-wrap.wpsl-store-below #wpsl-search-wrap .wpsl-input, #wpsl-wrap.wpsl-store-below #wpsl-search-wrap .wpsl-select-wrap, #wpsl-wrap.wpsl-store-below #wpsl-search-wrap .wpsl-search-btn-wrap #wpsl-search-btn{
	margin-bottom: 0;
}

#wpsl-wrap.wpsl-store-below #wpsl-search-wrap .wpsl-search-btn-wrap{
	margin-top: 20px;
}
@media only screen and (max-width:941px) { 
	#wpsl-wrap.wpsl-store-below #wpsl-search-wrap form > div {
		width: 100%;
		padding-bottom: 0;
	}
	#wpsl-wrap.wpsl-store-below #wpsl-search-wrap .wpsl-search-btn-wrap{
		padding-bottom: 16px;
		padding-top: 0;
	}
	#wpsl-wrap.wpsl-store-below #wpsl-search-wrap .wpsl-select-wrap{
		display: inline-flex;
		flex-direction: row;
		gap: 2%;
	}
	#wpsl-wrap.wpsl-store-below #wpsl-search-wrap .wpsl-select-wrap > div{
		width: 49%;
		margin: 0;
	}
}
#wpsl-wrap.wpsl-store-below #wpsl-search-wrap .wpsl-search-btn-wrap #wpsl-search-btn{
	font-size: 14px;
	font-weight: 600;
	padding: 8px 36px;
	background: #000000;
	color: #ffffff;
	border: 1px solid #000000;
	max-height: 38px;
}
#wpsl-wrap.wpsl-store-below #wpsl-search-wrap .wpsl-search-btn-wrap #wpsl-search-btn:hover{
	opacity:0.8;
}
@media only screen and (max-width:767px) { 
	#wpsl-wrap #wpsl-search-wrap select, #wpsl-wrap #wpsl-search select {
		display: block !important;
		background: #ffffff;
		padding: 5px 12px;
		max-height: 38px;
		height: 38px;
		width: 100%;
		color: #000000;
		font-size: 14px;
	}
	#wpsl-wrap.wpsl-store-below #wpsl-search-wrap .wpsl-select-wrap .wpsl-dropdown span, #wpsl-wrap.wpsl-store-below #wpsl-search-wrap .wpsl-select-wrap .wpsl-dropdown div{
		display: none;
	}
	#wpsl-wrap.wpsl-store-below #wpsl-gmap{
		height: 420px !important;
	}
}
/* dealer locator map area styling*/
#wpsl-wrap.wpsl-store-below .wpsl-gmap-wrap #wpsl-gmap #wpsl-map-controls .wpsl-icon-reset{
	padding: 12px 13px;
	background: #F4A000;
}
#wpsl-wrap.wpsl-store-below .wpsl-gmap-wrap #wpsl-gmap .wpsl-info-window strong{
	font-size: 16px;
	display: block;
	padding-bottom:8px;
}
#wpsl-gmap .wpsl-info-window strong{
	font-size: 16px;
	display: block;
	padding-bottom:6px;
	margin-top: -4px;
}
#wpsl-wrap.wpsl-store-below .wpsl-gmap-wrap #wpsl-gmap .gm-style-iw-t > div{
	min-width: 280px;
}
#wpsl-wrap.wpsl-store-below .wpsl-gmap-wrap #wpsl-gmap .wpsl-info-window .wpsl-info-actions .wpsl-directions{
	margin-right: 2px;
	padding: 3px 10px;
    background: #000000;
    border-radius: 20px;
    color: #ffffff;
    border: 1px solid #cccccc !important;
}
#wpsl-wrap.wpsl-store-below .wpsl-gmap-wrap #wpsl-gmap .wpsl-info-window .wpsl-info-actions .wpsl-streetview{
	margin-right: 0;
	padding: 3px 9px;
    background: #ffffff;
    border-radius: 20px;
    color: #000000;
    border: 1px solid #cccccc;
}
#wpsl-wrap.wpsl-store-below .wpsl-gmap-wrap #wpsl-gmap .wpsl-info-window .wpsl-info-actions a:hover{
	opacity: 0.7;
}
#wpsl-wrap.wpsl-store-below .wpsl-gmap-wrap #wpsl-gmap .gm-iv-container .gm-iv-close, #wpsl-wrap.wpsl-store-below .wpsl-gmap-wrap #wpsl-gmap .gm-iv-container .gm-iv-close:hover{
	background: #000000;
	max-width: 12px;
    padding: 12px;
}
#wpsl-wrap.wpsl-store-below .wpsl-gmap-wrap #wpsl-gmap .gm-iv-container .gm-iv-close .gm-iv-back{
	background: none !important;
	margin-top: -1em;
}
#wpsl-wrap.wpsl-store-below .wpsl-gmap-wrap #wpsl-gmap .gm-iv-container .gm-iv-close .gm-iv-back:after{
	content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em;
    display: inline-block;
    margin: 0;
	color: #F4A000;
}
/* dealer locator list loading indicator styling*/

#wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores ul li.wpsl-preloader{
	min-width: 200px;
	padding: 1em 5em;
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores ul li.wpsl-preloader img{
	margin-left: 2em;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores ul li.wpsl-no-results-msg{
	min-width: 200px;
	padding: 0.5em 2em;
}

/* dealer locator list search result styling*/
#wpsl-wrap.wpsl-store-below #wpsl-result-list{
	margin-top: 4em;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores{
	height: 100% !important;
	overflow: hidden;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores ul{
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.933%;
	width: 100%;
	/*margin: -12px 0 0 -12px;
  width: calc(100% + 12px);*/	
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores ul li{
	/*margin: 12px 0 0 12px;*/
	flex: 0 0 100%;
	padding: 24px;
	background: #F5F5F6;
	position: relative;
	transition: 0.3s;
	margin-bottom: 12px;
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores ul li:hover{
	background: #F6BD0E32;
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores ul li .wpsl-store-location{
	padding-bottom: 2em;
	font-size: 14px;
	color: #000000;
}
@media only screen and (min-width:520px) { 
	#wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores ul{
		gap: 2%;
	}
	#wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores ul li{
		flex: 0 0 49%;
	}
}
@media only screen and (min-width:1024px) { 
	#wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores ul{
		gap: 1.33%;
	}
	#wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores ul li{
		flex: 0 0 32.44%;
	}
}
@media only screen and (min-width:1360px) { 
	#wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores ul{
		gap: 0.932%;
	}
	#wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores ul li{
		flex: 0 0 24.3%;
	}
}

/* dealer locator contact list card location name styling*/
#wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores ul li .wpsl-store-location p:first-child strong{
	font-size: 16px;
    display: block;
    margin-bottom: 8px;
}
/* dealer locator contact list show im map link styling*/
#wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores ul li .wpsl-store-location .wpsl-store-details{
	position: absolute;
    bottom: 16px;
	left: 24px;
	padding: 3px 0;
	visibility: hidden;
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores ul li .wpsl-store-location .wpsl-store-details:before{
	content: "Show in map";
	visibility: visible;
	color: #666666;
    font-weight: 600;
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores ul li .wpsl-store-location .wpsl-store-details:hover::before{
	color: #000000;
}

/* dealer locator contact list card direction link styling*/
#wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores ul li .wpsl-direction-wrap{
	position: absolute;
    display: inline-flex;
    bottom: 16px;
    right: 24px;
	font-size: 14px;
	color: #86888D;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores ul li .wpsl-direction-wrap .wpsl-directions{
	margin-left: 1em;
	padding: 0px 12px;
    background: #ffffff;
    border-radius: 20px;
    color: #000000;
    border: 1px solid #cccccc !important;
}
#wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores ul li .wpsl-direction-wrap .wpsl-directions:hover{
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000 !important;
}

/*.aux-header .aux-modern-search .aux-search-submit{pointer-events: none;}*/

/*Search results page styling*/
.search.search-results main.search-result .aux-container .aux-primary .content:first-child hr{
	
}
.search.search-results main.search-result .aux-container .aux-primary {
	padding-top: 1em;
}
.search.search-results main.search-result .aux-container .content .aux-search-from {
	padding: 0;
	margin-bottom: 1.5em;
	padding-top: 1em;
}
.search.search-results main.search-result .aux-container .aux-primary .content .aux-search-from span{
	font-family: "Poppins", Sans-serif;
	font-weight: 700;
	font-size: 1.4em;
	color: #86888d;
}
.search.search-results main.search-result .aux-container .aux-primary .content .aux-search-from .aux-show-all-results a{
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
    font-weight: 500;
	color: #000000;
}
.search.search-results main.search-result .aux-container .aux-primary .content section .post .entry-media{
	margin-bottom: 1em !important;
}
.search.search-results main.search-result .aux-container .aux-primary .content section .post .entry-header{
	margin-bottom: 1em !important;
}
.search.search-results main.search-result .aux-container .aux-primary .content section .post .entry-info, .search.search-results main.search-result .aux-container .aux-primary .content section .post .entry-meta .comments-iconic{
	display: none;
}
.search.search-results main.search-result .aux-container .aux-primary .content section .post .entry-content{
	margin-bottom: 0;
}

.search.search-results main.search-result .aux-container .aux-primary .content section article::after{
	margin: 0;
}

.search.search-results main.search-result .aux-container .aux-primary .content section .post.type-page .entry-media{
	display: none;
}
.search.search-results main.search-result .aux-container .aux-primary .content section .product.type-product{
	margin-bottom: 1em;
}
.search.search-results main.search-result .aux-container .aux-primary .content section .product.type-product::after{
	margin: 0;
	border: 0;
}
.search.search-results main.search-result .aux-container .aux-primary .content section .product.type-product .aux-media-image{
	border: 1px solid #EAEAEA;
}
.search.search-results main.search-result .aux-container .aux-primary .content section .product.type-product .woocommerce-loop-product__title{
	font-size: 1.125em;
	font-weight: 700;
}
.search.search-results main.search-result .aux-container .aux-primary .content section .product.type-product .price, .search.search-results main.search-result .aux-container .aux-primary .content section .product.type-product .add_to_cart_button{
	display: none;
}
.aux-widget-recent-products .aux-recent-product-item .button, .aux-widget-recent-products .aux-recent-product-item .added_to_cart{
	display: none;
}

/* Woocommerce my account page styling*/
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
	padding: 36px 24px;
	margin: 2em 0 3em 0;
}
@media only screen and (min-width:1024px) { 
	.woocommerce-account .woocommerce-MyAccount-navigation{
		max-width: 300px;
	}
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
	list-style: none;
	padding: 2em 0;
	margin: 0;
	background: #eaeaea;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a{
	padding: 6px 24px;
    background: #eaeaea;
    display: block;
    width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a{
    font-weight: 600;
	color: #000000;
}

/*Start Woocommerce brand/category page styling*/
.woocommerce.widget_product_search .woocommerce-product-search .search-field{
	width: 100%;
    box-sizing: border-box;
    padding: 6px;
}

/* End Woocommerce brand/category page styling*/

/*Start Woocommerce brand/category filters styling*/
.woocommerce nav.woocommerce-pagination ul li .page-numbers{
	padding: 8px 10px;
}
.woocommerce nav.woocommerce-pagination ul li span.current{
	background: rgb(246 189 14 / 27%);
	color: #000000;
    font-weight: 500;
}

.widget_wpc_filters_widget .wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-widget-containers-wrapper .wpc-filter-set-widget-title{
	display: none;
}
.widget_wpc_filters_widget .wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-widget-containers-wrapper .wpc-filters-widget-wrapper .wpc-posts-found{
	display: none;
}
.widget_wpc_filters_widget .wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-widget-containers-wrapper .wpc-widget-top-inside .wpc-inner-widget-chips-wrapper{
	overflow-y: auto;
}
.widget_wpc_filters_widget .wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-widget-containers-wrapper .wpc-filters-widget-wrapper .wpc-filters-section.wpc-filter-product_cat .wpc-filter-content .wpc-filters-ul-list .wpc-term-item.wpc-term-selected.wpc-term-disabled{
	display: none;
}
.widget_wpc_filters_widget .wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-widget-containers-wrapper .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content .wpc-filters-ul-list .wpc-term-item.wpc-term-count-0{
	display: none;
}
.widget_wpc_filters_widget .wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-widget-containers-wrapper .wpc-filters-widget-wrapper .wpc-filters-section.wpc-filter-terms-count-0{
	display: none;
}
.archive.tax-product_cat.term-merch-items .widget_wpc_filters_widget .wpc-filters-section.wpc-filter-product_brand,
.archive.tax-product_cat.term-cap .widget_wpc_filters_widget .wpc-filters-section.wpc-filter-product_brand,
.archive.tax-product_cat.term-divot .widget_wpc_filters_widget .wpc-filters-section.wpc-filter-product_brand,
.archive.tax-product_cat.term-cover .widget_wpc_filters_widget .wpc-filters-section.wpc-filter-product_brand,
.archive.tax-product_cat.term-bag .widget_wpc_filters_widget .wpc-filters-section.wpc-filter-product_brand,
.archive.tax-product_cat.term-t-shirt .widget_wpc_filters_widget .wpc-filters-section.wpc-filter-product_brand{
	display: none;
}
.widget_wpc_filters_widget .wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-widget-containers-wrapper .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-title{
	padding: 0 0 0.3em;
	margin-bottom: 1em;
}

.widget_wpc_filters_widget .wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-widget-wrapper .wpc-filters-section.wpc-filter-product_cat{
	display: none;
}

.archive.tax-product_cat.term-golf-shafts .widget_wpc_filters_widget .wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-widget-wrapper .wpc-filters-section.wpc-filter-product_cat,
.archive.tax-product_cat.term-archived-shafts .widget_wpc_filters_widget .wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-widget-wrapper .wpc-filters-section.wpc-filter-product_cat,
.archive.tax-product_cat.term-merch-items .widget_wpc_filters_widget .wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-widget-wrapper .wpc-filters-section.wpc-filter-product_cat,
.archive.tax-product_brand .widget_wpc_filters_widget .wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-widget-wrapper .wpc-filters-section.wpc-filter-product_cat,
.archive.tax-product_tag .widget_wpc_filters_widget .wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-widget-wrapper .wpc-filters-section.wpc-filter-product_cat {
	display: block;
}
/*
.widget_wpc_filters_widget .wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-widget-wrapper .wpc-filters-section.wpc-filter-product_brand{
	display: none;
}

.archive.tax-product_cat .widget_wpc_filters_widget .wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-widget-wrapper .wpc-filters-section.wpc-filter-product_brand,
.archive.tax-product_brand .widget_wpc_filters_widget .wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-widget-wrapper .wpc-filters-section.wpc-filter-product_brand,
.archive.tax-product_tag .widget_wpc_filters_widget .wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-widget-wrapper .wpc-filters-section.wpc-filter-product_brand {
	display: block;
}
*/

.archive.tax-product_brand .widget_wpc_filters_widget .wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-widget-wrapper .wpc-filters-section.wpc-filter-product_brand{
	display: none;
}

/*End Woocommerce brand/category filters styling*/



/* ====================================
   Responsive Styles
==================================== */
/* ===== Desktop Styles (min-width: 1025px and above) ===== */
@media (min-width: 1025px) {
	/* Single Product */
	.single-product .entry-summary .product_title{
		font-size: 36px;
	}
	.single-product .woocommerce-product-details__short-description p{
		font-size: 16px;
	}
}

/* ===== Tablet Styles (768px to 1024px) ===== */
@media (min-width: 768px) and (max-width: 1024px) {
	/* Single Product */
	.single-product .entry-summary .product_title{
		font-size: 30px;
	}
}

/* ===== Mobile Styles (max-width: 767px) ===== */
@media (max-width: 767px) {
	/* Single Product */
	.single-product .entry-summary .product_title{
		font-size: 24px;
	}
	p{
		font-size: 14px !important;
	}
}

/* ===== Tablet + Mobile Styles (0px to 1024px) ===== */
@media (max-width: 1024px) {
/* Single Product */
	.single-product .woocommerce-product-details__short-description p, #tab-description .elementor-widget-container{
		font-size: 14px;
		line-height: 26px;
	}
	.single-product .woocommerce-tabs ul.tabs li{
		font-size: 12px;
	}
	.single-product .aux-content-top-margin .aux-primary {
		padding-top: 0px;
	}
	.single-product .related.products .product-short-description p{
		font-size: 14px;
	}
}

/* === Product Category Page - Archived Shafts Hide Add to Cart Button === */
.term-archived-shafts .button.aux-ajax-add-to-cart, .related.products .button.aux-ajax-add-to-cart{
    display: none !important;
}
/*
#instagram-gallery-feed-1 .instagram-gallery-feed .swiper-container .instagram-gallery-list[data-feed_layout=carousel] .instagram-gallery-item{
	height: 400px;
}
@media (min-width: 1024px) {
#instagram-gallery-feed-1 .instagram-gallery-feed .swiper-container .instagram-gallery-list[data-feed_layout=carousel] .instagram-gallery-item{
	height: 600px;
	border-radius: 4px;
}
}
#instagram-gallery-feed-1 .instagram-gallery-feed .swiper-container .instagram-gallery-list[data-feed_layout=carousel] .instagram-gallery-item .instagram-gallery-item__wrap{
	border-radius: 4px;
}
#instagram-gallery-feed-1 .instagram-gallery-feed .swiper-container .instagram-gallery-list[data-feed_layout=carousel] .instagram-gallery-item .instagram-gallery-item__media-wrap{
	background-color: #ffffff;
	border-radius: 4px;
}
#instagram-gallery-feed-1 .instagram-gallery-feed .swiper-container .instagram-gallery-list[data-feed_layout=carousel] .instagram-gallery-item .instagram-gallery-item__media{
	object-fit: cover;
	border-radius: 4px;
}*/