/*
 Theme Name:   RideStyle Child
 Theme URI:    http://7uptheme.com/wordpress/ridestyle
 Description:  RideStyle Child Theme
 Author:       The 7up WordPress Team
 Author URI:   http://themeforest.net/user/7-up
 Template:     ridestyle
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         full-width-template, theme-options, rtl-language-support, two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments
 Text Domain:  ridestyle-child
*/

@font-face {
    font-family: 'bodoni script';
    src: url('assets/fonts/bodoni.woff2') format('woff2'),
         url('assets/fonts/bodoni.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*
.yellow-font {
    font-family: 'bodoni script', 'Yellowtail', cursive;
    text-shadow: 0 0 0 #000;
}
*/

.vc_row.header2::before {
	right: 25%;
}


/* Breadctumbs */
.wrap-bread-crumb {
	min-height: unset;
}
.bread-crumb {
	padding: 20px 0;
	font-size: 13px;
	font-weight: normal;
}


/* Product compare */
.item-product-gallery .product-extra-link a.added {
	overflow: hidden;
	position: relative;
}
.item-product-gallery .product-extra-link a.added:after {
	background: #fff;
	color: #000;
	content: "✓";
	left: 0;
	position: absolute;
    top: 0;
    width: 100%;
}

.footer1 {
	padding: 50px 0;
}



@media screen and (max-width: 767px) {
	.header-general {
		padding: 0;
	}
	.header-general .logo {
		background: #333;
	}
	.header-general .main-nav {
		padding-left: 20px;
		padding-bottom: 20px;
	}
	.header-general .wrap-search-cart {
		padding-right: 20px;
		margin-top: -53px;
	}


	/* Product filters off canvas for mobile */
	.off-canvas-filter {
		bottom: 20px;
		position: fixed;
		text-align: center;
		width: 100%;
	    z-index: 100;
	}
	.off-canvas-filter a {
		background: #222;
		border-radius: 20px;
		color: #ffd80a;
		font-weight: 500;
		letter-spacing: 1px;
		padding: 5px 20px;
	}
	.off-canvas-filter a:before {
		content: "☰";
		margin-right: 5px;
	}

	.woocommerce-page .sidebar-wrap {
		background: #fff;
		box-sizing: border-box;
		box-shadow: 10px 0 30px rgba(0,0,0,0.15);
		height: 100%;
		left: 0;
		margin-top: 0;
		max-width: 300px;
		overflow: auto;
		padding: 0 15px 15px 15px;
		position: fixed;
		top: 0;
		transform: translateX(-120%);
		transition: all 0.3s cubic-bezier(0.35, 0.38, 0.07, 0.83);
		width: 100%;
		z-index: 9990;
	}

	.sidebar-close-container {
		text-align: right;
	}
	.sidebar-wrap .btn-close {
		box-shadow: none;
		border-radius: 100%;
		font-size: 30px;
	}

	.sidebar-wrap.active {
		transform: translateX(0)
	}

}
