/*
Theme Name: Groove
Author: UTI das Ideias
Author URI: https://utidasideias.com.br
Description: Tema desenvolvido para a Groove Bikes pela UTI das Ideias
Version: 1.0
*/

@font-face {
     font-family: Geogrotesque Regular;
     src: url('../Groove/fonts/Geogrotesque-Regular.otf');
}

@font-face {
     font-family: Geogrotesque Medium;
     src: url('../Groove/fonts/Geogrotesque-Medium.otf');
}

@font-face {
     font-family: Geogrotesque Bold;
     src: url('../Groove/fonts/Geogrotesque-Bold.otf');
}


body {
	color: #222;
}

a,
.btn,
.btn,
.btn-default,
.btn-primary,
.gravity-forms-wrapper input[type="submit"],
.gravity-forms-wrapper button[type="submit"] {
	transition: 0.2s ease-in;
	outline: none;
}

.margin-top-5{ margin-top: 5px; }
.margin-top-10{ margin-top: 10px; }
.margin-top-20{ margin-top: 20px; }
.margin-top-30{ margin-top: 30px; }
.margin-top-40{ margin-top: 40px; }
.margin-top-50{ margin-top: 50px; }
.margin-top-60{ margin-top: 60px; }
.margin-top-70{ margin-top: 70px; }
.margin-top-80{ margin-top: 80px; }
.margin-top-90{ margin-top: 90px; }
.margin-top-100{ margin-top: 100px; }

.margin-bottom-10{ margin-bottom: 10px; }
.margin-bottom-20{ margin-bottom: 20px; }
.margin-bottom-30{ margin-bottom: 30px; }
.margin-bottom-40{ margin-bottom: 40px; }
.margin-bottom-50{ margin-bottom: 50px; }
.margin-bottom-60{ margin-bottom: 60px; }
.margin-bottom-70{ margin-bottom: 70px; }
.margin-bottom-80{ margin-bottom: 80px; }
.margin-bottom-90{ margin-bottom: 90px; }
.margin-bottom-100{ margin-bottom: 100px; }


.btn-default {
	font-family: "Geogrotesque Medium";
	border: 1px solid #000;
	border-radius: 0px;
	background: #ffffff;
	text-transform: uppercase;
}

.btn-default:hover{
	background: #000;
	color: #1891c7;
}

.btn-primary,
.gravity-forms-wrapper input[type="submit"],
.gravity-forms-wrapper button[type="submit"] {
	font-family: "Geogrotesque Medium";
	border: 1px solid #000;
	border-radius: 0px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
}

.btn-primary:hover,
.gravity-forms-wrapper input[type="submit"]:hover,
.gravity-forms-wrapper button[type="submit"]:hover{
	color: #1891c7;
	border: 1px solid #000;
	background: #000;
}

.btn-blue {
	font-family: "Geogrotesque Medium";
	border: 1px solid #1891c7;
	border-radius: 0px;
	background: #1891c7;
	color: #fff;
	text-transform: uppercase;
}

.btn-blue:hover {
	border-color: #000;
	background-color: transparent;
}

.btn-sm {
	padding: 3px 15px;
}



.font-geogrotesque {
	font-family: "Geogrotesque Regular";
}

.font-geogrotesque-m {
	font-family: "Geogrotesque Medium";
}

.navbar{
	border: none;
}

.navbar-default{
	background: #ffffff;
	border-color: #ffffff;
	height: 86px;
}

.navbar-default .menu{
	background: #ffffff;
}

.black-bar{
	background: #000000;
	color: #ffffff;
	text-align: right;
}

.black-bar .menu-bar{
	display: inline-block;
}

.black-bar .menu-bar li{
	list-style-type: none;
	text-transform: uppercase;
	padding: 0 20px;
}

.black-bar .menu-bar li a{
	text-decoration: none;
	color: #ffffff;
}

.black-bar .menu-bar li a:hover{
	color: #1891c7;
}

.black-bar .social-bar{
	display: inline-block;
	font-family: "Geogrotesque Regular";
	margin: 0;
}

.black-bar .social-bar li{
	display: inline-block;
	padding: 5px 10px;
    border-left: 1px solid #ffffff;
}

.black-bar .social-bar li a{
	text-decoration: none;
	color: #ffffff;
}

.black-bar .social-bar li a:hover{
	color: #1891c7;
}

.navbar-brand {
	background-image: url('img/logo-groove.png');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 240px;
	height: 50px;
	margin-top: 15px !important;
	margin-left: 20px !important;
	padding: 0;
}

.navbar-brand h1 {
	font-size: 0.5px;
	color: transparent;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}

.navbar-nav.navbar-center {
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	margin-top: 12px;
}

.navbar-nav.navbar-center li{
    background: #ffffff;
    font-family: "Geogrotesque Medium";
    font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 11px;
	cursor: pointer;
	border-bottom: 3px solid transparent;
	transition: all 0.3s ease;
}

.navbar-nav.navbar-center li.current-menu-item{
	border-bottom: 3px solid #1891c7;
}

.navbar-nav.navbar-center li.current-menu-item a{
	background: #ffffff;
}

.navbar-nav.navbar-center li:hover{
	border-color: #1891c7;
}

.navbar-default .navbar-nav>.active>a:hover{
	background: #ffffff;
}

.navbar-nav.navbar-center li ul{
	overflow: visible;
    position: absolute;
    top: 105%;
    padding: 0;
	display: none;
}
.navbar-nav.navbar-center li ul li{
	list-style-type: none;
	padding: 10px 15px;
	width: 150px;
}

.navbar-nav.navbar-center li ul li a{
	color: #777;
	text-transform: uppercase;
	text-decoration: none;
}

.navbar-default .navbar-nav>.open>a{
	background: #ffffff !important;
}

.dropdown-menu>li>a:hover{
	background: #ffffff;
}

/* .navbar-nav.navbar-right{
	margin-right: -400px;
} */

.navbar-nav.navbar-right li{
	margin-top: 14px;
}

.navbar-nav.navbar-right li a{
	font-size: 20px;
}

.navbar-nav.navbar-right li a:hover{
	color: #1891c7;
}

.navbar-default .navbar-toggle{
	position: absolute;
	right: 0px;
	margin-top: 20px;
}

.navbar-nav.tools .search {
	position: relative;
}

.navbar-nav.tools .search .searchToggle:focus,
.navbar-nav.tools .search.active .searchToggle {
	background-color: transparent;
}

.navbar-nav.tools .search form {
	max-width: 0;
	background-color: #fff;
	padding: 15px 0;
	overflow: hidden;
	transition: all 0.3s ease;
}

.navbar-nav.tools .search form .form-control {
	width: 260px;
}

.navbar-nav.tools .search.active form {
	max-width: 260px;
	padding: 15px;
	margin-left: -60px;
}

.navbar-nav.tools .search form .submit {
	border: none;
	background-color: transparent;
	position: absolute;
	right: 16px;
	bottom: 22px;
	transition: all 0.3s ease;
	display: none;
}

.navbar-nav.tools .search.active form .submit {
	display: inline-block;
}

.navbar-nav.tools .search form .submit:hover {
	color: #505050;
}

@media screen and (min-width: 992px) {

	.navbar-nav.tools .search form {
		position: absolute;
		bottom: -7px;
		right: 46px;
	}

	.navbar-nav.tools .search.active form {
		margin-left: 0;
	}

}


.black-footer{
	background: #000;
	font-family: "Geogrotesque Medium";
	list-style-type: none;
}

.black-footer ul{
	padding-top: 10px;
	padding-bottom: 30px;
}

.black-footer ul li{
	display: inline-grid;
	min-width: 150px;
}

.black-footer ul li a{
	text-decoration: none;
	color: #505050;
	font-size: 16px;
	text-transform: uppercase;
}

.black-footer ul li a[href]:hover{
	color: #1891c7;
}

.black-footer ul li ul{
	margin-top: 10px;
}

.black-footer ul li ul li{
	display: block;
	margin-left: -40px;
}

.black-footer ul li ul li a{
	text-decoration: none;
	color: #ffffff;
	text-transform: none;
}

.black-footer ul li ul li a:hover{
	color: #1891c7;
}

.stripped-footer{
	background: -webkit-repeating-linear-gradient(135deg, #ededed, #ededed 2px, #ffffff 0, #ffffff 12px);
  	background: repeating-linear-gradient(135deg, #ededed, #ededed 2px, #ffffff 0, #ffffff 12px);
  	font-family: "Geogrotesque Medium";
  	margin-top: -10px;
}

.stripped-footer p{
	text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
}

.carousel-control.right, .carousel-control.left{
	background-image: none;
}

.bike-model{
    display: inline-block;
    background-size: 100%;
}

.bike-model img{
	opacity: 1;
   transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
}

.bike-model img:hover {
	opacity: 0;
}

.home-section{
    display: inline-block;
	background-size: 100%;
	position: relative;
}

.home-section a {
	display: block;
}

.home-section .cover {
	opacity: 1;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
}

.home-section:hover .cover {
	opacity: 0;
}

.home-section.small:hover .wrapper div {
	background-color: rgba(0, 0, 0, 0.6);
}

.home-section .wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.home-section .wrapper .icon {
	display: inline-block;
	vertical-align: middle;
}

.home-section .wrapper .title {
	font-family: Geogrotesque Medium;
	font-size: 30px;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
	margin: 5px 20px;
}

.home-section.small .wrapper div {
	width: 100%;
	background-color: #000;
	transition: all .5s ease-in-out;
}

.home-section.small .wrapper .title {
	font-size: 23px;
}

@media screen and (max-width: 767px) {
	
	.home-section.small {
		width: 260px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
}

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

	.home-section .wrapper .title,
	.home-section.small .wrapper .title {
		font-size: 18px;
	}

	.home-section .wrapper .icon {
		max-width: 44px;
	}

}

.stripped-background{
	background: -webkit-repeating-linear-gradient(135deg, #ededed, #ededed 2px, #ffffff 0, #ffffff 12px);
  	background: repeating-linear-gradient(135deg, #ededed, #ededed 2px, #ffffff 0, #ffffff 12px);
}

.newsletter-blue{
	background: #008bcc;
	opacity: 0.7;
	margin-left: -80px;
	margin-right: 80px;
	transform: skewX(-47deg);
}

.newsletter-text{
	opacity: 1;
    font-family: "Geogrotesque Medium";
    color: #ffffff;
    transform: skewX(47deg);
    font-size: 24px;
    float: right;
    margin-right: 90px;
    text-transform: uppercase;
    width: 245px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.newsletter-text span{
	font-size: 43px;
}

.newsletter-form{
	text-transform: uppercase;
	font-family: "Geogrotesque Medium";
	margin-top: 45px;
}

.newsletter-form .gform_fields {
	list-style-type: none;
	padding: 0;
}

.newsletter-form .gform_fields li label {
	margin-right: 20px;
}

.newsletter-form .gform_fields li input{
	border: 1px solid #000;
	border-radius: 0px;
	margin-right: 20px;
}


.home-news-section{
	background: #edeef0;
	font-family: "Geogrotesque Medium";
	text-transform: uppercase;
	padding-top: 120px;
	padding-bottom: 120px;
}

.home-news-section h2{
	text-align: center;
}

.home-news-section .owl-carousel .owl-nav{
	font-size: 40px;
	width: 100%;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
}

.home-news-section .owl-carousel .owl-nav .owl-prev{
	float: left;
	margin-left: -25px;
}

.home-news-section .owl-carousel .owl-nav .owl-next{
	float: right;
	margin-right: -25px;
}

.news-img{
	border-bottom: 5px solid #00b0ff;
}

.news-wrapper{
	display: flex;
}

.news-wrapper .news-title{
	text-decoration: underline;
	width: 100%;
	padding-right: 10px;
}

.news-wrapper .btn-default{
	padding-left: 29px;
	padding-right: 29px;
	height: 34px;
}

.img-page-header{
	position: relative;
	text-align: center
}

.img-page-header img{
	display: inline-block;
}

.img-page-header h2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Geogrotesque Medium";
	font-size: 40px;
}

.small-head {
	font-family: "Geogrotesque Medium";
	text-transform: uppercase;
	color: #000;
}

.small-head .title {
	font-size: 30px;
	font-weight: bold;
}

.small-head .description {
	font-size: 20px;
}


.page-content{
	font-family: "Geogrotesque Regular";
	margin: 50px 0;
}

.img-post-header{
	position: relative;
}

.img-post-header h2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Geogrotesque Medium";
	font-size: 40px;
}

.post-content{
	font-family: "Geogrotesque Regular";
	margin: 50px 0;
}


.form-control {
	max-width: 100%;
	border: 1px solid #222;
	border-radius: 0;
}

.form-control:focus {
	box-shadow: none;
	border-color: #777;
}

.form-group {
	max-width: 100%;
}

.form-group.valign-top .form-label {
	vertical-align: top;
}

.form-group.valign-center .form-label {
	vertical-align: middle;
}

.page-header-tools {
	border-bottom: 1px solid #cbcbcb;
	margin-top: 40px;
	padding-bottom: 40px;
}

.breadcrumb {
	background-color: transparent;
	margin: 0;
}

.breadcrumb ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.breadcrumb ol li {
	display: inline-block;
	font-family: "Geogrotesque Regular";
	font-size: 19.97px;
	color: #777;
	text-transform: uppercase;
	cursor: default;
}

.breadcrumb ol li:not(:last-child) {
	position: relative;
	margin-right: 10px;
}

.breadcrumb ol li:not(:last-child)::after {
	content: ' / ';
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	color: #222;
	margin-left: 10px;
}

.breadcrumb ol li a {
	color: #222;
}

.breadcrumb ol li a:hover {
	text-decoration: none;
	color: #777777;
}


/* Gravity forms global styles */
.gravity-forms-wrapper ul {
	list-style-type: none;
	padding: 0;
}

.gravity-forms-wrapper ul .valign-top label,
.gravity-forms-wrapper ul .valign-top div {
	vertical-align: top;
}

.gravity-forms-wrapper input,
.gravity-forms-wrapper button,
.gravity-forms-wrapper textarea {
	max-width: 100%;
	border: 1px solid #222;
	border-radius: 0;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
}

.gravity-forms-wrapper textarea {
	height: auto;
}

.gravity-forms-wrapper input:focus,
.gravity-forms-wrapper textarea:focus {
	border-color: #777;
}

.gravity-forms-wrapper input[type="submit"],
.gravity-forms-wrapper button[type="submit"] {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	position: relative;
	padding-right: 40px;
}

.gravity-forms-wrapper button[type="submit"]::after {
	content: '';
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 16px;
	color: inherit;
	position: absolute;
	right: 13px;
	top: 3px;
}

.gravity-forms-wrapper label {
	font-family: "Geogrotesque Regular";
	font-size: 20px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.gravity-forms-wrapper .validation_error,
.gravity-forms-wrapper .validation_message {
	color: #be1111;
}

.gravity-forms-wrapper .validation_error {
	margin-bottom: 20px;
}


.title-border-top {
	border-top: 1px solid #000;
	margin-top: 20px;
	padding-top: 20px;
}


/* Tables */
.table > tbody > tr > td {
	border-top: none;
	font-family: "Geogrotesque Medium";
	letter-spacing: 2px;
}

.groove-table-small.table > tbody > tr > td {
	padding: 5px 8px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f5f5f5;
}

.table-striped > tbody > tr:hover {
	background-color: #eee;
}



/*Media queries*/


@media (max-width: 429px){
	.black-bar .social-bar li:last-child{
		display: none;
	}

	.navbar-brand{
		width: 230px;
	}

	.button-sound i{
		font-size: x-large !important;
	}

	.button-sound{
		margin-top: -40px;
	}
	
}

@media (max-width: 767px){
	.navbar-default .navbar-collapse{
		border-color: unset;
	}

	.navbar-collapse {
        border-top: unset;
        box-shadow: unset;
    }

	.navbar-nav.navbar-center{
		position: relative;
	}

	.navbar-default .navbar-nav>li>a{
		padding-left: 30px;
	}

	.navbar-nav.navbar-center li ul{
		position: relative;
	}

	.navbar-nav.navbar-center li ul li{
		width: 100%;
	}

	.navbar-nav.navbar-right{
    	margin-right: unset;
    	display: inline-flex;
    }

    .black-footer ul li{
    	display: block;
    }

    .news-wrapper{
    	display: block;
    }

    .news-wrapper .btn-default{
    	float: right;
    }

    .newsletter-blue{
		transform: none;
		margin-left: 0px;
		margin-right: 0px;
	}

	.newsletter-blue::before{
		content: "";
	    background: #008bcc;
	    position: absolute;
	    height: 100%;
	    left: -38px;
	    opacity: 1;
	    padding-left: 50px;
	}

	.newsletter-blue::after{
		content: "";
	    background: #008bcc;
	    position: absolute;
	    height: 100%;
	    right: -15px;
	    opacity: 1;
	    padding-right: 15px;
	}

	.newsletter-text{
		transform: none;
		width: 100%;
		float: left;
		text-align: center;
	}

	.newsletter-text span{
		font-size: 24px;
	}

	.newsletter-form{
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.newsletter-form input{
		width: 100% !important;
	}

	.img-page-header h2{
		position: unset;
		transform: unset;
		color: #008bcc;
		text-align: center;
	}

	.img-post-header h2{
		position: unset;
		transform: unset;
		color: #008bcc;
		text-align: center;
	}
}

@media screen and (min-width: 768px) {
	
	.form-control {
		width: 400px !important;
	}

	.newsletter-form .gform_body,
	.newsletter-form .gform_body .ginput_container ,
	.newsletter-form .gform_footer {
		display: inline-block;
		vertical-align: top;
	}

	.newsletter-form .gform_fields li input{
		width: 430px !important;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.navbar-default .navbar-collapse{
		border-color: unset;
	}

	.navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 30px;
    }

    .navbar-nav.navbar-center li ul{
		position: relative;
	}

	.navbar-nav.navbar-center li ul li{
		width: 100%;
	}

   .navbar-collapse.collapse.in {
        display: block!important; 
    }

    .navbar-nav .open .dropdown-menu{
    	position: static;
	    float: none;
	    width: auto;
	    margin-top: 0;
	    background-color: transparent;
	    border: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
    }

    .navbar-nav.navbar-center{
    	position: relative;
    }

    .navbar-nav.navbar-right{
    	margin-right: unset;
    	display: inline-flex;
    }

    .home-news-section .owl-carousel .owl-nav{
		top: 44%;
	}

	.newsletter-blue{
		transform: none;
		margin-left: 0px;
		margin-right: 0px;
	}

	.newsletter-blue::before{
		content: "";
	    background: #008bcc;
	    position: absolute;
	    height: 100%;
	    left: -38px;
	    opacity: 1;
	    padding-left: 50px;
	}

	.newsletter-blue::after{
		content: "";
	    background: #008bcc;
	    position: absolute;
	    height: 100%;
	    right: -15px;
	    opacity: 1;
	    padding-right: 15px;
	}

	.newsletter-text{
		transform: none;
		width: 100%;
		float: left;
		text-align: center;
	}

	.newsletter-text span{
		font-size: 24px;
	}

	.newsletter-form{
		margin-top: 30px;
		margin-bottom: 30px;
		text-align: center;
	}
}

@media screen and (min-width: 992px) {
	
	.img-page-header h2 {
		letter-spacing: 15px;
	}

	.page-header-tools {
		margin-top: 50px;
		padding-bottom: 50px;
	}

	.table.td-spacer-lg > tbody > tr > td {
		padding-left: 150px;
	}

	.table.td-spacer-lg > tbody > tr > td:first-child {
		width: 320px;
	}
}

@media (min-width: 992px) and (max-width: 1199px){
	.navbar-brand{
		width: 245px;
		margin-top: 30px !important;
	}

	.home-news-section .owl-carousel .owl-nav{
		top: 36%;
	}

	.newsletter-text{
		margin-right: 60px;
	}

	.newsletter-form input{
		width: 251px !important;
	}
}


/**
 *	PAGES CSS
 *	=======
*/


/* PRODUCTS */

.page-products .woocommerce-ordering select {
	padding: 10px;
}

.page-products .products {
	list-style-type: none;
	padding: 0;
}

.page-products .products .item {
	position: relative;
	font-family: "Geogrotesque Regular";
	margin-bottom: 40px;
}

.page-products .products .item a {
	color: #222;

}

.page-products .products .item a:hover {
	text-decoration: none;
}

.page-products .products .item > a {
	display: block;
}

/* Product image */
.page-products .products .item > a img {
	max-width: 100%;
	height: auto;
	margin-top: 20px;
}

.page-products .products .item .title-wrapper {
	border-top: 1px solid #222;
	padding: 18px 0;
	margin-top: 40px;
}

.page-products .products .item .title-wrapper .price-wrapper {
	font-size: 17px;
}

.page-products .products .item .woocommerce-loop-product__title {
	font-size: 23.26px;
	padding: 0;
	margin: 0;
}


/* Brand image */
.page-products .products .item .pwb-brands-in-loop {
	position: absolute;
	top: 0;
	left: 15px;
}

.page-products .products .item .pwb-brands-in-loop img {
	max-width: 200px;
	height: auto;
	transition: 0.2s ease-in;
}

.page-products .products .item .pwb-brands-in-loop img:hover {
	opacity: 0.5;
}

.woocommerce-result-count { 
    display: none;
}

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

	.page-products .woocommerce-ordering {
		margin-top: 40px;
	}

	.page-products .woocommerce-ordering select {
		width: 100%;
	}
}

@media screen and (min-width: 768px) {

	.page-products .woocommerce-ordering {
		position: absolute;
		right: 15px;
		margin-top: -85px;
	}

	.page-products .products .item {
		margin-bottom: 70px;
	}
	
	.page-products .products .item .title-wrapper .price-wrapper {
		text-align: right;
	}

	.page-products .products .item .woocommerce-loop-product__title {
		height: 52px;
		overflow: hidden;
	}
}


/* Brands carousel */
.brands-carousel {
	border-bottom: 1px solid #cbcbcb;
	margin-top: 70px;
	margin-bottom: 70px;
	padding-bottom: 70px;
	padding-left: 45px;
	padding-right: 45px;
	position: relative;
}

.brands-carousel .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.brands-carousel .owl-carousel .item a:hover {
	opacity: 0.6;
}

.brands-carousel .owl-carousel .owl-nav .owl-prev,
.brands-carousel .owl-carousel .owl-nav .owl-next {
	font-size: 0;
	color: transparent;
	background-image: url(img/arrow-left.png);
	width: 24px;
	height: 45px;
	display: block;
	position: absolute;
	top: -8px;
	transition: 0.2s ease-in;
}

.brands-carousel .owl-carousel .owl-nav .owl-prev:hover,
.brands-carousel .owl-carousel .owl-nav .owl-next:hover {
	opacity: 0.6;
}

.brands-carousel .owl-carousel .owl-nav .owl-prev {
	left: -45px;
}

.brands-carousel .owl-carousel .owl-nav .owl-next {
	transform: rotate(180deg);
	right: -45px;
}

.woocommerce-pagination ul {
	list-style-type: none;
	text-align: center;
}

.woocommerce-pagination ul li {
	font-size: 20px;
	font-family: Geogrotesque Medium;
	display: inline-block;
	margin: 0 5px;
}


/* Product details */
.page-product-details {
	margin-top: 15px;
	margin-bottom: 90px;
	font-family: "Geogrotesque Regular";
}

.page-product-details .single-product-main-image {
	height: fit-content;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0px;
}

.page-product-details .single-product-main-image img {
	height: auto !important;
	max-width: 100%;
}

.page-product-details #wooswipe .thumbnails {
	height: 181px;
	position: relative;
	text-align: center;
}

.page-product-details .thumbnails::before {
	content: 'Clique para ampliar a imagem';
	background-image: url('img/zoom-icon.png');
	background-repeat: no-repeat;
	font-family: "Geogrotesque Regular";
	font-size: 14px;
	color: #b3b3b3;
	letter-spacing: 1.5px;
	text-align: center;
	display: inline-block;
	margin: 10px 0 40px;
	padding-left: 35px;
}

.page-product-details .product_logo {
	margin-bottom: 50px;
}

.page-product-details .summary,
.page-product-details .wc-tabs-wrapper {
	font-size: 18px;
}

.page-product-details .product_title {
	font-family: "Geogrotesque Medium";
	font-size: 30px;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.page-product-details .price {
	font-family: "Geogrotesque Medium";
	font-size: 24px;
}

.page-product-details .share-buttons {
	list-style-type: none;
	padding: 0;
	margin-top: 40px;
	font-size: 0;
}

.page-product-details .share-buttons li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
}

.page-product-details .share-buttons li.title {
	background-color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	line-height: 1;
	letter-spacing: 1px;
}

.page-product-details .share-buttons li a {
	background-color: #d4d4d4;
	font-size: 14px;
	color: #bfbfbf;
	display: block;
	padding: 4px 8px;
	color: #858585;
}

.page-product-details .share-buttons li a:hover {
	color: #000;
}

.page-product-details .tm-woocompare-button,
.page-product-details .tm-woocompare-page-button {
	display: inline-block;
    margin-bottom: 45px;
}

.page-product-details .cart .single_add_to_cart_button,
.page-product-details .cart .quantity,
.page-product-details .tabs.wc-tabs,
.page-product-details .posted_in {
	display: none !important;
}

.page-product-details .variations {
	    margin-top: 40px;
}

.page-product-details .variations .label {
	color: inherit;
	font-size: 24px;
	padding: 0 20px 0 0;
}

.page-product-details .variations .label label {
	margin-top: 6px;
	margin-bottom: initial;
}

.page-product-details .variations .swatch-control {
	display: inline-block;
}

.page-product-details .variations .swatch-control .select-option {
	border: none;
}

.page-product-details .variations .swatch-control .select-option a {
	border: 2px solid transparent;
	border-radius: 100px;
}

.page-product-details .variations .swatch-control .select-option.selected {
	padding: 2px;
}

.page-product-details .variations .swatch-control .select-option.selected a {
	border-color: #222222;
}

.page-product-details .variations .reset_variations {
	display: inline-block;
	vertical-align: top;
	margin-top: 8px;
	font-size: 14px;
	color: #999;
	margin-left: 5px;
}

.page-product-details .single_variation_wrap {
	margin-top: 40px;
	margin-bottom: 40px;
}

.page-product-details .product-meta .tagged_as {
	margin-bottom: 20px;
	display: block;
}

.page-product-details .thumbnail-nav .slick-prev,
.page-product-details .thumbnail-nav .slick-next {
	font-size: 0;
	color: transparent;
	background-image: url(img/arrow-left.png) !important;
	width: 24px;
	height: 45px;
	display: block;
	transition: 0.2s ease-in;
	top: 40%;
}

.page-product-details .thumbnail-nav .slick-prev::before,
.page-product-details .thumbnail-nav .slick-next::before {
	display: none;
}

.page-product-details .thumbnail-nav .slick-prev:hover,
.page-product-details .thumbnail-nav .slick-next:hover {
	opacity: 0.6;
}

.page-product-details .thumbnail-nav .slick-prev.slick-disabled,
.page-product-details .thumbnail-nav .slick-next.slick-disabled {
	opacity: 0.5;
	cursor: default;
}

.page-product-details .thumbnail-nav .slick-next {
	transform: rotate(180deg);
}



/* Compare products widget */

.compare-bar {
	width: 100%;
	height: 45px;
	background-color: #eee;
	border-top: 2px solid #008bcc;
	font-family: "Geogrotesque Medium";	
	text-align: center;
	color: #000;
	text-transform: uppercase;
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	cursor: pointer;
}

.compare-bar .count {
	width: 20px;
	height: 20px;
	border-radius: 100px;
	background-color: #000;
	color: #fff;
	display: inline-block;
	margin-right: 7px;
}

.compare-modal .item {
	margin-bottom: 20px;
}

.compare-modal .item .remove {
	border: none;
	background-color: transparent;
	font-size: 12px;
	color: #aaa;
	padding: 4px 0;
}

.compare-modal .item img {
	width: 100%;
}

.compare-modal .item-empty a {
	height: 195px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	border: 2px dashed #eee;
}

.compare-modal .item-empty a:hover {
	background-color: #fcfcfc;
	text-decoration: none;
}


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

	.page-product-details .single-product-main-image {
		height: 284px;
	}

	.page-product-details .thumbnail-nav .slick-prev {
		transform: scale(0.5);
	}

	.page-product-details .thumbnail-nav .slick-next {
		transform: scale(0.5) rotate(180deg);
	}
}

@media screen and (min-width: 768px) {

	.page-product-details {
		margin-top: 90px;
	}
	
	.page-product-details .thumbnail-nav .slick-list {
		margin: 0 55px 0 55px;
	}
}

@media screen and (max-width: 991px) {
	
	.page-product-details .product_logo {
		margin-top: 50px;
	}
}


/* Compare products */

.page-compare .products {
	text-align: center;
}
.page-compare .products .product-logo {
	margin-top: 40px;
	margin-bottom: 40px;
}

.page-compare .products .product-logo img,
.page-compare .products .product-image img {
	display: inline-block;

}

.page-compare .products .product-logo img {
	max-width: 235px;
}

.page-compare .spec-title {
	width: 100%;
	background-color: #00b0ff;
	font-family: "Geogrotesque Medium";
	font-size: 18px;
	font-weight: 900;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 8px;
}

.page-compare .spec-table {
	margin-bottom: 0;
}

.page-compare .spec-table td {
	font-size: 16px;
	padding: 20px 10px;
}



/* Wishlist */
.woocommerce table.wishlist_table {
	font-size: 100% !important;
}

.woocommerce table.wishlist_table tr td {
	text-align: left;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table td,
.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td {
	border-color: #222 !important;
}



/* Contact */
.page-contact {
	margin-bottom: 60px;
}

.page-contact .small-head {
	margin: 60px 0;
}

.page-contact .contact-item {
	font-family: 'Geogrotesque Regular';
	font-size: 16px;
	margin-bottom: 40px;
}

.page-contact .contact-item .title {
	font-family: 'Geogrotesque Medium';
	font-weight: 700;
	margin: 0;
}

.page-contact .contact-item .link {
	color: #222;
	text-decoration: underline;
}

.page-contact .contact-item .link:hover {
	opacity: 0.5;
}


.page-contact .gravity-forms-wrapper ul input,
.page-contact .gravity-forms-wrapper ul textarea {
	width: 400px;
	max-width: 100%;
}

.page-contact .gravity-forms-wrapper ul li {
	margin-bottom: 20px;
}

.page-contact .gravity-forms-wrapper ul li label + div {
	display: inline-block;
	max-width: 100%;
}

@media screen and (min-width: 768px) {

	.page-contact .small-head {
		margin: 90px 0;
	}

	.page-contact .contact-item {
		font-size: 30px;
		text-align: right;
	}
	
	.page-contact .contact-item .title {
		font-size: inherit;
	}

	.page-contact .form-inline .form-group {
		margin-bottom: 30px !important;
	}
}

@media screen and (max-width: 991px) {
	
	.page-contact .form-inline .form-control {
		display: block;
	}

}

@media screen and (min-width: 1200px) {
	
	.page-contact .form-inline {
		text-align: right;
	}
}


/* Register bike */

.page-bike-register ul li {
	margin-bottom: 20px;	
}

.page-bike-register .gform_body > ul li input:not([type="checkbox"]),
.page-bike-register .gform_body > ul li.w100 {
	width: 100%;
}

.page-bike-register ul li input[type="checkbox"] + label {
	vertical-align: top;
	padding-top: 6px;
}

@media screen and (min-width: 768px) {

	.page-bike-register .gform_body > ul > li {
		width: 25%;
		padding: 0 15px;
		display: inline-block;
	}

	.page-bike-register input[type="submit"] {
		margin-left: 15px;
	}

}

/* Physical Stores */

.page-physical-stores .map-filters {
	margin-top: 25px;
	margin-bottom: 100px;
}

.page-physical-stores .map-filters .search_user_input {
	font-size: 21.23px;
}

.page-physical-stores .map-filters .search_user_input .form-control {
	width: 275px !important;
	max-width: 100%;
}

.page-physical-stores .map-filters .btn-default {
	border-color: #008bcc;
	background-color: #008bcc;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 10px;
	transform: translateY(-2px);
}

.page-physical-stores .map-filters .btn-default:hover {
	background-color: #000;
	border-color: #000;
}

.page-physical-stores .map-filters .search_filters {
	font-size: 16px;
	margin-top: 5px;
}

.page-physical-stores .map-filters .search_filters label {
	margin-left: 20px;
	margin-right: 7px;
}

.page-physical-stores #wpsl-wrap {
	margin-top: 25px;
	width: 100%;
}

.page-physical-stores #wpsl-wrap .wpsl-search {
	background-color: transparent;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 20px;
}

.page-physical-stores #wpsl-wrap .wpsl-search #wpsl-category {
	clear: none;
}

.page-physical-stores #wpsl-wrap .wpsl-search label {
	width: auto;
	font-size: 21.23px;
	margin-top: 3px;
}

.page-physical-stores #wpsl-wrap .wpsl-search .wpsl-input input,
.page-physical-stores #wpsl-wrap .wpsl-search .wpsl-dropdown {
	border-radius: 0;
	border-color: #000;
	font-size: 16px;
	margin-right: 12px !important;
}

.page-physical-stores #wpsl-wrap .wpsl-search .wpsl-search-btn-wrap input {
	font-family: "Geogrotesque Medium";
	border: 1px solid #000;
	border-radius: 0px;
	background: #ffffff;
	text-transform: uppercase;
	transition: 0.2s ease-in;
	outline: none;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	padding: 6px 12px;
	font-size: 18px;
	line-height: 1.42857143;
	letter-spacing: 2px;
	color: #000;
}

.page-physical-stores #wpsl-wrap .wpsl-search .wpsl-search-btn-wrap input:hover {
	background-color: #008bcc;
	border-color: #008bcc;
	color: #fff;
}

.page-physical-stores #wpsl-wrap .wpsl-preloader,
.page-physical-stores #wpsl-wrap .wpsl-no-results-msg {
	font-size: 18px;
	margin-top: 20px;
}

.share-buttons-page {
	list-style-type: none;
	padding: 0;
	margin-top: 40px;
	font-size: 0;
}

.share-buttons-page li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
}

.share-buttons-page li.title {
	background-color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	line-height: 1;
	letter-spacing: 1px;
}

.share-buttons-page li a {
	background-color: #d4d4d4;
	font-size: 14px;
	color: #bfbfbf;
	display: block;
	padding: 4px 8px;
	color: #858585;
}
.share-buttons-page li a:hover {
	color: #000;
}

.compartilhamento{
	margin: 50px 20px !important;
}

.sound{
	display: none;
}

.button-sound{
	background: transparent;
	border: 0;
	z-index: 9999;
    margin-top: -57px;
	margin-left: 23px;
	position: absolute;
}


.button-sound i{
	color: white !important;
}

a video{
	width: 101%;
	height: 100%;
}

video.video-mobile{
	width: 101%;
	height: 100%;
}

a.conteudo{
	font-weight: bold;
	background: transparent;
    border: 0;
    z-index: 9999;
    margin-top: -58px;
    margin-left: 35rem;
    position: absolute;
	font-size: smaller;
	color: white;
}

.play-mobile{
	margin: 100px;
    margin-left: 204px;
    position: absolute;
}

#prevSlide{
	bottom: 10rem !important;
	top: 5rem !important;
}

#nextSlide{
	bottom: 10rem !important;
	top: 5rem !important;
}

#wooswipe .wooswipe-mainimagepopup{
	pointer-events:none
}

.button-sound:focus{
	outline: thin dotted;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
}

.button-sound:focus {
	outline: thin dotted;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
}

@media (max-width: 420px){
	a.conteudo{
		margin-left: 34rem !important;
	}
}

@media (max-width: 400px){
	a.conteudo{
		margin-left: 32rem !important;
	}
}

@media (max-width: 360px){
	a.conteudo{
		margin-left: 28rem !important;
	}
}


@media (max-width: 320px){
	a.conteudo{
		margin-left: 26rem !important;
	}
}

/* Fix de tamanhos das imagens */
.carousel-inner > .item > a > img,
.img-page-header img {
	min-width: 100%;
}
