@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Montserrat', sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #2f2f2f;
	/*word-break:break-all;*/
	line-height: 22px;
}
.clr {
	clear: both;
}
img {
	max-width: 100%;
}
ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
img {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:700;
}
p {
	font-family: 'Montserrat', sans-serif;
}
header {
	width:100%;
	display:inline-block;
	background: url(../images/headerbg.jpg) center top no-repeat;
	padding:15px 0px 0px;
	color:#fff;
	background-size:cover;
}
header section {
	width:100%;
	display:block;
}
header section .logo {
	width:100%;
}
header section .topheader {
	width:100%;
	display:inline-block;
	border-bottom:1px solid #424242;
	padding:5px 0px 8px;
	font-size:14px;
}
header section .topheader a {
	color:#fff;
}
header section .topheader a:hover {
	color:#000;
}
header .topheader .wattshapcall {
	float:left;
}
header .topheader .rightheader {
	float:right;
}
header .topheader .rightheader li {
	display:inline-block;
	padding:0px 0px 0px 15px;
}
.search_usersection {
	width:100%;
	display:inline-block;
	margin-top:18px;
}
.search_usersection .searchinput {
	width:55%;
	float:left;
	background:#fff;
	border-radius:11px;
}
.search_usersection .searchinput .typeinput {
	width:68%;
	color: #333;
	float: left;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left:20px;
	border: none;
	background: none;
}
.search_usersection .searchinput .typebutton, 
.search_usersection .searchinput .typebutton:hover 
{
	float:right;
	background:#dfdfdf;
	border:none;
	border-radius:0px 11px 11px 0px;
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
	padding:12px 30px;
	background-image:url(/imagens/layout/icon-lupa.png);
	background-repeat:no-repeat;
	background-position:center center;
}

.search_usersection .user_cart {
	width:42%;
	float:right;
	margin-left:15px;
}
.search_usersection .user_cart a {
	color:#fff;
}
.search_usersection .user_cart h6 {
	font-size: 16px;
	font-weight:600;
	text-transform: uppercase;
	display: inline-block;
	padding-right: 20px;
}
.search_usersection .user_cart h6 span {
	font-size:14px;
	font-weight:300;
	text-transform:none;
}
.search_usersection .user_cart h6.carticon {
	background:none;
	padding-right:0px;
	padding-left: 0px;
}
.search_usersection .user_cart h6.carticon img {
	float:left;
}
.search_usersection .user_cart h6 .cart_cont {
	padding-left:36px;
	padding-right: 15px;
}
.navigation {
	width:100%;
	display:inline-block;
	background:#000;
	margin-top:18px;
}
.navigation ul li {
	display:inline-block;
	position:static;
}
.navigation ul li a {
	color:#fff;
	display:block;
	font-weight:600;
	padding:10px 10px;
	font-size:14px;
	text-transform:uppercase;
}
.navigation ul li a:hover {
	background:#0a0a0a;
}
.container {
	position:relative;
}
.navigation ul li .mega_menu {
	position: absolute;
	background:rgba(0,0,0, 0.9);
	padding:20px;
	width: 100%;
	display:none;
	left: 0;
	right: 0;
	z-index:999999;
}
.navigation ul li:hover .mega_menu {
	display:block;
}
.navigation ul li .mega_menu h6 {
	font-size:16px;
	color:#87d100;
	text-transform:uppercase;
	border-bottom:2px solid #87d100;
	padding-bottom:8px;
}
.navigation ul li .mega_menu .submenu {
	width:45%;
	float:left;
	margin-right:25px;
}
.navigation ul li .mega_menu .submenu li {
	display:block;
}
.navigation ul li .mega_menu .submenu li a {
	font-size:14px;
	color:#fff;
	padding:4px 0px;
	display:block;
	text-transform:none;
}
.navigation ul li .mega_menu .submenu li a:hover {
	color:#FDB819;
	background:none;
}
.banner {
	width:100%;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}
.containe2 {
	width: 1170px;
	margin: 0 auto;
}
.banner_content {
	position: absolute;
	top:20%;
	left:0;
	right:0;
}
.banner_content h5 {
	font-size:28px;
	margin:0px;
}
.banner_content h2 {
	font-size: 200px;
	margin: 0px;
	line-height: 155px;
	letter-spacing: -5px;
}
.banner_content .clique_btn {
	font-size:22px;
	border:3px solid #fff;
	border-radius:10px;
	display:inline-block;
	padding:8px 40px;
	color:#fff;
	margin:25px 0px 15px;
}
.shopping_info {
	width:100%;
	display:inline-block;
	border-bottom:1px solid #e6e6e6;
	border-top:1px solid #e6e6e6;
	padding:5px 0px;
	margin:30px 0px;
}
.shopping_info li {
	width:24%;
	display:inline-block;
	vertical-align:text-top;
	padding:10px 30px 10px 60px;
	background:url(../images/shoping_icon.png) 2px 10px no-repeat;
}
.shopping_info li.shopping_icon2 {
	background:url(../images/shoping_icon2.png) 2px 10px no-repeat;
}
.shopping_info li.shopping_icon3 {
	background:url(../images/shoping_icon3.png) 2px 10px no-repeat;
}
.shopping_info li.shopping_icon4 {
	background:url(../images/shoping_icon4.png) 2px 10px no-repeat;
}
.shopping_info li.shopping_icon5 {
	background:url(../images/delivery-truck.png) 2px 10px no-repeat;
}

.shopping_info li h6 {
	font-size:18px;
	color:#333e48;
	text-transform:uppercase;
	border:0px solid #fff
}
.shopping_info li h6 span {
	font-size:14px;
	font-weight:300;
}
.casual_section {
	width:100%;
	display:block;
	padding-bottom:25px;
}
.casual_section .casual_img {
	width:100%;
	position:relative;
}
.casual_img .casual_content {
	width:100%;
	position:absolute;
	top:0px;
	height:100%;
	padding:20px;
	color:#000;
}
.casual_img .casual_content h1 {
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
	margin:0px 0px 5px;
}
.casual_img .casual_content h1 span {
	color:#fed700;
	font-weight:800;
}
.casual_img .casual_content .text_p {
	font-size:14px;
	font-weight:normal;
	color:#6e6e6e;
	line-height:100%;
}
.casual_img .casual_content .select_cate {
	position: absolute;
	bottom:25px;
	color:#333;
	width:70%;
}
.casual_img .casual_content .select_cate select {
	width:100%;
	padding:10px;
	border:none;
	border-radius:7px;
}
.comprar_sec {
	width:100%;
	position:relative;
}
.agora_btn {
	position: absolute;
	right:50px;
	bottom:20px;
	z-index:999;
}
.agora_btn a {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	border: 2px solid #fff;
	border-radius: 7px;
	display: inline-block;
	padding: 10px 15px;
	color: #fff;
	margin: 15px 0px 10px;
}
.capacete_section {
	width:100%;
	display:inline-block;
	padding:15px 0px;
	margin-bottom:30px;
}
.capacete_section h2 {
	font-size:26px;
	color:#333e48;
	float:left;
	text-transform:uppercase;
}

@media screen and (max-width:600px){
  .capacete_section h2 {
    float:none;
	clear:both;
  }
}



.capacete_section h2 span {
	font-weight:500;
}
.producat {
	border-top: 1px solid #e6e6e6;
	width: 100%;
	display: inline-block;
	margin-top:7px;
}
.capacete_section #myTabs {
	float:right;
	margin-right:120px;
	margin-top:20px;
}
.capacete_section #myTabs li {
	display:inline-block;
	margin:0px 20px;
	text-transform:uppercase;
}
.capacete_section #myTabs li a {
	font-weight:600;
	font-size:14px;
	color:#999999;
	padding:5px 0px;
}
.capacete_section #myTabs li a:hover {
	border-bottom:1px solid #000;
	color:#000;
}
.capacete_section #myTabs li.active a {
	border-bottom:1px solid #000;
	color:#000;
}
.producat_cate {
	width:100%;
	display:inline-block;
	margin:30px 0px;
}
.producat_cate li {
	width: 24%;
	float: left;
	vertical-align: top;
	background: #fff;
	padding: 20px 20px;
	margin-right: 12px;
	border: 1px solid fff;
	border-radius:5px;
}
.producat_cate li a {
	color:#333e48;
}
.producat_cate li a:hover {
	color:#000;
}
.producat_cate li:last-child {
	margin-right:0px;
}
.producat_cate li:hover {
	box-shadow:0px 2px 4px 1px rgba(198,198,198,0.9);
	/*
	box-shadow:0px 3px 5px 3px #c6c6c6;
	/*
	-webkit-box-shadow: 0px 15px 13px -13px rgba(198,198,198,0.9);
	-moz-box-shadow: 0px 15px 13px -13px rgba(198,198,198,0.9);
	box-shadow: 0px 15px 13px -13px rgba(198,198,198,0.9);
	*/
}
.producat_cate li .producat_img {
	width:100%;
	margin-bottom:25px;
}
.producat_cate li h6 {
	font-size:11px;
	font-weight:600;
	color:#333e48;
	text-transform:uppercase;
	line-height:18px;
	padding-bottom:15px;
}
.producat_cate li h6 span {
	text-transform:none;
	font-size:14px;
}
.producat_cate li .price_section {
	float:left;
}
.producat_cate li .price_section del {
	color:#999;
}
.producat_cate li .price_section h4 {
	margin:0px;
	font-weight:700;
	font-size:24px;
	color:#FFCD00;
}
.producat_cate li .cart_pro {
	float:right;
	margin:30px 0px 5px;
}
.bike_section {
	width:100%;
	display:inline-block;
	background-size:cover;
	background:url(../images/bikebg.jpg) center no-repeat;
	padding:30px 0px;
	color:#fff;
}
.bike_section section {
	width:100%;
	display:block;
	padding:10px 0px;
}
.bike_section h3 {
	font-weight: 700;
	font-size:26px;
	margin-top:0px;
	color:#000;
	text-transform:uppercase;
}
.bike_section h3 span {
	font-size:14px;
	font-weight:500;
	color:#fff;
}
.bike_section .bike_cate {
	display:block;
	padding:15px 0px;
	float:left;
}
.bike_section .bike_cate li {
	text-align:center;
	display:inline-block;
	margin-right:5px;
}
.bike_section .bike_cate li h2 {
	font-size: 28px;
	color: #000;
	font-weight: 600;
	margin: 10px 0px 0px;
	line-height: 25px;
	text-transform: uppercase;
}
.bike_section .bike_cate li span {
	font-size:14px;
}
.bike_section select {
	width:100%;
	margin-top:15px;
	border:none;
	border-radius:5px;
	padding:11px;
	color:#333;
}
.termina_text {
	font-size:14px;
	color:#333e48;
	text-align:center;
	background:#000;
	display:block;
	padding:5px;
	border-radius:5px;
}
.ateright {
	float:right;
	font-size:16px;
	font-weight: 700;
	color:#333e48;
	text-transform:uppercase;
	text-align:right;
	line-height:20px;
	margin-right:120px;
}
.ateright span {
	color:#000;
}
.equiment_sec {
	background:url(../images/kitsbg.jpg) center no-repeat;
}
.equiment_sec .kits_cate {
	width:45%;
	float:left;
	border-right:1px solid #000;
	text-transform:uppercase;
	text-align:center;
	padding:10px 35px 10px 0px;
	margin:20px 0px 10px;
}
.equiment_sec .kits_cate li a {
	display:block;
	background:#000000;
	border:1px solid #000;
	font-size:16px;
	color:#000;
	padding:10px 25px;
	border-radius:5px;
	margin-bottom:15px;
}
.equiment_sec .kits_cate li a:hover {
	color:#fff;
	border:1px solid #000;
	background:none;
}
.equiment_sec .right_section {
	border:none;
	padding-left:35px;
	padding-right:0px;
}
.brandlogo {
	width:100%;
	display: inline-block;
	padding:25px 0px;
	border-top:1px solid #e8e8e8;
	margin-top:25px;
}
.logogallery {
	margin-bottom:0px;
}
.brandlogo li {
	display:inline-block;
	margin-right:20px;
}
.newsletter_section {
	width:100%;
	display:inline-block;
	padding:30px 0px;
	background:#000;
}
.newsletter_section .logo_ns {
	margin-top:0px;
	width:100%;
}

.newsletter_section .logo_ns img{ width:auto;height:75px }

.newsletter_section .news_section {
	float:right;
	padding: 30px 0px;
	text-align: right;
}
.newsletter_section .news_section h5 {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-weight:400;
	display: inline-block;
	width: 43%;
	text-align: left;
}
.newsletter_section .news_section h5 span {
	color:#fff;
	font-weight:800;
}
.newsletter_section .news_input
{
	width:420px;
	max-width:100%;
	float:right;
	background:#fff;
	border-radius:8px;
	overflow:hidden;
}
.newsletter_section .news_input .inputmessage {
	width:80%;
	padding:13px;
	color:#666;
	display:inline-block;
	border:none;
}
.newsletter_section .news_input .emailbtn {
	float: right;
	background: #fff url(../images/emailicon.png) 24px 15px no-repeat;
	padding: 13px;
	width: 19%;
	border: none;
}
footer {
	width:100%;
	display:inline-block;
	background:#DFDFDF;
	font-size:14px;
	padding:15px 0px 0px;
	color:#fff;
}
footer .footer_section {
	width:20%;
	float:left;
}
footer h5 {
	font-weight:400;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
}
footer .footermenu {
	width:100%;
	padding:7px 0px;
}
footer .footermenu li {
	display: block;
	background: url(../images/menu_dotted.png) 0px 13px no-repeat;
	padding-left: 10px;
}
footer .footermenu li a {
	color: #000;
	padding: 3px 0px;
	display: block;
}
footer .footermenu li a:hover {
	color:#000;
}
.address_s {
	padding:5px 0px 20px 0px;
}
.address_s li {
	display: block;
	line-height: 18px;
	padding: 6px 0px;
	padding-left:32px;
}
.address_s li.location_icon {
	background:url(../images/location_icon.png) 0px 8px no-repeat;
}
.address_s li.phone_icon {
	background:url(../images/telephone.png) 0px 11px no-repeat;
}
.address_s li.whatshap_icon {
	background:url(../images/whatshap.png) 0px 3px no-repeat;
}
.horari_s li {
	display: block;
	background:url(../images/menu_arrow_left.png) 0px 13px no-repeat;
	line-height: 18px;
	padding: 6px 0px 6px 11px;
}
.horari_s li span {
	color:#000;
}
.socialmedia {
	padding:10px 0px;
}
.socialmedia li {
	display:inline-block;
	margin-right:4px;
}
.copyright {
	width:100%;
	display:inline-block;
	border-top:1px solid #232323;
	padding:20px 0px;
	margin-top:30px;
	font-size:12px;
	color:#000;
}
.copyright .text_right_f {
	float:right;
}
.copyright a {
	color:#000;
}
.copyright a:hover {
	text-decoration:underline;
}
.detail_section {
	width:100%;
	display:inline-block;
	padding:40px 0px;
}
.detail_section .pagenavigation {
	width:100%;
	display:block;
	border-bottom:1px solid #e6e6e6;
	padding:10px 0px;
}
.detail_section .pagenavigation li {
	font-size:14px;
	color:#999;
	display:inline-block;
	padding-right:5px;
}
.detail_section .pagenavigation li a {
	color: #333;
}
.producat_section {
	width:100%;
	padding-bottom:20px;
}
.detail_images_s {
	width:100%;
	padding:10px 0px;
	display:inline-block;
}
.detail_images_s .left_images_detail {
	width:120px;
	float:left;
}
.detail_images_s .left_images_detail ul li {
	display:block;
	border:1px solid #e6e6e6;
	padding:20px;
	margin-bottom:10px;
}
.detail_images {
	width:510px;
	max-width:100%;
	float:right;
	border:1px solid #e6e6e6;
	padding:18px;
}
.detail_content_r {
	width:100%;
	display:block;
	color:#333e48;
}
.detail_content_r h2 {
	font-size:24px;
	color:#333e48;
	text-transform:uppercase;
}
.detail_content_r h2 span {
	font-size:12px;
	color:#989898;
}
.detail_content_r p {
	font-size:14px;
	line-height:18px;
}
.detail_section .price_detail {
	width:100%;
	padding:15px 0px;
	font-size:12px;
}
.detail_section .price_detail del {
	color:#a7a7a7;
}
.detail_section .price_detail h1 {
	font-size:40px;
	line-height:36px;
	color:#000;
	margin:0px;
}
.de_rs_d {
	width:100%;
	display:block;
	padding:13px 0px;
	font-size:18px;
	line-height:18px;
}
.de_rs_d span {
	color:#000;
}
.de_rs_d span.cartao_de {
	font-size:12px;
	color:#333e48;
	display:block;
}
.pro_size_d {
	width:100%;
	display:block;
	clear: left;
	padding:0px 0px 15px;
}
.pro_size_d h6 {
	font-size:14px;
	text-transform:uppercase;
	color:#000;
}
.pro_size_d ul li {
	display:inline-block;
	margin-right:7px;
}
.pro_size_d ul li a {
	border:1px solid #dadada;
	border-radius:5px;
	display:block;
	padding:8px 15px;
	color:#333e48;
	font-size:12px;
	text-transform:uppercase;
}
.pro_size_d ul li a.del_pro {
	background:#cbcbcb;
}
.pro_size_d ul li a:hover {
	border:1px solid #000;
}
.pro_size_d ul li select {
	border:1px solid #000;
	padding:6px 10px;
	border-radius:5px;
}
.quantidate {
	float:left;
	width:auto;
}
.comprarbtn {
	float:right;
	margin:20px 0px;
}
.comprarbtn a {
	font-size:20px;
	color:#fff;
	font-weight: 600;
	background:#000;
	border-radius:5px;
	padding:15px 50px;
	display:inline-block;
	text-transform:uppercase;
}
.comprarbtn a:hover {
	background:#000;
}
.calcule_input {
	width:60%;
	background:#fff;
	border:1px solid #e6e6e6;
	display:inline-block;
	border-radius:5px;
	font-size:14px;
	overflow:hidden;
}
.calcule_input .inputca {
	width:62%;
	float:left;
	border:none;
	padding:8px;
}
.calcule_input .calbtn {
	float:right;
	background:#333e48;
	color:#fff;
	border:none;
	text-transform:uppercase;
	padding:8px 13px;
}
.calcule_input .calbtn:hover {
	background:#273037;
}
.detail_content {
	font-size:14px;
	color:#454545;
	padding:10px 15px;
	border-top: 1px solid #e6e6e6;
	width: 100%;
	display: inline-block;
	margin-top: 7px;
}
.detail_content h5 {
	font-size:18px;
	color:#000;
	padding-bottom:10px;
}
.detail_content p {
	margin:10px 0px;
}
.detail_content h6 {
	font-size:16px;
	color:#333e48;
}
.detail_content span {
	/*color:#000;*/
}
.producat_section {
	width:100%;
	display:block;
	padding:25px 0px;
}
.producat_section .cate_pro_left {
	width:100%;
	padding-bottom:20px;
}
.producat_section .cate_pro_left h6 {
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
	background:#000;
	padding:10px 15px;
}
.producat_section .cate_menu {
	padding:0px 13px;
}
.producat_section .cate_menu li {
	width:100%;
}
.producat_section .cate_menu li a {
	font-size:14px;
	color:#333e48;
	padding:2px 0px;
	display:block;
}
.producat_section .cate_menu li a:hover {
	text-decoration:underline;
}
.product_list .capacete_section {
	padding:0px;
}
.product_list h2 {
	margin-top:5px;
	text-transform:uppercase;
}
.product_list .producat_cate li {
	margin-bottom:25px;
	width: 31%;
}
.pagination_pro {
	width:100%;
	display:block;
	text-align:center;
	border-top:1px solid #e6e6e6;
	padding:40px 0px 20px;
}
.pagination_pro li {
	display:inline-block;
	margin:0px 5px;
}
.pagination_pro li a {
	font-size:14px;
	color:#333e48;
	border:1px solid #dadada;
	border-radius:5px;
	padding:7px 15px;
	display:block;
}
.pagination_pro li a:hover {
	background:#000;
	color:#fff;
	border:1px solid #000;
}
.pagination_pro li a.active {
	background:#000;
	color:#fff;
	border:1px solid #000;
}
.popup_content {
	position: absolute;
	top: 5%;
	right: 25px;
	width: 50%;
	z-index: 999;
}
.popup_content h1 {
	font-size:28px;
	text-transform:uppercase;
	color:#fff;
	line-height:32px;
}
.popup_content h1 span {
	color:#000;
}
.popup_content p {
	font-size:14px;
	line-height:16px;
	padding:10px 0px;
}
.popup_content input {
	width:100%;
	display:block;
	padding:8px 10px;
	border:none;
	border-radius:5px;
}
.popup_content button {
	background:#000;
	border:none;
	padding:7px 20px;
	display:inline-block;
	margin-top:9px;
	color:#333e48;
	text-transform:uppercase;
}
.popup_content button:hover {
	background:#8bd600;
}
.desktop {
	display:block;
}
.mobile {
	display:none;
}
.user_section {
	width:100%;
	display:inline-block;
	background:#1a1a1a;
	padding:20px;
}
.user_section h3 {
	font-size: 22px;
	margin: 0px;
	font-weight:300;
	padding-left: 65px;
	line-height: 26px;
	color: #fff;
	background: url(../images/user_icon2.png) 0px 13px no-repeat;
}
.user_section h3 span {
	color:#000;
}
 @media screen and ( max-width:1366px ) {
.navigation ul li a {
	padding: 10px 8px;
	font-size: 14px;
}
.banner_content h2 {
	font-size: 130px;
	line-height: 105px;
}
.banner_content .clique_btn {
	font-size: 18px;
	border: 2px solid #fff;
	border-radius: 8px;
	padding: 7px 30px;
}
.search_usersection .user_cart h6 {
	font-size: 15px;
	padding-left: 35px;
	padding-right:5px;
}
.search_usersection .user_cart h6 span {
	font-size: 12px;
}
.search_usersection .user_cart h6.carticon {
	padding-right:0px;
}
.search_usersection .searchinput {
	width: 50%;
}
.search_usersection .user_cart {
	width: 47%;
	margin-left: 10px;
}
.search_usersection .searchinput .typebutton {
	font-size: 14px;
	padding:12px 30px;
}
.shopping_info li {
	padding:10px 15px 10px 55px;
}
.shopping_info li h6 {
	font-size: 16px;
}
.shopping_info li h6 span {
	font-size:12px;
}
.producat_cate li {
	width:23%;
}
.search_usersection .user_cart h6 .cart_cont {
	padding-left: 34px;
	padding-right: 5px;
}
.navigation ul li .mega_menu .submenu {
	margin-right: 15px;
}
}
 @media screen and ( max-width:980px ) {
.search_usersection .searchinput .typebutton {
	font-size: 12px;
	padding:12px 30px;
}
.search_usersection .user_cart h6 {
	margin: 0px 0px 10px;
}
.navigation ul li a {
	padding: 8px 8px;
	font-size: 12px;
}
.banner_content h2 {
	font-size:50px;
	line-height: 45px;
	letter-spacing:-1px;
}
.banner_content h5 {
	font-size: 15px;
}
.banner_content .clique_btn {
	font-size: 14px;
	padding: 6px 20px;
	margin: 15px 0px 5px;
}
body .bx-wrapper .bx-controls-direction a {
	top:25%;
}
.producat_cate li {
	padding:15px;
}
.producat_cate li .price_section h4 {
	font-size:20px;
}
.product_list .producat_cate li {
	margin-bottom: 15px;
	width: 30%;
	margin-right: 8px;
}
}
 @media screen and ( max-width:767px ) {
.search_usersection .user_cart h6 .cart_cont {
	display:none;
}
.producat_section .cate_pro_left {
	padding-bottom: 5px;
}
.product_list h2 {
	margin-bottom:0px;
	font-size: 20px;
}
.pagination_pro {
	padding:15px 0px 10px;
}
.detail_section {
	padding:10px 0px;
}
.detail_images {
	width: 75%;
}
.producat_section {
	padding: 5px 0px;
}
.detail_content_r h2 {
	font-size: 18px;
	margin-top:0px;
}
.detail_section .price_detail {
	padding:0px;
}
.detail_section .price_detail h1 {
	font-size: 22px;
	line-height: 16px;
}
.de_rs_d {
	padding: 8px 0px;
	font-size: 15px;
}
.comprarbtn a {
	font-size: 16px;
	padding: 8px 20px;
}
.desktop {
	display:none;
}
.mobile {
	display:block;
}
header section .topheader {
	display:none;
}
header section .logo {
	width: 130px;
	margin: 0 auto;
}
.search_usersection .searchinput {
	width: 100%;
}
.search_usersection .user_cart h6.carticon {
	width: auto;
	position: absolute;
	top:15px;
	right: 20px;
}
.search_usersection .user_cart .userpopup {
	display:none;
}
header {
	padding:15px 0px;
}
.banner_content h2 {
	font-size:55px;
	line-height: 50px;
}
.banner_content h5 {
	font-size: 15px;
}
.banner_content .clique_btn {
	font-size: 13px;
	padding: 4px 15px;
	margin: 8px 0px;
}
.banner_content {
	top: 11%;
}
body .bx-wrapper .bx-controls-direction a {
	top:27%;
	background-size:30px;
}
.shopping_info {
	margin:10px 0px;
}
.casual_img .casual_content h1 {
	font-size: 20px;
}
.casual_img .casual_content .select_cate select {
	padding: 5px 10px;
	border-radius:4px;
}
.casual_img .casual_content {
	padding:10px;
}
.casual_img .casual_content .text_p {
	font-size: 13px;
	line-height:16px;
}
.casual_section {
	padding-bottom:15px;
}
.agora_btn a {
	font-size: 14px;
	padding: 5px 11px;
	margin: 5px 0px 0px;
}
.capacete_section h2 {
	font-size: 20px;
	margin-top:10px;
}
.producat_cate {
	margin:15px 0px;
}
.capacete_section {
	padding: 10px 0px 5px;
	margin-bottom: 10px;
}
body .logogallery {
	margin:0px;
	padding:5px 0px;
}
.bike_section h3 {
	font-size:20px;
}
.equiment_sec .kits_cate {
	width: 49%;
	padding: 10px 15px 10px 0px;
	margin: 5px 0px 0px;
}
.newsletter_section .news_section {
	padding:0px;
}
footer .footer_section {
	width: 32%;
}
.producat_cate li {
	width: 48%;
	margin-right: 5px;
	padding:15px 10px;
}
.bike_section .bike_cate li h2 {
	font-size: 18px;
	line-height: 20px;
}
body .logogallery .carousel-inner>.item {
	height: auto;
}
.brandlogo li {
	margin-right: 3px;
	width: 10%;
}
.brandlogo {
	padding: 10px 0px;
	margin-top: 5px;
}
body .logogallery .carousel-control.right {
	top: 15px;
}
body .logogallery .carousel-control.left {
	top: 15px;
}
.popup_content h1 {
	font-size: 13px;
	line-height: 15px;
}
.popup_content p {
	font-size: 12px;
	line-height: 15px;
	padding: 0px 0px;
}
.popup_content input {
	padding: 3px 10px;
	font-size: 12px;
}
.popup_content button {
	padding: 4px 20px;
	margin-top: 5px;
	font-size: 12px;
}
.popup_content {
	padding: 5px;
	width: 70%;
}
.popup_content img {
	/* display: none; */
    width: 100px;
}
}
 @media screen and ( max-width:580px ) {
.product_list .producat_cate li {
	width: 46%;
}
.detail_content h5 {
	font-size: 16px;
	margin: 0px;
	padding-bottom: 0px;
}
.banner_content h2 {
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0px;
}
.banner_content h5 {
	font-size: 12px;
}
.bx-wrapper .bx-prev {
	left: 20px;
}
.bx-wrapper .bx-next {
	right: 0px;
}
.shopping_info li {
	width: 49%;
}
.shopping_info li {
	width: 49%;
	padding: 5px 10px 5px 55px;
}
.casual_section .col-xs-4 {
	width:100%;
	margin-bottom:15px;
	text-align:center;
}
.casual_section .col-xs-4 img {
	width:100%;
}
.casual_img .casual_content .select_cate {
	width:80%;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.casual_section {
	padding-bottom: 5px;
}
.agora_btn {
	right: 20px;
	bottom: 5px;
}
.casual_img .casual_content h1 img {
	width: auto;
}
.equiment_sec .kits_cate li a {
	font-size: 12px;
	padding: 5px 10px;
	margin-bottom: 10px;
}
body .equiment_sec .right_section {
	padding-left:15px;
	padding-right:0px;
}
.bike_section {
	padding:10px 0px;
	background: #1a2600;
}
.termina_text {
	font-size:12px;
}
.newsletter_section .news_input {
	width: 100%;
}
.newsletter_section .col-xs-9 {
	width:100%;
}
.newsletter_section .col-xs-3 {
	width:100%;
}
.newsletter_section .news_section h5 {
	font-size: 15px;
	width: 100%;
}
.newsletter_section .logo_ns {
	width: 160px;
	margin: 0 auto;
}
.newsletter_section {
	padding: 15px 0px;
}
footer .footer_section {
	width: 50%;
	padding:0px 10px;
}
.capacete_section #myTabs {
	float: left;
	margin-right: 20px;
	margin-top: 0px;
}
.capacete_section #myTabs li a {
	font-size:12px;
}
.capacete_section #myTabs li {
	margin: 0px 4px 5px;
}
.ateright {
	font-size: 13px;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
}
.producat_cate li h6 {
	padding-bottom:0px;
}
.producat_cate li .producat_img {
	margin-bottom: 10px;
}
.copyright {
	padding: 10px 0px;
	margin-top: 10px;
	line-height: 16px;
}
.bike_section .bike_cate li {
	width: 23%;
}
.bike_section select {
	margin-top: 5px;
}
.termina_text {
	line-height:16px;
}
}
 @media screen and ( max-width:480px ) {
.bike_section .bike_cate li {
	width: 48%;
	margin-right: 2px;
	margin-bottom:10px;
}
.agora_btn a {
	font-size: 13px;
	padding: 1px 5px;
	margin: 0px 0px 0px;
}
.newsletter_section .news_input .emailbtn {
	background: #333333 url(../images/emailicon.png) 15px 15px no-repeat;
}
.banner_content {
	display:none;
}
.detail_images_s .left_images_detail ul li {
	display: inline-block;
	width: 24%;
	padding: 5px;
}
.detail_images {
	width: 100%;
}
.detail_images_s .left_images_detail {
	width: 100%;
}
body .carousel-inner>.item {
	height: auto;
}
.producat_cate li .cart_pro {
	margin:15px 0px 5px;
	float: left;
}
body .offroad .carousel-inner>.item {
	height:auto;
}
body .bx-wrapper .bx-controls-direction a {
	top: 20%;
}
.capacete_section h2 {
	font-size: 18px;
}
.logogallery h2 {
	width:70%;
}
.user_section h3 {
	font-size: 18px;
	padding-left: 58px;
	line-height: 18px;
	background: url(../images/user_icon2.png) 0px 5px no-repeat;
}
body .show #showmenu {
	right: -22px;
	top: 4px;
	background-size: 25px;
}
.producat_cate li .price_section h4 {
	font-size: 16px;
}
.producat_cate li .price_section span {
	font-size: 13px;
}
.calcule_input {
	width: 90%;
}
.calcule_input .inputca {
	width: 58%;
}
.popup_content img {
	display: none;
}
body .modal-dialog {
	padding: 15% 0px;
}
}

.ocultar_menu{ display:none !important }
@media screen and (min-width:768px){
  .ocultar_menu{ display:block !important }
}

.clear_left_desktop{ clear:left; } 
.clear_left_mobile{  }
@media screen and (max-width:1023px){
  .clear_left_desktop{ 
    clear: none;
  }	
  
  .clear_left_mobile{ 
    clear: left;
  }	
} 

.label_filtro{ 
  font-size:14px;
  font-family: 'Montserrat'; 
  font-weight:bold;
  color:#404045;
  padding:5px 0px 5px 0px;
  display:table;
  width:100%;
  text-align:center;
}  

.btn_dourado {
	font-size:14px;
	font-family: 'Montserrat';
	text-transform:uppercase;
	color:#fff;
	background:#000;
	padding:10px 20px;
	margin-top:10px;
	border: 0px;
	display:inline-block;
	border-radius:5px;
	width:90%;
}

@media screen and (max-width:767px) {
  .hide_mobile{ display:none !important; }
  .show_mobile{ display:inline-block !important; }
}
@media screen and (min-width:768px) {
  .hide_mobile{ display:inline-block !important; }
  .show_mobile{ display:none !important; }
}

.pre-venda{
  font:normal 11px 'Montserrat', sans-serif;
  font-style:normal;
  color:#fff;
  background:#42B99E;
  border:0px solid #ffffff;
  /*
  text-shadow:0px -1px 1px #222222;  
  box-shadow:1px 1px 4px #000000;
  -moz-box-shadow:1px 1px 4px #000000;
  -webkit-box-shadow:1px 1px 4px #000000;
  */
  border-radius:0px 0px 0px 0px;
  -moz-border-radius:0px 0px 0px 0px; 
  -webkit-border-radius:0px 0px 0px 0px;
  width:auto; 
  white-space:nowrap;
  padding:5px 15px 5px 15px;
  margin:10px;
  margin-left:0px;
  float:left; 
}

.newsletter_section .news_section2 {
	padding: 10px 0px;
	text-align: right;
}
.newsletter_section .news_section2 h5 {
	float:right;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-weight:400;
	display: inline-block;
	width: 78%;
	text-align: left;
}
.newsletter_section .news_section2 h5 span {
	color:#fff;
	font-weight:800;
}

newsletter_section .news_input2
{
	width:420px;
	max-width:100%;
	float:right;
	background:#fff;
	border-radius:8px;
	overflow:hidden;
}
.newsletter_section .news_input2 .inputmessage {
	width:80%;
	padding:13px;
	color:#666;
	display:inline-block;
	border:none;
}
.newsletter_section .news_input2 .emailbtn {
	float: right;
	background: #fff url(../images/emailicon.png) 24px 15px no-repeat;
	padding: 13px;
	width: 19%;
	border: none;
}

@media screen and ( max-width:580px ) {

  .newsletter_section .news_input2 {
	width: 100%;
  }
  .newsletter_section .col-xs-4, 
  .newsletter_section .col-xs-5
  .newsletter_section .col-xs-3 {
	  width:100%;
  }
	
}

.banner_links{
  min-height:343px;
  background-image:url(/imagens/layout/banner-home-colecao-feminina.jpg);
  background-repeat:no-repeat;
  background-position:top center;
  margin-bottom:90px;
  line-height:150%;
  background-color:#bcc0ba;
} 

.banner_links .menu{
  padding-left:380px;
  padding-top:60px;

}

@media screen and (max-width:1200px){
  .banner_links{
	background-image:none;
	line-height:150%;
	height:auto;
	padding:30px 0px;
	min-height:inherit;
  } 

  .banner_links .menu{
    padding-left:0px;
	padding-top:0px;
  }
  
  .banner_links .moda_plus_size{ margin-top:0px !important }
}



a.links_banner,
a.links_banner:hover
{
  display: block;
  font-size: 12px;	 
  text-decoration:underline;
  color:#000;
  margin-left:30px;
}

.banner_links .moda_plus_size{
  color:#000;
  font-weight:bold;
  font-size:16px;
  margin-top:30px;
  margin-left:30px;
}


header {
    width: 100%;
    display: inline-block;
    background: #fff;
	background-image:none !important;
    padding: 0px 0px 0px;
    color: #fff;
    background-size: cover;
}

.search_usersection .searchinput {
    border: 1px solid #E6E6E6;    
}

@media screen and (max-width:800px){
  .search_usersection .searchinput{margin-bottom:20px;}
}

header .topheader .wattshapcall {
    color:#000;
}

header section .topheader a, 
header section .topheader a:hover 
{
    color: #000;
}

.search_usersection .user_cart a {
    color: #000;
}

.search_usersection .user_cart { margin-top:-15px }

.barra_preta{
  background-color:#000;
  padding:7px 0px;
  display:table;
  width:100%;
  margin-bottom:20px
}

a.link_barra{
  text-transform:none;
  font-size:12px;
  color:#fff;
  text-decoration:none;
  font-weight:normal;
}



a.link_barra:hover{ color:#fff;text-decoration:underline }

.texto_barra{
  text-align:center;	
  color:#fff;
  font-size:12px;
  font-weight:600;
}

.topo_social{ margin-top:2px;float:right }

.topo_social a{ 
  color: #fff;
  text-decoration:none;
  width:auto;
  display:table;
}

.topo_social li{
  display:inline-block;
  width:auto;
  margin-right:7px;
}

.topo_social li span{ font-size:12px;vertical-align:2px }

.topo_social li.last{
  margin-right:0px;
}

.topo_social a:hover{color: #fff; }
.topo_atalhos{ text-align:left }

@media screen and (max-width:1023px){
  a.link_barra{
   font-size:10px;
   
 }
  .texto_barra{
	font-size:10px;
  }
}

@media screen and (max-width:800px){
  .search_usersection .searchinput{margin-bottom:20px;}
  .barra_preta{ display:none; }
  header{ padding-top:10px }
}

@media screen and (max-width:767px){
 a.link_barra{
   font-size:10px;
 }


  .texto_barra{
	font-size:10px;
  }
  
  .topo_social a{
	padding-left:11px;
	padding-right:11px;  
  }
  
  .topo_social{ margin:0 auto; float:none;width:150px;text-align:center !important}
  
  .topo_atalhos{ text-align:center }
}


@media screen and (max-width:599px){
 a.link_barra{
   font-size:9px;
 }

 a.last{margin-left:20px} 

  .texto_barra{
	font-size:9px;
  }
  
  .topo_social a{
	padding-left:11px;
	padding-right:11px;  
  }
  
  .topo_social{ margin:0 auto; float:none;width:150px;text-align:center !important}
  
  .topo_atalhos{ text-align:center }
}

@media screen and (max-width:479px){
  .texto_barra{ 
    width:160px;
	margin: 0 auto
  }
  
  a.last{margin-left:20px} 
}

a.button_tamanho_link_selecionado,
a.button_tamanho_link:hover	
{
  font-size:14px;
  background-color:#404040;
  padding:5px 5px;
  color:#fff;
  font-weight:600;
  display:inline-block;
  margin:0px 5px 5px 0px;
  border:1px solid #D9D9D9;
}

a.button_tamanho_link		  
{
  font-size:14px;    
  background-color:#fff;
  display:inline-block;
  padding:5px 5px;
  font-weight:600;  
  margin:0px 5px 5px 0px;
  border:1px solid #D9D9D9;
  color:#464745;
}

a.button_cor_link_selecionado,
a.button_cor_link:hover	
{
  font-size:14px;
  background-color:#fff;
  padding:5px 5px;
  font-weight:600;  
  color:#fff;
  display:inline-block;
  margin:0px 5px 5px 0px;
  border:1px solid #000;
}

a.button_cor_link		  
{
  font-size:14px;    
  background-color:#fff;
  display:inline-block;
  padding:5px 5px;
  font-weight:600;  
  margin:0px 5px 5px 0px;
  border:1px solid #D9D9D9;
  color:#464745;
}

.menu_container_itens{
  border:1px solid #d9d9d9;
  overflow:auto;max-height:300px !important;
  margin-bottom:10px !important;
  padding-top:5px !important;
  padding-bottom:5px !important;	
}

@media screen and (max-width:767px){
  .menu_container_itens{
    max-height:none !important;
	overflow:hidden !important;
  }	
}

.contato_input{
  font-family: 'Montserrat', sans-serif;
  color:#333333;
  font-size:12px;
  width:100%;
  border:1px solid #56545D;
  padding:5px 5px 5px 5px;
  border-radius:3px;
}

.rotulo_form{
  font-size:12px; 
  font-weight:bold;
  color:#56545D;
  margin-bottom:5px;
}

.botao_enviar{
  font:normal 12px Open Sans, sans-serif;
  font-style:normal;
  color:#fff;
  background:#000;
  border:0px solid #ffffff;
  text-shadow:0px 0px 0px #222222;
  box-shadow:0px 0px 0px #000000;
  -moz-box-shadow:0px 0px 0px #000000;
  -webkit-box-shadow:0px 0px 0px #000000;
  border-radius:5px 5px 5px 5px;
  -moz-border-radius:5px 5px 5px 5px;
  -webkit-border-radius:5px 5px 5px 5px;
  width:auto;
  padding:7px 37px;
  cursor:pointer;
  margin:0 auto;
}

.botao_enviar:active{
  cursor:pointer;
  position:relative;
  top:2px;
}

.botao_azul{
  font:normal 11px Open Sans, sans-serif;
  font-style:normal;
  color:#fff;
  background:#61BCFF;
  border:0px solid #ffffff;
  text-shadow:0px 0px 0px #222222;
  box-shadow:0px 0px 0px #000000;
  -moz-box-shadow:0px 0px 0px #000000;
  -webkit-box-shadow:0px 0px 0px #000000;
  border-radius:5px 5px 5px 5px;
  -moz-border-radius:5px 5px 5px 5px;
  -webkit-border-radius:5px 5px 5px 5px;
  width:auto;
  padding:5px 15px;
  cursor:pointer;
  margin:0 auto;
}

@media screen and (max-width:1023px){
  .shopping_info{ display:none }
}


/*.quatroporlinha li{width:23% !important;}*/
@media screen and (min-width:1024px){
.quatroporlinha li{margin-right:10px;margin-bottom:10px}
}

@media screen and (min-width:767px) and (max-width:1023px){
  .quatroporlinha li{width:47%}
}


img.img-responsive2{
  width:100% !important
}

.col-left{ 
  float:left;
  width:480px;
  padding-right:10px !important; 
}

.col-right{
  float:left;
  padding-left:0px !important;
  padding-right:0px !important;
  width:610px   
}

@media screen and (max-width:1199px){
   img.img-responsive2{
	width:auto !important;
	max-width:100% !important;
  }
  
  .col-right{ width:50% }
  .col-left{ width:50%}
  
  .col-left img.img-responsive2{
	width:100% !important;
	margin:0 auto !important;
	display:block !important
  }
}

@media screen and (max-width:1023px){
   img.img-responsive2{
	width:auto !important;
	max-width:100% !important;
  }
  
  .col-right{ width:50% }
  .col-left{ width:50%}
}

@media screen and (max-width:767px){
  img.img-responsive2{
	width:auto !important;
	max-width:100% !important;
  }
  .col-right{ margin-top:28px;width:100% }
  .col-left{text-align:center;width:100%}
  .col-left img.img-responsive2{
	width:100% !important;
	margin:0 auto !important;
	display:block !important
  }
}

.recomendad_gallery{ width:100%; text-align:center; padding-top:20px;}
.recomendad_gallery li{     display: inline-block; vertical-align:top;
    margin: 0 8px;
    text-align: center;
    width: 186px;}
.recomendad_gallery li .pro_images{ width:183px; border:1px solid #f2f2f2; margin-bottom:5px;}
.recomendad_gallery li .saismini{ font-family: 'Montserrat'; font-size:12px; margin-bottom:0px; color:#5a5a5a; text-align:center; text-transform:uppercase;}
.recomendad_gallery li .saismini span{ font-size:10px; color:#a18531;}
.recomendad_gallery li p{ font-family: 'Montserrat'; color:#585858; padding-top:0px;}
.recomendad_gallery li p span{ font-family: 'Montserrat';font-weight:600 }
.compare_btn{ font-family: 'Montserrat'; font-size:12px; text-transform:uppercase; padding:3px 25px; background:#fff; border:1px solid #CCC; color:#585858;}
.compare_btn:hover{ color:#bfbfbf;}

.middle_part{ width:100%; display:inline-block; padding-top:42px;}
.liquida{ width:100%; padding-bottom:60px;}
.liquida_heading{ width:100%; background:url(/imagens/layout/liquida_back.jpg) right; display:block; margin-bottom:25px;}
.liquida_heading h1{ font-family: 'Montserrat'; font-size:30px; padding:5px 0px; color:#000; display:inline-block; margin:0px; background:#fff; text-transform:uppercase; padding-right:25px;}
.liquida_heading h1 span{ font-size:14px; color:#a18531;}
.liquida_heading p{ float:right; line-height:60px; margin:0; padding-right:20px;}
.liquida_heading p span{ margin-right:4px; color:#555454;}

.masculino_top{ width:100%; display:inline-block; padding-bottom:8px; margin-bottom:0px;border-bottom:1px solid #e1e1e1}
.masculino_top ul{}
.masculino_top ul li{font-family: 'Montserrat';text-transform:uppercase; color:#404040; margin-right:10px; float:left; font-size:12px;}
.masculino_top ul li a{ font-family: 'Montserrat'; color:#585858;}
.masculino_top ul li a:hover{ color:#000;}

.block{ 
  display:block; 
  width:100%;
  height:auto;
  margin-bottom:0px;
  padding-top:69px;
}

.section_header{
  text-align:center;
}

.block .content_block{ margin-top:45px }

@media screen and (max-width:599px){
  .block .content_block{ margin-top:20px !important }
}  

.block h2{
  font-family: 'latobold';
  font-size:35px;
  color:#000;
  background-color:#fff;
  width:auto;
  position:relative;
  display:inline;
  padding:0px 39px; 
  z-index:100;
}



.block hr{ 
  border:0px;
  border-top: 1px solid #000;
  position:relative;
  z-index:50;
  margin-top:-18px;
  display:block;
} 


@media screen and (max-width:479px){
  .block{ 
	padding-top:30px;
	
  }	 
  .block hr{display:none;}
  .block_gray hr{ display:none !important;}
  .block_gray h2{ text-align:center; }
  
  a.link_marcas{ font-size:14px  !important}
}

.block_gray{ 
  display:block; 
  width:100%;
  height:auto;
  padding-bottom:35px;
  margin-bottom:0px;
  padding-top:35px;
  background-color:#f2f2f2;
}

.block_gray h2{
  font-family: 'latobold';
  font-size:30px;
  color:#000;
  background-color:#f2f2f2;
  width:auto;
  position:relative;
  display:inline;
  padding:0px 39px; 
  z-index:100;
}


.block_gray hr{ 
  border:0px;
  border-top: 1px solid #000;
  position:relative;
  z-index:50;
  margin-top:-18px;
  display:block;
} 

@media screen and (min-width:1024px){
  .block_gray{ margin-top:60px }
}


/* Mixins */
/* Vars */
#central_atendimento_conteudo .tabs_wrapper {
  width:100%;
  text-align: center;
  margin: 0 auto;
  background: transparent;
  font-family: arial;
}
#central_atendimento_conteudo ul.tabs {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
  margin: 25px 0 0;
  padding: 0;
  width: 20%;
  min-width: 20%;
  list-style: none;
  /* -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; */
  float:left;
}
#central_atendimento_conteudo ul.tabs li {
  cursor: pointer;
  text-align: left;
  font-weight: normal;
/*   -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; */
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 18px;
  border: 0;
  border-radius: 0;
  display: block;
  border-bottom: 1px solid #eee;
  padding: 10px;
  color: #333;
  text-transform: uppercase;
}
#central_atendimento_conteudo ul.tabs li span {
  display: block;
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
}
#central_atendimento_conteudo ul.tabs li:hover {
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color:#eee;
}
#central_atendimento_conteudo ul.tabs li.active {
  color: #fff;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color:#FC0;
}
#central_atendimento_conteudo .tab_container {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 80%;
  text-align: left;
  background: white;
  float:left;
}
#central_atendimento_conteudo .tab_content {
  padding: 20px;
  height: auto inherit;
  display: none;
  border-left: 5px solid #FC0;
  padding: 30px;
  text-align: justify;
}
#central_atendimento_conteudo .tab_drawer_heading {
  display: none;
}

#central_atendimento_conteudo .tab_content a {
  color: #333;
  text-decoration: underline;
}

#central_atendimento_conteudo .tab_content a:hover {
  color: #FC0;
  text-decoration: underline;
}

#central_atendimento_conteudo .tab_content h2 {
  margin-top: 0;
}


@media screen and (max-width: 769px) {
  #central_atendimento_conteudo ul.tabs {
    display: none;
  }
  #central_atendimento_conteudo .tab_container {
    display: block;
    margin: 0 auto;
    width: 100%;
    border-radius: 0;
  }
  
  #central_atendimento_conteudo .tab_content { border: 0; }
  #central_atendimento_conteudo .tab_drawer_heading {
    background-color: #eee;
    background: #eee;
    color: #333;
    margin: 0 0 2px 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    text-transform: inherit;
    font-size: 18px;
    font-weight: normal;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
  }
  #central_atendimento_conteudo .tab_drawer_heading:hover {
    background: #ccc;
    color: white;
  }
  #central_atendimento_conteudo .d_active {
    background: #FC0;
    background: #FC0;
    color: #fff;
  }
}

/*5 colunas bootstrap - Declaraçao inicial*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

/*Medias queries */

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/*5 colunas bootstrap - Declaraçao final*/

.personalize_seu_produto{
  background-color:#ececec;
  border-radius:8px;
  padding:10px;
}

.personalize_seu_produto .titulo{
  font-size:16px;
  color:#333E48;
  margin-bottom:15px;
  font-weight:600;
  
}

.personalize_seu_produto .pergunta{
  font-size:12px;
  color:#333E48;
  margin-bottom:5px;
  font-weight:600;
}

.personalize_seu_produto .campo, .campo_textarea{
  font-size:12px;
  color:#333E48;
  margin-bottom:5px;  
  width:100%;
  padding:5px;
  border-radius:8px;
  border:1px solid #333E48;
  margin-bottom:10px;
}

.personalize_seu_produto .campo_textarea{
  height:200px;
}

.botao_submit{
  font:normal 10px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform:uppercase;
  font-style:normal;
  color:#ffffff;
  background:#141414;
  border:0px solid #ffffff;
  text-shadow:0px 0px 0px #141414;
  box-shadow:0px 0px 0px #000000;
  -moz-box-shadow:0px 0px 0px #000000;
  -webkit-box-shadow:0px 0px 0px #000000;
  border-radius:0px 0px 0px 0px;
  -moz-border-radius:0px 0px 0px 0px;
  -webkit-border-radius:0px 0px 0px 0px;
  width:auto;
  padding:10px 21px;
  cursor:pointer;
  margin:0 auto;
}
.botao_submit:active{
  cursor:pointer;
  position:relative;
  top:2px;
}

.botao_submit:focus {outline:0;}

#carrinho_slide .sidenav {
  height: 100%;
  width: 320;
  position: fixed;
  z-index: 109999;
  top: 0;
  right: -320;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top:5px !important;
}



#carrinho_slide .sidenav .closebtn {
  margin-top: 5;
  margin-left:5px;
  display:inline-block;
  width:auto;
}



#carrinho_slide .product-image{ width:60px; }
#carrinho_slide .product-details{ width:216px; }


@media screen and (min-width:600px){
  #carrinho_slide .product-image{ width:60px; }
  #carrinho_slide .product-details{ width:400px; }
  
  #carrinho_slide .sidenav {
    height: 100%;
    width: 500;
	right: -500;
  }
  
  .container-carrinho {
    width: 500px;
  }
  
}

#carrinho_slide .product-details{float: left;padding-left:8px;margin-top:-5px}
#carrinho_slide .product .product-image img{ width:60px;margin:0px;padding:0px }

/*Overlay do carrinho slide*/
.coverAll {
  z-index: 109998;
  background-color: #000;
  position: fixed;
  opacity:0.4;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display:none;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

span_apenas{ display:none; }

.compra_rapida{
  display:none;
}

.comprarbtn .btn_qtd{ 
  padding-top:14px;
  padding-bottom:13px;
  width: 55px;
  height:auto;
  border-radius:5px;
  border:1px solid #000;
  text-align:center;
}

@media screen and ( max-width:767px ) {
  .comprarbtn .btn_qtd{ 
    padding-top:7px;
    padding-bottom:7px;	
	height:auto;
  }
}

.btn_comprar_rapido texto{ padding-left:5px }

@media screen and (min-width:393px) and (max-width:400px){
  .btn_comprar_rapido{
    padding:9px 9px;
  }
  
  .btn_comprar_rapido img{ display:none; }
}


@media screen and (max-width:392px){
    .btn_comprar_rapido texto{ display:none; }
}
span_por2{ font-size:14px; }

.banner-desktop-combos{ display:block }
.banner-mobile-combos{ display:none }
@media screen and (max-width:472px){
  .banner-desktop-combos{ display:none }
  .banner-mobile-combos{ display:block }
}

.color_desconto,
h1.color_desconto
{ color:#50833D !important }

a.titulo_listar_produtos,
a.titulo_listar_produtos:hover
{
  vertical-align:bottom;
  font-size:22px;
  color:#000;
  font-weight:bold
}

.span_listar_produtos{
  color:#969698
}

a.veja_mais_listar_produtos,
a.veja_mais_listar_produtos:hover
{
  vertical-align:bottom;
  text-decoration:none;
  font-size:13px;
  color:#969698;
  text-decoration:underline
}

@media screen and (max-width:768px){
  a.titulo_listar_produtos,
  a.titulo_listar_produtos:hover{
	width:100%;
	display:block;
	text-align:center;
	margin-top:20px
  }
  
  a.veja_mais_listar_produtos,
  a.veja_mais_listar_produtos:hover
  {
	width:100%;
	display:block;
	text-align:center;
  }
}

.btn_comprar_rapido {
    width: calc(100% - 50px);
    height: auto;
    background: #000;
    margin-left: 5px;
    border-radius: 5px;
    border: none;
    padding: 9px 0px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}

a.grade_indisponivel, a.grade_indisponivel:hover {
    text-decoration: line-through !important;
    border: 1px solid #dadada !important;
    cursor: not-allowed;
}