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

Stylesheet: Global Stylesheet

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


@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');


/*********************
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:1rem !important;
}
.p-bottom {
	padding-bottom:1rem !important;
}
.p-top-2x {
	padding-top: 2rem !important;
}
.p-bottom-2x {
	padding-bottom: 2rem !important;
}

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


/*********************
PAGE SECTIONS
*********************/
section.white {
	background: #fff;
}
section.grey {
	background: #f1f1f1;
}


/*********************
BODY & CONTAINER STYLES
*********************/
body {
    background-color: #FFF;
    background-size: cover;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}
#page-content-container {
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 1.25rem;
    max-width: 85rem;
    margin: 2rem auto 0;
}
	@media only screen and (max-width: 40em) {
		#page-content-container {
		    padding: 0.5rem;
		}	
	}
	
	
/*********************
TABLE STYLES
*********************/
thead {
    background: #A90000;
    color: #FFF;
}
tfoot {
    background: #f6f6f6;
    color: #0a0a0a;
}
tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: transparent;
}


/*********************
TYPOGRAPHY STYLES
*********************/

h1, h2, h3, h4 {
    font-family: 'Open Sans', sans-serif;
	color: #1a1a1a;
}
h1 {
	font-size: 2rem;
	font-weight: 700;
    text-transform: uppercase;
}
h2 {
	font-size:1.6rem;
	font-weight: 700;
    text-transform: uppercase;
}
h3 {
	font-size:1.4rem;
	font-weight:400;
}
h4 {
	font-size:1.25rem;
	font-weight:400;
}
h5 { 
	font-size:1rem;
	line-height:1.4rem;
	font-family: Arial,sans-serif;
}
h6 {
	font-size: 0.75rem;
}
h1 span, h2 span, h3 span, h4 span {
	font-weight:800;
}
p {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    font-family: 'Open Sans', sans-serif;
} 
li {
    font-size: 0.9rem;	
}
a {
	color: #A90000;
}
a:hover, a:focus {
	color: #999;
}
hr.large-divider {
	clear: both;
    max-width: 75rem;
    height: 0;
    margin: 2.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 5px solid #e8e8e8;
    border-left: 0;
}
hr.small-divider {
	clear: both;
    max-width: 75rem;
    height: 0;
    margin: 0.75rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #ececec;
    border-left: 0;
}


/*********************
BUTTON STYLES
*********************/
button, .button, input[type=submit].wpcf7-submit {
    font-family: 'Open Sans', Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px;
    background-color: #A90000;
    color: #FFF;
    border-color: transparent;
    padding: 1.15em 1em;
    cursor: pointer;
}
#button, .wpcf7-submit, .elementor-button, .elementor-cta__button, .elementor-widget-button a.elementor-button, .elementor-slide-button {
    font-family: 'Open Sans', Sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border-radius: 0px !important;
    background-color: #A90000 !important;
    color: #FFF !important;
    border-color: transparent !important;
    padding: 1.15em 1em !important;
    cursor: pointer !important;
} 
.button:focus, .button:hover {
    background-color: #333;
    color: #fefefe;
}
input[type=submit].wpcf7-submit {
	width: 100%;
}
/* Woocommerce Buttons */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-family: 'Open Sans', Sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px;
    background-color: #A90000;
    color: #FFF;
    font-size: 0.875rem;    
	padding: 0.818em 1.5em;    
}



/*********************
HEADER
*********************/
.elementor-social-icon-instagram {
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

/*********************
NAVIGATION
*********************/
.elementor-menu-toggle {
	margin-left: 5px;
}
.elementor-nav-menu a i.fas {
    font-size: 1rem;
    line-height: 20px;
}
.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;
}


/*********************
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;
}
.asset-filters button, .asset-filters .button {
    padding: 10px 0;
	margin: 20px 0 0 0 !important;
}
.asset-filters {
    padding: 20px;
}
.asset-filters select {
    text-transform: uppercase;
}
.asset-filters .slider-filters {
    text-align: center;
    font-weight: bold;	
}
.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 #a90100 !important;
    background: #a90100 !Important;
}


/*********************
SLIDESHOW STYLES
*********************/
.swiper-slide-contents {
	background: #000;
    background: rgba(0, 0, 0, 0.65);
    padding: 2rem;
}
.swiper-pagination {
    text-align: left;
    left: 30px !important;
    bottom: 30px !important;	
}
.swiper-pagination .slick-dots-inside .slick-dots {
    bottom: 10px;
}
.swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    padding: 0;
    background: #FFF;
    border-radius: 0;
    opacity: 0.8;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #A90000;
}



/*********************
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: 600px;
}
.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: 600px;
    height: 600px;
    bottom: 0;
    left: 0;
    text-align: left;
    z-index: 999;
}
.hero-content > div {
    max-width: 100%;
    padding-left: 0;
    background: #00000061;
    padding: 2rem;
}

.hero-container h1, .hero-container h2, .hero-container h3 {
    color: #FFF;
    font-weight: 700;
    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: 1.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;	
	}
	 
} 


/*********************
CALL TO ACTIONS
*********************/
.cta-image h3 {
	padding: 1rem 1.5rem;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    text-align: left;
}
/* Promo Slider */
#cta-promo-slider .swiper-slide-contents {
	padding: 1rem 1.5rem;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    text-align: left;    	
}
#cta-promo-slider .elementor-slide-heading {
	font-weight: 300;
    /* font-size: 28px; */
    line-height: 1.4;   
    text-transform: uppercase;	
}
#cta-promo-slider .elementor-slide-heading span {
	font-weight: 600;
}


/*********************
USED STOCK OVERRIDES
*********************/
.list-view .asset-item-container {
    background: #f7f7f7;
    border: 5px solid #f2f2f2;
}
.list-view .asset-item-container p.office-number, .list-view .asset-item-container p.office-number a {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1a1a;
}
.asset-filters {
    background: #4c4c4c;
}
.asset-filters label, .asset-filters p {
    color: white !important;
	margin-bottom: 2px;
}
.view-asset-title h3.asset-price, .view-asset-title h2.asset-price {
    font-size: 3rem;
    font-weight: bold;
    color: #c0392b;
    margin-bottom: 0;
}
.view-asset-title .contact-details {
    margin: 2rem 0;
}
.view-asset-title .contact-details h3 {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}
.view-asset-title .contact-details h3 a {
    color: #1a1a1a
}

.view-asset-title .contact-details i {
    color: #4a4a4a;
    font-size: 1rem;
    margin-right: 0.5rem;
}
a.return-link {
    display: block;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}
.button.view-asset-cta {
    width: 100%;	
    font-size: 1.2rem;
    padding: 1.25rem 1.5rem;
}


/*********************
CATEGORY OVERVIEW PAGE
*********************/
.model-category {
	margin-bottom:1rem;
}
.model-category-info {
	position: relative;
	background: #f2f2f2;
	-webkit-box-shadow: 0px 1px 7px 0px rgba(145,145,145,0.3);
	-moz-box-shadow: 0px 1px 7px 0px rgba(145,145,145,0.3);
	box-shadow: 0px 1px 7px 0px rgba(145,145,145,0.3);
}
.model-category-info:hover {
	-webkit-box-shadow: 0px 1px 7px 0px rgba(145,145,145,0.6);
	-moz-box-shadow: 0px 1px 7px 0px rgba(145,145,145,0.6);
	box-shadow: 0px 1px 7px 0px rgba(145,145,145,0.6);
}
.model-category-text {
	padding:1rem;
    text-align: center;
}
.model-category-text h3 {
    text-align: center;
    line-height: 1;
    font-size: 1.8rem;
    margin: 0 0 1rem 0;
    font-weight: 500;
    color: #FFF;
}
.model-category-text h4 {
    text-align: center;
    line-height: 1;
    font-size: 1.8rem;
    margin: 0 0 1rem 0;
    font-weight: 500;
    color: #FFF;
}
.model-category-text p {
	text-align: center;
	font-size: 0.8rem;	
	margin: 0; 
	padding: 0;
}
.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;
}
/* Per Monthly Bike Price */
.per-month-bike-price {
	position: absolute;
    background: #dc172c;
    padding: 0.7rem 0.8rem;
    font-size: 12px;
    font-weight: bold;
    right: 0;
    color: white;
	-webkit-box-shadow: 0px 1px 7px 0px rgba(145,145,145,0.3);
    -moz-box-shadow: 0px 1px 7px 0px rgba(145,145,145,0.3);
    box-shadow: 0px 1px 7px 0px rgba(145,145,145,0.3);	
}

	@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;
		}
		
	}







/*********************
PROMOTIONS
*********************/
.latest-promotion {
	margin-bottom: 1rem;
}
.promo-block {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-color: #f2f2f2;
	padding: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;	
	margin-bottom: 1rem;
	-webkit-box-shadow: 0px 1px 7px 0px rgba(145,145,145,0.3);
    -moz-box-shadow: 0px 1px 7px 0px rgba(145,145,145,0.3);
    box-shadow: 0px 1px 7px 0px rgba(145,145,145,0.3);	
}
.promo-block:hover {
    background-color: #CCC;
    background-image: linear-gradient(#f2f2f2, #CCCCCC, rgba(255, 133, 0, 0));
    background-repeat: no-repeat;
    background-size: 100% 200%;	
	-webkit-box-shadow: 0px 1px 7px 0px rgba(145,145,145,0.6);
    -moz-box-shadow: 0px 1px 7px 0px rgba(145,145,145,0.6);
    box-shadow: 0px 1px 7px 0px rgba(145,145,145,0.6);	
}
.promo-block>a figure {
    position: relative;
    padding-top: 0;
    margin: 0;
    height: 100%;
}
.promo-block>a 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 );
}
.promo-block>figure img {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}
.promo-block>.text-wrapper {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    z-index: 1;
    padding: 0 1.5rem;
    text-align: left;
}
.promo-block>.text-wrapper p {
    color: #fff;
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-transform: capitalize;
}
.promo-block>.text-wrapper .button {
    margin:0 0 1rem 0;
}

		@media only screen and (max-width: 768px) {
			.promo-block>.text-wrapper p {
				font-size: 1.6rem;
				line-height: 1.8rem;
			}
		}

		@media only screen and (max-width: 40em) {
			.promo-block {
				padding: 0px;
			}
			.promo-block>figure {
				
			}		
			.promo-block>.text-wrapper {
				padding: 0 1rem;
			}			
			.promo-block>.text-wrapper p {
				font-size: 1.2rem;
				line-height: 1.2rem; 
				margin-bottom: 0.5rem;
			}
			.promo-block>.text-wrapper .button {
			    margin:0 0 0.5rem 0;
				font-size: 0.7rem;
				padding: 0.5rem 1rem; 
			}
		}




/*********************
NEW MODEL VIEW PAGE
*********************/
.new-model-container h1.bike-name, .new-model-container h2.bike-price {
	text-align: right;
}
.new-model-container h1.bike-name {
    margin: 0;
    padding: 0;
}
.new-model-container h2.bike-price {
    font-size: 2.6rem;
    line-height: 2.8rem;
    margin: 0 0 2rem 0;
    color: #e0370d;
}
.new-model-container h2.bike-price span {
    font-size: 1.6rem;
    display: block;	
}
.newmodel-cta-container .button {
    margin: 0 0 0.5rem 0;
    width: 75%;
    float: right;
}

.specification-container .accordion {
	background: transparent;
}
.specification-container .accordion-title {
    border: none;
}
.specification-container .accordion-title::before {
	font-family: 'Open Sans', sans-serif;
    content: "+";
    padding-left: 5px;
    float: right;
    font-size: 25px;
    line-height: 1;
    top: 10px;
    position: relative;
}
.specification-container a.accordion-title {
    padding: 1.5rem 0;
    display: block;
    background: transparent;
    border-bottom: 1px solid #e4e4e4;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    color: #222222;
}
.specification-container .accordion-item:first-child > :first-child {
    border-top: 1px solid #e4e4e4;
}
.specification-container .accordion-item {
    border-bottom: 1px solid #e4e4e4;
}
.specification-container .accordion-title:focus, .accordion-title:hover {
    background-color: transparent;
}
.specification-container .accordion-content {
    border: none;
    background-color: transparent;
    text-align: center;
}
.specification-container .accordion .accordion-content .spec-item p.lead {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.specification-container .accordion .accordion-content .spec-item p {
    font-size: 1rem;

}
.carousel-container .owl-carousel-icon {
    font-family: "font awesome 5 free";
    font-weight: 900;
}


/*Override for Price Styles */
.model-price-container {
    text-align: right;
    margin: 2rem 0;
}
.model-price-container ul:first-child {
    margin-left: 0;
}
.model-price-container li:first-child {
    margin-left: 0;
}
.model-price-container li {
    width: 165px;
    height: 165px;
    border-radius: 100px;
    display: inline-block;
    padding: 0 15px;
    line-height: 165px;
    text-align: center;
    margin-left: 20px;
    background: #f1f1f1;
    border: 1px solid #dedede;
    color: #1a1a1a;
}
.model-price-container li span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3;
    color: inherit;
    font-size: 1.2rem;
    font-weight: 600;
}
.model-price-container li em {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.model-price-container li strong {
	font-size: 30px;
    color: #A90000;
    margin-bottom: 4px;
    display: block;
}


	@media only screen and (max-width: 40em) {
		.model-price-container {
			text-align: left;
		}
		.model-price-container li {
			margin-left: 0px;
		}
		
		.new-model-container h1.bike-name, .new-model-container h2.bike-price {
			text-align: left;
		}
		.newmodel-cta-container .button {
		    width: 100%;
		    float: left;
		}		
	}




/*********************
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; }
h4.widgettitle {
    text-transform: uppercase;
    font-weight: 600;
    background: #eeeeee;
    font-size: 1rem;
    margin: 0;
    padding: 0.8rem 1rem;
}  
.widget-container {
	margin-bottom: 1rem;
}
.widget {
	padding: 1rem;
	border: 1px solid #f1f1f1;
}
.widget-container:last-of-type {
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
}
footer a {
	color: #A90000;
}
.footer h3 {
	text-transform: uppercase;
}
  

/*********************
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 #CCC;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}

/* Mailchimp form fix */
.mc-field-group.input-group {
	text-align: left;
	max-width: 100%;
}


/* 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;
}



/*********************
LOADER
*********************/
    @keyframes swing {
        0%,36%,52%,100% {
            transform: rotate(0deg);
            animation-timing-function: ease-out
        }

        2%,10%,18%,26%,32%,48% {
            transform: rotate(2deg);
            animation-timing-function: ease-out
        }

        6%,14%,20%,28%,34%,50% {
            transform: rotate(-2deg);
            animation-timing-function: ease-out
        }

        38%,40% {
            transform: rotate(3deg);
            animation-timing-function: ease-out
        }

        42%,44% {
            transform: rotate(-3deg);
            animation-timing-function: ease-out
        }
    }

    @-o-keyframes swing {
        0%,36%,52%,100% {
            -o-transform: rotate(0deg);
            -o-animation-timing-function: ease-out
        }

        2%,10%,18%,26%,32%,48% {
            -o-transform: rotate(2deg);
            -o-animation-timing-function: ease-out
        }

        6%,14%,20%,28%,34%,50% {
            -o-transform: rotate(-2deg);
            -o-animation-timing-function: ease-out
        }

        38%,40% {
            -o-transform: rotate(3deg);
            -o-animation-timing-function: ease-out
        }

        42%,44% {
            -o-transform: rotate(-3deg);
            -o-animation-timing-function: ease-out
        }
    }

    @-ms-keyframes swing {
        0%,36%,52%,100% {
            -ms-transform: rotate(0deg);
            -ms-animation-timing-function: ease-out
        }

        2%,10%,18%,26%,32%,48% {
            -ms-transform: rotate(2deg);
            -ms-animation-timing-function: ease-out
        }

        6%,14%,20%,28%,34%,50% {
            -ms-transform: rotate(-2deg);
            -ms-animation-timing-function: ease-out
        }

        38%,40% {
            -ms-transform: rotate(3deg);
            -ms-animation-timing-function: ease-out
        }

        42%,44% {
            -ms-transform: rotate(-3deg);
            -ms-animation-timing-function: ease-out
        }
    }

    @-webkit-keyframes swing {
        0%,36%,52%,100% {
            -webkit-transform: rotate(0deg);
            -webkit-animation-timing-function: ease-out
        }

        2%,10%,18%,26%,32%,48% {
            -webkit-transform: rotate(2deg);
            -webkit-animation-timing-function: ease-out
        }

        6%,14%,20%,28%,34%,50% {
            -webkit-transform: rotate(-2deg);
            -webkit-animation-timing-function: ease-out
        }

        38%,40% {
            -webkit-transform: rotate(3deg);
            -webkit-animation-timing-function: ease-out
        }

        42%,44% {
            -webkit-transform: rotate(-3deg);
            -webkit-animation-timing-function: ease-out
        }
    }

    @-moz-keyframes swing {
        0%,36%,52%,100% {
            -moz-transform: rotate(0deg);
            -moz-animation-timing-function: ease-out
        }

        2%,10%,18%,26%,32%,48% {
            -moz-transform: rotate(2deg);
            -moz-animation-timing-function: ease-out
        }

        6%,14%,20%,28%,34%,50% {
            -moz-transform: rotate(-2deg);
            -moz-animation-timing-function: ease-out
        }

        38%,40% {
            -moz-transform: rotate(3deg);
            -moz-animation-timing-function: ease-out
        }

        42%,44% {
            -moz-transform: rotate(-3deg);
            -moz-animation-timing-function: ease-out
        }
    }

    @-webkit-keyframes loader-anim {
        0% {
            left: -102px
        }

        100% {
            left: 102px
        }
    }

    @-moz-keyframes loader-anim {
        0% {
            left: -102px
        }

        100% {
            left: 102px
        }
    }

    @-ms-keyframes loader-anim {
        0% {
            left: -102px
        }

        100% {
            left: 102px
        }
    }

    @-o-keyframes loader-anim {
        0% {
            left: -102px
        }

        100% {
            left: 102px
        }
    }

    @keyframes loader-anim {
        0% {
            left: -102px
        }

        100% {
            left: 102px
        }
    }


    @-webkit-keyframes blink-text {
        0% {
            opacity: 1
        }

        20% {
            opacity: 0.5
        }

        40% {
            opacity: 0.2
        }

        60% {
            opacity: 0.7
        }

        80% {
            opacity: 0.1
        }

        90% {
            opacity: 0.4
        }
    }

    @-moz-keyframes blink-text {
        0% {
            opacity: 1
        }

            20% {
            opacity: 0.5
        }

        40% {
            opacity: 0.2
        }

        60% {
            opacity: 0.7
        }

        80% {
            opacity: 0.1
        }

        90% {
            opacity: 0.4
        }
    }

    @-ms-keyframes blink-text {
        0% {
            opacity: 1
        }

        20% {
            opacity: 0.5
        }

        40% {
            opacity: 0.2
        }

        60% {
            opacity: 0.7
        }

        80% {
            opacity: 0.1
        }

        90% {
            opacity: 0.4
        }
    }

    @-o-keyframes blink-text {
        0% {
            opacity: 1
        }

        20% {
            opacity: 0.5
        }

        40% {
            opacity: 0.2
        }

        60% {
            opacity: 0.7
        }

        80% {
            opacity: 0.1
        }

        90% {
            opacity: 0.4
        }
    }

    @keyframes blink-text {
        0% {
            opacity: 1
        }

        20% {
            opacity: 0.5
        }

        40% {
            opacity: 0.2
        }

        60% {
            opacity: 0.7
        }

        80% {
            opacity: 0.1
        }

        90% {
            opacity: 0.4
        }
    }


    /* =Loader
-------------------------------------------------------------- */
.loader {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
}
.loader::before {
	display: none;
}
.loader h5 {
    -webkit-animation: blink-text 1s infinite;
    -moz-animation: blink-text 1s infinite;
    -ms-animation: blink-text 1s infinite;
    -o-animation: blink-text 1s infinite;
    animation: blink-text 1s infinite;
}

.loader-content {
    display: block;
    position: relative;
    top: 45%;
    -webkit-animation: fadeInDown 0.7s;
    -moz-animation: fadeInDown 0.7s;
    -ms-animation: fadeInDown 0.7s;
    -o-animation: fadeInDown 0.7s;
    animation: fadeInDown 0.7s;
}

.loader-content img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 1rem;
}

.progress-container {
    display: block;
    position: relative;
    width: 100px;
    height: 1px;
    overflow: hidden;
    margin: 0.5rem auto;
}
.progress-bar {
    display: block;
    position: absolute;
    bottom: 0;
    left: -102px;
    overflow: hidden;
    width: 100px;
    height: 1px;
    background-color: #CCC;
    -webkit-animation: loader-anim 1s 0s infinite;
    -moz-animation: loader-anim 1s 0s infinite;
    -ms-animation: loader-anim 1s 0s infinite;
    -o-animation: loader-anim 1s 0s infinite;
    animation: loader-anim 1s 0s infinite;
}



/* Hide the Woocommerce Loader */
.woocommerce .loader::before {
    display: none;
}
@media only screen and (max-width: 40em) {
    .loader-content img {
        width: 160px;
    }
}
/* End Loader */




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

/* AWS Form */
.aws-container .aws-search-form .aws-form-btn {
    background: #333;
    border: 1px solid #333;
    color: #f1f1f1;
}
.aws-container .aws-search-form .aws-search-btn_icon {
    color: #f1f1f1;
}
.aws-container[data-show-page="false"] .aws-search-form .aws-search-btn:hover {
    background: #333;
}
@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;
	}	
}

/* 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: #1a1a1a !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;
}


/* BeRocket AAPF Widget Override */
.berocket_aapf_widget-wrapper {
	
}
ul.berocket_aapf_widget {
    margin: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.berocket_aapf_widget ul {
	margin: 0;
}
ul.berocket_aapf_widget li span i {
	font-weight: 600;
	font-size: 10px;
	position: relative;
	top: 2px;
}
ul.berocket_aapf_widget li span span {
	float: right;
}
ul.berocket_aapf_widget li > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.berocket_aapf_widget-title_div {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
	text-transform: uppercase;    
}
.berocket_aapf_widget_selected_filter {
    padding-top: 1rem;
    padding-bottom: 1rem;	
}
.berocket_aapf_widget_selected_filter span {
	font-weight: bold;
}
.berocket_aapf_widget_selected_filter ul {
	list-style: none;
	margin: 0;
}
.berocket_aapf_selected_area_block .berocket_aapf_widget_selected_filter a {
    border: 1px solid transparent;
    border-radius: 0;
    display: block;
    padding: 0;
    font-size: 0.95rem;
    background: transparent;
    text-align: left;
    color: #333;
    font-weight: normal;
    text-transform: capitalize;
}
.berocket_aapf_widget_selected_area a {
    border: 1px solid #7d7d7d;
    background: #737373;
    color: #FFF;
    border-radius: 0;
    display: block;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.berocket_aapf_widget_selected_area a i {
	color: #FFF;
}
.berocket_aapf_widget_selected_filter a i, .berocket_aapf_widget_selected_area a i {
	color: #A90000;
    margin-right: 0.5rem;
}
/* BeRocket Price Slider Fix */
ul.berocket_aapf_widget li.slider.price {
	margin-top: 0;
	margin-bottom: 0;
	background-color: transparent; 
	height: auto;
}
.berocket_aapf_widget li.slider span.left, .berocket_aapf_widget li.slider span.right {
    height: 50px;
}
.berocket_aapf_widget li.slider span.left input, .berocket_aapf_widget li.slider span.right input {
    border: 0px solid #E8E8E8;
    width: 100%;
    background: transparent;
    color: #1a1a1a;
    box-shadow: none;
	font-size: 14px;    
}
.berocket_aapf_widget li.slider span.right input {
	text-align: right;
}
.berocket_aapf_widget .slide .ui-state-default, .berocket_aapf_widget .slide .ui-widget-content .ui-state-default, .berocket_aapf_widget .slide .ui-widget-header .ui-state-default {
    background: #e6e6e6 !important;
    border: 1px solid #d3d3d3 !important;
    color: #555555 !important;
} 



/* Product Listings */
.count {
	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 {
    text-transform: capitalize;
}
.woocommerce ul.products li.product .button {
    display: none;
}
.woocommerce ul.products li.product .price {
	color: #A90000;
    font-size: 1.25rem;
    font-weight: 900;
}
.woocommerce ul.products li.product .price ins {
    font-weight: 900;
	text-decoration: none;
}
.woocommerce ul.products li.product .price del {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a1a;
}
.woocommerce span.onsale {
    background-color: #A90000;
    text-transform: uppercase;
    font-weight: 700;
}



/* Woocommerce Pagination */
.woocommerce-pagination {
	text-align: center;
}
.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 10px 0 3px 0;
    clear: both;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-left: 0;
    border-right: 0;
    margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: 0px solid #f1f1f1;
    margin: 0;
    float: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    font-size: 0.95em;
    font-weight: 700;
}


/* Product Breadcrumb */
.woocommerce .woocommerce-breadcrumb {
    margin: 0;
}
.woocommerce .woocommerce-breadcrumb a {
} 

/* Product Gallery */
.woocommerce div.product div.images {
    margin-bottom: 0;
    border: 1px solid #EEE;
}

/* Product Price */
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #a90000;
    font-size: 2.25em;
    font-weight: 900;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    font-weight: 900;
	text-decoration: none;    
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a1a;
}


/* Add to Cart */
.woocommerce div.product.elementor .quantity .qty {
    margin: 0;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0;
}
.woocommerce div.product.elementor .quantity+.button {
    margin-left: 0;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #009432;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #007929;
}

/* 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 0em;
}
.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, .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 {
    width: auto;
}
#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 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;
}
.woocommerce-MyAccount-navigation ul li a {
    padding: .875em 0;
    display: block;
    color: #1a1a1a;    
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #A90000;
}
.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"; }




/* Event Calendar Override */
.mec-search-form {
	display: none;
}
body.mec-events-template-default {
	background: white !important;
} 
.mec-container {
	padding: 2rem 0;
}
.mec-events-meta-group-countdown .countdown-w {
   color: black;
}
.mec-event-countdown-style3 .mec-event-date:after {
    border-color: transparent transparent #b5b5b5 transparent;
}
.mec-has-event-a {
    background: #a90000;
    color: white !important;
}


/* Custom Rep Example Tables */
.custom-rep-example table tbody, .custom-rep-example table tfoot, .custom-rep-example table thead {
    border: 1px solid #f1f1f1;
    background-color: #FFF;
}
.custom-rep-example table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f3f3f3;
}
.custom-rep-example table tbody td, .custom-rep-example table tbody th {
    padding: 1rem .625rem .625rem;
	font-size: 14px;
}
.custom-rep-example table tbody th {
	background: #dc172c;
    color: white;
    padding: 1rem 0;
	font-size: 16px;
	font-weight: bold;
}
.custom-rep-example {
	font-size: 0.75rem;
}

/* Tabs */
.tabs, .tabs-content {
    background: white;
}
.tabs-title {
	float:none !important;
	display:inline-block;
}
.tabs {
	text-align:center;
}
.tabs-title>a:focus, .tabs-title>a[aria-selected=true] {
	background: #dc172c;
    color: white;
}
.tabs-title>a {
    color: #1a1a1a;
    background: #f1f1f1;
}
.tabs-title>a:hover {
    background: #fefefe;
    color: #dc172c;
}