@import "../css/header.css";
@import "../css/footer.css";
@import "../css/home.css";
@import "../css/produto.css";
@import "../css/carrossel.css";
@import "../css/classificacaoesGrupo.css";
@import "../css/favoritos.css";
@import "../css/instagram.css";


/* Fonte Inter Normal */
@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
	font-weight: 100 900;
	/* Suporte para todos os pesos entre 100 e 900 */
	font-style: normal;
}

@font-face {
	font-family: "Italiana";
	src: url("../fonts/Italiana-Regular.ttf") format("truetype");
	font-weight: 100 900;
	/* Suporte para todos os pesos entre 100 e 900 */
	font-style: italic;
}

/* Fonte Inter Italic */
@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
	font-weight: 100 900;
	/* Suporte para todos os pesos entre 100 e 900 */
	font-style: italic;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype"),
		url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
	font-weight: 100 900;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "betty_molly_-_personal_useRg";
	src: url("../fonts/betty_molly_-_personal_use-webfont.woff2") format("woff2"),
		url("../fonts/betty_molly_-_personal_use-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "weather_sunday_-_personal_uRg";
	src: url("../fonts/weather_sunday_-_personal_use-webfont.woff2") format("woff2"),
		url("../fonts/weather_sunday_-_personal_use-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

/* Mude conforme sua necessidade! */
:root {
	--azul: #3379AA;
	--azulEscuro: #00295E;
	--azulMediano: #ACD5F1;
	--azulClaro: #CBEFFF;
	--cinzaClaro: #D9D9D9;
	--azulBebe: #BCEAF6;
	--rosaClaro: #FCE6EF;
	--rosaEscruo: #EAACCB;
	--rosa: #B77A7A;
}

body {
	font-family: "Montserrat", sans-serif !important;
	background-color: #fff;
}

#loading {
	z-index: 1000000000 !important;
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	background: url(../../../img/loading.gif) no-repeat center;
	background-color: rgba(255, 255, 255, 0.6);
}

#loading.close {
	display: none;
}

#loading bac .carregando {
	position: absolute;
	left: 50%;
	margin-left: -77px;
	top: 50%;
	margin-top: -21px;
}

.carrossel_marca {
	background: #fff;
	padding: 10px;
	border: 1px #ddd solid;
	margin-top: 20px;
}

.carrossel_marca .item {
	border: 1px #ddd solid;
	padding: 2px;
}

.carrossel_produto {
	background-color: #fff;
	border: 1px #ddd solid;
	padding: 10px;
}

.carrossel_produto .owl-controls .owl-nav {
	position: absolute;
	right: -30px;
	top: 0px;
}

.carrossel_produto .owl-controls .owl-nav div {
	width: 30px;
	height: 30px;
	color: #fff;
	background-color: #e21d85;
	text-align: center;
	line-height: 30px;
	font-family: "Circular-Loom";
}

.carrossel_produto .owl-controls .owl-nav div:hover {
	background-color: #ececec;
}

.tbody-mobile {
	display: none;
}

.white {
	background-color: #fff;
	padding: 25px 0;
}

.clear {
	clear: both;
}

.input-group-addon {
	background-color: black;
	color: white;
}

h2 {
	font-size: 18px;
}

.w100 {
	width: 100%;
}

.title-h2 {
	padding: 40px 0;
	margin: 0px;
}

.gray {
	background-color: #edeef2;
	padding-top: 20px;
}

#banner {
	background-color: #fff;
}

#banner-center-home {
	background-color: #edeef2;
	padding-top: 0px;
	padding-bottom: 0px;
}

#banner-center-home .container {
	width: 100%;
	padding: 0;
}

#banner-center-home .banner {
	max-width: 1400px;
	overflow: hidden;
	margin: auto;
}

#banner-fixo {
	background: #f00;
	height: 70vh;
	width: 100%;
}

#banner-fixo.fale-conosco {
	background: url(../img/banner-fixo/fale-conosco.jpg) no-repeat center;
}

#banner-fixo.sobre-nos {
	background: url(../img/banner-fixo/sobre-nos.jpg) no-repeat center;
}

#sobre-nos h2 {
	margin: 50px 0;
}

#sobre-nos .nossa-historia {
	font-size: 16px;
	background: url(../img/banner-fixo/sobre-nos_nossa-historia.jpg) no-repeat center;
	color: #fff;
	min-height: 400px;
}

.stepwizard {
	display: table;
	width: 100%;
	position: relative;
}

.stepwizard .stepwizard-step p {
	margin-top: 10px;
}

.stepwizard .stepwizard-row {
	display: table-row;
}

.stepwizard .stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.stepwizard .stepwizard-row:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #ccc;
}

.stepwizard .stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
	width: 33%;
}

.stepwizard .btn {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px !important;
}

.stepwizard .btn-black {
	background: #e21d85;
	opacity: 1;
	color: #fff;
}

.stepwizard .btn-black.disabled {
	background: #ccc;
}

.owlcarousel-produto .owl-carousel {
	background: #ececec;
	padding-top: 15px;
	padding-bottom: 15px;
}

.owlcarousel-produto .owl-carousel .item {
	background: #fff;
	padding: 15px;
}

.owlcarousel-produto .owl-carousel .item a {
	text-decoration: none;
}

.owlcarousel-produto .owl-carousel .item a:hover {
	color: #000 !important;
}

.owlcarousel-produto .owl-carousel .item h4 {
	color: #4b4b4b;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
}

.owlcarousel-produto .owl-carousel .item .btn {
	width: 100%;
	font-size: 15px;
	background: #224c7b;
}

.owlcarousel-produto .owl-carousel .item .btn:hover {
	background: #0d2c4e;
}

html {
	margin: 0;
	padding: 0;
}

#theader {
	background: #e21d85;
	width: 100%;
	color: #fff;
	line-height: 30px;
	font-size: 12px;
}

#theader a {
	display: block;
	color: #ececec;
}

#menu {
	background-color: #000;
}

#menu .link {
	padding: 0;
	margin: 0;
	z-index: 10000;
}

#menu .link>li {
	display: inline-block;
}

#menu .link>li a {
	padding: 5px 10px;
	color: #fff;
	line-height: 45px;
	text-transform: uppercase;
}

#menu .link>li:hover>ul {
	display: block;
}

#menu .link>li ul {
	position: absolute;
	display: none;
	margin-top: -2px;
}

#menu .link>li ul li {
	background: rgba(0, 0, 0, 0.9);
	width: 100%;
	float: left;
	padding: 0px 5px;
}

#menu .link>li ul li a {
	display: block;
	line-height: 40px;
	text-decoration: none;
	list-style: none;
}

#menu .link>li ul li:hover {
	background: #e21d85;
}

#menu .link>li ul li:hover a {
	list-style: none;
	color: #fff;
}

#owlcarousel-marca {
	width: 100%;
	padding: 10px;
	margin: 30px 0px;
}

#owlcarousel-marca h3 {
	color: #e21d85;
	font-size: 18px;
	margin: 25px 0;
}

#owlcarousel-marca .carrossel_marca .item {
	border: 1px #b5b5b5 solid;
	border-radius: 5px;
	overflow: hidden;
}

#atalho {
	margin-bottom: 15px;
}

#atalho .link {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	background-size: cover;
	display: table;
	width: 100%;
	min-height: 300px;
	vertical-align: middle;
	margin-bottom: 15px;
}

#atalho .link span {
	display: table-cell;
	vertical-align: middle;
}

#atalho .link:hover {
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

#atalho .space {
	width: 100%;
	padding: 15px;
}

#atalho .diag-truck {
	background: url(../img/banner-fixo/atalho-diag-truck.jpg) center;
}

#atalho .diag-maquina {
	background: url(../img/banner-fixo/atalho-diag-maquinas.jpg) center;
}

#atalho .diag-servico {
	background: url(../img/banner-fixo/atalho-diag-servico.jpg) center;
}

#atalho .diag-software {
	background: url(../img/banner-fixo/atalho-diag-software.jpg) center;
}

#nossos-cursos {
	background: url(../img/banner-fixo/sobre-nos_cursos.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	padding-top: 65px;
	padding-bottom: 65px;
	background-size: cover;
	clear: both;
}

#nossos-cursos h3 {
	font-size: 80px;
	font-weight: bold;
	margin-bottom: 50px;
}

#nossos-cursos .texto {
	margin-top: 25px;
	margin-bottom: 25px;
}

#nossos-cursos .card {
	background: #ececec;
	color: #b5b5b5;
	font-size: 12px;
	border-radius: 5px;
	border: 1px #fff solid;
}

#nossos-cursos .card .card-img-top {
	width: 100%;
}

#nossos-cursos .card .card-text {
	padding-top: 15px;
	padding-bottom: 15px;
}

#nossos-cursos .card .btn {
	width: 100%;
	font-size: 13px;
}

#nossos-diferenciais {
	background: url(../img/banner-fixo/sobre-nos_nossos-diferenciais.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
	clear: both;
}

#nossos-diferenciais .box {
	font-size: 12px;
}

#nossos-diferenciais .box p {
	width: 60%;
	margin: auto;
}

#fale-conosco {
	background-color: #ececec;
	color: #4b4b4b;
	font-size: 13px;
	padding-top: 35px;
	padding-bottom: 25px;
	font-size: 12px;
}

#fale-conosco form select {
	border-radius: 0px;
}

#fale-conosco form .form-control {
	background: transparent;
	border-radius: 0;
	border: none;
	border-bottom: 1px #b5b5b5 solid;
	font-size: 12px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0px !important;
}

#fale-conosco form .form-control:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-color: #000;
}

#fale-conosco form .btn {
	float: right;
	background: transparent;
	border: 1px #b5b5b5 solid;
	padding: 5px 25px;
	font-size: 12px;
}

#fale-conosco .box {
	border: 1px #b5b5b5 solid;
	border-radius: 5px;
	line-height: 35px;
	padding: 5px 15px;
	width: 70%;
	margin: auto;
	margin-bottom: 25px;
	min-height: auto;
}

#fale-conosco .box i {
	float: left;
	line-height: 35px;
}

/*#produto {
    .box {
        background: $colorBackground;
        padding: 25px;
        min-height: auto;
        color: #4b4b4b;
        h1 {
            font-size: 25px;
        }
        .preco {
            .de {
                text-decoration: line-through;
                color: #999;
            }
            .por {
                color: #555;
                span {
                    font-size: 25px;
                    position: absolute;
                    bottom: 0px;
                    margin-left: 25px;
                }
            }
        }
        .parcela {
            padding: 25px 0;
        }
        .cep {
            .inCep {
                border: none;
                border-bottom: 1px #666 solid;
                background: transparent;
                padding: 5px;
                width: 100%;
                box-shadow: none;
                outline: none;
                &:focus {
                    box-shadow: none !important;
                    border-color: #000;
                }
            }
            .btn {
                border-color: #666;
                background: transparent;
            }
        }
        .footer {
            font-size: 15px;
            .fa-shield-alt {
                font-size: 45px;
            }
        }
    }
    .decricao {
        padding-top: 35px;
        padding-bottom: 35px;
        .titulo {
            text-align: center;
            font-size: 25px;
        }
        .line {
            width: 50%;
            border-bottom: 1px #4b4b4b solid;
            margin: auto;
            margin-top: 10px;
            margin-bottom: 25px;
        }
    }
}*/

#payment {
	margin-top: 10px;
	padding: 0px !important;
}

#payment .bandeira {
	width: 100%;
}

.links-social li {
	display: inline-block;
}

.links-social li a {
	font-size: 30px;
	margin: 5px;
}

.links-social li .fa-facebook-square {
	color: black;
}

.links-social li .fa-instagram {
	color: black;
}

.links-social li .fa-whatsapp {
	color: black;
}

.reserved {
	background-color: #000;
	color: #fff;
	padding: 5px;
}

.reserved a {
	color: #42bfef;
}

#carrinho {
	padding: 20px 0;
}

#carrinho .panel table .carrinho-desktop, #carrinho .panel table .carrinho-desktop__header {
	border: none;
}

#carrinho .panel table .carrinho-desktop__header #carrinho-desktopTr th {
	border: none;
}

#carrinho-header {
	margin-top: 62px;
	width: 100%;
	padding: 30px 0;
	background-color: #fff;
}

#carrinho-header>h3 {
	font-size: 32px;
	margin: 0;
	font-weight: 700;
	color: #E91E63;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}

.carrinho-desktop__header {
	border: none;
	border-bottom: 4px solid #CBEFFF;
	width: 100%;
}

.carrinho-desktop {
	position: relative;
	border: none;
	background-color: #fff;
}

#carrinho-footer > td {
	padding: 20px 0 0 0;	
	height: 45px;
	border: none !important;
}

#carrinho-footer > td:last-child {
	position: relative;
}

#carrinho-footer > td:last-child .frete_result {
	position: absolute;
	top: 70px;
	right: 0;
}

#removeItem {
	position: absolute;
	top: 36%;
	border: none;
	left: 0;
	z-index: 999;
}

#carrinho>.panel>.table-responsive>tbody.carrinho-desktop>.carrinho-desktop>#removeItem>a.btn-danger {
	background-color: none !important;
	color: var(--azul);
}

#carrinho .carrinho {
	background-color: #fff;
}

#carrinho .frete {
	width: 30px;
	margin-bottom: 10px;
	display: inline-block;
}

#carrinho .frete img {
	width: 100%;
}

#carrinho .btn {
	border-radius: 0px;
}

#carrinho .de {
	color: deeppink;
	font-size: 12px;
	text-decoration: line-through;
}

#carrinho .btCont {
	position: absolute;
	right: 30px;
	z-index: 1;
	top: 13px;
}

#carrinho .btFinalizar {
	padding-left: 35px;
	padding-right: 35px;
}

#carrinho .thumbnail {
	float: left;
	margin-right: 5px;
	margin-bottom: 0px;
	border: none;
}

#carrinho .texto p {
	margin: 0px;
}

.inQuantidade::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    
}
.inQuantidade { 
	margin: 0 !important;
	padding: 0 !important;
   -moz-appearance: textfield !important;
   line-height: normal;
   appearance: textfield !important;

}



#carrinho .quantity-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

#carrinho .quantity-wrapper button:first-child {
	border-radius: 16px 0 0 16px;
}

#carrinho .quantity-btn {
	background-color: #D9D9D9;
    border: 1px solid #ddd;
    color: #666;
    font-size: 16px;
	font-weight: bolder;
	width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	transition: all 0.2s ease;
	border-radius: 0 16px 16px 0;
}

#carrinho .quantity-btn:hover {
	color: white;
	border-color: #E91E63;
	background-color: #E91E63;
}

#carrinho .inQuantidade {
    width: 60px;
    height: 32px;
    text-align: center;
	background-color: #D9D9D9;
	border-radius: 0;
	outline: none;
	border: 1px solid #ddd;
	border-left: none;
	border-right: none;
    color: #333;
	font-weight: bolder;
    font-size: 14px;
    font-weight: 600;
}


#carrinho .frete_result .resultado {
	margin-top: 15px;
	font-size: 12px;
	cursor: pointer;
	border: 1px #ddd solid;
	font-weight: normal;
	width: 100%;
}

#carrinho .frete_result .resultado.active {
	border-color: #000;
}

#carrinho .frete_result .resultado .btRadio {
	opacity: 0;
	position: absolute;
}

#carrinho .frete_result .resultado img {
	margin: 15px 0;
}

#carrinho .frete_result .resultado .texto {
	padding-top: 5px;
}

#carrinho .frete_result .resultado .texto .titulo {
	font-size: 15px;
	font-weight: bold;
}

#carrinho .frete_result .resultado .texto .preco {
	font-size: 20px;
	margin-top: 5px;
}

.carrossel_novidades .preco {
	font-weight: 700;
	color: #555;
}

.carrossel_novidades .preco p {
	position: relative;
	text-align: right;
}

.carrossel_novidades .preco .precoDe {
	color: #999;
	font-weight: 400;
	text-decoration: line-through;
}

.carrossel_novidades .preco span {
	position: absolute;
	left: 45%;
	font-size: 12px;

	font-weight: 400;
	color: #999;
}

.carrossel_novidades .buttons-product {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 50px;
}

.carrossel_novidades .buttons-product a {
	text-decoration: none;
	transition: .3s;
}

.carrossel_novidades .buttons-product a:hover {
	scale: 1.1;
	transition: .3s;
}

.carrossel_novidades .buttons-product a:first-child {
	background-color: var(--azul);
	color: white;
	padding: 15px 30px;
	border-radius: 50px;
}

.carrossel_novidades .buttons-product a:last-child {
	color: #555;
	padding: 15px 30px;
}

#produtos {
	padding-top: 80px;
}

#produtos .filter_order {
	font-size: 12px;
}

#produtos .divider>ul>li>a {
	font-weight: bold;
}

#produtos .links>ul>li>a {
	font-weight: bold;
	font-size: 14px;
}

#produtos .links .title {
	background: #e21d85;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	padding: 2px 5px;
	font-weight: bold;
	display: block;
}

#produtos .links .link {
	padding: 0px;
}

#produtos .links .link li {
	list-style: none;
	padding: 2px 10px;
	/*&:hover > ul{
                    display: block;
                }*/
}

#produtos .links .link li label {
	font-weight: normal !important;
}

#produtos .links .link li a {
	color: #666;
	display: block;
	font-size: 12px;
}

#produtos .item {
	border: 2px transparent solid;
	padding: 5px;
	border: 2px #eee solid;
}

#produtos .item:hover {
	border: 2px #ccc solid;
}

#produtos .item:hover .link {
	opacity: 1;
}

#produtos .item:hover .ver {
	opacity: 1;
}

#produtos .item .ver {
	display: block;
	color: #444444;
	opacity: 0;
	width: 100%;
}

#produtos .item strong {
	font-size: 16px;
	display: block;
	height: 80px;
	text-transform: uppercase;
}

#produtos .item .thumb {
	display: block;
	padding: 5px;
	text-align: center;
}

#produtos .item .thumb img {
	width: 100%;
}

#produtos .item .ref {
	font-size: 10px;
	color: #888;
	margin: 0;
	padding: 0;
}

#produtos .item .texto {
	color: #000;
}

#produtos .item .preco p {
	margin: 0px !important;
}

#produtos .item .preco .de {
	color: #000;
	font-size: 10px;
	margin: 0px;
	float: left;
	padding-top: 4px;
}

#produtos .item .preco .de span {
	text-decoration: line-through;
}

#produtos .item .preco .por {
	color: #000;
	float: right;
	margin-bottom: 8px !important;
}

#produtos .item .preco .por span {
	color: #e21d85;
	font-size: 20px;
	font-weight: bold;
}

#produtos .item .preco .promocional {
	font-size: 20px;
	margin-top: 17px;
	font-weight: bold;
}

.tablePrice .promocional {
	font-weight: bold;
}

#produtos .item .parcela {
	color: #444444 !important;
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}

#produtos .footer {
	border-bottom: 1px #000 solid;
	border-top: 1px #000 solid;
	margin: 10px 0px;
}

#produtos .footer .result {
	line-height: 38px;
	padding-left: 10px;
}

#produtos .footer .pagination {
	margin: 6px 10px;
}

#produtos .footer .pagination a {
	color: #f00;
	padding: 2px 12px;
}

#produtos .footer .pagination .active a {
	background: #f00;
	color: #fff;
}


#carrinho.container::after {
	content: none;
}

#carrinho.container::before {
	content: none;
}

#carrinho > .panel {
	width: calc(100% - 320px);
	height: fit-content;
	border: none;
	border-radius: 8px;
	box-shadow: none;
	background-color: #fff;
	overflow: hidden;
}

#carrinho > .row {
	width: 100%;
	margin: 0;
}

#carrinho > .row > .row {
	width: 100%;
	margin: 0;
}


#carrinho{
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

#removItem {
	position: absolute;
	right: 14px;
	top: 36%;
	height: 23px;
	width: 23px;
	padding: 0;
	border: none;
	background-color: #D9D9D9;
	border-radius: 100%;
	padding-top: 2px;
	transition: .3s all ease-in-out;
}

#removItem:hover {
	scale: 1.1;
	background-color: #ff3535;
}

#removItem a {
	padding: 0;
	font-size: 12px;
	color: black;
}

.textCarrinho, .textCarrinho p, .textCarrinho p b{
	font-weight: 400;
	font-size: 14px;
	color: #888;
	font-family: 'Montserrat' !important;
}

.trCarrinho {
	position: relative;
	display: flex;
	align-items: center;
	padding: 20px;
	border-bottom: 1px solid #eee;
	transition: background-color 0.2s ease;
}

.trCarrinho:hover {
	background-color: #f8f9fa;
}

.trCarrinho > div:nth-child(1) {
	flex: 2;
	display: flex;
	align-items: center;
}

.imageCarrinhoDesktop {
	padding: 0;
}

.trCarrinho > div:nth-child(1):first-child a {
	display: block;
	padding: 0;
	background-color: red;
}

.trCarrinho > div:nth-child(2) {
	flex: 1;
	text-align: center;
}

.trCarrinho > div:nth-child(3) {
	flex: 1;
	text-align: center;
}

.trCarrinho > div:nth-child(4) {
	flex: 1;
	text-align: center;
}

#carrinho-desktopTr {
	display: flex;
	padding: 15px 20px;
	width: 100%;
	font-weight: 600;
	font-size: 14px;
	color: #FF197E;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

#carrinho-desktopTr .th:nth-child(1) {
	flex: 2;
	text-align: left;
}

#carrinho-desktopTr .th:nth-child(2) {
	flex: 1;
	text-align: center;
}

#carrinho-desktopTr .th:nth-child(3) {
	flex: 1;
	text-align: center;
}

#carrinho-desktopTr .th:nth-child(4) {
	flex: 1;
	text-align: center;
}

#carrinho .rigthCarrinho {
	width: 300px;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 20px;
	height: max-content;
	background-color: #CBEFFF;
	position: sticky;
	top: 20px;
}

#carrinho .rigthCarrinho > div {
	margin: 15px 0px;
}

#carrinho .rigthCarrinho > div > div {
	padding: 0;
}

#carrinho .row > .valor_total {
	color: #E91E63;
	font-weight: 700;
	font-size: 22px;
}

.trCarrinho .tablePrice {
	border: none;
	color: #333;
	font-weight: 600;
	font-size: 16px;
}

.tableQuantidade {
	border: none !important;
}

.trCarrinho .tableSubTotal {
	border: none;
	font-weight: 700;
	font-size: 18px;
}

#carrinho .rigthCarrinho h3 {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #333;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-bottom: 2px solid #AEACAB;
	padding-bottom: 10px;
}

#rightCarrinho__valores a {
	display: block;
	width: 100%;
	padding: 10px 0 !important;
}

.btnRightCarrinhoValor {
	background-color: #FCE6EF;
	color: #FF197E;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 24px;
	border-radius: 6px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 4px rgba(33, 150, 243, 0.3);
}

.btnRightCarrinhoValor:hover {
	background-color: #FF197E;
	color: #FCE6EF;
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(33, 150, 243, 0.4);
}

.retirarLineHeight .textCarrinho {
	margin: 0 auto;
}

#produto .white .row .detalhes .row div .panel {
	width: 100% !important;
}

@media (max-width: 1200px) {
	.retirarLineHeight .textCarrinho p {
		line-height: normal !important;
		margin-top: 20px;
	}
}

@media (max-width: 990px) {
	#theader {
		display: none;
	}

	.search {
		width: 100%;
		margin-bottom: 10px;
	}

	.container {
		width: 100%;
	}
}

@media (max-width: 880px) {
	#carrinho {
		flex-direction: column;
	}

	#carrinho .panel {
		width: 100%;
	}

	.textCarrinho, .textCarrinho p, .textCarrinho p b {
		text-wrap-mode: wrap;
	}

	.trCarrinho td {
		line-height: normal !important;
	}
}

@media (max-width: 680px) {
	.search {
		margin-bottom: 10px;
	}

	#produto .panel {
		margin: 0 !important;
	}

	.carrossel_produto .owl-controls .owl-nav {
		right: 0px;
	}

	.zoomContainer {
		display: none !important;
	}

	.carrinho-desktop {
		display: none;
	}

	.panel {
		width: 90vw;
	}

	.panel-footer {
		height: 120px;
	}

	#menu .menu-sub .menu-mobile,
	#menu .menu-sub .link-menu-mobile {
		width: 100%;
		left: 0px;
		position: absolute;
		padding: 0px;
		z-index: 10;
	}

	/* header .login {
		padding: 0px;
		padding-top: 25px;
		text-align: center;
	}
	header .col-logo {
		display: none;
	}
	header .list-atalho {
		background-image: url("../img/logo-mobile.png");
		background-repeat: no-repeat;
		background-position: center;
	}
	.carrinho {
		text-align: center;
		margin-top: 65px;
	} */

	.verTudo-linha {
		width: 60% !important;
	}

	.c-header {
		justify-content: center !important;
	}

	.c-header .col-logo {
		display: none;
	}

	.nodisplay {
		display: none;
	}

	h3 {
		font-size: 30px !important;
		margin-bottom: -7px !important;
	}

	#owlcarousel-marca h3 {
		font-size: 25px !important;
		margin-bottom: 25px !important;
	}

	#atalho .space {
		padding: 0px;
	}

	.owlcarousel-produto .btn-primary {
		font-size: 10px !important;
	}

	#nossos-cursos h3 {
		font-size: 12px !important;
	}

	#nossos-cursos .texto {
		text-align: justify;
	}

	#produtos .filter_order {
		font-size: 12px;
		background: #b5b5b5;
		width: 100%;
		padding: 10px;
		margin-bottom: 15px;
		margin-top: 25px;
	}

	#produtos .item .preco .de {
		width: 100%;
		text-align: right;
		font-size: 14px;
		color: #666;
	}

	#produtos .item .preco .por {
		color: #e21d85;
	}

	#carrinho {
		gap: 60px;
	}

	#carrinho .panel-heading .btn-primary {
		width: 100%;
	}

	#carrinho .formCep .form-group,
	#carrinho .formCep .input-group,
	#carrinho .formCep .btn-warning {
		width: 100%;
	}

	#carrinho .formCep .btn-warning {
		margin-bottom: 20px;
		margin-top: 10px;
	}

	#carrinho .formCupom .btn-danger,
	#carrinho .formCupom .input-group {
		width: 100%;
	}

	#carrinho .formCupom .btn-danger {
		margin-bottom: 20px;
	}

	#carrinho .panel-footer .btn {
		width: 100%;
		margin-top: 10px;
	}

	#carrinho {
		width: 100vw !important;
	}

	#carrinho.conatainer {
		width: 100vw !important;
	}

	#carrinho .row > div .panel {
		width: 100vw !important;
	}

	.thumbnail a>img, .thumbnail>img {
		width: 100%;
	}

	#carrinho-footer td > form {
		width: initial;
		float: initial;
	}

	.carrinho-desktop__header {
		display: none;
	}

	#carrinho-footer {
		display: flex;
		flex-direction: column;
		width: 100%;
		padding: 5px;
	}

	#carrinho-footer td .formCupom button {
		position: initial !important;
		height: 30px !important;
		margin-bottom: 0 !important;
		border-radius: 0 0 10px 10px !important;
	}

	.formCupom div.input-group input {
		border-radius: 10px 10px 0 0 !important;
	}

	#carrinho .rigthCarrinho {
		width: initial;
		margin: 5px;
	}

	.formCupom {
		flex-direction: column;
	}

	#carrinho-footer td:first-child {
		margin-bottom: 50px;
	}

	#carrinho .btn {
		padding: 4px;
	}

	#carrinho .inQuantidade {
		border: 1px solid #ccc;
	}
}

#formNewsModal {
	position: absolute;
	width: 90%;
	left: 5%;
	top: 290px;
}

#formNewsModal .alert {
	position: absolute;
	z-index: 10;
	width: 100%;
}

#formNewsModal input {
	height: 50px;
}

#formNewsModal button {
	width: 100%;
	background: #e21d85;
	color: #fff;
	line-height: 30px;
	margin-bottom: 20px;
}

#cboxContent {
	background-color: #fff !important;
	padding-bottom: 10px;
}

#cboxLoadedContent {
	border: none;
}

.formCupom {
	width: 300px;
	display: flex;
	position: relative;
	align-items: center;

	border: none;
}

.formCupom > div.input-group {
	flex-grow: 1;
}

.formCupom div.input-group input {
	padding: 12px;
	border: 1px solid var(--rosaClaro);
	width: 100%;
	border-radius: 10px;
	outline: none;
}

.formCupom button {
	position: absolute;
	font-size: 13px;
	width: 130px;
	right: 4.2px;
	z-index: 999;
	height: 80%;
	color: var(--rosa);
	background-color: var(--rosaClaro);
	border-color: var(--rosaClaro);
	padding: 0;
	border-radius: 6px !important;
	transition: .3s;
}

.formCupom button:hover {
	transition: .3s;
	background-color: var(--rosaEscruo);
	color: var(--rosaClaro);
	border-color: var(--rosaEscruo);
}

#formCalcularFrete {
	display: flex;
	position: relative;
	align-items: center;
	float: right;
	width: 300px;
}

#formCalcularFrete > div.input-group {
	flex-grow: 1;
}

#formCalcularFrete > div.input-group input {
	padding: 12px;
	width: 100%;
	flex-grow: 1;
	border-radius: 10px;
	outline: none;
	border: 1px solid var(--azul);
}

#formCalcularFrete button {
	position: absolute;
	height: 80%;
	border-radius: 6px !important;
	font-size: 13px;
	right: 4px;
	background-color: var(--azul);
	border-color: var(--azul);
	transition: .3s;
}

#formCalcularFrete button:hover {
	transition: .3s;
	scale: 1.05;
}

/* Responsive styles for cart */
@media (max-width: 768px) {
	#carrinho > .panel {
		width: 100% !important;
		margin-bottom: 20px;
	}

	.tbody-mobile {
		display: block;
	}
	
	#carrinho .rigthCarrinho {
		width: 100% !important;
		margin-left: 0;
		margin-top: 20px;
		position: static;
	}
	
	.carrinho-desktop {
		display: none;
	}
	
	.carrinho-mobile {
		display: block;
	}
	
	.trCarrinho {
		flex-direction: column;
		align-items: flex-start;
		padding: 15px;
	}

	.trCarrinho > div > form {
		width: 100% !important;
	}
	
	.trCarrinho > div {
		width: 100% !important;
		margin-bottom: 10px;
		text-align: left !important;
	}
}

@media (max-width: 480px) {
	#produto .foto {
		position: relative;
	}

	#produto .foto .mask {
		background: #000;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		opacity: 0;
		left: 0px;
		top: 0px;
	}

	.c-header .col-logo,
	.c-header .c-header-nav {
		display: none;
	}

	.c-header {
		flex-direction: row-reverse;
	}

	.open_menu {
		margin-left: 17px !important;
	}

	.text-right {
		padding: 0 !important;
	}

	header .list-atalho {
		width: 200px;
		padding-right: 60px;
		background-image: none !important;
	}

	#btnLoginEntrar {
		display: none;
	}

	header .col-logo {
		text-align: center;
	}

	header .list-atalho ul li {
		display: inline-block;
	}

	header .list-atalho ul li a {
		margin-top: 0px;
	}

	header .list-atalho form {
		width: 70%;
		float: left;
	}

	header .list-atalho form .inSearch {
		font-size: 14px;
	}

	#menu .container {
		overflow-x: auto;
	}

	#menu .container ul {
		margin-bottom: 10px;
		white-space: nowrap;
	}

	#menu .container ul li {
		display: inline;
		clear: both;
	}

	.banner-medio {
		display: none;
	}

	.carrossel_produto .item {
		padding: 10px;
	}

	.carrossel_produto .item .link {
		margin-top: 20px;
	}

	#produto #inQuantidade {
		margin: 2px;
	}

	#produto .form-inline .input-group {
		float: left;
		width: 75% !important;
		margin-right: 18px;
	}

	#produto .form-inline .btn-info {
		width: 20% !important;
	}

	footer .bandeira {
		width: 100%;
	}

	footer .line {
		min-height: 0;
		margin-bottom: 20px;
	}

	footer .title {
		text-align: center;
		font-size: 20px;
	}

	footer ul li {
		text-align: center;
	}

	.copy .logo {
		width: 30%;
	}

	#colorbox {
		width: 100% !important;
	}

	#cboxWrapper {
		width: 100% !important;
	}

	#cboxLoadedContent {
		width: 100% !important;
	}

	#cboxContent {
		width: 90% !important;
		left: 5%;
	}

	#cboxContent img {
		width: 100%;
	}
}

#categorias {
	padding-top: 15px;
}

#categorias .thumbnail {
	text-decoration: none;
	color: #000;
}

#categorias .thumbnail:hover img {
	opacity: 0.8;
}

#categorias .thumbnail:hover {
	color: #e21d85;
}

#categorias .thumbnail .photo {
	width: 100%;
}

#categorias .thumbnail .texto {
	height: 30px;
}

#categorias .thumbnail .texto .title {
	font-size: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.img-verde-header {
	background-color: #18cc00;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10;
	text-align: center;
	padding: 10px;
	border-radius: 50%;
}

.img-verde-header:hover {
	background-color: #32a90e;
}

.ProdDisabled {
	background-color: #eee;
	color: #666;
}

.ProdDisabled:hover {
	background-color: #eee !important;
	color: #666 !important;
}

.ProdDisabled .ProdDisabledClose {
	position: absolute;
	top: -8px;
	z-index: 1;
	background: #ccc;
	width: 15px;
	height: 15px;
	font-size: 10px;
	border-radius: 50px;
	border: 1px #ddd solid;
	right: -7px;
	line-height: 11px;
	text-align: center;
}

/*# sourceMappingURL=style.css.map */
