
<style type="text/css">
* { box-sizing: border-box; }
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap');

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size:14px;
    background-color: #f7f7f7;
}


:root{
  --cor-principal:#4c001c;
  --cor-secundaria:#ffffff;
}
/*var(--cor-principal);*/
.contact-link{
  color: #000;
}
.disabled {
  pointer-events: none !important;
  cursor: default;
  opacity: 0.6;
}
.error{
  font-size: 11px;
  background-color: #ff0000;
  color: #fff;
  border-radius: 5px;
  padding: 4px;  
}

.black{
  color: #000 !important;
}
.paginationItem {
  width:40px;
  height:40px;
  border:1px solid var(--cor-principal);
  font-size:13px;
  text-align: center;
  line-height:40px;
  display:inline-block;
}
.paginationItem:hover,
.page-item.active .page-link {
  border:1px solid var(--cor-principal) !important;
  background-color: var(--cor-principal) !important;
  color: var(--cor-secundaria) !important;
}


.page-link:hover{
  border:1px solid var(--cor-principal) !important;
  background-color: var(--cor-principal) !important;
  color: var(--cor-secundaria) !important;

}
.page-item a {
  display:block;
  color:#000 !important;
  text-decoration: none;
}

.paginationArea {
  margin:30px;
}

#pageloader{
  background: rgba( 255, 255, 255, 0.8 );
  position: relative;
  z-index: 9999!important;
  opacity: 0.8 !important;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  display: none;
}

#pageloader img{
   position:absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    margin-top: 20%;
    transform: translate(-50%, -50%);
}

.forma_pagamento{
  display: flex;
  margin: 10px;
  gap: 15px;
}

.f_mercado:hover{
  transform: scale(1.1);
  cursor: pointer;
    border: solid 1px #000; 

}

.f_mercado{
  flex:1;
  margin: 5px;
  /*width: 200px;*/
  height: 50px;
  background: url(../images/credito.jpeg) no-repeat;
  background-size: 60px;
  background-position:center; 
    border: solid 1px #ccc; 
    background-color: #FFF;
}
.f_pagseguro{
  flex:1;
  margin: 5px;
  width: 200px;
  height: 50px;
  background: url(../images/pagseguro.jpg) no-repeat;
  background-size: 60px;
  background-position:center; 
  border: solid 1px #ccc; 
  background-color: #FFF;
}
.f_pagseguro:hover{
  transform: scale(1.1);
  cursor: pointer;
  border: solid 1px #000; 
}

.f_pix{
  flex:1;
  margin: 5px;
  height: 50px;
  background: url(../images/pix.jpeg) no-repeat;
  background-size: 60px;
  background-position:center; 
  border: solid 1px #ccc; 
  background-color: #FFF;

}
.f_pix:hover{
  transform: scale(1.1);
  cursor: pointer;
  border: solid 1px #000; 

}

.f_picpay{
   flex:1;
   margin: 5px;
  height: 50px;
  background: url(../images/picpay.jpeg) no-repeat;
  background-size: 60px;
  background-position:center;
  border: solid 1px #ccc; 
  background-color: #FFF;

}
.f_picpay:hover{
  transform: scale(1.1);
  cursor: pointer;
  border: solid 1px #000; 
}
.fale-conosco {
    background: #57bb63;
    bottom: 30px;
    right: 35px;
    cursor: pointer;
    padding: 15px;
    position: fixed;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    z-index: 999;
        
}


.fale-conosco .whats-img {
    background: url(../images/whats.png) no-repeat;
    background-size: 20px;
    display: inline-block;
    height: 20px;
    width: 20px;
    position: absolute;
    padding-bottom: 25px;
}
.fale-conosco .whats-texto {
    padding-left: 15px;
    color: #fff;
    font-size: 14px;
    margin: 6px 10px;
}
    .owl-prev,
.owl-next {
outline: none !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
    width: 50px;
   height: 50px;
   background: none !important;

}

.owl-prev {
  left: -3.5rem;
}

.owl-next {
  right: -3.5rem;
}


/* crio os pseudo-elementos */
.owl-prev::before, .owl-next::before{
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: #FFFFFF;
   border-radius: 50% !important;
   line-height: 50px;
}

/* hover para mudar de cor */
.owl-prev:hover::before, .owl-next:hover::before{
   background: var(--cor-principal);
}

/* crio as setas e centralizo */
.owl-prev::after, .owl-next::after {
   content: "";
   width: 18px;
   height: 18px;
   position: absolute;
   transform: rotate(135deg);
   border: solid black;
   border-width: 0 3px 3px 0;
   top: 50%; left: 50%;
   margin-top: -9px;
   margin-left: -4px;
}

/* ajusto a seta next */
.owl-next::after {
   transform: rotate(-45deg);
   margin-left: -14px;
}

.whats{
  background-image: url('../images/whats.png');
  position: fixed;
  background-repeat: no-repeat;
  bottom: 50px;
  right: 35px;
  background-size: 55px 55px;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  cursor: pointer;
  }

.color{
    background-color:var(--cor-principal); 
}

#exampleModal{
    -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
}

    .div_pix{
        display: flex;
        flex-direction: column;
        background-color: #FFFFFF;
        height: 600px;
        align-items: center;
        border-radius: 5px;
        border: 1px solid #ccc;
    }

    .div_pix_top{
        background-color: var(--cor-principal);
        height: 300px;
        width: 100%;

    }

    .div_pix_bottom{
        height: 300px;
        align-items: center;
        justify-content: center;
    }

    .div_pix_qrcode{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: -30px;
        border-radius: 5px;
        margin-top: -100px;
        background-color: #FFF;
        border: 1px solid #ccc;
    }

.topo{
height: 30px;
background-color: var(--cor-principal);
top: 0;
padding: 0 !important;
}
.info-phone a{
    cursor: pointer;
    text-decoration: none;
    color: var(--cor-secundaria) !important;
}
.element-social{
        text-align: left!important;
        width: 50%; float: left;
        padding-left: 10px;
        padding-top: 5px; 
}
.element-info{
    width: 50%; float: right; 
    text-align: right !important;
}
.social-icon{
    color: #000;
    fill: #000;
}
.svg-location{
width: 16px;
height: 13px;
}
.info-phone{
    display: inline-block;
    font-size: 14px;
    padding-top: 3px;
    padding-right: 20px;
    color: #000000 !important;
    font-weight: bold;

}
.info-whatsapp{
   padding-right: 20px;
}
.info-ddd{
    font-size: 10px;
    font-weight: bold;
}

.text-left {
    text-align: left !important;
}


.opCor{
    margin: 2px;
    display: inline-block;
    border: none;
}

#disabled{
   display: none;
    }
.warn{
background-color: #FF4500;
border:2px solid #ccc;
margin-top: 10px;
margin-bottom: 10px;
}

.list-unstyled {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.box {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 8px;
    -webkit-box-shadow: -2px 3px 7px 3px rgba(0, 0, 0, 0.04);
    -ms-box-shadow: -2px 3px 7px 3px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: -2px 3px 7px 3px rgba(0, 0, 0, 0.04);
    -o-box-shadow: -2px 3px 7px 3px rgba(0, 0, 0, 0.04);
    box-shadow: -2px 3px 7px 3px rgba(0, 0, 0, 0.04);
}

.box.box-border {
    padding: 15px;
    border: 1px solid rgba(217, 5, 89, 0.1);
    box-shadow: none;
}
.font-weight-normal {
    font-weight: 400!important;
}
.divider {
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
    border-bottom: 1px solid rgba(217, 5, 89, 0.1);
}
.text-primary {
    color: #0e090c;
}

.payment_type{
	width: 200px;
	float: right;
	margin-bottom: 20px;
	margin-top: -30px;
}

.p-0 {
    padding: 0!important;
}
.w-100 {
    width: 100%!important;
}
.float-left {
    float: left!important;
}

.radio-button-label {
    padding-left: 32px;
}

.radio-button {
    width: 100%;
    float: left;
    clear: both;
    text-align: left;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

.radio-buttons-group .list-unstyled.with-other-options > .radio-button-item:first-child .radio-button-content {
    border-radius: 10px 10px 0 0;
}

.radio-buttons-group .list-unstyled.with-other-options .radio-button-item .radio-button-content, .radio-buttons-group .list-unstyled.with-other-options .radio-button-item:last-child .radio-button-content {
    border-radius: 0;
}
.radio-buttons-group .list-unstyled .radio-button-item:first-child .radio-button-content {
    border-radius: 10px 10px 0 0;
}

.radio-button input[type="radio"]:checked + .radio-button-content {
    border: 2px solid #0e090c;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}



.radio-buttons-group .list-unstyled.with-other-options > .radio-button-item:first-child .radio-button-content {
    border-radius: 10px 10px 0 0;
}

.radio-buttons-group .list-unstyled.with-other-options .radio-button-item .radio-button-content, .radio-buttons-group .list-unstyled.with-other-options .radio-button-item:last-child .radio-button-content {
    border-radius: 0;
}
.radio-buttons-group .list-unstyled .radio-button-item:first-child .radio-button-content {
    border-radius: 10px 10px 0 0;
}
.radio-button input[type="radio"]:checked + .radio-button-content {
    border: 2px solid #0e090c;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.radio-button .radio-button-content {
    border: 2px solid transparent;
    border-bottom: 1px solid rgba(217, 5, 89, 0.06);
}
.radio-button-content {
    position: relative;
    padding: 10px;
}

.radio-buttons-group .list-unstyled.with-other-options > .radio-button-item:first-child .radio-button input[type="radio"]:checked + .radio-button-content .radio-button-icons-container {
    border-radius: 6px 0 0 0;
}
.radio-buttons-group .list-unstyled.with-other-options .radio-button-item .radio-button input[type="radio"]:checked + .radio-button-content .radio-button-icons-container, .radio-buttons-group .list-unstyled.with-other-options .radio-button-item:last-child .radio-button input[type="radio"]:checked + .radio-button-content .radio-button-icons-container {
    border-radius: 0;
}
.radio-buttons-group .list-unstyled .radio-button-item:first-child .radio-button input[type="radio"]:checked + .radio-button-content .radio-button-icons-container {
    border-radius: 6px 0 0 0;
}
.radio-button input[type="radio"]:checked + .radio-button-content .radio-button-icons-container {
    background-color: #0e090c;
}
.radio-button-icons-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 100%;
}
.radio-button-icons {
    position: relative;
    float: left;
    display: table;
    width: 20px;
    margin: 17px 8px;
    overflow: hidden;
}
.radio-button input[type="radio"]:checked + .radio-button-content .unchecked {
    border: 1px solid #0e090c;
}
.radio-button input[type="radio"] + .radio-button-content .unchecked {
    float: left;
}
.radio-button input[type="radio"] + .radio-button-content .unchecked {
    border: 1px solid var(--cor-principal);
}
.radio-button-icon.unchecked {
    background-color: #ffffff;
}
.radio-button-icon {
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.radio-button input[type="radio"]:checked + .radio-button-content .checked {
    top: 2px;
    left: 4px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.radio-button input[type="radio"] + .radio-button-content .checked {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.radio-button-icons-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 100%;
}

input[type="radio" i] {
    background-color: initial;
    cursor: default;
    -webkit-appearance: radio;
    box-sizing: border-box;
    margin: 3px 3px 0px 5px;
    padding: initial;
    border: initial;
}

input[type="radio"] {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark-color(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: -internal-light-dark-color(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark-color(rgb(118, 118, 118), rgb(195, 195, 195));
    border-image: initial;
}
.modal.left .modal-dialog {
	position:fixed;
	left: 0;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.right .modal-body {
	padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
	border-radius: 0;
	border: none;
}

.modal-header {
	border-bottom-color: #eeeeee;
	background-color: #fafafa;
}



.area{
	width: 100%;
	margin-left: 5%;
	margin-right: 5%;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.summary-coupon {
    padding: 0 1em 1em;
}

.box-discount-coupon-applied {
    background-color: rgba(242, 242, 242, 0.5);
    border-color: #f2f2f2;
    border-radius: 6px;
    color: #000000;
}
.svg-inline {
    height: 1em;
    vertical-align: -12.5%;
}
.box-discount-coupon-applied {
    background-color: hsla(0,0%,94.9%,.5);
    border: 1px solid #e5e5e9;
    border-radius: 6px;
    color: #029cdc;
}

.table-footer {
    border-top: 1px solid rgba(235,234,238,.8);
    font-size: 18px;
}
.table .table-price {
    white-space: nowrap;
}

.text-right {
    text-align: right!important;
}
.table-price {
    min-width: 90px;
}

.summary-img-wrap {
    height: 80px;
    padding-right: 16px;
    width: 80px;
}

.img-responsive-square {
    width: 80px; /* Largura fixa do quadrado */
    height: 80px; /* Altura fixa do quadrado */
    object-fit: contain; /* Exibe a imagem inteira dentro do quadrado */
    border-radius: 5px; /* Opcional: bordas arredondadas */
    display: block; /* Garante que seja exibida como bloco */
}


.panel{
	color: #141414;
    box-shadow: none;
    border-radius: 6px;
    background-color: white;
    border: 1px solid #d9d9d9;
}
.summary-details {
    background: white;
}
.summary-details {
    clear: both;
    position: sticky;
    width: 100%;
    z-index: 5;
}
.sticky {
    top: 10px !important;
    position: sticky;
}
.p-none {
    padding: 0!important;
}
.panel {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 3px -1px rgba(0,0,0,.05);
    border: 1px solid #ebeaee;
    float: left;
    margin-bottom: 20px;
    padding: 1em;
    width: 100%;
}
#blanket,#aguarde {
    position: fixed;
    display: none;
}

#blanket {
    left: 0;
    top: 0;
    background-color: #f0f0f0;
    filter: alpha(opacity =         65);
    height: 100%;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    opacity: 0.65;
    z-index: 9998;
}

#aguarde {
    width: auto;
    height: 30px;
    top: 40%;
    left: 45%;
    background: url('http://i.imgur.com/SpJvla7.gif') no-repeat 0 50%;
    line-height: 30px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 9999;
    padding-left: 27px;
}

.warn{
padding:15px;
background-color: #FF4500;
border:2px solid #ccc;
margin-top: 10px;
margin-bottom: 10px;
color:#FFF;
font-size: 17px;
letter-spacing: 0.8px;
}
.login-link{
display: none;
}
.topnav.navbar {
	background-color:#f9f9f9;
	border-bottom:1px solid #e0e0e0;
	min-height:50px !important;
	font-size: 18px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--cor-secundaria) !important;
    text-decoration: none;
    background-color: var(--cor-principal) !important;
}

.topnav .navbar-nav>li>a {
    padding-left: 20px !important;
	color: var(--cor-secundaria) !important;
}

.topnav .nav>li>a:hover,
.dropdown.open .dropdown-toggle {
	text-decoration: none !important;
	background:none;
	color:var(--cor-principal);
}


.menu{
    background-color: var(--cor-principal) !important;
}

header {
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 999;
  transition: all 0.5s ease; /* Suaviza a transição */
  background-color: white;
}

header.scrolled {
  border-bottom: 1px solid #e0e0e0;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0; /* Diminui o padding ao rolar */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adiciona sombra ao rolar */
  transition: all 0.5s ease; /* Mantém a suavidade ao rolar */
}


.container-fluid {
  max-width: 1200px;
  margin: 0 auto;
}


.logo {
	text-align: center;
	margin-top: 10px;
}
.logo img {
 width:100%;
 max-height: 90px;
 max-width: 180px;
}

.head_help,
.head_email {
	height:20px;
	line-height:20px;
	padding-left:27px;
	padding-right:15px;
	background-size:20px 20px;
	background-repeat:no-repeat;
	background-position:left center;
	display:inline;
}
.head_help {
	background-image:url('../images/whatsapp.png');
}
.head_email {
	background-image:url('../images/mail.png');
}
.head_email span {
	color:var(--cor-principal);
}
.search_area {
	clear:both;
	height:48px;
	border:2px solid #000000;
	border-radius:10px;
	margin-top:10px;
	overflow: hidden;
}
.search_area input, .search_area select {
	border:0;
	margin:0;
	padding:0;
	outline:0;
	background-color:#FFF;
}
.search_area input[type=text] {
	height:44px;
	float:left;
	width:85%;
	padding-left:15px;
}
/*
.search_area select {
	width:35%;
	height:44px;
	float:left;
	border-left:1px solid #CCC;
	border-radius:0px;
}
*/
.search_area input[type=submit] {
	width:15%;
	height:46px;
	float:left;
	background-color:var(--cor-principal);
	background-image:url('../images/search.png');
	background-size:auto 50%;
	background-repeat:no-repeat;
	background-position:center;
}

.cartarea {
	margin-top:10px;
	text-align: center;
}
.carticon {
	width:40px;
	height:40px;
	background-image:url('../images/cart.png');
	background-size:40px 40px;
	background-repeat:no-repeat;
	background-position:center !important;
	padding-left: 12px;
    padding-top: 4px;
    display:inline-block;
    vertical-align:top;
}

.atendimentoicon {
	width:40px;
	height:40px;
	background-image:url('../images/chat.png');
	background-size:40px 40px;
	background-repeat:no-repeat;
	background-position:center !important;
	padding-left: 12px;
    padding-top: 4px;
    display:inline-block;
    vertical-align:top;
}

.minhacontaicon {
	width:40px;
	height:40px;
	background-image:url('../images/user.png');
	background-size:40px 40px;
	background-repeat:no-repeat;
	background-position:center !important;
	padding-left: 12px;
    padding-top: 4px;
    display:inline-block;
    vertical-align:top;
}
.carttotal {
	display:inline-block;
	color:#000;
    font-size:12px;

}
.carttotal span {
	color:var(--cor-principal);
	font-size:15px;
	font-weight: bold;
}
.cartqt {
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	color:#FFF;
	font-weight: bold;
	font-size:12px;
	background-color:var(--cor-principal);
	border-radius:10px;
}

.categoryarea {
	margin-top:27px;
	margin-bottom:27px;
}
.categoryarea .container {
	background-color:#f9f9f9;
	height:60px;
	padding:0;
	border-radius:5px;
}
.categoryarea .navbar-nav>li>a {
	padding-top:20px;
	padding-bottom:20px;
	padding-left: 20px;
	padding-right: 20px;
}

.categoryarea .nav>li>a:hover {
	background-color:#ECECEC;
	text-decoration: none;
}
.categoryarea a {
	color:#000;
	border-right: 1px solid #e0e0e0;
}
.categoryarea .dropdown {
	background-color:var(--cor-principal);
	border-radius:5px;
}


.categoryarea .dropdown .dropdown-toggle {
	background-image: url('../images/menu.png');
	background-size: 25px auto;
	background-position:15px center;
	background-repeat:no-repeat;
	color:#FFF;
	font-weight: 600;
	padding-left:45px;
	border-right:0px;
	font-size: 15px;
}

.categoryarea .dropdown-submenu .dropdown-toggle {
	background-image: none;
	background-size:none;
	background-position:none;
	background-repeat:no-repeat;
	color:#000;
	font-weight: normal;
	padding-left:25px;
	border-right:0px;
}


.categoryarea .nav>li.dropdown>a:focus,
.categoryarea .nav>li.dropdown>a:hover {
	background-color:var(--cor-principal);
	border-radius:5px;
}

.categoryarea .nav>li.dropdown>a {
	background-color:var(--cor-principal);
	border-radius:5px;
}

.categoryaarea .nav>li,ul.dropdown-menu{
	top: 180% !important;
  font-size: 12px !important;
  text-transform: uppercase;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(0deg);
  position: absolute;
  right: -5px;
  top: 17px;
}

.nav-link{
  font-size: 14px;
  text-transform: uppercase;
  color: var(--cor_secundaria);
  font-weight: 600;
}

.text-center {
text-align: center!important;
}

.dropdown-submenu .dropdown-menu {
  top: 100% !important;
  margin-left: .10rem;
  margin-right: .20rem;
  width: auto;
}

section {
	margin-bottom:50px;
}

h1 {
	font-size:24px;
	margin-top:0;
	margin-left:0;
	padding-left:0;
}
.filterarea {
	border: 2px solid #ececec;
    border-radius: 10px;
    padding:10px;
}

.widget {
	margin-top: 20px;
	margin-bottom: 20px;
}
.widget h1 {
	border-bottom:1px solid #E0E0E0;
	padding-bottom:15px;
}

footer {
	padding-top:50px;
	background-color: #F9F9F9;
    border-top: 1px solid #e0e0e0;
    min-height: 290px;

}


.subarea form {
	margin:0;
	padding:0;
}

.widgetbody{
    padding-bottom: 50px;
    padding-top: 50px;
    background-color:#fff;

}
.widgetbody:after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #fff;
    z-index: 0;
    margin-top: 50px;
}

.news {
    background-color:var(--cor-principal);
    padding-top:50px;
    padding-bottom:80px;
    color: #fff;
}


.news .subemail {
	margin:0;
	width:50%;
	height:50px;
	display:inline-block;
	border:0;
	padding:0;
	border:1px solid #E0E0E0;
	border-radius:5px 0 0 5px;
	outline:0;
	padding-left:15px;
}
.news input[type=submit] {
	margin:0;
	width:10%;
	height:50px;
	display:inline-block;
	border:0;
	padding:0;
	outline:0;
	border-radius:0 5px 5px 0;
	margin-left: -5px;
	color:#FFF;
	background-color:#000000;
}
.news input[type=submit]:hover {
    background-color:var(--cor-principal);
    border: 1px solid #000;
}
footer h3 {
	margin-top:0;
	margin-left:0;
	margin-bottom:30px;
	font-size:18px;
}

.links {
    padding-bottom: 50px;
}

.linkgroups a {
	color: #acacac;
	text-decoration: none;
}
.linkgroups a:hover {
	color:var(--cor-principal);
}
.linkgroups ul,
.linkgroups li {
	margin:0 0 12px 0;
	padding:0;
	list-style:none;
}
.copyright {
	background-color: #000000;
    padding: 17px 0;
    line-height: 30px;
    color: #8a8a8a;
}
.copyright span {
	color:#FFF;
}
.payments {
	text-align: right;
}
.payments img {
	height:40px;
	background-color:#FFF;
	border-radius:4px;
	margin-right:3px;
}
.no-padding {
	padding:0;
}


.product_item {
  padding:5px;
  border:1px solid #FFF;
  text-align: center;
  height: 380px;
  background-color: #fff;
  border-radius: 10px;
  margin:15px;
  box-shadow: 0px 5px 25px -20px black;
}

.product_item:hover {
	border:1px solid var(--cor-principal);
}
.product_item a {
	text-decoration: none;
	display:block;
}
.product_tags {
	position:absolute;
    margin-top:-5px;
    z-index: 99;

}
.product_tag {
	height:auto;
	line-height:auto;
    width: auto;
	background-color:#000;
	float:left;
	clear:both;
	padding:2px;
	margin-top:1px;
	color:#FFF;
    font-size: 10px;
    font-family: inherit;
    border-radius: 2px;
    margin-left: -5px;
}
.product_tag_red {
  background-color:#f8484a;
  text-transform: uppercase;
}

.product_tag_black {
  background-color:#000;
  text-transform: uppercase;
  color: #fff;
}

.product_tag_green {
	background-color:var(--cor-principal);
	text-transform: uppercase;
}
.product_tag_blue {
	background-color:#407ac5;
	text-transform: uppercase;
}
.product_name {
    text-align: center;
    color:#000;
    margin-top: 7px;
    height: 60px;
    word-wrap: break-word;
    font-style: 12px;
}

.product_name:hover {
    color:var(--cor-principal);
}

.product_brand {
	color:#000;
	font-size:11px;
    text-align: left;
}
.preco{
  display: flex;
}

.view_product {
    display: inline-block;
    padding: 12px 24px;
    background-color: var(--cor-principal) !important;
    color: var(--cor-secundaria);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 30px; /* Bordas arredondadas */
    transition: all 0.3s ease; /* Suaviza a transição de efeitos */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave */
    margin: 5px;
}

.view_product:hover {
    background-color: var(--cor-secundaria) !important;
    color: var(--cor-principal);
    transform: translateY(3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Sombra mais pronunciada no hover */
}

.view_product:focus, .view_product:active {
    outline: none;
    transform: translateY(0); /* Remove o efeito de levitação */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Mantém a sombra suave no clique */
}


.product_price_from {
    flex: 1;
	float:left;
	color:#CCC;
	font-size:14px;
	margin-top:15px;
}
.product_price {
    flex: 2;
	float:right;
	color:var(--cor-principal);
	font-weight: bold;
	margin-top:10px;
    font-size: 20px;
}

.paginationItem {
	width:40px;
	height:40px;
	border:1px solid #DDD;
	font-size:13px;
	text-align: center;
	line-height:40px;
	display:inline-block;
}
.paginationItem:hover,
.pag_active {
	border:1px solid var(--cor-principal);
}
.paginationItem a {
	display:block;
	color:#000;
	text-decoration: none;
}
.paginationArea {
	margin-top:30px;
}

.dropdown-menu {
	width:100%;
}

.filterbox {
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
	padding-bottom:10px;
}
.filtertitle {
	color:var(--cor-principal);
	font-size:17px;
	font-weight: bold;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #EEE;
}
.filteritem {
	height:25px;
	font-size:12px;
}
.filteritem label {
	font-weight:normal;
}

.widget_item {
    margin-top:10px;
    height: 70px;
}
.widget_item:hover {
box-shadow: 1px 1px 4px;
}

.widget_item a {
	text-decoration: none;
	color:#000;
}
.widget_info {
	float:left;
	width:80%;
    padding-left: 7px;
    padding-top: 2px;
}
.widget_photo {
	float:right;
	width:50px;
}
.widget_photo img {
    max-width:50px !important;
    max-height:50px !important;
    width: auto !important;
    height: auto !important;
    text-align: center;
}
.widget_productname {
    font-weight: bold;
    color:var(--cor-principal);
}

.widget_productname:hover {
    font-weight: bold;
    color:#000000;
}

.widget_price span {
	color:#999;
}

.original_price {
	font-size:25px;
	font-weight: bold;
}
.price_from {
	font-size:14px;
	color:#CCC;
}

.addtocartform {
	margin-top:20px;
}
.addtocart_qt {
	height:35px;
	width:35px;
	text-align: center;
	border:1px solid #CCC;
	outline:0;
	float:left;
}
.addtocartform button {
	width:30px;
	font-weight: bold;
	height:35px;
	text-align:center;
	border:1px solid #CCC;
	background-color:#FFF;
	float:left;
}
.addtocart_submit {
	height:35px;
	float:left;
	margin-left:10px;
	background-color:var(--cor-principal);
	border:1px solid var(--cor-principal);
	border-radius:3px;
	color:#FFF;
	font-weight: bold;
	padding-left:20px;
	padding-right:20px;
    cursor: pointer;
}
.addtocart_submit:hover{
    background-color:#000;
    border:1px solid #fff;
}
.search_button:hover{
    background-color:#000 !important;
    cursor: pointer;
}

.mainphoto{
    margin: 0 auto;
    height: 400px;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.mainphoto img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    margin-bottom: 3px;
}

.product_image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Alinhado com o container */
    height: 200px; /* Altura fixa */
    overflow: hidden; /* Esconde partes fora do container */
    border-radius: 10px; /* Borda arredondada */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Sombra leve para destaque */
    position: relative;
}

.product_image img {
    max-width: 100%; /* Limita a largura */
    max-height: 100%; /* Limita a altura */
    object-fit: cover; /* Ajusta a imagem ao container */
    object-position: center; /* Centraliza a imagem */
    transition: transform 0.3s ease; /* Animação ao hover */
    display: block;
}

.product_image img:hover {
    transform: scale(1.05); /* Leve zoom ao passar o mouse */
}



.photo_item {
    position: relative;
    height: 100px;
    float: left;
    text-align: center;
}

.photo_item img {
    height: auto;
    max-height: 100%;
    max-width: 90%;
    width: auto;
    margin-top: 15px;
    margin-bottom: 3px;

}

.photo_item img:hover{
    border: 2px solid #000;
}

.button_transparent {
    background-color:transparent;
    border-radius:5px;
    padding:7px;
    border:0;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    font-family: "Montserrat", Sans-serif;
    font-size: 10px;
    border: 1px solid #000;
}

.button_transparent:hover {
    background-color:var(--cor-principal);
    color:var(--cor-secundaria);
}

.button {
    background-color:var(--cor-principal);
    border-radius:5px;
    padding:10px;
    border:0;
    color:#FFF;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    font-family: "Montserrat", Sans-serif;
    color: #ffffff  !important;
}


.button:hover{
	background-color:#000;
	color:#FFF;
}


.updatecart_submit{
    width: 10%;
    height: 34px;
    float: left;
    background-image: url(../images/update.png);
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: center;
    border:0;
    background-color:transparent;
    outline: none;
    margin-left: 10px;
}

.filter{
	color: var(--cor-secundaria);
	background-color: var(--cor-principal);
    margin-top: 10px;
}

.details{
	margin-top: -10px !important;
}

.box-discount-coupon-applied {
    color: #000000;
    background: none;
    border: 1px solid #0e090c !important;
    border-radius: 10px;
    font-size: 12px;
}
.btn-link{
	color:#000 !important;
}

.details-btn{
	background: #ffffff;
    border-bottom: 1px solid rgba(217, 5, 89, 0.1);
    box-shadow: none;
    height: 50px;
	line-height: 50px;
	font-size: 13px;
    width: 100%;
    text-align: center;
}

.summary-arrow-rounded .summary-arrow-icon {
    fill: #fff;
}

.summary-arrow-rounded {
    align-items: center;
    border: 1px solid #000;
    border-color: #000000;
    border-radius: 50%;
    display: flex;
    height: 25px;
    justify-content: center;
    width: 25px;
    margin-top: 10px;
    margin-left: 4px;
}

.summary-arrow {
    float: left;
}

.possui{
	margin-top: 20px;
	text-align: center;
}
#mycupom{
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
h2 {
    margin-top: 0;
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

h2::after {
    content: "";
    display: block;
    width: 60px; /* Largura do traço */
    height: 3px; /* Espessura do traço */
    background-color: #000; /* Cor do traço (pode usar sua variável) */
    margin: 10px auto 0; /* Centraliza o traço e define a distância do título */
    border-radius: 3px; /* Bordas arredondadas para suavizar a linha */
}

h2.no-span::after {
    width: 50px; /* Reduzido o tamanho da linha */
}




a{
	text-decoration: none !important;
	outline: none !important;
}

.building{
	color: #000;
	margin-left: 12px;
	outline: none !important;
	outline-style: none;
}

.building:hover{
	color: var(--cor-principal);
}

.form_payment{
float:right;  margin-top: 30px;
}

#select_payment{
	padding-right: 40px;
}

.search_cep input[type=submit] {
	width:50px;
	height:44px;
	float:left;
	clear:both;

	overflow: hidden;
	background-color:var(--cor-principal);
	background-image:url('../images/search.png');
	background-size:auto 50%;
	background-repeat:no-repeat;
	background-position:center;
}
.atend:hover .subutility-list{
	display: block !important;
}



.panel-header {
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    color: var(--cor-principal);
    text-align: left;
    border: 0;
    text-shadow: none;
    margin-bottom: 20px;
}

a{
    color: #000;
}

.myaccount:hover .subutility-list{
	display: block !important;
}

.icon-md {
    font-size: .875em;
}

.icon-inline {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}



.subutility-list {
    position: absolute;
    width: max-content;
    top: 75px;
    left: 50%;
    padding: 10px;
    margin: 0;
    list-style: none;
    border-radius: 4px;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    text-align: left;
    z-index: 300;
}
.subutility-list-item {
  padding-bottom: 5px;
}

.subutility-list {
    background-color: #FFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.details{
	display: none;
}


.contacts{
    display: none;
}

.security{
    text-align: left;
    margin-top: 30px;
}

  .con{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
   }

.element-info-link{
    display: none;
}

  .bgbox{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.7);
    z-index: 1;
    display: none;
  }
  .divbox{
    left: 50%;
    top: 50%;
    height: auto;
    width: 500px;
    background-color: #FFF !important;
    margin-left: -270px;/*Metade do width somando o padding*/
    margin-top: -220px;/*Metade do height somando o padding*/
    padding: 20px;
    position: absolute;
    z-index: 1;
    display: none;
  }
  .close-box{
    background: #fff;
    cursor: pointer;
    padding: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 200;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 18%), 0 2px 10px 0 rgb(0 0 0 / 14%);
  }
  
.color-principal{
  color: var(--cor-principal) !important;
}
.color-secundaria{
  color: var(--cor-secundaria) !important;
}
.background-principal{
  background-color: var(--cor-principal) !important;
}
.background-secundaria{
  background-color: var(--cor-secundaria) !important;
}

.title-product{
  font-size: 20px;
}

@media only screen and (max-width: 768px) {

.logo img {
  width:100%;
  max-width:100px;
  max-height:70px;
}

.button_transparent {
    padding:4px;
    font-size: 8px;
}


.view_product {
    padding: 6px 12px;
  
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 30px; /* Bordas arredondadas */
    transition: all 0.3s ease; /* Suaviza a transição de efeitos */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave */
    margin: 5px;
}

.title-product{
  font-size: 16px;
}
  .divbox{
    left: 50%;
    top: 50%;
    height: auto;
    width: 400px;
    background-color: #FFF !important;
    margin-left: -200px;/*Metade do width somando o padding*/
    margin-top: -220px;/*Metade do height somando o padding*/
    padding: 20px;
    position: absolute;
    z-index: 1;
    display: none;
  }

.el-social{
  color: var(--cor-secundaria) !important;
  cursor: pointer;
  margin-left: 2px;
  height: 20px;
}

.element-social{
    text-align: left!important;
    width: 30%; float: left;
    padding-left: 7px;
    padding-top: 6px; 
}
.element-info-link{
    display: block;
    width: 70%;
    float: right; 
    text-align: right !important;
    padding-top: 3px;
}

.element-info{
    display: none;
}
.login-link{
display: block;
}
.color-principal{
  color: var(--cor-principal) !important;
}
.color-secundaria{
  color: var(--cor-secundaria) !important;
}

.product_item {
    padding:5px !important;
    margin:5px !important;
    border:1px solid #FFF;
    height: 290px;

}
.product_name{
    height: 50px;
    font-size: 10px;
}

.product_brand {
	font-size:8px;
}

.product_price_from {
  font-size:10px;
  margin-top:1px;
}
.product_price {
  margin-top:1px;
  font-size: 16px;
}

.product_image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* Alinhado com o container */
    height: 150px; /* Altura fixa */
    overflow: hidden; /* Esconde partes fora do container */
    border-radius: 10px; /* Borda arredondada */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Sombra leve para destaque */
    position: relative;
}

.product_tags {
    position:absolute;
    margin-top:2px;

}
.product_tag {
    height:auto;
    line-height:auto;
    width: auto;
    float:left;
    clear:both;
    padding:2px;
    margin-top:1px;
    color:#FFF;
    font-size: 10px;
    font-family: inherit;
    border-radius: 1px;
    margin-left: 2px;
}
.photo_item{
    margin-bottom: 20px;
}
  .con{
  grid-template-columns: repeat(2, 1fr);
   }

.owl-prev,
.owl-next {
  top: 35%;
}

.owl-prev {
  left: -1.2rem;
}

.owl-next {
  right: -1.2rem;
}

  
.news {
    padding-top:50px;
    padding-bottom:50px;
}



.news input[type=submit] {
    width: 35%;
}

.contacts{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.contacts a{
  color: #000;
}

.payment_type{
	width: 200px;
	float: left;
	margin-bottom: 20px;
	margin-top: 10px;
}
.title-pag{
	margin-top: 30px;
}

.details-desktop{
	display: none;

}
.details{
	display: block;
}

.atend{
display: none;
}

.myaccount{
display: none;
}
#select_payment{
	padding-right: 10px;
}
.form_shipping{
	padding-left: 10px;
}
form .form_payment, .form-row{
display: block !important;
}

.logo {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.search_area {
	margin-top:0px;
}

.cartarea {
    float: right;
    margin-top: -95px;
}

.carttotal span {
    color: var(--cor-principal);
    font-size: 12px;
    font-weight: bold;
}
.head_help, .head_email {
    height: 20px;
    line-height: 20px;
    padding-left: 18px;
    padding-right: 0px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline;
    font-size: 11px;
}

.result_filter{
	display: none;
}
.inicio_widget{
	display: none;
}

.navbar-nav .dropdown-menu{
	position: static !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(0deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 100% !important;
  left: 0% !important;
  margin-left: .10rem;
  margin-right: .20rem;
}


#filterarea{
	width: 100%;
}

header {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
}


.filter-text {
    text-transform: uppercase;
    font-size: 14px;
    margin-left:2px;
    cursor: pointer
}


.filter-icon {
	cursor: pointer;
	background-image: url('../images/filter.png');
	background-size: 12px auto;
	background-position:12px center;
	background-repeat:no-repeat;
	padding-left: 22px;
	margin-bottom: 10px;
    margin-left: -20px;
}

h2{
	text-align: center;

}


.whats{
  background-image: url('../images/whats.png');
  position: fixed;
  background-repeat: no-repeat;
  bottom: 40px;
  right: 15px;
  background-size: 45px 45px;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  cursor: pointer;
  }


.widget_photo img {
    max-width:50px !important;
    max-height:50px !important;
    width: auto !important;
    height: auto !important;
}

}



</style>