/************************************************

Stylesheet: Global Stylesheet

*************************************************/

/*********************
GLOBAL WIDTH'S
*********************/
.content {    
    max-width: 85rem;
    margin: 0 auto;
}
.content.fullwidth {    
    max-width: 100%;
    margin: 0 auto;
}
.row {
    max-width: 85rem;
    margin: 0 auto;
}
.grid-container {
    max-width: 85rem;
}
.top {
	margin-top: 1rem !important;
}
.bottom {
	margin-bottom: 1rem !important;
}
.p-top {
	padding-top:2rem !important;
}
.p-bottom {
	padding-bottom:2rem !important;
}
.p-top-2x {
	padding-top: 4rem !important;
}
.p-bottom-2x {
	padding-bottom: 4rem !important;
}
.no-padding {
	padding: 0;
}
.no-right {
	padding-right: 0 !important;
}

.no-left {
	padding-left: 0 !important;
}

@media only screen and (max-width: 40em) { 
	.no-right {
		padding-right: 0.9375rem !important;
	}

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

/*********************
SECTION COLOURS
*********************/
section.grey {
	background: #efefef; 
}
section.yellow {
	background: #ffdd00;
}

/*********************
GLOBAL FONT STYLES
*********************/
.h1, .h2, .h3, h1, h2, h3 {
    font-family: "Play", Sans-serif;
    font-weight: 600;
    margin-bottom: 1rem;
	line-height: 1;
	text-transform: uppercase;
}
h1, .panel h1 {
    font-size: 48px;
    line-height: 52px;
	margin-bottom: 1rem;
}
h2, .panel h2 {
    font-size: 32px;
    line-height: 40px;
}
h3, .panel h3 {
    font-size: 24px;
    line-height: 28px;
}
h4, .panel h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
h5, .panel h5 {  
	font-size:0.8rem;
	line-height:1.4rem;
}
a {
    color: #d5281E;
}
a:hover {
    color: #d5281E;
}
hr {
    clear: both;
    max-width: 100rem;
    height: 0;
    margin: 1.25rem auto !important;
    border-top: 0;
    border-right: 0;
    border-bottom: 5px solid #f7f7f7;
    border-left: 0;
}


@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	h1, .panel h1 {
	    font-size: 2rem;
	    line-height: 2.4rem;
	}
	h2, .panel h2 {
		font-size: 1.6rem;
	    line-height: 2rem;
	}
	h3, .panel h3 {
	    font-size: 1.4rem;
	    line-height: 1.8rem;
	}
	h4, .panel h4 {
	    font-size: 1.2rem;
	}	
}

@media screen and (max-width: 39.9375em) {
	h1, .panel h1 {
	    font-size: 1.8rem;
	    line-height: 2rem;
	}
	h2, .panel h2 {
		font-size: 1.4rem;
	    line-height: 1.8rem;
	}
	h3, .panel h3 {
	    font-size: 1.2rem;
	    line-height: 1.6rem;
	}
	h4, .panel h4 {
	    font-size: 1rem;
	}
}


/*********************
HEADER
*********************/
.elementor-location-header {
	background: #1a1a1a;
}
header span.elementor-icon-list-icon .fas {
	background:;
}
#news-article-header {
    background-position: center;
    background-size: cover;	
}
header a {
	color: #000;
}


/*********************
NAVIGATION
*********************/
.elementor-menu-toggle {
	margin-left: 15px;
}
.elementor-menu-toggle span.elementor-screen-only {
    position: relative;
    top: 1px;
    overflow: initial;
    margin: 0 0 0 10px;
    width: auto;
    height: auto;
    font-size: 16px;
}


/*********************
SLIDESHOW
*********************/
.elementor-slide-content {
    background: transparent;
    padding: 0;
    z-index: 10;
}
.swiper-slide-inner {
	z-index: 10;
}
.swiper-slide:after {
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    background: -moz-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
}


/*********************
FORMS
*********************/
form p {
    color: #626262;
    font-family: "Lato", Sans-serif;
    font-weight: 400; 
}
.label {
    background: none;
}
	
	/* CF7 Error Styles */
	span.wpcf7-not-valid-tip {
	    background: #cc4b37;
	    color: white !important;
	    margin-top: -1rem;
	    margin-bottom: 1rem;
	    padding: 3px 10px;
	}
	div.wpcf7-response-output {
	    margin: 0;
	    padding: 0;
	    border: 0px solid #ff0000 !important;
	    color: #cc4b37;
	    font-weight: bold;
	}
	div.wpcf7-response-output.wpcf7-mail-sent-ok {
	    color: #398f14;
	}

/*********************
GLOBAL BUTTONS
*********************/
/* button changes */
button, .button, input[type=submit].wpcf7-submit {
    font-family: 'Play', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: normal;
    text-transform: uppercase;
    color: #FFF;
    background: #d5281E;
    border-color: transparent;
    border-radius: 0;
	padding: .85em 1em;
}
#button, .wpcf7-submit, .elementor-button, .elementor-cta__button, .elementor-widget-button a.elementor-button, .elementor-slide-button {
    font-family: 'Play', sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.9rem;
    line-height: normal;
    text-transform: uppercase;
    color: #FFF;
	background: #d5281E;
	border-color: transparent;	    
    border-radius: 0;
	padding: .85em 1em;
} 
input[type=submit].wpcf7-submit {
    padding: .85rem 1.5rem;
    line-height: 1;
    vertical-align: middle;
    margin-top: .75rem;
    margin-bottom: .75rem;
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.button:hover, input[type=submit].wpcf7-submit:hover, .wpcf7-submit:hover, .elementor-button:hover, .elementor-cta__button:hover, .elementor-widget-button a.elementor-button:hover, .elementor-slide-button:hover, .button:focus {
	background: #1a1a1a;
	border-color: transparent;	
	color: #FFF;
}
 



/*********************
CSS FIXES FOR USED STOCK
*********************/
/* Input group override only needed on Founcdation 6 sites currently */
.input-group {
    display: block !important;
    margin-bottom: 0;
}
.asset-item-container {
    max-width: 100% !important;
}



/*********************
USED STOCK OVERRIDES
*********************/
.list-view .asset-item-container {
    background: #FFF;
    border: 5px solid #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.09);
    margin-bottom: 2rem;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #ed1b22 !important;
    background: #ed1b22 !Important;
}
.asset-filters {
    background: #575656;
}
.asset-filters label, .asset-filters p {
    color: white !important;
}
.asset-filters button, .asset-filters .button {
    width: 100%;
    font-size: 12px;
    padding: 10px 0;
    margin: 0 0 5px;
    border-radius: 0;
}
.list-view .asset-item-container h3.price {
    font-family: "Play", Sans-serif;
    font-size: 34px;
}
.button.view-asset-cta {
    width: 100%;	
    font-size: 1.2rem;
    padding: 1.25rem 1.5rem;
}
table.finance-table tr td {
    font-size: 0.65rem;
    padding: 0.5625rem 0.525rem;
    text-align: center;
    color: #1a1a1a;
}
.view-asset-head {
    overflow: hidden;
}
a.return-link {
    display: block;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    /* border-bottom: 1px solid #ececec; */
    color: #4a4a4a;
}
a.return-link .fa-first {
	margin-right: 10px;
	font-size: 12px;
}
.list-view .asset-item-image-container {
    width: 30%;
}
.list-view .asset-item-detail-container {
    width: 70%;
}
.list-view .asset-item-container li.monthly-repayment span {
    color: #c72615;
    font-weight: 600;
}
.list-view .asset-item-container li span.spacer, .list-view .asset-item-container span.spacer {
    color: #ed1b22;
}
.list-view .asset-item-container p.office-number {
}
.list-view .asset-item-container p.office-number span.dashicons {
    margin-right: 5px;
}
.carousel-container .owl-carousel-icon {
    background: rgba(0, 0, 0, 0.3);
}
.carousel-container .owl-carousel-icon {
    font-family: "font awesome 5 free";
    font-weight: 900;
}

	@media only screen and (max-width: 40em) {
		.list-view .asset-item-container {
			text-align:center;
		}
		.list-view .asset-item-image-container, .list-view .asset-item-detail-container {
			width: 100%;
		}
		.list-view .asset-item-container h3.title, .list-view .asset-item-container h3.price {
			width: 100%;
			text-align:center;
		}
		.list-view .asset-item-container h3.title {
			font-size: 1rem;
			margin: 0.5rem 0;
			line-height: 1.2rem;
		}
		.list-view .used-bike-image-count {
			display:none;
		}
		.list-view .asset-item-container p.description {
			display:none;
		}
		.list-view .asset-item-contact, .list-view .asset-item-link {
			width: 100%;
		}
		.list-view .asset-item-link .button {
			width: 100%;
		}
		.list-view .asset-item-container li.used-bike-detail-year, .list-view .asset-item-container li.used-bike-detail-mileage, .list-view .asset-item-container li.used-bike-detail-engine-size {
			display: none;
		}
		.list-view .asset-item-container li.monthly-repayment {
			float: none;
		}
		.list-view .asset-item-container li.monthly-repayment span {

		}
		.list-view .asset-item-container li span.spacer, .list-view .asset-item-container span.spacer {
			display: none;
		}
		.button.view-asset-cta {
		    font-size: 1rem;
		    padding: 1rem 1.5rem;
		}		
	}


/*********************
LATEST USED
*********************/
[class*="block-grid-"].latest-used {
    margin: 0;
}
[class*="block-grid-"].latest-used > li {
    padding: 0 0.25rem;
}
section.latest-used-container {
	background: url(../Assets/latest-used-bg.jpg) center top;
	background-size: cover;
	padding: 6rem 0;
	position: relative;
	border-top: 0px solid #f1f1f1;
	border-bottom: 0px solid #f1f1f1;
  	-webkit-clip-path: polygon(0px 5%, 100% 0, 100% 100%, 0 95%);
  	clip-path: polygon(0px 5%, 100% 0, 100% 100%, 0 95%);	
}
	@media only screen and (max-width: 40em) {
		section.latest-used-container {
			padding: 2rem 0;	
			-webkit-clip-path: polygon(0px 0%, 100% 0, 100% 100%, 0 100%);
			clip-path: polygon(0px 0%, 100% 0, 100% 100%, 0 100%);
		}
	}
section.latest-used-container h1, section.latest-used-container h2, section.latest-used-container h3, section.latest-used-container h4, section.latest-used-container h5, section.latest-used-container p {
	color:#FFF;
}
.latest-used-container {
	position:relative;
	z-index: 9;
}
.LatestUsedBike .panel {
	background-color: #000;
	color: #FFF;
	margin: 0 0 1rem 0;
	padding:0;
	text-align:center;
    border: 0;	
}

.LatestUsedTitle h3.UsedTitle {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
    font-size: 0.8rem;
    line-height: 1rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;	
}
.LatestUsedTitle p.LatestMileage {
    font-family: 'Open Sans', sans-serif;
    color: #1a1a1a;
    font-size: 0.8rem;
    line-height: 1.6rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
div.LatestUsedTitle, div.LatestUsedPrice {
	padding: 1rem 0.5rem;
}
div.LatestUsedTitle { 
	background-color:#515155;
    min-height: 50px;
}
div.LatestUsedPrice {
    background-color: #252522;
}
div.LatestUsedButton { 
	padding:0;
}
div.LatestUsedButton .button.small {
    width: 100%;
    margin: 0;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
div.LatestUsedImage {
	margin-bottom:0;
}
.LatestUsedPrice h3.UsedPrice {
	font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 700;
	color:#FFF;
	margin: 0;
}
.LatestUsedPrice h3.UsedPrice span {
	color:#FFF;
	font-size:1.2rem;
	font-weight:600;
}
.LatestUsedPrice p.latest-used-from-price {
    color: #FFF;
    font-size: 0.7rem;
    line-height: 1rem;
    font-weight: 400;
    margin: 0;
}
.LatestUsedPrice p.latest-used-from-price span {
	color: #fff200;
	font-weight: 600;
}
.LatestUsedPrice p.latest-used-from-price {
    color: #FFF;
    font-size: 0.8rem;
    font-weight: normal;
    margin: 5px 0 0 0;
}
.LatestUsedPrice p.latest-used-from-price span {
    color: #ed1b22;
    font-weight: bold;
}
.list-view .asset-item-link .button {
    margin: 0.5rem 0;
    font-size: 0.8rem;
    float: right;
}.list-view .asset-item-link .button .fa {
	margin-left: 5px;
}


/*********************
LATEST PROMOTIONS
*********************/
.latest-promotion {
    height: auto;
    display: block;
    width: 100%;
    border: 5px solid #e1e1e1;
    cursor: pointer;
    margin-bottom: 1rem;
    transition: all .4s ease-in-out;
}
.latest-promotion:hover {
    border: 5px solid #d00000;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}



/*********************
HOME SLIDER
*********************/
.elementor-slides .slick-slide-inner {
    padding: 0;
}


/*********************
CALL TO ACTIONS
*********************/


/*********************
CATEGORY OVERVIEW PAGE
*********************/
.model-category {
	margin-bottom:1rem;
}
.model-category-info {
	background: transparent;
}
.model-category-info:hover {

}
.model-category-info img {

}
.model-category-info:hover img {
}
.model-category-text {
	padding:0.5rem 0;
}
.model-category-text h2 {
    font-family: "Ubuntu", Sans-serif;
	font-weight: 500;
	text-transform: capitalize;
	text-align: left;
    line-height: 24px;
    font-size: 18px;
    margin: 0 0 0.2rem 0;
    color: #1a1a1a;
}
.model-category-text h3 {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 1rem 0;
    font-family: "Ubuntu", Sans-serif;
	font-weight: 400;
    color: #1a1a1a;
	text-transform: none;
}
.model-category-text p {
    text-align: left;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    font-family: "Ubuntu", Sans-serif;
    font-weight: 500;
    color: #1a1a1a;
}
.new-model-group-container {
	border: 5px solid #f1f1f1;
	margin-bottom: 1rem;
}
.new-model-group-text h3 {
    line-height: 2.2rem;
    font-size: 2.2rem;
	margin: 0 0.7rem;
	padding: 0;
}
.new-model-group-text p {
	text-transform: uppercase;
	font-size: 1.2rem;	
	margin: 0 0.7rem; 
	padding: 0;
}
.new-model-group-text .button {
    margin: 1rem 0.7rem 1rem 0.7rem;
    padding: 0.7rem 1.2rem;
    font-size: 0.7rem;
}
.pagination {
    margin-left: 0;
    margin-bottom: 1rem;
    text-align: center;
}
.pagination .current {
    padding: 0.4875rem 0.725rem;
    border-radius: 5px;
    background: #000000;
    color: #fefefe;
    cursor: default;
}
.pagination a, .pagination button {
    display: block;
    padding: 0.31rem 0.725rem;
    border-radius: 5px;
    color: #0a0a0a;
    background: white;
}

	@media only screen and (max-width: 768px) { 
		.model-category-text h2 {
			line-height: 2rem;
			font-size: 2rem;
		}
		.new-model-group-text h3 {
			line-height: 1.8rem;
			font-size: 1.8rem;
		}
		
	}


/*********************
NEW BIKE VIEW PAGE
*********************/
.new-model-container h1.bike-name, .new-model-container h2.bike-price {

}
.new-model-container h1.bike-name {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 1rem;
}
.new-model-container h2.bike-price {
	color: #d5281E;
	font-size: 2.6rem;
	line-height: 1;
}
.bike-description-details h3.bike-price {
    margin-bottom: 5rem;
    font-family: "Play", Sans-serif;
    text-transform: none;
    font-weight: 500;
    color: #cc1718;
}
button.mfp-close, button.mfp-arrow {	
    background-color: transparent !important;
}
.model-colour a.select-colour {
color: #1a1a1a;
}
.model-colour h3 {
    font-size: 1.2rem;
    margin-bottom: 5px;
}
@media screen and (max-width: 40em) {
}


/* New Bike Accordion */
.accordion {
    background: transparent;
}
.accordion-title {
    border: none;
}
.accordion-title::before {
    font-family: "Ubuntu", Sans-serif;
    content: "+";
    padding-left: 5px;
    float: right;
    font-size: 25px;
    line-height: 1;
    top: 10px;
    position: relative;
}
a.accordion-title {
    padding: 1.5rem 1rem;
    display: block;
    background: transparent;
    border-bottom: 1px solid #e4e4e4;
    font-family: "Play", Sans-serif;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 600;
    color: #222222;
}
.accordion-item:first-child > :first-child {
    border-top: 1px solid #e4e4e4;
}
.accordion-item {
    border-bottom: 1px solid #e4e4e4;
}
.accordion-item.is-active a.accordion-title {
    background: #FFF;
}
.accordion-title:focus, .accordion-title:hover {
    background-color: transparent;
}
.accordion-content {
    border: none;
    background-color: #FFF;
}
.specification-container .accordion .accordion-content .spec-item p.lead {
    font-family: "Ubuntu", Sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    text-transform: none;
}
.specification-container .accordion .accordion-content .spec-item p {
    font-family: "Ubuntu", Sans-serif;
    font-size: 0.8rem;
    text-align: center;
}

/*********************
HERO CONTAINER
*********************/
.hero-container {
    position: relative;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto; 
    background-position: center top;
    background-size: cover!important;
    -webkit-background-size: cover!important;
    background-attachment: initial!important;
   	padding: 0;
	text-align: left;
	min-height: 500px;
}
.hero-container.has-text:before {
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    top: 0; 
    left: 0;
    min-height: 100%;
    width: 100%;
	background: -moz-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */
}
.hero-content {
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: left;
    width: 50%;
    min-height: 500px;
    height: 500px;
    bottom: 0;
    left: 0;
    text-align: left;
    z-index: 999;
}
.hero-content > div {
	max-width: 100%;
    padding-left: 0;	
}

.hero-container h1, .hero-container h2, .hero-container h3 {
    color: #FFF;
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 1;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
    margin: 0 0 1rem 0;
}
.hero-container p {
    font-size: 1rem;
    color: #FFF;
	margin-bottom: 0.5rem;
    border-bottom: 0;
}
.hero-container .hero-button {
	font-size: 1rem;
}

@media screen and (max-width: 40em) {
	.hero-container {
		min-height: 350px;
	}
	.hero-content {
		min-height: 350px;
		height: 350px;
		width: 100%; 
		justify-content: flex-start;
	}
	.hero-content div {
	}
	.hero-container h2 {
		font-size: 1.8rem;
	}
	.hero-container p {
		font-size: 1rem;
		line-height: 1.4rem;
		display: none;
	}
	.hero-container button, .hero-container .button {
		margin: 0.5rem 0 0.5rem 0;
	}
	.hero-container .button.clear {
		font-size: 1rem;	
	}
	 
}


/*********************
MPU BANNERS
*********************/
/*Mpu Banners*/
.mpu-banners {
    margin: 1rem -0.625rem;
}
.mpu-block {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-color: #FFF;
}
.mpu-block>figure {
    position: relative;
    padding-top: 70%;
	margin: 0;
}
.mpu-block>figure:before {
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    /* background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); */
}
.mpu-block>figure img {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}
.mpu-block>.text-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 0 1rem;
    text-align: left;
}
.mpu-block>.text-wrapper h3 {
    color: #fff!important;
    font-size: 2rem!important;
    line-height: 2rem;
    text-transform: uppercase;
}
.mpu-block>.text-wrapper .button {
    margin:0 0 1rem 0;
}

		@media only screen and (max-width: 768px) {
			.mpu-block>.text-wrapper h3 {
				font-size: 1.2rem;
				line-height: 1.4rem;
			}
		}

.mpu-block .button {
	border: none;
}
.mpu-block .button:hover {
}




/*********************
TABLES
*********************/
thead {
    background: #1a1a1a;
    color: #fefefe;
}
tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #ffffff;
}
.woocommerce table.shop_table td {
    font-size: 0.9rem;
}

	


/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  width: 100%;
  height: auto; 
}

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }



/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }



/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }



/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }




/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
}
.footer a {
	color: white;
}


/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }


/*********************
FORM STYLES
*********************/
.input-text, input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=number], textarea {
    padding: .6180469716em;
    background-color: #FFF;
    color: #43454b;
    outline: 0;
    border: 1px solid #d2d2d2;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}
.close-button, .close-button.medium {
    right: 1rem;
    top: .5rem;
    font-size: 2em !important;
    line-height: 1 !important;
}


/*********************
WIDGET STYLES
*********************/


/*********************
WOOCOMMERCE OVERRIDES
*********************/

/* AWS Form */
header .aws-container .aws-search-form {
    background: #1a1a1a;
}
header .aws-container .aws-show-clear .aws-search-field {
    color: black;
    background: white;
}
header .aws-container .aws-search-form .aws-form-btn {
	background: white;
    border: 0px solid #FFF;
    color: #000;
}
header .aws-container .aws-search-form .aws-search-btn_icon {
    color: #000;
}
header .aws-container[data-show-page="false"] .aws-search-form .aws-search-btn:hover {
    background: #f1f1f1;
}
.aws-container .aws-search-form {
    background: #FFF;
}
.aws-container .aws-show-clear .aws-search-field {
    color: black;
    background: #f1f1f1; 
}
.aws-container .aws-search-form .aws-form-btn {
	background: #d5281E;
    border: 0px solid #FFF;
    color: #FFF;
}
.aws-container .aws-search-form .aws-search-btn_icon {
    color: #FFF;
}
.aws-container[data-show-page="false"] .aws-search-form .aws-search-btn:hover {
    background: #d5281E;
}
@media only screen and (max-width: 40em) {
	.aws-container .aws-search-field {
		font-size: 12px;
	}
	.aws-container .aws-show-clear .aws-search-field {
		padding-right: 10px;
	}	
	.aws-container .aws-search-field {
		height: 32px;
	}
	.aws-container .aws-search-form .aws-search-btn {
		height: 32px;
	}
	.aws-search-result {
		width: 100% !important;
		left: 0 !important;
	}	
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}


/* Header Add to Cart Button */
header .elementor-menu-cart__toggle .elementor-button {
    background: transparent !important;
    background-color: transparent !important;
    border-radius: 0;
    font-size: 12px;
    color: #FFF !important;
    padding: 0 !important;
    border: 0px solid;
}
header .elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    right: -1.5em;
    font-size: 8px;
}

/* Other Add to Cart Button */
.elementor-menu-cart__toggle .elementor-button {
    font-size: 15px;
    border: 0px solid;
    padding: 12px 24px !important;
    background-color: #323232 !important;
}
.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    right: -1.5em;
    font-size: 8px;
}

/*********************
SHOP STYLES 
*********************/


/* FactWP Overrides */
	/* Input Fields */
	input[type=text], input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=url], select, textarea, .fs-label-wrap, select.facetwp-dropdown {
		width: 100%;
		border: solid 1px #1a1a1a;
		border-radius: 3px;
		padding: 0.5rem 0.5rem;
		transition: all 0.3s;
		font-size: 0.9rem;
	}
	select.facetwp-dropdown {
	}

	/* Quick Search Styles */
	.used-stock-quick-search .facet-wrap span {
		color: white;
	}
	.used-stock-quick-search .fs-label-wrap .fs-label {
		padding:;
	}
	.used-stock-quick-search .fs-arrow {
		right: 15px;
	}
	.used-stock-quick-search .fs-label-wrap {
		border-radius: 0;
	}

	/* Facet Span */
	.facet-wrap span, .facetwp-facet-used_stock_count {
		font-weight: 500;
		text-transform: capitalize;
	}

	/* User Selections */
	.facetwp-selections ul {
		margin-left: 0;
		padding: 0;
	}
	.facetwp-selections .facetwp-selection-value{
		text-decoration: underline;
		margin-right: 15px !important;
	}
	.facetwp-selections .facetwp-selection-value:hover {
		opacity: 0.8;
	}

	/* Facet fSelects */
	.fs-wrap {
		width: 100% !important;
	}
	.fs-label-wrap {
		border: 1px solid #1a1a1a !important;
		border-radius: 3px;
	}
	.fs-label-wrap .fs-label {
		padding: 4px 2px 4px 5px !important;
		color: #1a1a1a;
	}
	.fs-search input:not([type="button"]):not([type="submit"]) {
		padding: 2px 5px;
		font-size: 12px;
	}

	/* Sort By */
	.facetwp-type-sort select {
		padding: 5px 5px 5px 2px;
		font-size: 12px;
		text-transform: capitalize;
	}

	/* NoUI Handles */
	.noUi-handle {
		border: 1px solid #949494 !important;
		background: #65cc32 !important;
	}

	/* Search */
	.facetwp-type-search .facetwp-input-wrap {
		width: 100%;
	}

	/* Sliders */
	input[type="button"].facetwp-slider-reset {
		padding: 0;
		background: transparent;
		font-family: 'Fira Sans';
		color: #989898;
		text-transform: capitalize;
		font-size: 12px;
		box-shadow: none;
		text-decoration: underline;
		float: right;
		display: inline;
		position: relative;
		top: -20px;
	}
	input[type="button"].facetwp-slider-reset:hover {
		background: transparent;
		color: #333;
	}

	/* Reset */
	a.facetwp-reset {
		color: #1a1a1a;
		font-weight: 500;
		font-size: 0.8rem;
	}

	/* Facet Flyout */
	.facetwp-flyout .flyout-row h3 {
		font-family: "Fira Sans", sans-serif;
		font-size: 0.8rem;
		font-weight: 500;
		text-transform: capitalize;
		margin: 10px 0 0 0;
	}

	/* FacetPagination */
	.facetwp-facet-new_model_pagination {
		margin-top: 2rem;
	}
	.facetwp-facet-new_model_pagination a:not([href]):not([tabindex]), .facetwp-facet-new_model_pagination a:not([href]):not([tabindex]):focus, .facetwp-facet-new_model_pagination a:not([href]):not([tabindex]):hover {
		color: #1a1a1a;
		background: #f1f1f1;
		padding: 5px 10px;
		border-radius: 5px;
	}
	.facetwp-facet-new_model_pagination a:not([href]):not([tabindex]).active, .facetwp-facet-new_model_pagination a:not([href]):not([tabindex]):focus.active, .facetwp-facet-new_model_pagination a:not([href]):not([tabindex]):hover.active {
		color: #f1f1f1;
		background: #1a1a1ab8;
	}
	.facetwp-facet-new_model_pagination a:not([href]):not([tabindex]):hover, .facetwp-facet-new_model_pagination a:not([href]):not([tabindex]):focus:hover, .facetwp-facet-new_model_pagination a:not([href]):not([tabindex]):hover:hover {
		color: #f1f1f1;
		background: #1a1a1ab8;
	}




/* Catergory Listings */
.uael-woo-categories .products li.product .uael-category__title-wrap, .uael-woo-categories ul.products li.product .uael-category__title-wrap {
    background-color: rgb(0 0 0 / 50%);
    text-align: center;
    left: 0;
    right: 0;
    padding: 1em !important;
    bottom: 0;
}
.woocommerce .uael-woo-categories .products li.product .uael-category__title-wrap .woocommerce-loop-category__title, .woocommerce .uael-woo-categories ul.products li.product .uael-category__title-wrap .woocommerce-loop-category__title, .woocommerce-page .uael-woo-categories .products li.product .uael-category__title-wrap .woocommerce-loop-category__title, .woocommerce-page .uael-woo-categories ul.products li.product .uael-category__title-wrap .woocommerce-loop-category__title {
    position: unset;
    background-color: unset;
    color: white;
    font-size: 1.4rem;
}
	@media only screen and (max-width: 1024px) { 
		.woocommerce .uael-woo-categories .products li.product .uael-category__title-wrap .woocommerce-loop-category__title, .woocommerce .uael-woo-categories ul.products li.product .uael-category__title-wrap .woocommerce-loop-category__title, .woocommerce-page .uael-woo-categories .products li.product .uael-category__title-wrap .woocommerce-loop-category__title, .woocommerce-page .uael-woo-categories ul.products li.product .uael-category__title-wrap .woocommerce-loop-category__title {
			font-size: 1rem;
		}		
	}
	@media only screen and (max-width: 460px) { 
		.uael-woo-categories .products li.product .uael-category__title-wrap, .uael-woo-categories ul.products li.product .uael-category__title-wrap {
			padding: .6em !important;
		}		
		.woocommerce .uael-woo-categories .products li.product .uael-category__title-wrap .woocommerce-loop-category__title, .woocommerce .uael-woo-categories ul.products li.product .uael-category__title-wrap .woocommerce-loop-category__title, .woocommerce-page .uael-woo-categories .products li.product .uael-category__title-wrap .woocommerce-loop-category__title, .woocommerce-page .uael-woo-categories ul.products li.product .uael-category__title-wrap .woocommerce-loop-category__title {
			font-size: 0.8rem;
		}		
	}


/* Product Listing */
.woocommerce .elementor-element.elementor-products-grid ul.products li.product, .woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product, .woocommerce div.product .elementor-element.elementor-products-grid .upsells.products ul.products li.product {
    border-bottom: 0px solid #FFF;
}
.woocommerce .products .star-rating {
    display: none;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0em 0;
    margin: 0;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.357;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #5A5A60;
}
.woocommerce ul.products li.product .price {
    display: block;
    font-weight: 500;
    margin-bottom: .5em;
    font-size: 1.15em;
    font-family: "Fira Sans", Sans-Serif;
}
.woocommerce ul.products li.product .button {
    display: none;
}
.woocommerce nav.woocommerce-pagination ul li {
    margin: 0 10px 0 0;
    float: none;
}


/* Product Page */
.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #d5281E;
    color: #fff;
    font-size: .857em;
    z-index: 9;
}


/* Elementor Cart Overrides */
.elementor-menu-cart__product {
    grid-template-columns: 15% auto;
}
.elementor-menu-cart__product-price {
	color: black;
}
.elementor-menu-cart__subtotal {
}
.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
	background-color: #1a1a1a;
	color: white;
}
.elementor-menu-cart__footer-buttons .elementor-button--checkout {
	background-color: #d5281E;
	color: white;
}
.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
    inset-inline-end: -0.8em;
    top: 0.8em;
}

/* WooCommerce Messages */
.woocommerce-message {
    border-top-color: #d5281E;
    background-color: #d5281E;
    color: white;
}


/* Woocommerce Buttons */
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    background: #CCC;
}
.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)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    background-color: #000;
    color: #FFF;
}
.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)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    /* text-transform: uppercase; */
    border-radius: 0px;
    background-color: #000;
    color: #FFF;
    padding: 1.818em 1.5em;
}
.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)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: #E34338;
    color: #fff;
}
.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)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background-color: #E34338;
    color: #fff;
	text-decoration: none;
    background-image: none;
}



/* Woocommerce Disabled Button */
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background: #9a9a9a;
    color: #1a1a1a;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    opacity: .5;
    padding: 12px 20px;
    background: #9a9a9a;
}


/* Shop Attribute Selector */
.woocommerce div.product.elementor form.cart table.variations tbody {
	background: transparent;
	border: 0;
}
.woocommerce div.product.elementor form.cart table.variations td.label {
	width: 35%;
	background: transparent;
}
.woocommerce div.product.elementor form.cart table.variations td.value select {
	width: auto;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	padding: 0 0.5em;
}
table.variations tbody tr:nth-child(even) {
    background-color: transparent;
}


/* Account Page */
.woocommerce-MyAccount-navigation ul { 
    margin-left: 0;
    border-top: 1px solid rgba(0,0,0,.05);
}
.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,.05);
    position: relative;
	padding: 1rem 0; 
}
.woocommerce-MyAccount-navigation ul li a {
    padding: 0;
    display: block;
    color: #1a1a1a;     
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #DA291C;
    font-weight: bold;
}
.woocommerce-MyAccount-navigation ul li.is-active a::before {
    opacity: 1;
}
.woocommerce-MyAccount-navigation ul li a::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -.125em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  content: "\f15c"; 
  line-height: 1.618;
  margin-right: 0.5407911001em;
  width: 1.41575em;
  text-align: left;
  float: left;
  opacity: 0.25; }

.woocommerce-MyAccount-navigation ul li a:hover::before {
  opacity: 1; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "\f3fd"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "\f291"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
  content: "\f1c6"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "\f015"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
  content: "\f09d"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "\f007"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "\f2f5"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a::before {
  content: "\f021"; }

.woocommerce-Address-title.title a {
	color: initial;
}


/* Store Notices */
.admin-bar p.demo_store {
	top: auto;
}
.woocommerce-store-notice, p.demo_store {
	position: fixed;
	bottom: 0;
	background-color: #ed1b22;
	color: #fff;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	margin: 0 0 1.5em 0;
}
.woocommerce-message, .woocommerce-error {
	color: #FFF;
	line-height: 1.8;
}
.woocommerce-message {
	border-top-color: #377f2e;
	background: #53b047;
}
.woocommerce-error {
	border-top-color: #7b151a;
	background: #b81c23;
}
.woocommerce-info {
    border-top-color: #d6d6d6;
    background: #eeeeee;
    font-weight: 700;    
}
.woocommerce-message::before, .woocommerce-error::before {
	color: #FFF;
}
.woocommerce-info::before {
	color: #A90000;
}


/* Woocommerce Tables */
.woocommerce table.shop_table {
	border-radius: 0;
	border-spacing: 0;
}


/* Coupon Text Box */
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 150px;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
    padding: 12px 20px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #f6f6f6;
    margin: 0 0 2rem 0;
    border-radius: 0;
    background: #f6f6f6;
}


/* Checkout Payment Area */
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    margin: 1rem 0;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f6f6f6;
    border-radius: 0;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: 100%;
    padding: 1.5rem 1rem;
    font-size: 1rem;
}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {

}
#sagepaydirect-cc-form .wc-credit-card-form-card-type, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-checkout #payment div.payment_box input.input-text {
	font-size: 0.8rem !important;
}
.woocommerce ul.payment_methods li.wc_payment_method.payment_method_ppec_paypal img {
	width: auto;
}
.woocommerce ul.payment_methods li.payment_method_klarna_payments_pay_over_time label a, .woocommerce ul.payment_methods li.payment_method_klarna_payments_pay_later label a {
    float: none !important;
    line-height: 1 !important;
    font-size: .83em;
    position: relative;
    left: 10px;
    top: 5px;
}

