/*
Theme Name:   	York Fitness
Author:       	Jack Boyle
Description:  	This is a custom theme for York Fitness.
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
*/
/*
 * Add your own custom css below this text.
 */

 body {
	font-family: 'Roboto';
 }

 a {
	color: #655858;
	text-decoration: none;
 }

 a:hover,
 .top-bar a:hover {
    color: #e42524;
}

 .woocommerce-cart-tab-container--right .woocommerce-cart-tab {
	 top: 250px;
 }

 .top-bar p, .top-bar ul{
	margin: 0;
	padding-left: 0;
 }

.top-bar ul li {
	display: inline-block;
	padding: 5px;
}

.top-bar ul li:first-child::after {
	content: "|";
	color: #e8e4e4;
	padding-left:10px;
	font-size: 18px;
}


.navbar-brand img {
	width: 200px;
}

.navbar a.nav-link {
	font-size: 16px;
}

.navbar {
	padding-left: 0;
    padding-right: 0;
}

#masthead .top-bar {
	font-size: 10px;
}

.top-bar a {
	color: #fcfcfc;
}

.top-fluid {
	background: #232323;
}

.site-header {
	background: #000000;
	color: #ffffff;
}

footer {
	background: #232323;
	color: #fff;
	padding: 15px;
}

footer .footer-logos {
	width: 330px;
}

/* Footer */
footer ul {
	padding: 0;
}

footer a {
	color:#888787;
}

footer a:hover {
	color:#f11919;
}

.shop_table .product-name a {
	color:#655858;
}

.shop_table a:hover {
	color:#f11919;
}

footer .address {
	color:#888787;
}

footer ul li {
	padding: 5px 0 5px 0;
	list-style: none;
}

footer .social-list img{
	width: 32px;
	margin-right: 10px;
}

footer .bottom-footer {
	border-top: 1px solid #585757;
	padding: 20px 0 0 0;
	color: #b9b3b3;
	margin-top: 20px;
}

footer .social-list a {
	text-decoration: none;
    cursor: pointer;
}

ul.product-categories {
    padding: 0;
}

ul.product-categories li{
    list-style: none;
}

/* Price Slier */
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #e42524;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #e42524;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #962d2d;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #9e2126;
}

/* My Account Page */
.woocommerce-MyAccount-navigation ul li{
	font-size: 28px;
	padding: 10px;
	text-transform: uppercase;
}

.woocommerce-MyAccount-navigation {
	padding-top: 50px;
	padding-bottom: 50px;
}

.woocommerce-MyAccount-content {
	padding-top: 50px;
	padding-bottom: 50px;
}

.woocommerce-MyAccount-navigation ul {
	padding: 0;
	list-style: none;
}

.woocommerce-form__label-for-checkbox {
	margin-left: 20px;
}

#customer_login {
	margin-top: 20px;
}

@media screen and (max-width: 768px)
{
	.woocommerce-cart-tab-container {
		 display: block !important;
	}

	.woocommerce widget_shopping_cart {
		height: 0 !important;
	}

	#content .home-payment-row .payment-wrapper {
		height: 110px;
	}

	.home-payment-row .zip-widget__tagline img.logo {
		margin: auto;
		display: block;
	}

	.home-payment-row .zip-widget__tagline a.learn-more {
		display: none;
	}

	.home-payment-row #zip-tagline .text {
		max-width: 100px;
		display: block;
		line-height: 25px;
		margin-top: 5px;
	}

	.home-payment-row .afterpay-learn {
		display: none;
	}

	.home-payment-row .afterpay-text {
		max-width: 100px;
		display: block;
		margin: auto;
		line-height: 25px;
	}
}

.dealer-page .row .card{
	margin-top: 10px;
	margin-bottom: 10px;
}

input {
	font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	padding: .375rem .75rem;
}

.woocommerce ul.products li.product .price {
	color: #232323;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1.5px solid #c0c0c1;
}

.home-product-categories p, .home-best-sellers p  {
	text-align: center;
}

.home-best-sellers {
	text-align: center;
}

.brand-list {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.map-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
	height:0;
	margin-top: 20px;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.woocommerce a.remove {
	line-height: 0.8;
}

.woocommerce ul.products li.product .button {
    margin-top: 1em;
    width: 100%;
    padding: 10px;
    background: #9e2126;
    color: #fff;
	text-align: center;
	border-radius: 8px;
}

.woocommerce ul.products li.product .sole_details_button {
    margin-top: 1em;
    width: 100%;
    padding: 10px;
    background: #fff;
    color: rgb(19, 19, 19);
	text-align: center;
	border: 1px solid rgb(19, 19, 19);
	border-radius: 8px;
}

#customer_details span.woocommerce-input-wrapper {
	width: 100%;
}

.menu-top-left-container ul {
	padding-left: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	padding: 10px;
}

.image-wrap {
	height: 300px;
	width: 100%;
}

.woocommerce ul.products li.product a img {
	max-height: 300px;
	opacity: .92;
	width: auto;
	margin: 0 auto;
}

@media only screen and (max-width: 600px) {

	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
		padding: 15px;
	}

	.woocommerce ul.products li.product a img {
		height: 250px;
		max-height: 250px;
	}

	.woocommerce ul.products {
		margin: 15px;
	}

	.image-wrap {
		height: 250px;
	}

	.open {
		width: 80%;
	}

	.woocommerce ul.products li.product .woocommerce-loop-category__title,
	.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
		font-size: 10px;
	}

	.home-featured-products h2 {
		font-size: 1.2rem;
	}

	.woocommerce ul.products li.product .product-short-description,
	.woocommerce-page ul.products li.product .product-short-description {
		display: none !important;
	}
}

.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: 0;
	border-bottom: 1.5px solid #c0c0c1;
	font-size: 24px;
}

.woocommerce ul.products li.product .product-brand-heading {
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
}

.woocommerce ul.products li.product span.product-brand-heading,
.woocommerce ul.products li.product p {
	color: #655858;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	border: 1px solid #d0cece;
	margin-bottom: 1em;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px #999;
	-webkit-box-shadow: 0 0 10px #999;
	box-shadow: 0 0 10px #999;
	padding: 0 100px 40px 100px;
	overflow: hidden;
}

.woocommerce ul.products li.product .product-short-description,
.woocommerce-page ul.products li.product .product-short-description {
    font-size: 14px;
}

.woocommerce-page ul.products li.product .product-short-description ul li{
    list-style-type: square;
}

.woocommerce ul.products li.product .onsale {
    background-color: #d61212;
    top: 7px;
    right: 7px;
    min-height: 2em;
    min-width: 4em;
	line-height: 2em;
	border-radius: 0;
}

.woocommerce ul.products .owl-carousel li.product,
.woocommerce-page ul.products .owl-carousel li.product {
	width: 94.05%; 
	margin-bottom: 1em;
	overflow: hidden;
}

.woocommerce .owl-carousel .owl-nav button.owl-next,
.woocommerce .owl-carousel .owl-nav button.owl-prev {
	background: red;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 100%;
	font-size: 20px;
	color: #fff;
}

#content .owl-theme .owl-nav .disabled {
	background: grey;
}

.woocommerce .owl-theme .owl-dots .owl-dot span {
	height: 15px;
	width: 15px;
}

.woocommerce .owl-theme .owl-dots .owl-dot.active span,
.woocommerce .owl-theme .owl-dots .owl-dot:hover span {
    background: #f11919;
}

.woocommerce .owl-theme .owl-nav {
	margin-top: 0;
}

.woocommerce .owl-carousel .owl-nav button.owl-next {
	position: absolute;
    top: 90px;
    right: -5px;
}

.woocommerce .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
    top: 90px;
    left: -20px;
}

/* SIDEBAR */
.shop-sidebar {
	background: #333;
	color: #fff;
	padding: 20px;
	position: absolute;
	z-index: 10;
	top: 0;
	min-height: 100%;
	left:-700px;
	-webkit-transition: left 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: left 0.3s ease-out;  /* Firefox 4-15 */
	-o-transition: left 0.3s ease-out;  /* Opera 10.50–12.00 */
	transition: left 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.shop-sidebar a {
	color: #fff;
}

.open{
    left:0px !important;
}

.overlay {
	position: fixed; /* Sit on top of the page content */
    display: none;
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.woocommerce a.added_to_cart {
	width: 100%;
    background: #2E7D32;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
}

.print-header {
	display: none;
}

#page .woocommerce-products-header .printer-button {
	float: right;
	margin-bottom: 10px;
}

#page .printer-button img {
	margin-right: 5px;
	width: 20px;
}

.info-col-left, .info-col-right {
	padding: 5px;
}

.info-col-right .top-image {
	margin-bottom: 10px;
}

.flex-viewport, .flex-control-thumbs img {
	border: 1px solid #e6e6e6;
}

.navbar-light .navbar-nav .nav-sale-link a {
	color: #ff5353;
}

.woocommerce-notices-wrapper {
	width: 100%;
}

.embed-container { 
	position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;
	width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}

.home-featured-products h2 {
	text-align: center;
	height: 160px;
	line-height: 160px;
	font-weight: bold;
	font-style: italic;
}

.sole_popular_title {
	background: #b81c22;
	color: #fff;
	height: 160px;
    line-height: 160px;
}

.full-width {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

#content .home-featured-products .button {
	display: none;
}

.widget-title {
	font-size: 1.1rem;
}

.info-page-image img {
	width: 100%;
}

.info-page-header-underline {
	width: 100%;
	height: 2px;
	background: #c0c0c1;
}

.info-page-header {
	font-size: 24px;
}

.sold-out-overlay {
	background: #d61212;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    position: absolute;
    left: -35px;
    top: 20px;
    transform: rotate(-33deg);
    width: 182px;
    text-align: center;
}

.woocommerce .products ul a:hover div,
.woocommerce ul.products a:hover div  {
	color: #655858;
}

.woocommerce .products ul a:hover span.product-brand-heading,
.woocommerce ul.products a:hover p.woocommerce-loop-product__title  {
	color: #d61212;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
	color: #655858;
}

.home-payment-row .payment-wrapper {
	border: 1px solid #EBE9EA;
	text-align: center;
	height: 60px;
	padding: 12px;
}

.home-payment-row .payment-wrapper span {
	color: #655858;
}

.home-payment-row:hover a {
	color: #655858;
	text-decoration: none;
}

.home-payment-row .afterpay-logo {
	width: 125px;
}

.home-payment-row #zip-tagline .divider {
	display: none;
}

.home-payment-row #zip-tagline .text {
	font-size: 16px;
}

.home-payment-row #zip-tagline .text:after {
	content: '.';
}

.home-payment-row #zip-tagline {
	padding: 0;
}

.home-payment-row #zip-tagline a.learn-more {
	color:#655858;
	font-size: 16px;
	text-transform: capitalize;
}

.woocommerce .related .afterpay-payment-info,
.woocommerce .related .button { 
	display: none;
}

.product-template-default .summary p,
.product-template-default .woocommerce-tabs p  {
	font-size: 14px;
}

.product-template-default h1 {
	font-size: 40px;
	text-align: center;
}

.site-footer .newsletter input {
	background: #332f2f;
	width: 100%;
	color: #fff;
}

.site-footer .newsletter .submit {
	background: #dc3030;
	color: #fff;
	border-color: #dc3030;
	width: 60%;
}

.site-footer .newsletter p {
	font-size: 14px;
}

.info-page-headers {
	background-color: #e2dede;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
}

.spaced-list li {
	padding-top: 10px;
	padding-bottom: 10px;
}

.search-icon:before {
	font: 400 20px/1 dashicons!important;
	content: "\f179";
}

.search-icon {
	height: 100%;
	padding: 10px 10px 0 10px;
    background: #f0eff0;
	color: #585858;
	cursor: pointer;
}

.top-bar .cart-link {
	text-decoration: none;
}

.top-bar .cart-link span{
	background: #b81c22;
    border-radius: 14px;
    height: 14px;
    display: inline-block;
    width: 14px;
    text-align: center;
    color: #fff;
}

.bottom-bar {
	background: rgb(192,192,193);
	background: linear-gradient(180deg, rgba(192,192,193,1) 20%, rgba(255,255,255,1) 60%);
	color: #232323;
	font-size: 14px;
    line-height: 40px;
    vertical-align: middle;
}

.bottom-bar .dashicons {
	margin-top: 10px;
	color: #cc2227;
}

.bottom-bar .zip-logo {
	height: 42px;
}

.bottom-bar .divider {
	width: 2px;
	background: #ffffff;
	height: 20px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.bottom-bar .image-wrapper {
	display: inline-block;
	height: 100%;
	padding-top: 8px;
}

.bottom-bar p {
	margin-bottom: 0;
	color: #232323;
	font-size: 14px;
	margin-left: 15px;
}

.search-bar-overlay {
	width: 100%;
    background: #000;
    height: 73px;
    position: absolute;
    left: 0;
	z-index: 10;
	padding: 8px;
	display: none;
}

.search-bar-overlay .widget_product_search {
	margin-left: 10%;
}

.search-bar-overlay .widget_product_search .search-field {
	height: 58px;
}

.search-bar-overlay .cancel-icon {
	width: 36px;
	margin-top: 12px;
	cursor: pointer;
}

.store-info p {
	margin-bottom: 0;
}

.store-info a {
	color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}

.store-info .number {
	font-size: 19px;
	color: rgb(33, 37, 41);
}

.store-info .info {
	font-size: 9px;
	color: #a3a3a3;
	text-align: right;
}

.store-info .number img {
	width: 16px;
	margin-right: 5px;
}

footer .social-list svg:hover path {
	fill: #dc3030;
}

footer .social-list svg {
	width: 32px;
}

footer .social-list .facebook-icon {
	margin-right: 10px;
}

.payment-wrapper-product {
    border-top: 1px solid #b9b3b3;
	border-bottom: 1px solid #b9b3b3;
	float: left;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 12px !important;
	width:100%;
}

.payment-wrapper-product div#zip-tagline {
	float: left;
	border-right: 1px solid #b9b3b3;
	width: 45%;
	padding: 10px;
}

.payment-wrapper-product .logo {
	display: block;
    text-align: center;
    margin: auto !important;
}

.payment-wrapper-product .divider {
	display: none !important;
}
  
.payment-wrapper-product .afterpay-payment-info {
	display: block;
    float: right;
	width: 50%;
	text-align: center;
	margin-bottom: 0;
	padding: 10px;
}

.payment-wrapper-product .afterpay-payment-info img {
	display: block;
    margin: auto;
}

.summary.entry-summary .price {
	margin: 0;
}

.summary.entry-summary .product_meta {
	width: 100%;
	float: left;
	color: #888787;
	font-size: 12px;
	margin-bottom: 10px;
	text-align: center;
}

.summary.entry-summary form.cart .button {
	width: 42%;
	margin-left: 10px;
}

.woocommerce .quantity .qty {
	border: 1px solid black;
}

.full-content {
    display: none;
}

.wc-tab .product-desc-expand {
	font-size: 13px;
	color: #f44336 !important;
	cursor: pointer;
}
.summary.entry-summary .price span.woocommerce-Price-amount.amount {
	color: #db302f;
	font-size: 22px;
}

.woocommerce .summary.entry-summary p.stock {
	font-size: 15px;
	text-align: center;
}

.summary.entry-summary p.stock.in-stock {
	color: #39bf40;
}

.summary.entry-summary p.stock.in-stock:before {
	font: 400 10px dashicons!important;
    content: "\f147";
    background: #39bf40;
    color: #fff;
    border-radius: 10px;
    margin-right: 5px;
}

.summary.entry-summary .product-brand {
	display: block;
	font-size: 16px;
}

.woocommerce div.product div.summary p.price, .woocommerce div.product div.summary span.price {
	text-align: center;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #232323;
}

.faq-content {
	padding-left: 7%;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	margin-bottom: 20px;
}

.bundled_product_excerpt.product_excerpt {
    display: none;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	width: 100%;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    top: .4em;
}

#york-search-results {
	background: white;
	overflow: scroll;
	height: 530px;
}

#york-search-results .row {
	border-bottom: 1px solid #e0dbdb;
}

.york-shipping-widget-form {
	border: 1px solid #e0dbdb;
}

.navbar-collapse {
	text-transform: uppercase;
}

.woocommerce .upsells ul.products li.product,
.woocommerce-page .upsells ul.products li.product {
	padding: 10px;
}

.woocommerce .upsells ul.products li.product .product-short-description, 
.woocommerce-page .upsells ul.products li.product .product-short-description {
	display: none;
}

.woocommerce .related ul.products li.product,
.woocommerce-page .related ul.products li.product {
	padding: 10px;
}

.woocommerce .home-featured-products ul.products li.product,
.woocommerce-page .home-featured-products ul.products li.product {
	padding: 10px;
	background: #fff;
	vertical-align: top;
	text-align: left;
}

.woocommerce .home-featured-products ul.products,
.woocommerce-page .home-featured-products ul.products {
	margin-top: 120px;
	text-align: center;
}

.woocommerce .home-featured-products ul.products li.product p.woocommerce-loop-product__title,
.woocommerce-page .home-featured-products ul.products li.product p.woocommerce-loop-product__title {
	color: #232323;
    font-size: 15px;
    font-weight: bold;
}

.woocommerce .home-featured-products ul.products li.product .product-short-description,
.woocommerce-page .home-featured-products ul.products li.product .product-short-description {
	height: 85px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.woocommerce .related ul.products li.product .product-short-description, 
.woocommerce-page .related ul.products li.product .product-short-description,
.woocommerce .home-featured-products ul.products li.product .sole_zip_price, 
.woocommerce-page .home-featured-products ul.products li.product .sole_zip_price {
	display: none;
}

.info-page-heading {
	background: #b81c22;
	color: #fff;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	padding: 50px;
}
.woocommerce div.product div.images img {
	border-radius: 5px;
    -moz-box-shadow: 0 0 10px #999;
    -webkit-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;
}

.woocommerce .single-product-main-image {
	padding: 10px;
}

.slick-initialized .slick-slide {
	padding: 5px;
}

.slick-arrow {
	display: none;
}

.videoWrapper iframe {
    width: 100%;
}
