@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
/* latin */
/*@font-face {
	font-family: 'Muli';
	font-style: normal;
	font-weight: 300;
	src: local('Muli Light'), local('Muli-Light'), url(font/Muli.woff2) format('woff2');
}*/

@font-face {
    font-family: 'Kozuka Gothic Pro R';
    font-style: normal;
    font-weight: normal;
    src: local('Kozuka Gothic Pro R'), url('../fonts/KozGoProRegular.woff') format('woff');
}    

@font-face {
	font-family: 'Kozuka Gothic Pro L';
	font-style: normal;
	font-weight: normal;
	src: local('Kozuka Gothic Pro L'), url('../fonts/KozGoProLight.woff') format('woff');
}


@font-face {
	font-family: 'Kozuka Gothic Pro M';
	font-style: normal;
	font-weight: normal;
	src: local('Kozuka Gothic Pro M'), url('../fonts/KozGoProMedium.woff') format('woff');
}


@font-face {
	font-family: 'Kozuka Gothic Pro B';
	font-style: normal;
	font-weight: normal;
	src: local('Kozuka Gothic Pro B'), url('../fonts/KozGoProBold.woff') format('woff');
}

html {
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 9px;
    height: 20px;
}

body::-webkit-scrollbar-track:enabled {
    background-color: transparent;
}

body::-webkit-scrollbar-thumb:vertical {
	background-color: #000;
}

body::-webkit-scrollbar-thumb:horizontal {
    background-color: transparent;
}

:root {
    --branco: #FFFFFF;
}


body{
	font-family: "Roboto";
	color: #888;
	margin: 0;
	padding: 0;
	font-size: 15px;
	background-color: #F2F2F2;
	line-height: 16px;
	font-weight: 400;
}

h1{
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 23px;
	font-family: inherit;
	font-weight: 300;.
}
h2, h3{
	color: #444;
	margin: 0;
	padding: 0;
	font-size: 23px;
	font-family: inherit;
	font-weight: 300;
}
a{
	color: #666;
	font-weight: normal;
	outline: none;
	text-decoration: none;
	transition-duration: 0.5s;
}
a:hover, a:active, a:focus{
	color: #000;
	text-decoration: none;
	outline: none;
	transition-duration: 0.3s;
}
.alert{
	border-radius: 0px;
}
.alert-info h1{
	color: #288EBF;
}
.alert-danger h1{
	color: #AF4442;
}
.clear{
	clear: both;
}
.pagination span{
	border-radius: 0px!important;
}
.form-control{
	border-radius: 5px;
	border: 2px solid #dfdfdf!important;
	box-shadow: none!important;
	color: #666!important;
	background-color: #eee!important;
}
.form-control:focus{
	border-color: #000!important;
	color: #666!important;
}

/*******************************
 START SPINNER
********************************/
#overlay-spinner{	
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}
/*******************************
 END SPINNER
********************************/


.sweet-alert .btn-default{
	padding: 9px 10px;
}


.btn{
	border-radius: 5px;
	padding: 12px 12px;
}
.btn-default, a.btn-default{
	background-color: #444444;
	border: 0px;
	border-bottom-width: 3px;	
	border-bottom-style: solid;	
	border-bottom-color: #333;
	border-top-width: 3px;	
	border-top-style: solid;	
	border-top-color: #444444;
	color: #eee;
	transition-duration: 0.4s;
	outline: none;
	text-shadow: none;
	padding: 5px 10px;
	
}
.btn-default:hover, a.btn-default:active, a.btn-default:hover{
	background-color: #666;
	transition-duration: 0.4s;
	color: #eee;
	border-top-width: 3px;	
	border-top-style: solid;	
	border-top-color: #333;
	border-bottom-width: 3px;	
	border-bottom-style: solid;	
	border-bottom-color: #666;
}
.btn-primary{
	background-color: #000;
	border-radius: 4px;
	border: 0px;
	/*border-bottom-width: 3px!important;	
	border-bottom-style: solid!important;	
	border-bottom-color: #800909!important;
	border-top-width: 3px!important;	
	border-top-style: solid!important;	
	border-top-color: #000!important;*/
	/* color: #FFFF00; */
	transition-duration: 0.4s;
	outline: none;
	text-shadow: none;
	font-weight: bold;
}
.btn-primary.disabled,
.btn-primary .disabled{
	background-color: #ffee00!important;
}
.btn-primary:hover, .btn-primary:focus{
	transition-duration: 0.4s;
	/* color: #000; */
	/*border-top-width: 3px!important;	
	border-top-style: solid!important;	
	border-top-color: #800909!important;
	border-bottom-width: 3px!important;	
	border-bottom-style: solid!important;	
	border-bottom-color: #D20F0F!important;*/
	text-shadow: none;
}
.btn-danger{
	background-color: #D9534F!important;
	border-radius: 0px!important;
	border: 0px!important;
	border-bottom-width: 2px!important;	
	border-bottom-style: solid!important;	
	border-bottom-color: #BC2D29!important;
	border-top-width: 2px!important;	
	border-top-style: solid!important;	
	border-top-color: #D9534F!important;
	color: #eee!important;
	transition-duration: 0.4s;
	outline: none!important;
}
.btn-danger:hover{
	background-color: #D9534F!important;
	transition-duration: 0.4s;
	color: #eee!important;
	border-top-width: 2px!important;	
	border-top-style: solid!important;	
	border-top-color: #BC2D29!important;
	border-bottom-width: 2px!important;	
	border-bottom-style: solid!important;	
	border-bottom-color: #D9534F!important;
}
.btn-radio {
	border-radius: 0px!important;
	border: 2px solid #dfdfdf!important;
	box-shadow: none!important;
	color: #888!important;
	background-color: #f5f5f5!important;
	outline: none!important;
}
.btn-radio:hover,
.btn-radio:focus,
.btn-radio.focus,
.btn-radio:active,
.btn-radio.active,
.open > .dropdown-toggle.btn-radio {
	border-color: #000!important;
	color: #000!important;
}
.btn-select {
	border-radius: 0px!important;
	border: 2px solid #dfdfdf!important;
	box-shadow: none!important;
	color: #888!important;
	background-color: #f5f5f5!important;
	outline: none!important;
}
.btn-select:hover,
.btn-select:focus,
.btn-select.focus,
.btn-select:active,
.btn-select.active,
.open > .dropdown-toggle.btn-radio {
	border-color: #000!important;
	color: #888!important;
}
.btn-warning, a.btn-warning{
	background-color: #F5CA8C!important;
	border-radius: 0px!important;
	border: 0px!important;
	border-bottom-width: 2px!important;	
	border-bottom-style: solid!important;	
	border-bottom-color: #F1B75F!important;
	border-top-width: 2px!important;	
	border-top-style: solid!important;	
	border-top-color: #F5CA8C!important;
	color: #8A580D!important;
	transition-duration: 0.4s;
	outline: none!important;
}
.accord-pedidos .panel{
	border-radius: 0px!important;
	box-shadow: none!important;
	background-color: #ECECEE!important;
}

.popover{
	border-radius: 0px!important;
}

.modal-content{
	border-radius: 0px!important;
}

/* header */
.menu-cliente{
	background: #000;
	padding: 10px;
}

.menu-cliente, .menu-cliente a{
	color: #FFFF00 !important;
}
.menu-cliente ul{
	margin: 0px;
	padding: 0px;
}
.menu-cliente ul li{
	float: left;
	padding-right: 30px;
	list-style-type: none;
	font-size: 14px!important;
}
.menu-cliente ul li:first-child{
	list-style: none;
}
header{
	height: 90px;
	color: white !important;
	margin-bottom: 10px;
    /*border-bottom: 1px solid #ccc;*/
}
header .logo a{
	display: block;
	float: left;
	margin-top: 14px;
	/*margin-left: 15px;*/
}
header .menu-login{
	float: left;
	color: white !important;
	/*width: 170px;
	margin-left: 30px;*/
	/* margin-top: 36px;	 */
	font-size: 12px!important;
}	
header .menu-login span{
	display: block;
	text-align: right;
}
header .menu-login a{
	float: right;
	display: block;
	color: white!important;
	/* margin-left: 7px; */
}
header .formBusca{
	float: left;
	height: 30px;
	width: 100%;
	/* margin-top: 34px; */
	/*margin-left: 50px;*/
    display: inline-flex;
}
header .formBusca .form-control{
	border-width: 1px !important;
	/* padding: 5px!important; */
	padding: 20px 25px;
	height: 30px!important;
	/*width: 220px;*/
	float: left;
	background-color: #FFF!important;
	color: #333!important;
    /* border-radius: 12px !important; */
	border-radius: 100px;
}
header .formBusca .enviar{
	border: 0px;
	background-color: transparent !important;
	color: #eee;
	padding: 7px 12px 5px 12px;
	margin-left: 5px;
	float: left;
    border-radius: 4px !important;
}

@media(max-width: 767px){
    .menu-login a {
        font-size: 12px !important;
    }
}

header .clear-busca{
	clear: both;
	display: none;
}
header .carrinho a{
	/*float: right;*/
	display: block;
	color: #000!important;
	font-size: 14px!important;
	width: 100%;
	/* margin-top: 30px; */
	/*line-height: 14px;
	margin-right: 10px;*/
	background-image: url(../img/carrinho.png);
	background-position: left 3px;
	background-repeat: no-repeat;
	padding-left: 40px;
}
header .carrinho span{
	padding-top: 3%;
	color:white !important;
	text-align: center;
	display: block;
	margin-left: 10%;
}
header .carrinho strong{
	display: block;
}
header .carrinho a:hover{
	background-position: left -55px;
	color: #000000!important;
}

@media (max-width: 415px) {
    .count-cart {
        font-size: 10.5px;
        top: 0px !important;
        left: 40px !important;
    }
}

@media (max-width: 480px){
    .count-cart {
        font-size: 10.5px;
        top: 0px !important;
        left: 40px !important;
    }
}
@media (max-width: 767px){
    .count-cart {
        margin-top: 16px !important;
        top: 0px !important;
    }
    header .carrinho span {
        padding-top: 2% !important;
        font-size: 11.5px;
    }

	.divLogo {
		width: fit-content;
		margin-bottom: 30px;
	}
}

.breadcrumb.fullpath{
	float: right;
	
}


.breadCrumbs {
  position: relative;
  margin-bottom: 0;
}

.breadCrumbs li {
	position: relative;
	float: right;
    list-style: none;
}

.breadCrumbs li a,
.breadCrumbs li p {
	display: block;
	padding: 0 30px 0 10px;
	line-height: 34px;
	color: #fff;
	background: #DCDCDC;
}

.breadCrumbs li:first-child a {
  padding: 0 10px 0 20px;  
}

.breadCrumbs li a:hover {
  
}

.breadCrumbs li.activePage p,
.breadCrumbs li.activePage a {
  background: #333;
}

.breadCrumbs li:after {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  display: block;
  width: 0; 
  height: 0; 
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-right: 17px solid #DCDCDC;
  z-index: 10;
}

.breadCrumbs li.activePage:after {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #333;
}

/* GIVE EVERY CHILD A DIFFERENT COLOR */
.breadCrumbs li:nth-child(1) a {
  background: #444;
}

.breadCrumbs li:nth-child(1):after {
  border-right: 20px solid 	#444444;
}

.breadCrumbs li:nth-child(2) a {
  background: #808080;
}

.breadCrumbs li:nth-child(2):after {
  border-right: 20px solid #808080;
}

.breadCrumbs li:nth-child(3) a {
  background: #D3D3D3!important;
  color: #000;
}

@media(max-width: 767px){
    .breadCrumbs li:nth-child(3) a {
         -webkit-line-clamp: 2;
        display: -webkit-box !important;
        width: 230px;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .breadCrumbs li:nth-child(4) a {
         -webkit-line-clamp: 2;
        display: -webkit-box !important;
        width: 250px;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.breadCrumbs li:nth-child(3):after {
  border-right: 20px solid #D3D3D3;
}

.breadCrumbs li:nth-child(4) a {

}

.breadCrumbs li:nth-child(4):after {
    left: -16px;
}


/* header */

/* menu-mobile */
.menu-mobile{
	display: none;
}
.menu-mobile .panel-group .panel{
	border-radius: 0px!important;
	border: 0px!important;
}
.menu-mobile .panel, .menu-mobile .panel-default > .panel-heading{
	background-color: #fff;
}
.menu-mobile h4 a{
	color: #444444!important;
	font-size: 14px;
	text-decoration: none!important;
	display: block;
}
.menu-mobile h4 a:focus{
	text-decoration: none!important;
	color: #000!important;
}
.menu-mobile nav ul{
	margin: 0;
	padding: 0;
}
.menu-mobile nav ul li{
	list-style: none;
}
.menu-mobile nav ul li a{
	display: block;
	padding: 6px;
	margin-bottom: 3px;
	background-color: #f5f5f5;
	color: #888!important;
}
.menu-mobile nav ul li ul li a{
	background-color: #f8f8f8;
	font-size: 14px!important;
}
.menu-mobile .subs{
	color: #444444!important;
}
/* menu-mobile */

/* home */
.home{
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	padding: 10px;
	border-radius: 5px;
}
.home h1, .home h2{
	text-align: center!important;
	color: #000!important;
	padding: 5px!important;
	font-size: 24px!important;
	margin: 0 auto!important;
	margin-bottom: 10px!important;
}
/*.col-product{
	text-align: center!important;
	padding-top: 10px!important;
	transition-duration: 0.3s;
	border: 2px solid #fff;
	min-height: 405px;
	padding-bottom: 20px;
	height: 0;
} */
.col-product{
	text-align: center!important;
    padding-top: 10px!important;
    transition-duration: 0.3s;
    border: 2px solid #fff;
    margin-left: 0.5%;
    padding-bottom: 15px;
    background: white;
    border-radius: 8px;
    margin-bottom: 45px;
	width: 24.5% !important;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}

@media(max-width: 767px){
	.col-product {
		width: 45.5% !important;
		margin-left: 3%;
		display: flex;
        flex-direction: column;
        align-items: center;
	}
	
	.col-product .favorito {
	    left: 70% !important;
	}

	.col-product .reveal{
		left: 32% !important;
	}

	.col-product .btn-comprar{
		padding: 7px 7px !important;
		/* left: inherit !important; */
		left: 0% !important;
	}

	.col-product .desc {
		height: 33px !important;
	}
	
	.col-product .btn-warning.disabled{
	    padding: 13px 6px !important;
        left: inherit !important;
        font-size: 12px;
	}
	
}


.col-product a img{
	margin: 0 auto;
	max-height: 180px;
	border-radius: 4px;
}
.col-product a{
	text-align: center;
}
.col-product a span, .col-product a small, .col-product a s{
	display: block;
}
.col-product a span{
	margin-top: 5px;
	font-size: 13px;
	height: 34px;
}

@media(max-width: 480px){
    .col-product a span{
        height: 60px;   
    }
}

.col-product a hr{
	margin: 10px!important;
}
.col-product a s{
	color: #ef7321!important;
	font-size: 13px!important;
}

.col-product .image-block {
	min-height: 200px;
	margin-top: 5%;
}

@media(max-width: 480px){
    .col-product .image-block {
        min-height: 180px;
    }
}

#destaques {
    margin-bottom: 40px !important;
}


/*.col-product .reveal {
	visibility: hidden;
	opacity: 0;
	height: 52px;
	width: 52px;
	padding: 10px;
	position: absolute;
	left: 43%;
	top: 26%;
	background: #fff;
	border-radius: 30px;
	border: 2px solid #000;
}*/

.col-product .reveal {
	visibility: hidden;
	opacity: 0;
	height: 52px;
	width: 52px;
	padding: 10px;
	position: absolute;
	left: 40%;
	top: 26%;
	background: #fff;
	border-radius: 30px;
	border: 2px solid #000;
}

.col-product .favorito {
	padding: 10px;
	position: absolute;
	top: 13%;
	left: 77%;
	color: grey;
	font-size: 26px;
	cursor: pointer	;
	text-shadow: 0 0 3px #000;
}

.col-product:hover .reveal {
	height: auto;
	visibility: visible;
	opacity: 10;
	transition: opacity 1s ease;
}


.col-product:hover{
	border: 2px solid rgb(200, 199, 199);
	transition-duration: 0.3s;
	border-radius: 8px;
}

.col-product a .btn-comprar{
	background-image: url(../img/btn-buy.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #444444;
	padding: 10px;
	color: #fff;
	width: 140px;
	margin: 0 auto!important;
	margin-bottom: 10px!important;
	margin-top: 10px!important;
	transition-duration: 1s;
}
.col-product:hover .btn-comprar{
	background-position: 0px center;
	background-color: #309454;
	transition-duration: 0.8s;
}

@media(max-width: 480px){
	.col-product .reveal {
		left: 35%;
	}
}

.col-product .btn-comprar{
	margin-top: 10px;
	/* padding: 7px 52px; */
	margin-left: auto;
	margin-right: auto;
    text-shadow: none;
    font-weight: 700;
	background: #3ebc6b;
	text-transform: uppercase;
	display: inline-flex;
	position: absolute;
	top: 94%;
	text-align: center;
	justify-content: center;
	align-items: center;
	width: 80%;
	left: 0;
	right: 0;
}


.col-product .btn-comprar:hover{
	background: #309454;
}


.col-product .btn-comprar .glyphicon{
	background: url(../img/basket.png);
    width: 28px;
    height: 25px;
	margin-top: 0;
}

.col-product .btn-comprar span{
	background:none;
	position:relative;
	top: 2px;
	margin-left: 4px;
	font-size: 18px;
	height: 28px;
}

.col-product .btn-warning.disabled{
    /*padding-left: 7px;
    padding-right: 7px;
    font-size: 10px !important;
	margin-top: 11px !important;*/
	margin-top: 10px;
    padding: 7px 10px;
    text-shadow: none;
    font-weight: 700;
    background: #3ebc6b;
    text-transform: uppercase;
    display: inline-flex;
    position: absolute;
    top: 94%;
    left: 10%;
}



.carousel-destaque{
	opacity: 1;
	transition-duration: 0.4s;
}
/*
.carousel-destaque:hover .col-product {
	opacity: 0.5;
	transition-duration: 0.4s;
}

.carousel-destaque .col-product{
	transition-duration: 0.4s;
}
.carousel-destaque .col-product:hover {
	opacity: 1;
	transition-duration: 0.4s;
}*/

.pager li > a, .pager li > span{
	border-radius: 5px;
}
/* home */

/* conteudo */
#slider-principal{
	margin-top: 10px;
}
.banner-home img{
	margin-top: 10px;
	/*margin: 0 auto;*/
	width: 100%;
}
.margintop{
	margin-top: 10px!important;
}
.marginbottom{
	margin-bottom: 10px!important;
}
.margin10{
	margin: 10px!important;
}
.margin-left{
	margin-left: 20px!important;
}

.categorias{
	float: left;
	margin-right: 0; 
    margin-left: 0;
}

.categorias .dropdown-menu > li > a{
	padding: 5px 20px;
	font-size: 15px;
}

.cielo{
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #F2F2F2;
}
.conteudo{
	width: 915px;
	float: right;
	background-color: #fff;
	padding-top: 0px!important;
	padding: 10px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.conteudo-pages{
	margin-top: 10px;
	/*background: #fff; 
    padding: 15px 15px 25px 15px; */
	border-radius: 8px;
	background-color: white;
	padding: 10px;
}
.painel-cliente form{
	max-width: 600px!important;
	margin: 0 auto!important;
}
.rastreio{
	margin-top: 10px;
	margin-bottom: 10px;
	height: 40px;
}
.rastreio img{
	float: right;
}
.rastreio .btn{
	float: right;
	margin-right: 20px;
	height: 33px;
}
.rastreio  .form-control{
	float: right;
	width: 300px;
	margin-right: 5px;
	background-color: #fff!important;
}
/* conteudo */

/* detalhe produto */
.facebook-share a{
	display: block;
	float: left;
	background-image: url(../img/share.png);
	background-position: center top;
	width: 140px;
	height: 29px;
}
.twitter-share a{
	display: block;
	float: left;
	background-image: url(../img/share.png);
	background-position: center bottom;
	width: 140px;
	height: 29px;
	margin-left: 10px;
}
#more_photos{
	margin-top: 30px;
}

.detalhe-produto{
	background: #fff;
}
.set-address-checkout:hover, #btn-cupom:hover, .set-delivery-checkout:hover, .set-address-checkout:focus, #btn-cupom:focus, .set-delivery-checkout:focus{
	color: #000!important;
	background-color: #FFFF00!important;

}
.detalhe-produto .img img{
	/*border: solid 2px #dfdfdf!important;*/
}
.detalhe-produto .set-size{
    height: 490px;
    width: 360px;
	position: relative;
}
.detalhe-produto h2{
	color: #444444!important;
	font-size: 17px!important;
}
.detalhe-produto hr{
	margin: 0;
	margin-bottom: 10px;
	margin-top: 10px;
}
.detalhe-produto h1{
	display: block;
	font-size: 35px!important;
}

@media(max-width: 767px){
    .detalhe-produto h1{
    	font-size: 28px!important;
    }
}

.detalhe-produto .preco{
	max-width: 350px;
    margin-top: 9px;
}
.detalhe-produto .preco h3{
	margin: 0px!important;
	padding: 0px!important;
	color: #444444!important;
	font-size: 40px!important;
}
.detalhe-produto .preco h3 span{
	font-size: 16px;
}
.detalhe-produto .btn-comprar{
	margin-top: 10px;
	padding: 10px 55px;
    text-shadow: none;
    font-weight: 700;
	background: #3ebc6b;
	text-transform: uppercase;
}
.detalhe-produto .btn-comprar:hover{
	background: #309454 !important;
}


.detalhe-produto .btn-comprar span{
	background: url(../img/basket.png);
    width: 28px;
    height: 25px;
}

.detalhe-produto .calculo-frete{
	padding-top: 25px;
}
.labels{
    margin-top: 20px;
}
.detalhe-produto-banner{
	text-align: center;
	margin-bottom: 10px;
}
.detalhe-produto .calculo-frete  span{
	display: block;
	margin-bottom: 3px;
}
.detalhe-produto .calculo-frete .form-control{
	width: 180px;
	float: left;
	margin-right: 3px;
}
.detalhe-produto .tabs-produto .tab-pane{
	padding: 10px;
}
.detalhe-produto .nav-tabs{
	border-bottom: 1px solid #eee;
}
.detalhe-produto .tabs-produto li a{
	border-top-radius: 5px;
	background-color: #E5E5E5;
	color: #666!important;
	border: 0px!important;
	padding: 6px!important;
}
.detalhe-produto .tabs-produto li.active a{
	color: #000!important;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 1px solid #eee !important;
}
.detalhe-produto .box-frete{
	background-color: #eee;
	padding: 5px;
	max-width: 277px;
	margin-top: 5px;
}
.detalhe-produto .box-frete ul{
	margin: 0px;
	padding: 0px;
}
.detalhe-produto .box-frete ul li{
	list-style: none;
	margin-bottom: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #dfdfdf;
	padding-top: 5px;
}
.detalhe-produto .box-frete ul li:first-child{
	border-top-style: none;
	border-top-width: none;
	border-top-color: none;
}
.detalhe-produto .box-frete ul li strong, .detalhe-produto .box-frete ul li span{
	margin: 0px;
	padding: 0px;
}
.detalhe-produto .box-frete ul li strong{
	float: left;
	color: #444444;
}
.detalhe-produto .box-frete ul li span{
	margin-left: 5px!important;
	float: left;
}
.detalhe-produto .box-frete ul li small{
	display: block!important;
	float: none!important;
}
/* detalhe produto */

#modalAvaliaProduto .rating-container{
	margin-left: 0;
}

.opcionais{
	padding-bottom: 70px!important;
}
.opcionais ul{
	padding: 0px;
	margin: 0px;
}
.opcionais ul li{
	list-style: none;
	float: left;
	margin-right: 2px;
}
.opcionais ul li label{
	font-weight: normal;
/*	padding-right: 13px;
	padding-bottom: 3px;
	padding-top: 8px;*/
	display: block;
	background-color: #eee;
	padding: 8px;
	min-width: 50px;
	text-align: center;
	border: solid 1px #dfdfdf;
	cursor: pointer;
}
.opcionais input[type="radio"] {
	opacity:0.01;
	z-index:100;
}
input[type="radio"]:checked+label{
	background-color: #000;
	border-color: #000;
	color: #fff;
} 

.rating-container .clear-rating{
	display: none!important;
}
.rating-container{
	display: initial;
	margin-left: 10px;/*
	width: 160px;
	height: 25px;
	float: left;
	margin: 0px;*/
}
.rating-container .rating-stars{
	overflow: inherit;
}
.rating-container .caption{
	display: none;
}
/* Como comprar modal */

.como-comprar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	width: 50%;
	height: 70%;
}

.como-comprar .buttons{
	width:100%; 
	justify-self: center;
	justify-content:center; 
	align-items:start; 
	display:flex; 
	gap: 0.3rem;
}
.buttons section {
	padding: 0.5rem;
	width: 50%;
	text-align: center;
}
.buttons .section-text{
	width: 20%;
}
.buttons h1{
	text-align:center;
	font-weight:bold; 
	width: 10%;
	margin-top: 2rem;
	margin-bottom: auto ;
	color: #000000;
}
.buttons button{
	transition: all 0.1s linear;
	box-shadow: 3px 2px 1px teal;
}
.buttons button:hover{
	box-shadow: none;
}
@media (max-width: 768px) {
	.como-comprar .buttons{
		width: 100%;
		display: flex;
		align-items: center;
		flex-direction: column !important;
	}
	.buttons section {
		width: 100% ;
	}
	.buttons h1{
		width: 100%;
		margin-top: 0;
	}
	.buttons button{
		transition: all 0.1s linear;
		padding: 2rem !important;
		box-shadow: 3px 2px 1px teal;
		width: 90% !important;
	}
	.buttons button h3 {
		font-size: 1.3rem;
	}
}

/* login */
.login span{
	display: block;
	margin-bottom: 10px;
}
.login input[type=text], .login input[type=password]{
	margin-bottom: 10px;
}
.login input[type=submit]{
	margin-bottom: 10px;
}
.login .hr-mobile{
	display: none;
}
/* login */

/* produtos */
.produtos .breadcrumb{
	margin-top: 10px;
	border-radius: 0px!important;
	margin-bottom: 10px;
}
.produtos .breadcrumb .active{
	font-weight: bold;
}
.produtos nav{
	float: right;
}

.produtos {
	margin-bottom: 40px;
}

/* produtos */

/* cadastro */
.cadastro{
	width: 600px;
	margin: 0 auto;
}
.cadastro .consultarCep{
	background-color: #dfdfdf;
}
.cadastro hr{
	margin-top: 5px!important;
}
.cadastro h1{
	margin-top: 10px!important;
}
/* cadastro */

/* Carrinho */
.conteudo-pages .carrinho h1{
	font-size: 21px;
	margin: 0px;
	padding: 0px;
}
.carrinho input[type=number]{
	width: 60px!important;
	text-align: center!important;
	margin: 0 auto!important;
}
.carrinho .btn-danger{
	color: #fff!important;
	margin-top: 3px;
}
.carrinho .calcular-frete{
	float: left;
	margin-bottom: 10px;
	/* padding: 30px; */
}
.carrinho .calcular-frete span{
	display: block;
	color: #666!important;
}
.carrinho .calcular-frete .form-control{
	float: left;
	max-width: 200px;
	margin-right: 5px;
}
.carrinho .total{
	float: right;
	margin-bottom: 10px;
	padding: 20px;
	color: #666!important;
}
.carrinho tbody .imagem-carrinho{
	max-width: 80px;
}
.carrinho tbody .valor-item,
.carrinho tbody .valor-total-item{
	min-width: 150px;
}

/*
#seletocard-response{
	text-align: center;
	color: #3ebc6b;
	font-weight: 700;
    border-radius: 5px;
    margin: 0 35px;
    padding: 3px;
}
.carrinho.total,
.carrinho.calcular-frete {
	min-height: 100px;
	padding: 10px 10px;
    line-height: 150%;
	min-height: 100px;
	margin-bottom: 10px;
}
.seletocard ul{
	list-style: none;
	padding-left: 0;
}

.seletocard p,
.seletocard a{
	color: #781ccd;
}

.seletocard ul li,
.seletocard ul li a{
	text-align: right;
	line-height: 1.5em;
	color: #781ccd;
}
.seletocard ul li a{
	margin-left: 5px;
}

.seletocard ul li a b{
	color: #fff;
	line-height: 1.5em;
}


a.btn-seletocard, a.btn-seletocard:hover{
	background: #781ccd;
	color: #fff;
	padding: 2px 8px;
}

.btn-seletocard.btn:focus, 
.btn-seletocard.btn.focus{
	color: #fff;
	border: 1px solid transparent;
	box-shadow: none;
	
}


.detalhe-produto .seletocard ul li{
	margin-top: 20px;
	text-align: left;
}

.carrinho.seletocard .label{
    padding: 10px;
    font-size: 15px;
	margin-left: 15px;
} */


.wibank-label{
    color: #781ccd;
    border: 2px solid #781ccd;
    border-radius: 9px;
    display: inline-block;
    padding: 5px 8px;
    margin-top: 5px;
	line-height: 200%;
}

.wibank-checkout-label{
    color: #781ccd;
    border: 2px solid #781ccd;
    border-radius: 9px;
    display: inline-block;
    padding: 3px 3px 3px 10px;
    margin-top: 38px;
}

.btn-wibank{
	background: #781ccd;
	color: #fff;
	text-transform: uppercase;
	
	border-top-width: 3px;	
	border-top-style: solid;	
	border-top-color: #781ccd;
	
	
	border-bottom-color: #420679;
	border-bottom-style: solid;	
	border-bottom-width: 3px;
}

.btn-wibank:hover{
	color: #fff;
	background-color: #781ccd;
	transition-duration: 0.4s;
	border-top-width: 3px;	
	border-top-style: solid;	
	border-top-color: #420679;
	border-bottom-width: 3px;	
	border-bottom-style: solid;	
	border-bottom-color: #781ccd;
}

.carrinho .total .col-md-6{
	padding: 5px;
}
.carrinho .total span{
	display: block;
	font-size: 12px;
}
.carrinho .total h1{
	font-weight: 700;
	font-size: 27px;
	color:#000;
}
.carrinho .box-frete{
	padding: 5px;
	margin-top: 5px;
}
.carrinho .box-frete ul{
	margin: 0px;
	padding: 0px;
}
.carrinho .box-frete ul li{
	list-style: none;
	margin-bottom: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #dfdfdf;
	padding-top: 5px;
}
.carrinho .box-frete ul li:first-child{
	border-top-style: none;
	border-top-width: none;
	border-top-color: none;
}
.carrinho .box-frete ul li strong, .carrinho .box-frete ul li span{
	margin: 0px;
	padding: 0px;
}
.carrinho .box-frete ul li strong{
	float: left;
	color: #444444;
}
.carrinho .box-frete ul li span{
	margin-left: 5px!important;
	float: left;
}
.carrinho .box-frete ul li small{
	display: block!important;
	float: none!important;
}
.conteudo-pages .carrinho .finalizar{
    width: 300px;
    background-color: #3ebc6b;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

@media(max-width: 767px){
    .conteudo-pages .carrinho .finalizar{
        width: 100%;
    }
}

.conteudo-pages .carrinho .finalizar:hover{
	background: #309454;
}

.carrinho .calcular-frete .btn,
.detalhe-produto .calculo-frete .btn-default {
    padding: 4px 12px;
    border: 3px solid #8a8a8a;
    color: #dfdfdf;
    background: #8a8a8a;
}
/* Carrinho */

/* checkout */
.checkout{
	margin-top: 10px;
}
.checkout .img-step{
	margin-bottom: 20px;
	text-align: center!important;
}
.checkout .img-step img{
	margin: 0 auto!important;
}
.checkout  .nopama{
	margin-left: 0px!important;
	padding-left: 0px!important;
}

.checkout .step-1 h1, .checkout .step-1 span{
	display: block!important;
}
.checkout .step-1 .endereco-cadastrado{
	background-color: #eee;
	padding: 10px;
	margin-bottom: 10px;
}
.checkout .step-1 .endereco-cadastrado .btn{
	margin-top: 10px;
}
.checkout .step-1 .formNovoEndereco{
	margin-top: 20px!important;
}
.checkout .step-2{
	width: 550px!important;
	margin: 0 auto!important;
	margin-top: 30px!important;
}
.checkout .step-2 .formFormaEntrega span, .checkout .step-2 .formFormaEntrega strong{
	display: block!important;
}
.checkout .step-2 .formFormaEntrega .col-md-12{
	padding: 10px;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #EEEEEE!important;
	min-height: 75px;
}
.checkout .step-2 .formFormaEntrega a{
	margin-top: 9px!important;
}
.checkout .step-2 .formFormaEntrega span{
	float: left;
}
.checkout .step-3{
	margin-top: 30px;
}
.checkout .step-3 h3{
	font-size: 15px!important;
}
.checkout .step-3 .table{
	font-size: 13px!important;
}
.checkout .step-3 .endereco-entrega, .checkout .step-3 .forma-entrega{
	padding: 10px;
	background-color: #EEEEEE!important;
	margin-bottom: 10px;
	min-height: 85px;
}
.checkout .step-3 .col-md-6{
	padding: 0px!important;
}
.checkout .step-3 .margin{
	padding-left: 10px!important;
}
.checkout .pagseguro{
	padding: 10px 0 10px 10px;
	background-color: #EEEEEE!important;
	margin-bottom: 10px;
	float: left;
    width: 100%;
	text-align: center!important;
}
.checkout .pagseguro div{
	width: 33.33%;
	float: left;
	/*border-left: 2px solid #dfdfdf;*/
}
.checkout .pagseguro div:first-child{
	border-left:none;
}
.checkout .pagseguro img{
	margin-bottom: 10px;
	width: 100%;
}
.checkout .pagseguro span{
	display: block!important;
	text-align: center;
	margin: 10px 0;
	text-transform: uppercase;
}

.checkout .pagseguro h2{
	font-weight: 800;
	color: #858686;
}

.checkout .pagseguro .botao{
	width: 250px;
	height: 80px;
	padding: 10px;
	border-left: none;
	float:none;
	margin: 0 auto;
}

.checkout .pagseguro a{
	width: 250px;
	height: 65px;
	text-transform: uppercase;
	color: #fff !important;
	font-weight: 800 !important;
	display: table-cell;
    text-transform: uppercase;
	background: #0263d0;
    color: #fff !important;
    font-weight: 800 !important;;
    vertical-align: middle;
    padding: 10px;
    background: #3ebc6b;
    letter-spacing: 0.5px;
	border-radius: 5px;
}

.checkout .pagseguro .pagar-pagseguro{
	font-size: 22px;
}
.checkout .pagseguro .cliente-seletocard{
	background: #71bc1c;
    font-size: 13px;
}

.checkout .pagseguro h2{
	font-weight: 800 !important;
	color: #888;
}

.checkout .pagamento{
	padding: 10px;
	background-color: #EEEEEE!important;
	margin-bottom: 10px;
	min-height: 80px;
	margin: 0 auto;
	text-align: center!important;
}
.checkout .pagamento section ul{
	margin: 0px;
	padding: 0px;
}
.checkout .pagamento section ul li{
	list-style: none;
	float: left;
	padding: 10px!important;
	background-color: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 90px!important;
	border-radius: 5px;
	font-size: 13px!important;
	cursor: pointer;
	transition-duration: 0.3s;
}
.checkout .pagamento hr{
	border-color: #f5f5f5;
}
.checkout .pagamento .row{
	margin-top: 10px;
	width: 380px;
	margin: 0 auto;
	/*background-color: #000;*/
	margin-top: 10px;
}
.checkout .pagamento .row span{
	/*margin-top: 9px!important;
	margin-right: 5px;*/
	display: block;
}
.checkout .pagamento .form-control{
	background-color: #fff!important;
}
.checkout .pagamento select{
	width: 80px;
	margin-right: 5px;
}
.checkout .pagamento p{
	margin-top: 7px;
}
.checkout .pagamento p strong{
	color: #444444!important;
	font-size: 18px!important;
}
.checkout .pagamento .btn span{
	display: inline!important;
}
.checkout .pagamento .aviso{
	margin-top: 30px;
	font-weight: normal!important;
	font-size: 13px!important;
	text-align: center!important;
}
.checkout .pagamento .aviso strong{
	color: #D90000!important;
}
.checkout .pagamento .result{
	font-weight: normal;
}
.checkout .pagamento form{
	display: none;
}
.checkout .total-compra{
	padding: 10px;
	background-color: #EEEEEE!important;
	margin-bottom: 10px!important;
	margin: 0 auto;
	text-align: center!important;
}
/* checkout */

/* compra finalizada */
.compra-finalizada{
	margin-top: 50px;
	margin-bottom: 50px!important;
}
.compra-finalizada .col-md-12 strong{
	display: block;
}
.compra-finalizada .col-md-12 h2{
	font-size: 50px;
	background-color: #F5F5F5;
	margin: 0 auto;
	width: 330px;
	border: solid 1px #eee;
	margin-top: 10px;
}
.compra-nao-finalizada{
	margin-top: 50px;
	margin-bottom: 50px!important;
}
.compra-nao-finalizada .col-md-12 strong{
	display: block;
}
.compra-nao-finalizada .col-md-12 h2{
	font-size: 25px!important;
	background-color: #F5F5F5;
	margin: 0 auto!important;
	width: 600px;
	padding: 10px!important;
	color: #D90000!important;
	border: solid 1px #eee;
	margin-top: 10px!important;
}
/* compra finalizada */

/* hist��rico de pedidos */
.accord-pedidos .status{
	background-color: #fff!important;
	padding: 10px;
	margin-left: 10px!important;
	margin-right: 10px!important;
	text-align: center!important;
}
.accord-pedidos .status h1{
	text-align: center!important;
	margin-bottom: 10px!important;
}
.accord-pedidos .status span{
	display: block;
	font-size: 12px;
	text-align: center!important;
}
.accord-pedidos .status small{
	display: block;
	color: #628809;
}
.accord-pedidos .status small .ag{
	color: #888!important;
}
.accord-pedidos .status small .ca{
	color: #AF0007!important;
}
.accord-pedidos .produtos{
	background-color: #fff;
	margin-top: 10px;
	padding: 10px;
	margin-left: 10px!important;
	margin-right: 10px!important;
}
.accord-pedidos .produtos h1{
	text-align: center;
	margin-bottom: 10px;
}
.accord-pedidos .produtos table h1{
	font-size: 15px!important;
	font-weight: bold!important;
}
.accord-pedidos .endereco_frete{
	background-color: #fff;
	margin-top: 10px;
	padding: 10px;
	margin-left: 10px!important;
	margin-right: 10px!important;
}
.accord-pedidos .endereco_frete h1{
	text-align: left;
	line-height: 1.5em;
}
.accord-pedidos .endereco_frete .col-md-6{
	padding: 0px!important;
	margin-bottom: 10px!important;
}

.accord-pedidos .endereco_frete .total-compra{ 
	color:#000;
	font-weight:700;
	font-size:20px;
}

.accord-pedidos .endereco_frete .seletocard-label{
	color: #13ABE1;
}
/* hist��rico de pedidos */

/* footer */
footer{
	float: left;
	width: 100%;
	background-color: #00563d!important;
	margin-top: 10px;
	margin-bottom: 25px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 5px;
}
footer a {
    color: #F5F5F5;
}
footer .text{
	display: block;
	font-size: 14px;
}

footer .center span{
	display: inline-block;
	color: white!important;
	text-transform: uppercase;
	margin-bottom: 10px;
}

footer .atendimento span{
	margin-left: 5px;
	text-transform: unset;
}
footer .center ul{
	padding: 0px!important;
	float: left;
	margin-right: 15px;
}
footer .center ul li{
	list-style: none;
}
footer .center ul li a{
	width: 190px;
	font-size: 14px;
    line-height: 1.5em;
}
footer .right{
	float: right;
	margin-right: 20px;
}

.gotop{
	text-align: center;
	padding: 10px;
	background-color: #444444;
	color: #fff!important;
	position: fixed;
	bottom: 5px;
	left: 10px;
	cursor: pointer;
	border-bottom-color: #333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-top-color: #444444;
	border-top-width: 3px;
	border-top-style: solid;
	transition-duration: 0.6s;
	display: none;
	border-radius: 10px;
}
.gotop span{
	display: block;
}
.gotop:hover{
	border-top-color: #333;
	border-top-width: 3px;
	border-top-style: solid;
	border-bottom-color: #666;
	transition-duration: 0.3s;
	background-color: #666;
}
.gotop:active{
	border-top-color: #333;
	border-top-width: 3px;
	border-top-style: solid;
	border-bottom-color: #666;
	transition-duration: 0.3s;
	background-color: #666;
}
footer img {
	width: 226px;
}

/* footer */

@media (max-width: 1199px) {
	.conteudo{
		width: 715px;
	}
	.cadastro{
		width: 100%;
	}
	footer .center{
		margin-left: 50px;
	}

@media (max-width: 991px) {
	/*.categorias{
		display: none;
	}*/
	.menu-mobile{
		display: block;
	}
	.conteudo{
		width: 100%;
	}
	#slider-principal{
		margin-bottom: 5px;
	}
	.login .hr-mobile{
		display: block;
	}
	.detalhe-produto{
		margin-top: 10px!important;
	}
	.checkout  .nopama{
		margin: 0px!important;
		padding: 0px!important;
	}
	.checkout .step-3 .margin{
		padding-left: 0px!important;
	}
	.contato .col-md-6{
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
	.formContato{
		margin-top: 10px;
	}
	.formContato .col-md-6, .formContato .col-md-3, .formContato .col-md-12{
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	header{
		min-height: 215px!important;
	}
	.formBusca{
		float: none!important;
		width: 100%!important;
		/* margin-top: 28px!important; */
		margin-left: 0px!important;
		padding-left: 10px;
		padding-right: 10px;
	}
	.formBusca .form-control{
		width: 100%!important;
		float: none;
	}
	.formBusca input[type=submit]{
		float: right!important;
		margin-top: 0px;
	}
	.clear-busca{
		display: block!important;
	}
	footer .right{
		display: none;
	}
	.col-product:hover{
		background-color: #fff;
	}
	.carousel-destaque:hover .col-product{
		opacity: 1;
	}
	.col-product:hover .btn-comprar{
		background-position: right center;
	}
}
@media (max-width: 767px) {
	
	.wibank-label{
		text-align: center;
	}

	
	.breadCrumbs li:nth-child(1):after,
	.breadCrumbs li:nth-child(2):after,
	.breadCrumbs li:nth-child(3):after{
		border-right: none;
		
	}
	
	.checkout .pagseguro{
		float:left;
		height: 100%;
	}
	.checkout .pagseguro div{
		width: 100%;
		border-left: none;
		margin: 20px 0;
	}
	
    .seletocard .pedir a {
        display: block;
        background-color: #13ABE1;
        color: #fff!important;
        font-family: "Roboto";
        padding: 11px;
        float: left;
        position: relative;
        margin-top: 5% !important;
        width: auto !important;
        text-align: right;
        margin-left: 22% !important;
        margin-bottom: 15px !important;
    }
    .detalhe-produto .btn-comprar {
		
        margin-top: 10px;
        width: 100%;
    }
    .add-carrinho-op{
        width: 100%;
    }
    .detalhe-produto .preco h3{
        text-align: center;
    }
	.detalhe-produto .set-size{
		height: auto;
		width: auto;
	}
    .center-mobile{
        display: block !important;
        margin-left: auto;
        margin-right: auto;
    }
	.btn-painel-cliente{
		display: block;
		width: 100%;
		float: none;
	}
	.btn-painel-cliente a{
		display: block;
		width: 100%;
		float: none;
		text-align: left;
		margin-bottom: 5px;
	}
	.accord-pedidos .detalhes-ped{
		display: none;
	}

	.carrinho thead,
	.checkout thead{
		display: none;
	}

	.carrinho tbody td,
	.checkout tbody td{
		width: 50%;
		display: inline-block;
	}
	.carrinho tbody .imagem-carrinho,
	.checkout tbody .imagem-carrinho{
		width: 30%
	}
	.carrinho tbody .descricao-produto,
	.checkout tbody .descricao-produto{
		width: 70%;
	}
	.carrinho tbody .descricao-produto small,
	.checkout tbody .descricao-produto small{
		display: block;
	}
	.carrinho tbody .valor-item h1,
	.carrinho tbody .valor-total-item h1,
	.checkout tbody .valor-item h3,
	.checkout tbody .valor-total-item h3{
		font-weight: 700;
		font-size: 16px;
		margin-top: 10px
	}
	
	.checkout tbody .valor-item h3,
	.checkout tbody .valor-total-item h3{
		margin-bottom: 10px;
	}
	
	.carrinho tbody .quantidade-item,
	.carrinho tbody .valor-item,
	.carrinho tbody .valor-total-item,
	.checkout tbody .quantidade-item,
	.checkout tbody .valor-item,
	.checkout tbody .valor-total-item{
		width: 33%;
		min-width: auto;
	}
	.checkout tbody .quantidade-item{
	    font-size: 16px;
		padding-top: 15px;
	}
	
	.carrinho .calcular-frete{
		float: none;
		display: block;
		width: 100%;
		min-height: 90px;
	}
	.carrinho .total{
		float: none;
		display: block;
		width: 100%;
		min-height: 90px;
		text-align: right;
	}
	.carrinho .btn-big{
		float: none;
		display: block;
		margin-bottom: 5px;
	}
	.img-mobile{
		display: none;
	}
	.checkout .step-2{
		width: 100%!important;
	}
	.menu-cliente{
		display: none;
	}
	header{
		min-height: 180px;
	}
	header .logo a img{
		width: 119px;
		/*height: 49px;*/
	}
	header .carrinho a{
		margin-top: 20px;
	}
	header .menu-login{
		float: right;
		margin-left: 0px;
		margin-top: 25px;
		margin-right: 10px;
	}
	.rastreio img{
		display: none;
	}
	.rastreio .btn{
		margin-right: 0px;
	}
	.rastreio .form-control{
		width: 230px;
	}
	.gotop{
		display: none!important;
	}
	footer .left, footer .right{
		float: none;
		text-align: center!important;
		width: 105%!important;
		margin-left: 0px;
	}

	footer{
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 20px;
	}
	
	footer nav ul{
		margin-top: 15px;
	}
	footer .center{
		margin-left: 0;
	}
	footer .center ul{
		width: 100%;
		text-align: center;
	}
	footer ul.atendimento{
		text-align: left;
		padding-left: 50px !important;
	}
	footer ul.atendimento .title{
		text-align: center;
		margin-left: -50px;
	}
	.checkout .pagamento .row{
		width: 100%;
	}
	.formCheckout .input-number, .formCheckout .input-titular{
		width: 100%!important;
	}
}
@media (max-width: 480px) {
	header .menu-login{
		margin-top: 25px;
	}
	header{
		min-height: 250px!important;
	}
	.checkout .pagamento section ul li{
		margin-right: 3px;
	}
	.compra-finalizada .col-md-12 h2{
		width: 100%!important;
	}
}

@media(max-width: 767px){
    header .menu-login{
		font-size: 10.5px !important;
    }	
	
}

.seletocard .pedir a {
    display: block;
    background-color: #13ABE1;
    color: #fff!important;
    font-family: "Roboto";
    padding: 11px;
    float: left;
    position: relative;
    margin-top: -6% ;
    width: 25%;
    text-align: right;
    margin-left: 45%;
}
.seletocard .pedir a#detalhes{
    width: 146px !important;
}
.col-product h2{
    min-height: 41px;
}
/*.seletocard .text{
    float: left;
}*/
.seletocard img{
    margin-right: 15px;
    float: left;
}
.seletocard .text b{
    color: #13ABE1;
}
.seletocard .text strong{
    color: #888;
}
.col-product a .seletocard .text{
    color: #fff;
    font-size: 11px;
}
.col-product a .seletocard span{
    display: block;
}
.col-product a .seletocard b{
    color: #fff;
    font-size: 11px!important;
    font-family: "Roboto", sans-serif;
}
.card-seletocard{
    margin-top: 10px;
}
#cupom{
    width: 160px;
    padding: 5px 5px !important;
    float: left;
}
.produto .seletocard{
    line-height: 15px;
}
.produto .seletocard img{
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}
.produto .seletocard .text{
    float: left;
}
.produto .seletocard span{
    display: block;
}
.produto .seletocard b{
    color: #13ABE1;
    font-size: 15px;
    font-family: "Montserrat";
}
.produto .seletocard .pedir{
    float: right;
}
.produto .seletocard .pedir a{
    display: block;
    background-color: #13ABE1;
    color: #fff!important;
    font-family: "Montserrat";
    padding: 8px;
}

.desc {
    -webkit-line-clamp: 2;
    display: -webkit-box !important; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media(max-width: 767px){
    max-height: 33px;
}

@media(max-width: 767px){
    .wibank-checkout-label img {
        margin: 0 auto !important;
        float: inherit !important;
    }
    
    .wibank-checkout-label img, .wibank-checkout-label a {
        margin-top: 10px !important;
    }
    
    .wibank-checkout-label {
        margin-top: 20px !important;
        padding: 3px 3px 3px 3px;
    }
    
    .pagseguro {
        margin-top: 20px !important;
    }
}

@media(max-width: 767px){
    .btn-wibank { 
        width: 100%;
        
    }
    
    .wibank-checkout-label { 
        padding: 3px 3px 3px 3px !important; 
        
    }
}
			

.zoomContainer {
  cursor: -webkit-zoom-in!important; 

  @include breakpoint(medium down){
    visibility: hidden;
  }
}