@charset "utf-8";
@import "bootstrap.min.css";
@import "fontes.css";
:root{
    --bg-default:   #ffffff;
    --font1:        #333333;
    --theme-color1: #002C53;
    --theme-color2: #011c34;
    --theme-color3: #075DA8;
    --theme-color4: #0BFFD9; 
    --theme-color5: #019A82; 
    --theme-color6: #075DA8;
    --icon-color1:  #8DC044;
    --icon-color2:  #9d9d9d; 
    --bg-footer:    #002C53;
}
.textoObservacaoBrindes p{
    color: #ff0000;
    font-weight: 500;
}

*, html {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    list-style: none;
    font-family: "Roboto", sans-serif;
}


.mobile-backdrop {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.4);
      z-index: 1040;
      display: none;
      transition: opacity 0.3s ease;
    }

/* Mostra o backdrop */
    .mobile-backdrop.show {
      display: block;
    }

/* Travar o scroll (compatível com iOS) */
body.no-scroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
  touch-action: none;
}

.page-title{
    color: var(--theme-color1);
    margin-bottom: 0;
}

.bg-1{
background: var(--theme-color1)!important;
}
.data-table thead th, .data-table thead td, .data-table tfoot th, .data-table tfoot td, .cart .totals table th, .cart .totals table td {
    color: #fff;
    border-top: 2px solid #eaeaea;
    border-bottom: 2px solid #eaeaea;
    background: var(--theme-color1);
}
.bg-2{
background: var(--theme-color2)!important;
}
.bg-3{
background: var(--theme-color23)!important;
}
.bg-4{
background: var(--theme-color4)!important;
}
.bg-5{
background: var(--theme-color5)!important;
}
.bg-6{
background: var(--theme-color6)!important;
}


  .image-grid figure{
       height: 280px;
  }

  .image-grid { /* ajuste conforme necessário */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    overflow: hidden;
  }

  .image-grid img {
    max-height: 100%;
    object-fit: contain;
  }


.bg-default{
    background: var(--theme-color1);
}
@keyframes waveMove {
  0% {
       background-size: 100%;
  }
  50% {
       background-size: 120%;
  }
   100% {
       background-size: 100%;
  }
}
.wave-section {
    background: url("../imagens/wave.png");
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 150px;
    background-color: transparent;
    position: relative;
    width: 100%;
    top: -55px;
    padding-top: 100px;
    display: flex;
    align-items: center;
/*    animation: waveMove 10s ease-in-out infinite;*/
}
.ilustrative h4 {
    color: var(--theme-color3);
    font-size: 1.4rem;
    margin: 0;
}
.ilustrative .title{
    margin-bottom: 4px;
}

.ilustrative i.theme-icon{
    background: var(--theme-color3);
    width: 30px;
    height: 30px;
}

.ilustrative p{
    font-size: 1.3rem;
    line-height: 1.6rem;
    margin: 0;
    padding: 0px 1rem;
}
#header nav{
      background: var(--theme-color1);
    z-index: 999999;
}
.links-footer{
    min-height: 270px;
}

.barra-rodape{
    background: var(--bg-default);
}
.barra-rodape *{
    color: var(--theme-color2)
}
.footer-column h4{
    position: relative;
    margin: 0px;
    padding-bottom: 4px;
    margin-bottom: 15px;
}


.footer-column h4:before{
    position: absolute;
    content: "";
    left:0;
    bottom: 0px;
    height: 2.4px;
    width: 40px;
    background: #0abefe;
}

.card-custom {
  width: 100%;
  max-width: 400px;
  color: #fff;
  font-family: Arial, sans-serif;
  border-radius: 6px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  display: block;
}

.card-content {
    padding: 20px 15px;
    width: 90%;
    background-color: var(--bg-footer);
    margin: 0 auto;
    position: relative;
    top: -25px;
}

.card-content h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.card-content p {
  font-size: 14px;
  line-height: 1.4;
  color: #ccc;
  margin-bottom: 15px;

  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.card-link {
  display: inline-block;
  color: #f90;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
}

.card-link span {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.card-link:hover {
  color: #ffa500;
}

.card-link:hover span {
  transform: translateX(3px);
}


.color-1{
    color: #019A82;
}
.color-2{
    color: var(--theme-color2);
}
.section-default{
            font-family: "Roboto", sans-serif;
}
.historia h2{
    color: var(--theme-color4);
    font-size: 2rem;
}
.historia p {
    font-size: 1.3rem;
    color: var(--bs-white);
}
.produtos h2{
    color: var(--theme-color5);
    font-size: 2rem;
}
.produtos p {
    font-size: 1.3rem;
    color: var(--bs-white);
}
.historia.section-default{
    min-height: 310px;
}
.fs-8{
    font-size: 0.8rem;
}
.fs-7{
    font-size: 0.9rem;
}
.blocos .bloco-item{
    background: var(--bg-footer);
    padding: 20px 20px;
}
.ilustracao .blocos{
    position: absolute;
    right: -100px;
    bottom: 8px;
}
.ilustracao figure{
    width: fit-content;
}
.ilustracao img {
    height: 80vh;
    max-height: 590px;
}





.bloco-masonry h4{
    color: var(--theme-color1);
    font-size: 2.1rem;
    font-weight: 600;
}

.bloco-masonry p{
     color: var(--bs-white);
    font-size: 1.2rem;
}

.altura-sincronizada {
  display: flex;
  flex-direction: row;
  height: 100%;
  min-height: 400px; /* fallback para mobile */
}

.bloco-esquerda {
  height: 100%;
}

.coluna-direita {
  display: flex;
  flex-wrap: wrap;
}

.coluna-direita > div {
  width: 50%;
  height: 50%;
}

/* Estilo para blocos de texto */
.texto-centro {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  height: 100%;
}



/* Novo: estilos para figure e img */
.coluna-direita figure {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.coluna-direita figure img {
  height: 100%;
  width: 100%;
  object-fit: initial;
}


/*Produtos*/
.produtos .card{
    cursor: pointer;
}
.produtos .card:hover img{
    transform: scale(1.1) ;
}
.produtos .card img{
    transition: all 200ms ease-in-out;
}
.card-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 4.5em;
    font-size: 1rem;
}
.btn-orcar {
  background-color: #001F3F;
  color: white;
  border: none;
  border-radius: 0;
}
.btn-orcar:hover {
    background-color: #003366;
    color: #ffffff;
    opacity: 0.5;
}





.catalog-product-view .breadcrumbs {
    background: #fafafa;
}

.catalog-product-view .main-container {
    margin-top: 0px;
}

.product-view .product-essential {
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.product-view .product-essential .container {
    position: relative;
}

.product-view .flexslider-thumb {
    margin: 20px auto 0;
    padding: 0 42px;
    position: relative
}

.product-view-compact .flexslider-thumb {
    margin: 17px auto 0
}

.product-view .flexslider-thumb .flex-viewport {
    z-index: 10
}

.product-view .flexslider-thumb .flex-direction-nav {
    top: 30%;
    left: 0;
    width: 100%;
}

.product-view .flexslider-thumb .flex-prev {
    position: absolute;
    left: 10px;
    top: -5px;
}

.product-view .flexslider-thumb .flex-next {
    position: absolute;
    right: 10px;
    top: -5px;
    color: #666;
}

.product-view .flexslider-thumb li img {
    cursor: pointer;
    -moz-user-select: none;
    border: 1px #ddd solid;
}

.product-view .previews-list {
    padding: 0;
    list-style-type: none;
    text-align: center
}

.product-view .previews-list li {
    width: 85px;
    margin-right: 15px;
    padding: 0;
    float: none;
    display: inline-block;
}

.product-view-compact .rating {
    padding: 18px 0 21px
}

.product-view-compact .btn-toolbar {
    margin: 0;
    padding: 7px 0 22px
}

.product-view-compact .price {
    display: block;
    padding: 6px 0 20px
}

.product-view .product-img-box .new-top-left,
.product-view .product-img-box .sale-top-left {
    left: 120px;
    z-index: 10;
}

.product-view .product-img-box .new-top-right,
.product-view .product-img-box .sale-top-right {
    right: 0px;
    z-index: 10;
}

.product-view .product-img-box .product-image .product-flexslider {
    margin: 20px 15px 0px 15px;
}

.product-view .product-img-box .product-image .product-full img {
    width: 100%;
}

.product-view .product-img-box .product-image .owl-next {
    right: -13px;
    top: 66%;
}

.product-view .product-img-box .product-image .owl-next a,
.product-view .product-img-box .product-image .owl-prev a {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    height: auto;
    padding: 3px 10px;
    width: auto;
}

.more-views .slider-items-products .owl-buttons .owl-next a:before,
.more-views .slider-items-products .owl-buttons .owl-prev a:before {
    font-size: 20px;
}

.product-view .product-img-box .product-image .owl-prev {
    left: -13px;
    right: auto;
    top: 66%;
}

.product-view .product-img-box .product-image .more-views-items {
    margin: 0px 10px;
}

.product-view .flexslider-thumb-vertical-outer {
    margin: 0 10px 15px 0;
    width: 76px;
    float: left;
    position: relative;
    z-index: 1
}

.product-view .flexslider-thumb-vertical .flex-viewport {
    height: 300px!important
}

.product-view .flexslider-thumb-vertical .slides {
    margin: -4px 0 0;
    padding: 0;
    list-style-type: none
}

.product-view .flexslider-thumb-vertical .slides li {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.product-view .flexslider-thumb-vertical .slides li img {
    width: 100%;
    padding: 4px 0;
    cursor: pointer;
    -moz-user-select: none
}

.flex-direction-nav,
.slider-controls {
    -webkit-transform: translate3d(0, 0, 0)
}

.product-essential {
    background-color: #FFFFFF;
}

.product-collateral .box-collateral {
    margin: 0 0 15px;
}

.product-essential .product-image.no-gallery {
    margin-left: auto;
}

.product-essential .product-image img {
    height: auto;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 1px;
}

.product-essential .button-viewall {
    position: absolute;
    left: 5px;
    bottom: 5px;
    text-indent: -999em;
    z-index: 9999;
}

#etalage .moreview_thumb {
    cursor: move;
}

#moreview .moreview_small_thumbs li {
    margin: 10px;
    margin-bottom: 13px !important;
    cursor: pointer;
}

#moreview .moreview_magnifier {
    border: 1px solid #bbb;
}

#moreview .moreview_hint {
    width: 130px;
    height: 57px;
}

#moreview .moreview_description {
    font-style: italic;
    margin: 10px;
    padding: 6px 10px;
}

.moreview,
.moreview_thumb,
.moreview_thumb_image,
.moreview_source_image,
.moreview_zoom_preview,
.moreview_icon,
.moreview_hint {
    display: none
}

.moreview,
.moreview ul,
.moreview li,
.moreview img,
.moreview_hint,
.moreview_icon,
.moreview_description {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none
}

.moreview,
.moreview_magnifier div,
.moreview_magnifier div img,
.moreview_small_thumbs ul,
ul .moreview_small_thumbs li,
.moreview_zoom_area div,
.moreview_zoom_img {
    position: relative
}

.moreview img,
.moreview li {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    user-drag: none
}

.moreview,
.moreview_small_thumbs li {
    float: left
}

.moreview_right {
    float: right
}

.moreview li {
    position: absolute
}

.moreview img {
    vertical-align: bottom;
    max-width: none;
    cursor: pointer;
}

#moreview .moreview_thumb img {
    cursor: crosshair;
}

.moreview_magnifier {
    cursor: default
}

.moreview_magnifier div,
.moreview_small_thumbs {
    overflow: hidden
}

.moreview_magnifier div img {
    display: none
}

.moreview_icon,
.moreview_hint {
    cursor: default;
    width: 0;
    height: 0;
    overflow: hidden
}

.moreview_small_thumbs li.vertical {
    float: none
}

.moreview_zoom_area {
    z-index: 2
}

.moreview_zoom_area div {
    overflow: hidden;
    z-index: 997
}

.moreview_zoom_preview {
    position: absolute;
    z-index: 998
}

.moreview_zoom_img,
.moreview_hint {
    z-index: 999
}

.moreview {
    direction: ltr
}

div.moreview_description {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999
}

div.moreview_description.rtl {
    direction: rtl;
    text-align: right
}

.moreview-control a {
    left: auto;
    width: 26px;
    height: 26px;
    background-color: transparent;
    right: 42px;
}

.product-view .product-img-box .moreview-control {
    opacity: 0;
}

.product-view .product-img-box:hover .moreview-control {
    opacity: 1;
    transition: all 0.3s linear;
}

.moreview-control a.moreview-prev {
    position: absolute;
    left: 10%;
    background-color: #fff;
    border: 1px #ddd solid;
    text-align: center;
    color: #333;
}

.moreview-control a.moreview-prev:hover {
    background-color: #333;
    border: 1px #333 solid;
    color: #fff;
    transition: all 0.3s linear;
}

.moreview-control a.moreview-prev:before {
    content: "\f106";
    font-family: FontAwesome;
    font-size: 18px;
}

.moreview-control a.moreview-next {
    position: absolute;
    left: 10%;
    background-color: #fff;
    border: 1px #ddd solid;
    text-align: center;
    color: #333;
    bottom: 0%;
}

.moreview-control a.moreview-next:hover {
    background-color: #333;
    border: 1px #333 solid;
    color: #fff;
    transition: all 0.3s linear;
}

.moreview-control a.moreview-next:before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 18px;
}

.moreview .roll-over {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #888;
    text-indent: 20px;
}



.moreview .roll-over .roll-over-desc {
    margin-left: 20px;
}

#moreview .moreview_thumb,
#moreview .moreview_small_thumb {
    border: solid 1px #e0e0e0;
}

.moreview .moreview-zoom {
    position: absolute;
}

.product-view .product-img-box {
    margin-bottom: 10px;
    position: relative;
}

.product-view .product-img-box .product-image {
    margin: 0 0 13px;
}

.recommend {
    margin: 20px auto;
    position: relative;
}

.recommend .controls .next {
    right: 0;
}

.recommend .controls .prev {
    right: 36px;
}


/*absolute position img*/

.pos-absolute {
    position: absolute;
}


/* 15b. Product Shop */

.product-view .product-shop .add-to-box button.button.btn-cart span {
    background: none;
    margin-left: 5px;
    font-size: 14px;
}

.product-view .product-options-bottom button.button.btn-cart span {
    background: none;
    margin-left: 5px;
}

.product-view .product-shop {
    margin-top: 0;
    position: relative;
}

.product-additional {
    display: inline-block;
}

.product-additional .block-product-additional {
    margin: 0px;
    background: #fff;
    border: 1px #d1d1d1 solid;
    text-align: center;
    padding-bottom: 15px;
}

.product-additional .block-product-additional p {
    margin: 12px 0;
    line-height: 20px;
    text-align: center;
    padding: 0 10px;
    font-size: 13px;
}

.product-additional .block .block-title {
    border-bottom: 2px solid #333;
    color: #000000;
    font-size: 14px;
    margin: 0;
    padding: 13px;
    text-transform: uppercase;
    text-align: center;
    margin: 0px;
    background: #f7f7f7;
}

.product-additional .block-product-additional .block-content {
    padding: 18px 12px 10px;
    text-align: center;
    line-height: 20px;
}

.block .block-content {
    border-top: medium none;
    font-size: 13px;
    overflow: hidden;
    padding: 10px 0;
}

.block-progress dt.complete {
    margin: 0;
}

.product-view .product-name h1 {
    font-size: 22px;
    margin: 0 0 2px;
    text-align: left;
    line-height: 1;
    padding-bottom: 0px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
}

.product-view .short-description {
 font-size: 13px;
 padding: 20px 0px;
 /* border-bottom: 1px #ddd solid; */
 min-height: 310px;
 min-width: 100%;
 overflow: hidden;
 color: #333;
 margin-bottom: 20px;
}

.informe-quant{
    padding: 0px 10px;
    font-size: 12px;
    line-height: 0;
}
.product-view .short-description strong {
    font-size: 13px;
    color: #333;
    margin: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.product-view .short-description p {
    font-size: 13px;
    color: #333;
    letter-spacing: 0.5px;
}

.product-view .product-shop .add-to-box {
    padding: 0px;
    overflow: hidden;
    text-align: left;
    margin: 0;
    /* border-bottom: 1px solid #ddd; */
    position: absolute;
    width: 97%;
    bottom: 0;
}

.product-view .product-shop .add-to-box .btn-cart:before {
    content: "\f07a";
    font-family: 'FontAwesome';
    margin-right: 4px;
}


.product-view .product-shop .add-to-box .btn-cart, .btn-default2 {
    font-size: 16px;
    text-shadow: none;
    padding: 7px 40px;
    float: left;
    margin-top: 0px;
    font-weight: bold;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    margin-left: 2px;
    border: none;
    height: 40px;
    text-transform: uppercase;
    background: var(--theme-color1);
    color: #fff;
}

.product-view .product-shop .add-to-box .btn-cart:hover {
    text-shadow: none;
    background: #000;
}

.product-view .product-shop .add-to-box .icon-basket {
    margin-right: 5px;
}

.email-addto-box {
    display: inline-block;
    margin-top: 10px;
}

.product-view .email-friend a span {
    font-size: 11px;
    text-transform: uppercase;
}

.product-view .promo-banner {
    margin-top: 20px
}

.product-view .product-shop ul.add-to-links {
    margin: 0;
    padding: 0;
    margin-top: 0px;
    display: inline-block;
}

.product-view .product-shop .add-to-links li {
    display: inline-block;
    padding: 0px 15px 0px 0px;
    list-style-type: none;
}

.product-view .add-to-links span {
    font-size: 11px;
    margin-left: 5px;
    font-weight: normal;
}

.product-view .product-shop .add-to-links li a:hover {
    color: #000;
}

.product-view .email-friend {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: top;
    margin-left: 0px;
}

.product-view .email-friend a:before {
    content: "\f0e0";
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-right: 6px;
}

.product-view .email-friend a {
    color: #666;
    line-height: normal;
    font-weight: normal;
    vertical-align: top;
    display: block;
    height: 40px;
    line-height: 36px;
    vertical-align: top;
    text-align: center;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

.product-view .email-friend a:hover {
    color: #000;
}

.product-view .product-shop .add-to-links li .separator {
    display: none;
}

.product-view .product-shop .add-to-links .link-wishlist:before {
    content: "\f004";
    font-family: FontAwesome;
    font-size: 13px;
    margin-right: 3px;
}

.product-view .product-shop .add-to-links .link-wishlist {
    color: #666;
    line-height: normal;
    font-weight: normal;
    vertical-align: top;
    display: block;
    height: 40px;
    border: 0px #ececec solid;
    line-height: 36px;
    vertical-align: top;
    text-align: center;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

.product-view .product-shop .add-to-links .link-compare:before {
    content: "\f012";
    font-family: FontAwesome;
    font-size: 13px;
    margin-right: 3px;
}

.product-view .product-shop .add-to-links .link-compare {
    color: #666;
    line-height: normal;
    font-weight: normal;
    vertical-align: top;
    display: block;
    height: 40px;
    border: 0px #ececec solid;
    line-height: 36px;
    vertical-align: top;
    text-align: center;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

.product-view .product-shop ul.add-to-links a {
    padding: 0;
    margin: 0;
    display: block
}

.product-view .product-shop .ratings {
    padding: 18px 0;
    margin: auto;
    border-bottom: 1px solid #ddd;
    position: relative;
    bottom: auto;
    border-radius: 0;
    left: 0;
    margin-left: 0px;
    z-index: 1;
}

.product-view .product-shop .ratings .rating-links {
    margin-bottom: 0px;
    display: inline-block;
}

.product-view .product-shop .no-rating {
    padding: 12px 0;
    margin: 15px 0 0;
}

.availability.in-stock {
    padding: 3px 0px;
    position: absolute;
    top: 18px;
    right: 0px;
}

.availability.in-stock span {
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    display: block;
    background: #6dbe14;
    text-transform: uppercase;
    padding: 3px 8px;
    -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    box-shadow: none;
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
}

.availability.in-stock span:before {
    content: "\e080";
    font-family: 'Simple-Line-Icons';
    display: inline-block;
    margin-right: 5px;
    font-size: 11px;
    vertical-align: middle
}

.availability.out-of-stock {
    padding: 3px 10px;
    position: absolute;
    top: 18px;
    right: 0px;
}

.availability.out-of-stock span {
    color: red;
    font-size: 12px;
    line-height: 16px;
    display: block;
    text-transform: uppercase;
}

.availability.out-of-stock span:before {
    content: '\f00d';
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    vertical-align: middle
}

.product-view .product-shop .price-block {
    position: relative;
}

.products-grid .item .actions .availability.out-of-stock {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    width: 50px;
    position: relative;
    top: 0px;
}

.products-grid .item .actions .availability.out-of-stock span.ava-out-of-stock {
    display: none;
}

.products-grid .item .actions .availability.out-of-stock span:before {
    content: inherit;
}

.products-grid .item .actions .availability.out-of-stock:before {
    content: "\e04f";
    font-family: 'Simple-Line-Icons';
    font-size: 14px;
    color: #999
}

.product-view .product-shop .price-box {
    display: block;
    margin: 0px;
    padding: 15px 0px;
    border-bottom: 1px #ddd solid;
    position: relative
}

.product-view .product-shop .grouped-items-table .price-box {
    border-bottom: 0px solid #ddd;
    margin: 0;
    padding: 0;
}

.product-view .product-shop .price-box .old-price {
    margin: 0px;
    margin-top: 0;
    display: inline-block;
    margin-left: 8px;
}

.product-view .product-shop .special-price {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.product-view .product-shop .old-price .price {
    font-size: 20px;
    font-weight: normal
}

.product-view .product-shop .price {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.add-to-cart .qty,
.qty-holder .qty {
    background-color: #FFFFFF;
    border: 1px solid #ddd;
    border-radius: 0px;
    font-size: 15px;
    font-weight: normal;
}

.add-to-cart .qty {
    height: 40px;
    text-align: center;
    width: 60px;
    vertical-align: top
}

.qty-input-text {
    float: left;
    margin-left: 10px;
}

.custom button.items-count {
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    font-size: 12px;
    line-height: 12px;
    height: 40px;
    width: 40px;
}

.custom button.items-count {
    background-color: #fff;
    border: 1px #ddd solid;
    color: #999
}

.custom button.items-count:hover {
    background-color: #000;
    border: 1px #000 solid;
    color: #fff;
}

.product-view .product-shop .add-to-box .add-to-cart label {
    display: inline-block;
    float: left;
    margin-top: 10px;
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    margin-right: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

.product-view .product-shop .product-options-bottom .add-to-cart label {
    display: block;
    float: none;
    margin-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
}








.cards-inline figure{
    position: relative;
    overflow: hidden;
    transition: all 200ms ease-in-out;
}
.cards-inline figure .text-cards{
     position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    padding: 0px 15%;
        transition: all 200ms ease-in-out;
}
.content-text {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.4s ease;
}

figure:hover .content-text {
    max-height: 100px; 
    opacity: 1;
}

.btn-obrigado {
    background-color: #019A82;
    color: #fff;
    padding: 10px 30px;
    font-weight: bold;
}

.btn-obrigado:hover {
    background-color: #018f7a;
}



.cards-inline figure .text-cards p{
    display: none;    
    -webkit-animation: fade-in-bottom 0.7s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation: fade-in-bottom 0.7s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.cards-inline figure:hover .text-cards p{
    display: block;    
}
.cards-inline figure:hover img {
  animation: scaleUp 3s ease-in-out infinite;  
}
.cards-inline figure:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.8) 0%,      /* topo preto */
        rgba(0, 0, 0, 0.0) 40%,     /* transição até o centro */
        rgba(0, 0, 0, 0.0) 60%,     /* centro transparente */
        rgba(0, 0, 0, 0.8) 100%     /* rodapé preto */
    );
    pointer-events: none;
    z-index: 1;
}

#navbar.scroll-active{
    background: linear-gradient(176deg, var(--theme-color1), #011c34cc);
    filter: drop-shadow(0px 2px 8px rgba(0,0,0.2));
    -webkit-animation: fade-in-fwd 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-fwd 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.btn-default{
    background: var(--theme-color5)!important;
    color: var(--bs-white)!important;
    border-radius: 0!important;
    padding: 12px 15px;
}
.banner-header{
    overflow: hidden;
}
.banner-header img{
      animation: scaleUp 8s ease-in-out infinite;
}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.bloco-infos-banner h3{
    color: #ffffff;
    font-family: 'Roboto' sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2rem;
    -webkit-animation: fade-in-fwd 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-fwd 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

.bloco-infos-banner{
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 2rem;
    -webkit-animation: fade-in-bottom 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation: fade-in-bottom 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.bloco-infos-banner h4 {
    font-family: 'Roboto' sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #ffffff;
    margin: 0;
    -webkit-animation: fade-in-fwd 2.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation: fade-in-fwd 2.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
   
}


@keyframes scaleUp {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05); /* aumenta 5% */
  }
}
.slick-slide {
  overflow: hidden;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


.bloco-infos-banner p {
    color: #ffffff;
    margin: 0;
    font-size: 0.9rem;
    font-weight: 500;
     -webkit-animation: fade-in-bottom 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation: fade-in-bottom 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    
}
body a{
        text-decoration: none;
    color: initial;
}
*,html{
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    list-style: none;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--bg-default);
    /*font-family: 'Gotham';*/
}
main {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-top: 75px;
}
img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}
figure{
    margin:0;
    padding: 0;
}
p{
    color: #394452;
    font-size: 1rem;
    line-height: 1.5rem;
    vertical-align: text-top;
}
h1{
    color: var(--font1);
    font-size: 1.8rem;
}
h2{
    color: #2C3A4B;
    font-size: 1.3rem;
}
h3{
    color: var(--font1);
    font-size: 1.4rem;
}
header #menu{
    height: 60px;
}
header ul.navbar-nav > li.destaque a {
    padding: 10px 10px;
    background: var(--theme-color1);
    color: var(--bs-white);
}

header ul.navbar-nav > li > a {
    font-weight: 600;
    font-size: 11px;
    line-height: normal;
    text-transform: uppercase;
    padding: 0 15px;
    display: block;
    color: var(--bs-white);
}
header .nav-link:focus, header .nav-link:hover{
      color: var(--bs-white);
    opacity: 0.8;

}
.banner, .video-banner{
    max-height: 100vh;
}
.banner img{
    object-fit: cover;
    border-radius: 20px;
}
.slick-dots{
    bottom: 15px;
}
.slick-dots li{
    width: 15px;
    height: 15px;
}
.slick-dots li button:before{
    color: #DADEE3;
    opacity: 1;
    font-size: 10px;
}
.slick-dots li.slick-active button:before{
  color: var(--theme-color1);
  opacity: 1;
}
.pointer{
    cursor: pointer;
}

.color-principal{
    color: var(--theme-color1);
}


.padrao input:-webkit-autofill,
.padrao input:-webkit-autofill:hover, 
.padrao input:-webkit-autofill:focus, 
.padrao input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.tab-item{
    display: none;
}
.tab-item.active{
    display: block;
        -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
            animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.section-default .option{
    min-height: 210px;
}
.form-check-label a{
    color: var(--theme-color1);
}
label{
  color: #002C53;
  font-weight: bold;
  margin-left: 10px;
}
.form-control.input-valor{
    display: block;
    height: 75px;
    width: 380px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 16px!important;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5rem;
    transform: translateZ(0);
    padding: 0;
    color: #002C53;
    font-weight: bold;
}



.title-content {
     color: var(--theme-color5);
     font-size: 32px;
     display: flex;
     align-items: center;
     position: relative;
     justify-content: center;
}

.title-content::after {
    content: '';
    height: 3px;
    background-color: #001F3F;
    width: 100px;
    position: absolute;
    bottom: -5px;
}

.footer-column a {
    color: #fff;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.footer-column a:hover {
    color: var(--theme-color5);
    margin-left: 5px;
    transition: all .3s ease-in-out;
}

.social-link a {
    color: #fff;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.img-cordao {
    width: 80px;
    height: auto;
    transition: all .3s ease-in-out;
}

.img-cordao:hover {
    border: 1px solid #d3c0c0;
    transition: all .3s ease-in-out;
}

.btn-orcamento {
    color: #fff;
    margin: 0px;
    line-height: 17px;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 11px !important;
    display: block;
    background-color: var(--theme-color1);
    transition: ease-in-out .2s;
    border: none;
}

.social-link a:hover {
    color: var(--theme-color5);
    margin-left: 5px;
    transition: all .3s ease-in-out;
}
.input-valor::placeholder{
    color: var(--theme-color1);
    font-weight: bold;
    
}
.form-check-input:checked {
    background-color: var(--theme-color1);
    border-color: var(--theme-color1);
}
.form-check-input:focus{
    box-shadow: none;
    border-color: var(--theme-color1);
}
.grecaptcha-badge {
    /* visibility: hidden; */
}

.grecaptcha-badge {
  left: 4px !important; /* Adjust this value for desired positioning */
  width: 70px !important; /* Adjust width to fit the badge */
}

.grecaptcha-badge:hover {
  width: 256px !important; /* Optional: Expand on hover */
}
.masonry {
    border-top: 3px solid #019A82;
}
.form-check .radio-valor{
    width: 75px;
    height: 35px;
}
.form-check .radio-valor:checked,
.form-check .radio-valor:hover{
    --bs-form-check-bg-image: none!important;
    background-color: var(--theme-color1);
    border: none!important;
}
.form-check .radio-valor ~ label {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 65px;
    color: var(--theme-color1);
}
.form-check .radio-valor:checked ~ label,
.form-check .radio-valor:focus ~ label,
.form-check .radio-valor:hover ~ label {
    color: #ffffff;
}
.form-check.pagamento{
    width: 380px;
    max-width: 100%;
    height: 80px;
    border: 1px solid #DADEE3;
    border-radius: 16px;
}
.form-check.pagamento.active{
    border: 1px solid var(--theme-color1);
}
.form-check.pagamento label{
    position: relative;
    padding-top: 25px;
    width: 100%;
    height: 80px;
}
.form-check.pagamento .form-check-input{
    border: 2px solid var(--theme-color1);
    position: absolute;
    right: 20px;
    top: 28px;
}
.form-check.pagamento .form-check-input:checked,
.form-check.pagamento .form-check-input:focus{
    background: var(--theme-color1);
    border: none!important;
    box-shadow: none!important;
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: transparent;
}

::placeholder {
  color: transparent;
}
.form-padrao .form-floating>label{
    color:#ffffff;
    font-weight: normal;
    padding: 0.5rem .75rem;

}
.form-control:not(:placeholder-shown),
.form-control:focus {
    border: 2px solid var(--theme-color1);
    color: #000000;
}

.form-padrao .form-control,.form-padrao select.form-select{
    border: 1px solid #ffffff;
    border-radius: 0px!important;
    color: #ffffff;
    text-indent: 5px;
    padding: 0px 12px;
    background: transparent;
    height: 40px;
    font-size: 14px;

}

.logo-footer-effect {
    -webkit-animation: rotate-center 1.6s ease-in-out both;
	        animation: rotate-center 1.6s ease-in-out both;
}


@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}



.form-control:focus{
    background-color: initial;
    box-shadow: none;
    color: #000000;
}
span.error{
    position: absolute;
    top: 36%;
    right: 12px;
    color: #ff0000;
    text-align: right;
    font-size: 11px;
}
i.theme-icon{
    width: 20px;
    height: 20px;
    display: inline-block;
}

footer{
    background: var(--bg-footer);
}

.footer p{
    color: #fff;
}

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotacao{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotacao{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scale-in-top {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-top {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}


@media (min-width: 1500px) {
    .bloco-infos-banner h3{
            font-size: 2.7rem;
    }
    .bloco-infos-banner {
        bottom: 5rem;
       
    }
    .text-cards .fs-6 {
        font-size: 1.4rem!important;
    }
    .infos .fs-7 {
        font-size: 1.1rem;
    }
}

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



    .dropdown-menu[data-bs-popper]{
        margin-top: 0!important;
    }
    header .navbar-toggler, header .navbar-toggler:focus, header .navbar-toggler:active{
        outline: none;
        box-shadow: none;
        border:none;
        padding: 0;
    }
    header .navbar-toggler:not(.collapsed) .navbar-toggler-icon{
        background: url(../imagens/icones/close-menu.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 2.4rem;
        height: 2.6rem;
        font-size: 0;
        background-color:none;
    }
    header .navbar-toggler .navbar-toggler-icon{
        background: url(../imagens/icones/menu.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 2.1rem;
        height: 2.1rem;
        font-size: 0;
    }
    .navbar-toggler.collapsed{
    position: relative;
    top: 7px;
    left: 0;
    z-index: 9999;
    width: auto;
    padding: 0;
    }
    .navbar-toggler:not(.collapsed){
         position: fixed;
        right: 13px;
        z-index: 999999999;
        background: none;
        transition: 500ms ease-in-out;
    }
    header .navbar-nav {
    background: var(--theme-color2);
    position: absolute;
    top: 0;
    left: -15px;
    width: 85%;
    height: 100vh;
    padding: 6px 0px 125px 0px;
    z-index: 999;
    overflow-x: scroll;
    margin: 0;
    }

      #menu.show {
        transform: translateX(0); /* Move o menu para a posição visível */
    }
     #menu {
        transform: translateX(118%);
        transition: transform 0.2s ease-in-out;
        background: transparent!important;
        position: fixed;
        width: 90%;
        z-index: 9999;
        top: 0;
    }
    .navbar-toggler{
           transition: transform 0.4s ease-in-out; /* Suaviza a transição */
    }
    .wave-section {
        top: -10px;
        padding-top: 60px;
    }
    .links-footer{
        min-height: initial;
    }
    header #menu {
    height: 100%;
    }
/*    #header .navbar-toggler {
        position: absolute;
        color: white;
        right: 0px;
        z-index: 10;
        box-shadow: none;
        border: none;
    }*/
  /*  #header .navbar-toggler .navbar-toggler-icon {
        background: url(../imagens/icones/menu.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 33px;
        height: 20px;
        font-size: 0;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }*/
/*     #header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background: url(../imagens/icones/close-menu.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 22px;
        height: 20px;
        font-size: 0;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }*/
/*    #header .navbar-expand-lg .navbar-collapse {
        left: 0;
        position: absolute;
        top: 60px;
        padding: 0;
        padding-top: 3%;
        padding-bottom: 9px;
        height: fit-content;
        width: 100%;
        z-index: 99;
        background: var(--bg-default);
        flex-wrap: wrap;
        align-items: start;
        border-bottom: 2px solid #ffffff;
        justify-content: center;
    }*/
    header ul.navbar-nav > li > a {
        line-height: 45px;
    }
/*    body.menu-open #header .navbar-toggler-icon {
        background: url(../dist/images/icons/close-menu.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        font-size: 0;
    }*/
}

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



@media screen and (max-width: 376px) {
    .mini-cart {
        top: 325px;
        left: 58px;
    }
}

@media (min-width:1500px){
    .wave-section {
        top: -87px;
    }
}


/* Responsividade */
@media (max-width: 991.98px) {
  .altura-sincronizada {
    flex-direction: column;
  }

  .coluna-direita {
    flex-direction: column;
  }

  .coluna-direita > div {
    width: 100%;
    height: auto;
  }

  .coluna-direita figure,
  .coluna-direita figure img {
    height: auto;
  }
}



  #shopping-cart-table {
        border: none;
        float: left;
        width: 100%;
        background-color: #FFFFFF;
        text-align: left;
        margin-top: 12px;
    }

    .cart-table .btn-continue {
        float: left;
    }

    button.button span {
       font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    }    
    button.button span.ml {
        margin-right: 5px;
    }


/*button.button.btn-continue:before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 12px;
    padding-right: 8px;
}button.button.btn-update:before {
    content: "\f021";
    font-family: FontAwesome;
    font-size: 12px;
    padding-right: 8px;
}
button.button#empty_cart_button:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 12px;
    padding-right: 8px;
    }*/

    .data-table td {
        line-height: 20px;
        padding: 10px;
        vertical-align: middle;
    }

    #shopping-cart-table tfoot tr td.last {
        border-top: none;
    }

    .cart-table .btn-update,
    .cart-table .btn-empty {
        float: right;
        margin-left: 8px;
    }

    #shopping-cart-table .product-name {
        margin: 0px;
        padding-bottom: 0px;
        font-size: 14px;
        font-family: 'Arial', sans-serif;
    }

    #shopping-cart-table .product-name a {
        text-transform: none;
    }

    #shopping-cart-table.data-table .price {
        font-weight: bold;
    }

    #shopping-cart-table input.qty {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #ddd;
        font-size: 15px;
        font-weight: normal;
        margin: 0 !important;
        outline: medium none;
        padding: 8px 10px;
        width: 45px;
        text-align: center;
    }

    #shopping-cart-table .edit-bnt {
        float: left;
        margin-top: 0px;
    }

    .edit-bnt:before {
        content: "\f040";
        font-family: FontAwesome;
        font-size: 12px;
        padding: 9px 10px;
    }

    a.edit-bnt:hover {
        color: #339900;
    }

    .edit-bnt span {
        display: none;
    }
.nonevent{
    opacity: 0.2;
    pointer-events: none;
}
    #shopping-cart-table a.remove-item {
        background-color: #fff;
        background-image: none;
        color: #333;
        cursor: pointer;
        padding: 6px 10px;
        border-radius: 0px;
        cursor: pointer;
        text-decoration: none;
        float: left;
        transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        border: 1px #ddd solid
    }

    #shopping-cart-table a.remove-item:hover {
        background-color: #f23534;
        color: #fff;
        border: 1px #f23534 solid
    }

    #shopping-cart-table a.remove-item:before {
        content: "\f014";
        font-family: FontAwesome;
        font-size: 16px;
    }

    #shopping-cart-table a.remove-item span {
        display: none;
    }

    #discount-coupon-form label {
        font-weight: normal;
    }

    .totals h3 {
        border-bottom: 1px solid #ddd;
        color: #000;
        font-family: 'Arial', sans-serif;
        font-size: 12px;
        margin-bottom: 5px;
        padding: 10px 0;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .cart-collaterals .col2-set .col-2 {
        width: 320px;
    }

    .totals .inner {
        padding: 15px;
        background-color: #fff;
        margin-top: 0px;
    }

    .cart-collaterals h4 {
       background: var(--theme-color1);
    border-bottom: 1px solid #e5e5e5;
    color: #fff;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
    line-height: 20px;
    padding: 6px 0px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    }

    .shipping-form {
        padding: 15px 15px 20px;
    }

    #shipping-zip-form p {
        margin: 2px 0 4px;
    }

    .form-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .form-list li {
        margin: 0 0 10px;
        position: relative;
    }

    .form-list label {
        position: relative;
        z-index: 0;
        font-weight: normal;
        color: #333;
        display: inline;
        font-size: 13px;
    }

    #shipping-zip-form .form-list label {
        display: block;
    }

    .form-list label.required em {
        font-style: normal;
        color: #ff0000;
    }

    #login-form em {
        font-style: normal;
        color: #ff0000;
    }

    .required em {
        color: #ff0000;
    }

    .required {
        color: #ff0000;
    }

    .form-list .input-box {
    display: block;
    clear: both;
    padding-bottom: 18px;
    position: relative;
    }


    .form-list select {
        margin: 5px 0 2px;
        width: 100%;
        outline: none;
    }

    .shipping {
          border: 1px #e5e5e5 solid;
    padding: 0;
    }

    .discount {
        margin-top: 28px;
        border: 1px #e5e5e5 solid;
        min-height: 388px;
    }

    .totals {
        margin-top: 28px;
        border: 1px #e5e5e5 solid;
        min-height: 388px;
    }

    #discount-coupon-form {
        padding: 15px;
    }

    .cart-collaterals {
        margin-bottom: 0px;
        margin-top: 38px;
    }

    .shipping .form-list select {
        width: 100%;
        background-color: #fff;
        border: 1px #ddd solid;
        padding: 10px;
    }

    .shipping .form-list select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-position: right center;
        background-image: url(../images/select-arrow.png);
        background-repeat: no-repeat;
        position: right 10px center;
        color: transparent;
        padding-right: 28px;
        text-indent: 0.01px;
        text-overflow: '';
        cursor: pointer;
        color: #333;
    }

    .form-list input.input-text {
        background: #fff;
        border: 2px solid var(--theme-color1);
        padding: 10px;
        width: 100%;
        margin-top: 5px;
        outline: none;
        color: #000;
        border-radius: .375rem;
    }

    .shipping .form-list input.input-text {
        width: 100%;
    }

    .blocoqtd input {
        color: #000;
        border: 2px solid var(--theme-color1);
        border-radius: .375rem;
        width: 120px;
    }

    .form-line {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    input.input-text,
    select,
    textarea {
        background-color: #fff;
        border: none;
        padding: 10px;
        outline: none;
        color: #000;
        border: 2px solid var(--theme-color1);
        border-radius: .375rem;
    }

    input#coupon_code {
        margin: 8px 0;
        width: 100%;
    }


/*
button.button.get-quote:before {
    content: "\f15c";
    font-family: FontAwesome;
    font-size: 12px;
    padding-right: 8px;
}
button.button.coupon:before {
    content: "\f02b";
    font-family: FontAwesome;
    font-size: 12px;
    padding-right: 8px;
}
button.button.btn-proceed-checkout:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 20px;
    padding-right: 5px;
    }*/

    #shopping-cart-totals-table {
        float: right;
        width: 100%;
        padding-bottom: 8px;
    }

    .cart .totals table th,
    .cart .totals table td {
        padding: 5px;
        border: none !important;
        background: none !important;
        border: medium none !important;
        box-shadow: none !important;
        color: #333 !important;
    }

    .checkout {
        color: #666666;
        padding-top: 5px;
        text-align: center;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .checkout #checkout-add-optn {
        padding: 12px;
    }

    button.button.btn-proceed-checkout {
        background: #B5363B;
        padding: 12px 0px;
        color: #000;
        width: 100%;
        border: none;
    }

    button.button.btn-proceed-checkout:hover {
        background: #000;
        color: #fff;
        padding: 12px 0px;
        border: none;
    }

    button.button.btn-proceed-checkout span {
        font-size: 18px;
        font-weight: normal;
    }

    .checkout a {
        text-decoration: underline;
        color: #333;
    }

    #shopping-cart-totals-table .price {
        font-size: 14px;
        color: #333;
    }

    #shopping-cart-totals-table strong span.price {
        font-weight: 900;
    }

    .a-right {
        text-align: right !important;
    }

    .crosssel {
        display: inline-block;
        width: 100%;
        margin-bottom: 35px;
    }


    /* 22. Wishlist Table */

    #wishlist-table .product-name {
        font-family:"Arial";
        font-size: 15px;
        line-height: normal;
        margin: 0;
        text-align: left;
    }

    #wishlist-table .product-name a {
        color: #333;
        font-weight: bold;
    }

    #wishlist-table input.qty {
        background: none repeat scroll 0 0 #FFFFFF;
        padding: 5px;
        text-align: center;
        border: 2px #efefef solid;
        width: 50px;
    }

    #wishlist-table input.qty:focus {
        padding: 5px;
        border: 2px #ddd solid;
    }

    #co-shipping-method-form {
        padding: 0 12px;
        margin-bottom: 15px;
    }

    #wishlist-table .cart-cell .btn-cart {
        display: block !important;
        margin: 10px 0 !important;
    }

    #wishlist-table a.remove-item {
        padding: 6px 11px;
        color: #333;
        background-color: #fff;
        border-radius: 0px;
        border: none;
        transition: all 0.3s linear;
        text-decoration: none;
    }

    #wishlist-table a.remove-item:before {
        content: "\f014";
        font-family: FontAwesome;
        font-size: 14px;
    }

    #wishlist-table a.remove-item:hover {
        padding: 6px 11px;
        color: #f23534;
        background-color: #fff;
        border: none;
        transition: all 0.3s linear;
    }

    #wishlist-table .remove-item span span {
        display: none;
    }

    #wishlist-table button.button.remove-item {
        text-decoration: none;
        float: none;
        background: none;
        font-family: 'FontAwesome';
        font-size: 16px;
        text-transform: uppercase;
        display: inline;
        margin-bottom: 8px;
        padding: 0;
        color: #fff;
        background: none repeat scroll 0 0 #333;
        border-radius: 2px;
        font-size: 16px;
        height: 30px;
        line-height: 20px;
        padding: 4px;
        text-align: center;
        width: 30px;
        margin-left: 5px;
    }

    #wishlist-table button.button.remove-item:hover {
        text-decoration: none;
        float: none;
        background: none;
        font-family: 'FontAwesome';
        font-size: 16px;
        text-transform: uppercase;
        display: inline;
        margin-bottom: 8px;
        padding: 0;
        color: #fff;
        background: none repeat scroll 0 0 #f23534;
        border-radius: 2px;
        font-size: 16px;
        height: 30px;
        line-height: 20px;
        padding: 4px;
        text-align: center;
        width: 30px;
    }

    #wishlist-table button.button.btn-cart {
        padding: 0px;
        color: #222;
        background-color: #fff;
        border: none;
        transition: all 0.3s linear;
        margin: 0 0 10px !important;
    }

    #wishlist-table button.button.btn-cart span {
        display: none;
    }

    #wishlist-table a.remove-item span {
        display: none;
    }

    #wishlist-table button.button.btn-cart:hover {
        padding: 0px;
        color: #f23534;
        background-color: #fff;
        border: none;
        transition: all 0.3s linear;
    }

    #wishlist-table button.button.btn-cart:before {
        content: "\f07a";
        font-family: 'FontAwesome';
        font-size: 16px
    }

    .my-wishlist .buttons-set2 {
        margin-top: 20px;
    }

    .my-wishlist .buttons-set2 .btn-share {
        float: right;
        margin-left: 8px;
    }

    .my-wishlist .buttons-set2 .btn-update {
        float: right;
        margin-right: 2px;
    }

    .my-wishlist .buttons-set2 .btn-add {
        float: right;
        margin-left: 8px;
    }

    .my-wishlist {
        margin-top: 30px;
    }


    /* 23. Dashboard */

    .dashboard {
        margin-top: 25px;
    }

    .dashboard .welcome-msg {
        text-align: left;
        padding: 0px 0 5px;
        color: #333;
        margin: auto;
    }

    .dashboard .welcome-msg strong {
        font-weight: 900;
        font-size: 13px;
        margin-bottom: 4px;
        display: inline-block;
    }

    .box-account {
        margin-top: 25px;
    }

    .box-account h5 {
        font-weight: bold;
    }

    .box-account .page-title {
        margin: 0 !important;
        padding: 0;
        background: none;
        border-bottom: none !important;
    }

    .box-account .page-title h4 {
        color: #333;
    }

    .dashb-sub h4 {
        font-weight: bold;
        font-size: 16px;
    }

    .box-account address {
        color: #333;
        text-align: left;
        border-bottom: none;
    }

    .box-account .col2-set a {
        text-decoration: underline
    }

    .col2-set .col-1 {
        border: 0 solid #336600;
        padding-bottom: 0;
        padding-top: 0;
        text-align: left;
        width: 48%;
        display: inline-block;
        font-size: 13px;
    }

    .col2-set .col-2 {
        text-align: left;
        width: 48%;
        display: inline-block;
        font-size: 13px;
    }

    .recent-orders .title-buttons {
        margin-bottom: 8px;
        text-align: right;
    }

    .recent-orders .title-buttons strong {
        color: #333;
        float: left;
        font-size: 13px;
        font-weight: 900;
    }

    .recent-orders .col-style-1 {
        width: 1;
    }


    /* 24. checkout pages */

    .checkout-inner {
        margin-top: 25px;
    }

    .block-progress dl {
        border-top: none !important
    }

    .block-progress dt {
        font-weight: normal;
        text-transform: none;
        padding: 10px 0;
        font-size: 12px;
    }

    .block-progress dt.complete,
    .block-progress dd.complete {
        font-size: 12px;
        padding: 0;
        margin: 0;
    }

    .block-progress dt.complete a,
    .block-progress dd.complete a {
        font-size: 12px;
        font-weight: normal;
        text-decoration: underline;
        text-transform: none;
        color: #000;
    }

    .block-progress dt.complete a {
        padding-left: 7px;
    }

    .block-progress dt.complete a:hover,
    .block-progress dd.complete a:hover {
        font-size: 12px;
        font-weight: normal;
        text-decoration: underline;
        text-transform: none;
        color: #333;
    }

    .block-progress dt.complete {
        margin: 0 0 8px 0;
    }

    .block-progress dd {
        border: 0px solid #ddd;
        margin: 0 0 6px;
        padding: 0px 0px 8px !important;
    }

    .one-page-checkout ul {
        padding: 0px;
        list-style: none;
    }

    .one-page-checkout .active .step-title h5 {
        color: #000;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .one-page-checkout .step-title h5 {
        border-bottom: 2px solid #eaeaea;
        margin: 0 0 0 55px;
        text-align: left;
        line-height: 35px;
        font-size: 13px;
        color: #333;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family:"Arial";
    }

    .one-page-checkout .active .step-title {
        cursor: default;
        font-size: 14px;
        padding-top: 0px;
        text-align: left;
        line-height: 32px;
        font-family:"Arial";
        border-top: none;
    }

    .one-page-checkout .step {
        padding: 10px 10px 10px 55px;
        background-color: #FFFFFF;
    }

    select#billing-address-select {
        width: 100%;
        padding: 10px;
        margin-top: 5px;
        background: #f0f0f0;
        border: 1px solid #f0f0f0;
        outline: none;
        color: #aaa;
        margin-bottom: 8px;
    }

    select#billing-address-select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-position: right center;
        background-image: url(../images/select-arrow.png);
        background-repeat: no-repeat;
        position: right 10px center;
        color: transparent;
        padding-right: 28px;
        text-indent: 0.01px;
        text-overflow: '';
        cursor: pointer;
        color: #333;
    }

    .one-page-checkout label {
        margin-right: 5px;
    }

    .one-page-checkout p.require {
        font-size: 11px;
    }

    select#billing-address-select:focus {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #DDDDDD;
        color: #333333;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        outline: medium none;
        padding: 9px 7px 10px;
        vertical-align: middle;
    }

    select#shipping-address-select {
        width: 60%;
        padding: 10px;
        margin-top: 5px;
        background: #f0f0f0;
        border: 1px solid #f0f0f0;
        outline: none;
        color: #aaa;
    }

    select#shipping-address-select:focus {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #DDDDDD;
        color: #333333;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        outline: medium none;
        padding: 9px 7px 10px;
        vertical-align: middle;
    }

    .one-page-checkout {
        position: relative;
        margin-bottom: 12px;
        list-style: none;
        padding: inherit;
        padding: 0;
        margin-top: 18px;
    }

    .one-page-checkout li.section {
        border-bottom: 0;
        margin-bottom: 8px;
        overflow: hidden;
    }

    .one-page-checkout .step-title {
        text-align: right;
        padding: 7px 0;
    }

    .one-page-checkout .step-title .number {
        float: left;
        line-height: 15px;
        font-size: 15px;
        color: #333;
        padding: 10px 13px;
        background-color: #fff;
        border: 2px solid #eaeaea;
        font-family:"Arial";
        font-weight: bold;
    }

    .one-page-checkout .active .step-title .number {
        background: none repeat scroll 0 0 #222;
        border: 2px solid #222;
        color: #fff;
        padding: 10px 12px;
        font-weight: bold;
    }

    .one-page-checkout .step .col2-set {
        padding: 0;
    }

    .one-page-checkout .order-review {
        overflow: hidden;
    }

    #checkout-review-table .data-table {
        border-bottom: none;
    }

    #checkout-step-login .col2-set .col-2 {
        background-color: #fff;
        float: left;
        padding: 0px;
        width: 45%;
        min-height: 270px;
    }

    #checkout-step-login .col2-set .col-1 {
        float: right;
        padding: 0 0 0 40px;
        width: 45%;
        min-height: 270px;
        border-left: 1px #e4e4e4 solid;
    }

    #opc-login h2 {
        border-bottom: 0px solid #E4E4E4;
        padding-bottom: 8px;
        font-weight: bold;
        margin-bottom: auto;
        margin-top: auto;
        font-size: 12px;
    }

    .one-page-checkout .buttons-set .f-right {
        margin-top: 13px;
        color: #626262;
        font-size: 12px;
    }

    #opc-login input {
        color: #626262;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        vertical-align: middle;
    }

    #opc-login .col2-set .col-2 p {
        text-align: left;
    }

    #opc-login h4 {
        clear: left;
        float: none;
        font-size: 13px;
        margin-right: 5px;
    }

    #opc-login li.control label {}

    .form-list li.control input.radio,
    .form-list li.control input.checkbox {
        margin: 0 8px 0 0;
    }

    input.radio {
        display: inline-block;
        margin: 0 5px 0 0;
        vertical-align: middle;
    }

    .form-list {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

    form-list label.required em {
        font-style: normal;
    }

    .required em {
        color: #ff0000;
    }

    .form-list label {
        display: block;
        color: #333;
        font-weight: normal;
    }

    .label {
        color: #333;
        display: inline-block;
        font-size: 12px;
        text-align: left;
        white-space: normal;
    }

    #product-options-wrapper .options-list .price {
        font-size: 12px;
    }

    .product-options-bottom .sharing-links {
        display: none;
    }

    .messages li {
        margin: 5px 0 10px !important;
    }

    .success-msg {
        background-color: #eff5ea;
        border-color: #446423;
        color: #3d6611;
    }

    .error-msg,
    .success-msg,
    .note-msg,
    .notice-msg {
        background-position: 10px 9px !important;
        background-repeat: no-repeat !important;
        border-style: solid !important;
        border-width: 1px !important;
        font-size: 11px !important;
        font-weight: 900 !important;
        padding: 8px !important;
    }

    .one-page-checkout h3 {
        font-size: 16px;
        margin: 0;
    }

    #checkout-review-submit ol.checkout-agreements {
        list-style: none outside none;
    }

    #checkout-review-submit .checkout-agreements {
        margin-bottom: 10px !important;
    }

    #checkout-review-submit .checkout-agreements {
        margin-bottom: 10px !important;
    }

    .checkout-agreements {
        border: 1px solid #eaeaea;
        margin-top: 20px;
        padding: 10px;
    }

    #review-buttons-container .btn-checkout {
        float: right;
        margin-top: 10px;
    }

    .multiple-checkout h3 {
        font-size: 14px;
        margin: auto;
    }

    .error-msg {
        background-color: #faebe7;
        border-color: #f16048;
        color: #df280a;
    }

    .hide-item {
        display: none;
    }

    #ccsave_expiration {
        width: 140px;
    }

    #ccsave_expiration_yr {
        width: 103px;
    }

    #ccsave_cc_cid {
        width: 3em;
    }


    /* 25. Compare Table*/

    .compare-table .price-box {
        padding-bottom: 15px;
    }

    .compare-table .product-shop-row td {
        position: relative;
        text-align: center;
    }

    .compare-table .btn-cancel {
        position: absolute;
        right: 0;
        top: 5px;
    }

    .compare-table .product-name {
        color: #000;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        overflow: hidden;
        text-decoration: none;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 5px 0 10px;
    }

    .compare-table .col-style-1 {
        width: 1;
    }

    a.button.wishlist {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: bold;
        margin-bottom: 15px;
        display: inline-block;
        border: 2px #000 solid;
        background: #000;
        color: #fff;
        padding: 7px 15px;
    }

    a.button.wishlist:hover {
        border: 2px #f2d812 solid;
        background: #B5363B;
        color: #000;
    }

    .simple-list li a {
        color: #333;
    }

    .styled-list {
        position: relative;
        margin: 0 0 20px;
        padding: 0;
        list-style: none;
        line-height: 18px
    }

    .styled-list li {
        margin-bottom: 6px;
        padding: 0
    }

    .styled-list li span {
        display: block;
        overflow: hidden
    }

    .styled-list li i {
        width: 16px;
        float: left;
        margin-right: 10px;
        text-align: center;
        color: #000;
        font-size: 14px
    }

    .styled-list li:before {
        color: #ee3b27;
        float: left
    }

    .styled-list .circle li,
    .styled-list.circle li {
        text-indent: 0;
        margin-left: 0;
        padding-left: 0;
        list-style: none
    }

    .styled-list .circle li:before,
    .styled-list.circle li:before {
        content: "\25CF";
        margin: -1px 10px 0 0;
        font-size: 12px
    }

    .styled-list.arrow>li {
        margin-left: -15px;
        padding-left: 35px
    }

    .styled-list.arrow>li:before {
        margin: -1px 8px 0 -20px;
        content: '\f00c';
        font-family: FontAwesome;
        font-size: 1em
    }

    .styled-list ul {
        margin-left: 0;
        padding: 5px 0 0
    }

    .styled-list ul.circle li:before {
        content: "\25CB";
        color: #ee3b27
    }

    .grey-container {
        background: #f2f2f2;
        padding-top: 35px;
        padding-bottom: 35px;
        color: #000
    }


    /* 26. Multiple Addresses Checkout */


    /* State Bar */

    .state_bar {
        background-color: #FFFFFF;
        padding: 10px 0 25px;
        margin-bottom: 15px;
    }

    .checkout-progress {
        padding-top: 0px;
        margin: 0px 0 0px;
        overflow: hidden;
        padding: 0;
        list-style: none;
    }

    .checkout-progress li {
        width: 18.2%;
        text-align: center;
        color: #999;
        margin-right: 8px;
        padding: 10px 5px;
        text-transform: uppercase;
        background-color: #f9f9f9;
        border: 1px solid #e5e5e5;
        font-family:"Arial";
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        display: inline-block;
    }

    .checkout-progress li.last {
        margin-right: 0;
    }

    .checkout-progress li.active {
        background-color: #B5363B;
        color: #000;
        border: 1px solid #B5363B;
    }


    /* Multiple Addresses Checkout */

    #multiship-addresses-table input.input-text {
        background-color: #FFF;
        padding: 5px;
        border: 2px solid #ddd;
        text-align: center;
        margin: auto;
        font-weight: 600;
        color: #333;
    }

    #multiship-addresses-table .btn-remove {
        background-color: #fff;
        background-image: none;
        color: #333;
        cursor: pointer;
        padding: 12px 15px;
        border-radius: 2px;
        cursor: pointer;
        text-decoration: none;
        border: 1px solid #fff;
        float: left;
        transition: all 0.3s linear;
        line-height: 12px;
    }


    .mini-cart {
    text-align: center;
    /*  cursor: pointer;*/
    margin: 0px;
}

.carrinho-loja {
    margin-left: 100px;
}

.todos-direitos-text {
    text-align: start;
}

.dev-ctnet {
    text-align: end;
}

.mini-cart .basket a {
    color: #fff;
    margin: 0px;
    line-height: 17px;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 11px 0px;
    display: block;
    background-color: #019a82;
    padding: 7px;
    transition: ease-in-out .2s;
}

.mini-cart .basket a:hover {
    background-color: #028370;
    transition: ease-in-out .2s;
}

.mini-cart .basket a span.cart_count {
    background: url(../imagens/cart-img.png) no-repeat top left;
    display: inline-block;
    color: #ffffff;
    width: 40px;
    font-size: 19px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    padding-left: 20px;
}

span.cart_count {
    font-size: 10px;
    color: #ffffff;
}

.mini-cart .basket a span.price:before {
    content: "/";
    margin-right: 3px;
}

.top-cart-content .pull-right {
    margin-right: 10px;
    padding-top: 3px
}

.top-cart-content .basket a {
    border: none;
    color: #fff
}

.mini-cart .basket a:hover {
    text-decoration: none;
}

.mini-cart .open .basket a {
    color: #000;
    background: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3)
}

.mini-cart .dropdown-toggle {
    font-size: 14px;
    padding: 26px 0px;
    text-transform: none;
}

.top-cart-contain {
    position: relative;
    margin-top: 0;
}
.mini-cart .dropdown-toggle::after{
    display: none;
}
.top-cart-title p {
    margin: 0;
}

.top-cart-content .empty {
    padding: 10px;
    color: #333333;
}

.top-cart-content {
    display: none;
    position: absolute;
    top: 55px;
    right: 0px;
    background: #fff;
    padding: 0;
    text-align: right;
    z-index: 100;
    border: 1px #e5e5e5 solid;
}

.top-subtotal {
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px;
    text-align: left;
}

.top-cart-content .product-details .btn-remove {
    position: absolute;
    right: 10px;
    top: 4px;
}

.top-cart-content .block-subtitle {
    border-bottom: 1px solid #DDDEE1;
    color: #fff;
    overflow: hidden;
    padding: 0px 5px;
    text-align: left;
    background: #000000
}

.top-cart-content .block-subtitle .price {
    color: #fdd21b
}

ul#cart-sidebar {
    padding: 10px 25px 0px;
}


/* top cart  */

.search-busca {
   left: 15px!important;
   width: 94%!important;
   top: 37px;
}

.search-busca li.item {
    width: 100%!important;
    transition: 0.5s all;
    padding: 10px;
}

.search-busca li.item:hover,
.top-cart-content li.item:hover {
    background-color: #a7a7a73b;
}

.top-cart-content li.item {
      width: 290px;
    margin: 8px 0px 15px;
    border-bottom: 1px #B5363B solid;
    display: block;
    padding: 5px 15px 10px 5px;
}

.top-cart-content li.item:hover a{
    color:  #000!important;
}
.top-cart-content li.item:hover a img{
    opacity: 0.8;
}

.top-cart-content li.item.last {
    margin: 0;
    border-bottom: 0px #B5363B solid;
    padding-bottom: 10px
}

.top-cart-content .product-details {
    color: #333333;
    position: relative;
    text-align: left;
}

.mini-products-list .product-details {
    margin-left: 80px;
    padding: 0;
}

.top-cart-content .product-details .btn-remove {
    position: absolute;
    right: 10px;
    top: 12px;
}
.top-cart-content .product-name {
    margin: 0;
    line-height: 1;
    margin-top: 3px;
}

.top-cart-content .product-details .btn-edit {
    position: absolute;
    right: 30px;
    top: 0px;
}

.top-cart-content .product-details .btn-edit:hover {
    color: #339900;
}

.top-cart-content .actions {
      padding: 0px;
    margin: 0px 0 0;
    padding-bottom: 0px;
    height: 350px;
    overflow-x: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.mini-products-list .product-image {
    float: left;
    padding: 0;
    width: 62px;
    border: 1px #e5e5e5 solid;
}

.button.btn-checkout {
    background: #FED557;
    border: 1px solid #F5C328;
    color: #003169;
    padding: 8px 18px;
}

.button.btn-checkout:hover {
    background: #FED557
}

.button:.btn-bag:hover {
    background: #f6f6f6;
}

.btn-remove1 {
    background-image: url(../images/btn_remove.png);
    margin: 0px 0 0 5px;
}

.btn-remove1:hover,
.btn-remove1:focus {
    background-position: 0 -12px;
}

.btn-remove1 {
    display: block;
    width: 15px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -999em;
    overflow: hidden;
    position: absolute;
    left: 28px;
    margin-top: 5px;
}

.block-compare .btn-remove1 {
    left: auto;
    right: 0px!important;
    margin-top: 0px;
    top: 5px
}
.mini-cart:hover .top-cart-content{
    display: block;
}
.mini-products-list .product-image img {
    width: 60px;
}
.mini-cart .btn-remove1 {
    left: auto;
    right: 0px!important;
    margin-top: 0px;
    top: 2px;
}

.mini-cart .actions .btn-checkout {
    background: #B5363B;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 8px 0px;
    border: none;
    cursor: pointer;
    display: inline-block;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    float: left;
    border-radius: 2px 0px 0px 2px;
    letter-spacing: 0.5px;
    width: 145px
}

.mini-cart .actions .btn-checkout:hover {
    background: #202726;
    color: #fff;
}

.mini-cart .actions .btn-checkout:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 18px;
    padding-right: 10px;
}

.mini-cart .view-cart {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    float: none;
    font-size: 13px;
    font-weight: normal;
    padding: 10px 0px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    background: #B5363B;
    color: #666;
    border-radius: 0px 2px 2px 0px;
    letter-spacing: 0.5px;
    width: 145px
}

.mini-cart .view-cart:before {
    content: '\f07a';
    font-family: FontAwesome;
    font-size: 16px;
    padding-right: 7px;
}
@media screen and (max-width: 768px) {
	.sequence-img-mobile {
		flex-direction: column;
	}

    .btn-cart-mobile {
    color: #fff;
    margin: 0px;
    line-height: 17px;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 11px 0px;
    display: block;
    background-color: #019a82;
    padding: 7px;
    transition: ease-in-out .2s;
}

    .dev-ctnet {
        text-align: start;
    }
    .todos-direitos-text {
        text-align: start;
    }

}
