/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
select {
  width: 100%;
  padding: 0.35em;
}
.body-content {
  margin-top: 25px;
}
.seq-title-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  height: 0;
  border-top: 800px solid black;
  border-left: 700px solid transparent;
  opacity: 0.8;
  display: none;
}
#aa-slider .aa-slider-area .seq-title {
  left: initial;
  top: 50%;
  transform: translateY(-50%);
  right: 15%;
  background: rgba(0, 0, 0, 0.2);
  width: auto;
  width: 35%;
  /*padding: 2.5% 2.5%;*/
  /*opacity: 0.5;*/
  filter: alpha(opacity=50) !important;
}
#aa-slider .aa-slider-area .seq-title h2 {
  background: none;
  color: black;
  text-align: left;
  font-size: 1.6em;
  margin-top: 0;
}
#aa-slider .aa-slider-area .seq-title p {
  padding: 0;
  width: 100%;
  color: black;
  text-align: left;
}
#aa-slider .aa-slider-area .seq-title a {
  float: left;
  background: none;
  color: black;
  font-size: 1.4em;
  padding: 0 0 5px 0;
  border-bottom: 3px solid white;
  border-radius: 0;
}
#aa-slider .aa-slider-area .seq-title a:hover {
  border-color: black;
}
.descontovalidade {
  font-size: 10px;
  text-align: right;
  padding-right: 40px;
}
.subsiteinfo {
  font-size: 20px;
  text-align: right;
  padding-right: 40px;
}
@media (min-width: 1200px) {
  #bannerdesconto .container {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  #bannerdesconto {
    display: inline;
    float: left;
    width: 100%;
    background-color: #d30505;
    font-family: Verdana;
    font-size: 2.5vw;
    color: white;
    text-align: center;
  }
  #bannerdesconto img {
    width: 100px;
  }
  .seq-title-overlay {
    display: none;
  }
  #aa-slider button {
    display: none !important;
  }
  #aa-slider .aa-slider-area .slick-slide img {
    /*max-width: initial;*/
    max-width: 130%;
  }
  #aa-slider .aa-slider-area .seq-title {
    display: block;
    position: relative;
    left: initial;
    right: initial;
    top: initial;
    bottom: initial;
    width: 100%;
    margin: 0;
    background: black;
    margin-top: 35px;
    /*padding-bottom: 25px;
                  padding-top: 15px;*/
    transform: translateY(-21%);
  }
  #aa-slider .aa-slider-area .seq-title h2 {
    text-align: center;
    color: white;
  }
  #aa-slider .aa-slider-area .seq-title p {
    text-align: center;
    color: white;
  }
  #aa-slider .aa-slider-area .seq-title a {
    width: auto;
    float: initial;
    margin: 0;
    color: white;
  }
}
/*#region Barra de Navegação (Menu)*/

@media (min-width: 768px) {
  #main-nav {
    line-height: 0;
    text-align: center;
  }
  #main-menu {
    display: inline-block;
  }
}
.main-nav {
  position: relative;
  background: #3092c0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4f4e79), color-stop(100%, #4b4a73));
  background-image: -webkit-linear-gradient(top, #4f4e79, #4b4a73);
  background-image: -moz-linear-gradient(to bottom, #4f4e79, #4b4a73);
  background-image: -o-linear-gradient(to bottom, #4f4e79, #4b4a73);
  background-image: linear-gradient(to bottom, #4f4e79, #4b4a73);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}
.nav-brand {
  float: left;
  margin: 0;
}
.nav-brand a {
  display: block;
  padding: 10px 10px 10px 20px;
  color: white;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 29px;
  text-decoration: none;
}
#main-menu {
  clear: both;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal-dialog {
  float: right;
}
@media (min-width: 768px) {
  #main-menu {
    float: right;
    clear: none;
  }
}
/* Mega menus */

.navbar-nav > li > .dropdown-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.mega-dropdown {
  position: static !important;
  width: auto;
}
.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.mega-dropdown-menu:before {
  content: "";
  /*border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;*/
  position: absolute;
  top: -15px;
  left: 285px;
  z-index: 10;
}
.mega-dropdown-menu:after {
  content: "";
  /*border-bottom: 17px solid #ccc;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;*/
  position: absolute;
  top: -17px;
  left: 283px;
  z-index: 8;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.dropdown-header > img {
  border: none;
  height: auto;
  display: block;
  width: 100%;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999999;
  white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444444;
  background-color: whitesmoke;
}
.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  /*float:left;*/
  width: auto;
  /*font-size: 18px;
  font-weight: bold;*/

}
.mega-dropdown-menu form {
  margin: 3px 20px;
}
.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}
.dropdown.mega-dropdown li a {
  width: auto;
}
.btn_entrar {
  background-color: black;
  color: white;
  font-size: 18px;
  margin-bottom: 12px;
}
.btn_registar {
  background-color: black;
  color: white;
  font-size: 18px;
}
.btn_registar:hover {
  color: black;
  background-color: white;
}
@media only screen and (max-width: 959px) {
  #menu {
    /* display: inline;
          float: left;
          width: 100%;*/
    margin-top: 10px;
  }
  .mega-dropdown {
    position: static !important;
    width: 100% !important;
    /*float:left;*/
  
  }
  .navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: black;
    background-color: white;
  }
  .dropdown-menu.mega-dropdown-menu {
    width: 100%;
    background-color: white;
    height: 100%;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    /*float: left;*/
    width: auto;
    margin-top: 0;
    background-color: white !important;
    border: 0;
    box-shadow: none;
    /*li img{
                width: 100%;
                height: auto;
                margin: 0 auto;
            }*/
  
  }
  #menu .menu-area .navbar-default .navbar-nav {
    width: 100%;
  }
}
.carousel {
  position: relative;
}
.left.carousel-control .right.carousel-control {
  width: 40px;
}
/*.left.carousel-control {
    right: 30px;
    left: inherit;
    margin-right: 12px;
    width: 40px;
    height: 50px;
}
.right.carousel-control {
    left: inherit;
    width: 40px;
    height: 50px;
}
.carousel-control {
    width: 30px;
    height: 30px;
    /*top: -35px;
    background: none !important;
    opacity: 1;
}*/

/*.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    z-index: 9999;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    color: #222;
    padding: 3px 5px;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #000;
    padding: 5px 60px 5px 5px;
    line-height: 30px;

    img {
        display: block;
        width: 100%;
        height: auto;
    }
}

.carousel-control {
    width: 30px;
    height: 30px;
    top: -35px;
    background: none !important;
    opacity: 1;
}

.left.carousel-control {
    right: 30px;
    left: inherit;
    margin-right: 12px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    font-size: 12px;
    background-color: #000;
    line-height: 30px;
    text-shadow: none;
    color: #fff;
    opacity: 1;
}

.navbar {

    .navbar-brand {
        display: none;

        img {
            line-height: 50px;
            height: 40px;
            width: auto;
            filter: brightness(0) invert(1);
        }
    }

    &.affix {
        width: 100%;
        top: 0;
        z-index: 99;

        .navbar-brand {
            display: block;
            padding: 5px 15px;
        }
    }
    
    .navbar-nav {
        & > li,
        & > li > a {
            color: #fff;
            font-size: 1.4rem;
        }
    }

    &.navbar-inverse {
        background: #000;
    }
}*/

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
    color: white;
  }
  .menu-mobile {
    display: block;
    color: white !important;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
  }
  .menu > ul > li {
    /*width: 100%;*/
    float: none;
    display: block;
  }
  .menu > ul > li a {
    color: white;
    /*padding: 0.75em;*/
    width: 100%;
    display: block;
  }
  .menu > ul > li a:hover {
    color: black;
    background-color: white;
    /*padding: 0.75em;*/
    width: 100%;
    display: block;
  }
  .menu > ul > li a:active {
    color: #00ff90;
    background-color: #8e8f91;
    /*padding: 0.75em;*/
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    width: inherit;
    position: relative;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
    color: black;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: inherit;
    margin-top: 20px;
    color: white;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu > ul > li > ul > li > ul > li > a:hover {
    background-color: black;
    color: white;
  }
  .menu .show-on-mobile {
    display: block;
  }
}
/*este antes */

/*#endregion*/

/*#region Página de Contactos*/

section#contact-info {
  display: table;
  width: 100%;
  margin-top: -50px;
}
section#contact-info .gmap-area {
  background-image: url("/Content/images/map.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}
section#contact-info .gmap-area .gmap {
  border: 10px solid #f6f5f0;
  border-radius: 50%;
  height: 200px;
  width: 300px;
  box-shadow: 0px 0px 3px 3px #e7e4dc;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
section#contact-info .gmap-area .gmap iframe {
  border-radius: 50%;
  height: 180px;
  width: 300px;
}
section#contact-info .gmap-area .map-content ul {
  list-style: none;
  height: 200px;
}
section#contact-info .gmap-area .map-content ul li {
  top: 50%;
  transform: translateY(-50%);
}
section#contact-info .gmap-area .map-content address p {
  font-size: 1.2rem;
}
section#contact-info .gmap-area .map-content address h5 {
  font-weight: 700;
}
section#contact-info .gmap-area i {
  font-size: 2rem;
  margin-right: 5px;
  width: 20px;
  text-align: center;
}
section#contact-info h5 {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .cart-item-select {
    width: auto;
  }
  #contact-info * {
    text-align: center;
  }
}
#contact-page {
  padding-top: 25px;
  padding-bottom: 25px;
}
#contact-page .contact-wrap {
  margin-top: 20px;
}
#contact-page h2 {
  text-align: center;
}
#contact-page p {
  text-align: center;
}
#contact-page button {
  font-size: 1.8rem;
  padding: 5px 10px;
  background: black;
  border: none;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  color: white;
}
@media (max-width: 480px) {
  #contact-page {
    background-color: gray;
  }
}
/*#endregion*/

/*#region Promotional Area (Categorias 4 Imagens)*/

.promotional {
  position: relative;
  float: left;
  display: block;
  padding: 0;
  margin: 50px 0 50px 0;
}
.promotional .row {
  margin: 0;
}
.promotional [class*='col-'] {
  padding: 0;
}
.promotional .thumbnail {
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.promotional .thumbnail img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.promotional .thumbnail .block-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 0.5em;
  width: 100%;
  color: white;
}
.promotional .thumbnail .block-title h2 {
  color: white;
  text-align: center;
  text-shadow: 1px 1px black;
  font-size: 3.2rem;
}
.promotional .thumbnail:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.promotional .thumbnail:hover .block-title h2 {
  color: black;
  text-shadow: 1px 1px white;
}
.flipcard {
  /*position: relative;
  width: 220px;
  height: 160px;
  perspective: 500px;*/
  text-align: center;
  vertical-align: central;
}
.flipcard.v:hover .front,
.flipcard.v.flip .front {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}
.flipcard.v:hover .back,
.flipcard.v.flip .back {
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
.flipcard.v .back {
  transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
}
.flipcard.h:hover .front,
.flipcard.h.flip .front {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.flipcard.h:hover .back,
.flipcard.h.flip .back {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}
.flipcard.h .back {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
}
.flipcard .front {
  /*position:absolute;
  width: 100%;
  height: 100%;*/
  box-sizing: border-box;
  transition: all 0.5s ease-in;
  color: white;
  background-color: black;
  /*padding: 10px;*/
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.flipcard .back {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.5s ease-in;
  color: white;
  background-color: black;
  padding: 10px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  text-align: center;
  vertical-align: central;
}
@media only screen and (max-width: 768px) {
  .promotional .thumbnail .block-title h2 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
/*#endregion*/

@media (max-width: 480px) {
  /*#region Promotional Area (Categorias 4 Imagens) para mobile*/
  
  .promotional {
    position: relative;
    float: left;
    display: block;
    padding: 0;
    margin: 10px 0 50px 0;
  }
  .promotional .row {
    margin: 0;
  }
  .promotional [class*='col-'] {
    padding: 0;
    margin-top: 5px;
  }
  .promotional .flipcard .back {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: all 0.5s ease-in;
    color: white;
    background-color: black;
    -webkit-backface-visibility: hidden;
    text-align: center;
    padding: 0px;
  }
  .promotional .thumbnail {
    border: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .promotional .thumbnail img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .promotional .thumbnail .block-title {
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 1.5em;
    width: 100%;
    color: white;
    background-color: black;
  }
  .promotional .thumbnail .block-title h2 {
    color: white;
    text-align: center;
    text-shadow: 1px 1px black;
  }
  .promotional .thumbnail:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .promotional .thumbnail:hover .block-title h2 {
    color: black;
    text-shadow: 1px 1px white;
  }
  .snippets {
    max-width: 300px;
    height: auto;
  }
  .snippets a[href^="tel:"] {
    color: orangered;
  }
  .snippets div > div > img {
    max-width: 300px;
    height: auto;
  }
  .snippets div > p > img {
    max-width: 300px;
    height: auto;
  }
  .snippets div > div > p > img {
    max-width: 300px;
    height: auto;
  }
  .snippets div > img {
    max-width: 300px;
    height: auto;
  }
  .snippets img {
    max-width: 300px;
    height: auto;
  }
  .snippets div > div > a {
    border: 1px solid black !important;
    font-weight: bold !important;
    background-color: black !important;
  }
  .snippets div > div > a.imagem {
    border: none !important;
    background-color: transparent !important;
  }
  .snippets div > div > a.imagem:hover {
    border: none !important;
    background-color: transparent !important;
  }
  .snippets p > span > span > a[href^="tel:"] {
    color: chartreuse;
  }
  .snippets .edit a:hover {
    background-color: black !important;
  }
  /*#endregion*/
}
/*#region Formulários */

input[type=email],
input[type=text] {
  /*padding: 15px;*/
  font-size: 1.4rem;
}
div > .form-group button,
section > .form-group button {
  font-size: 1.4rem;
}
div > .form-group .editor-label label,
section > .form-group .editor-label label {
  font-size: 1.4rem;
}
div > .form-group .editor-field *,
section > .form-group .editor-field * {
  font-size: 1.4rem;
}
div > .form-group .editor-field input:not([type="checkbox"]),
section > .form-group .editor-field input:not([type="checkbox"]) {
  width: 100% !important;
  height: 34px;
  color: black;
}
div > .form-group .editor-field textarea,
section > .form-group .editor-field textarea {
  width: 100%;
  height: 100px;
  resize: none;
  color: black;
  padding: 15px;
}
div.required,
section.required {
  color: red;
}
div.required > .form-group .editor-label,
section.required > .form-group .editor-label {
  font-size: 1.4rem;
}
div.required > .form-group .editor-label label,
section.required > .form-group .editor-label label {
  color: black;
}
div.required > .form-group .editor-label label:after,
section.required > .form-group .editor-label label:after {
  content: '*';
  color: red;
}
.aa-popular-slider li,
.aa-popular-slider li:hover {
  height: 325px;
}
.aa-popular-slider li figure a.aa-product-img,
.aa-popular-slider li:hover figure a.aa-product-img {
  background: none;
}
.aa-popular-slider li figure a.aa-product-img img,
.aa-popular-slider li:hover figure a.aa-product-img img {
  margin: 0 5px 5px 5px;
  max-height: 220px;
}
.aa-popular-slider li figcaption .aa-product-title,
.aa-popular-slider li:hover figcaption .aa-product-title {
  margin-top: 20px;
}
.aa-popular-slider li figcaption .aa-add-card-btn,
.aa-popular-slider li:hover figcaption .aa-add-card-btn {
  cursor: pointer;
  font-size: 12px;
}
.aa-popular-slider li figcaption .aa-add-card-btn:hover,
.aa-popular-slider li:hover figcaption .aa-add-card-btn:hover {
  background-color: black;
  color: white;
}
.aa-product-catg li,
.aa-product-catg li:hover {
  height: 340px;
}
.aa-product-catg li figure a.aa-product-img,
.aa-product-catg li:hover figure a.aa-product-img {
  background: none;
}
.aa-product-catg li figure a.aa-product-img img,
.aa-product-catg li:hover figure a.aa-product-img img {
  margin: 0 5px 5px 5px;
  max-height: 220px;
}
.aa-product-catg li figcaption .aa-product-title,
.aa-product-catg li:hover figcaption .aa-product-title {
  margin-top: 20px;
}
.aa-product-catg li figcaption .aa-add-card-btn,
.aa-product-catg li:hover figcaption .aa-add-card-btn {
  cursor: pointer;
  font-size: 12px;
}
.aa-product-catg li figcaption .aa-add-card-btn:hover,
.aa-product-catg li:hover figcaption .aa-add-card-btn:hover {
  background-color: black;
  color: white;
}
.aa-product-view-content .aa-prod-view-bottom .aa-add-to-cart-btn {
  background-color: white;
  color: black;
  border-color: black;
}
.aa-product-view-content .aa-prod-view-bottom .aa-add-to-cart-btn:hover {
  background-color: black;
  cursor: pointer;
  color: white;
}
#aa-product-details .aa-product-details-area .aa-prod-view-size .product-variant {
  cursor: pointer;
}
#aa-product-details .aa-product-details-area .aa-prod-view-size .product-variant.selected {
  background: black;
  color: white;
  padding: 1px;
}
#aa-product-details .aa-product-details-area .aa-img-tag .product-variant {
  cursor: pointer;
  text-align: center;
}
#aa-product-details .aa-product-details-area .aa-img-tag .product-variant.selected {
  border: 1px solid black;
  /*padding: 1px;*/

}
/*#endregion Formulários*/

/*# tag de desconto */

.side-corner-tag {
  position: relative;
  color: white;
  display: inline-block;
  padding: 5px;
  overflow: hidden;
  font-family: Arial, sans-serif;
  font-weight: 900;
}
.side-corner-tag a p span:hover {
  color: white;
}
.side-corner-tag p {
  display: inline;
}
.stockoff {
  /*
    -webkit-transform: rotate(0) !important;
    top: 0 !important;
    background-color: #e3ac62 !important;
    right: 0 !important;
    padding: 0px 2px !important;
    box-shadow: none !important;
    */
  -webkit-transform: rotate(45deg) !important;
  top: 37px !important;
  background-color: #e3ac62 !important;
  right: -33px !important;
  padding: 2px 14px !important;
  font-size: 1.4rem;
}
.side-corner-tag p span {
  /*position: absolute;
    display: inline-block;
    right: -35px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
    text-align: center;
    text-transform: uppercase;
    top: 40px;
    background: #d93131;
    padding: 2px 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
*/
  position: absolute;
  display: inline-block;
  right: -29px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2), inset 0px 5px 30px rgba(255, 255, 255, 0.2);
  text-align: center;
  text-transform: uppercase;
  top: 30px;
  background: #d93131;
  padding: 2px 14px;
  -webkit-transform: rotate(45deg);
  font-size: 1.4rem;
}
.side-corner-tag p span.desconto {
  /*background-color: black !important;*/
  width: 70px;
  height: 45px;
  position: absolute;
  display: inline-block;
  right: 0px;
  box-shadow: none !important;
  text-align: left;
  text-transform: uppercase;
  top: 0;
  left: 0px;
  padding: 0px 5px;
  background: transparent !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.side-corner-tag p span.desconto img {
  width: 50px;
  height: auto;
}
.side-corner-tag p span.descontoIMG {
  /*background-color: black !important;*/
  width: 70px;
  height: 45px;
  position: absolute;
  display: inline-block;
  right: 0px;
  box-shadow: none !important;
  text-align: left;
  text-transform: uppercase;
  top: 0;
  left: 0px;
  padding: 0px 5px;
  background: transparent !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.side-corner-tag p span.descontoIMG img {
  width: 100px;
  height: auto;
}
.side-corner-tag div.descontoEspecial {
  /*background-color: black !important;*/
  width: 70px;
  height: 45px;
  position: absolute;
  display: inline-block;
  box-shadow: none !important;
  text-align: left;
  text-transform: uppercase;
  bottom: 0 !important;
  margin-bottom: 20px;
  right: 0px;
  padding: 0px 5px;
  background: transparent !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.side-corner-tag div.descontoEspecial img {
  width: 50px;
  height: auto;
}
/*#endregion tag de desconto */

/*#region Sidebar*/

.aa-sidebar .aa-sidebar-widget h3 span {
  display: block;
  font-size: 0.6em;
  margin-top: 5px;
}
/*#endregion*/

/*#region Accordion*/

.panel-group .panel {
  border: none;
}
.panel-group .panel .panel-heading {
  /*border: 1px solid black;*/
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /*
            .panel-title > a[aria-expanded="true"] i {
                color: red;
                content: "\2212";
            }
            .panel-title > a[aria-expanded="false"] i {
                color: green;
                content: '\002B';
            }
            */

}
.panel-group .panel .panel-heading .panel-title > a {
  display: block;
  width: 100%;
}
.panel-group .panel .panel-heading .panel-title > a > i {
  float: right;
}
.panel-group .panel .panel-heading .panel-title > a:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px;
}
.panel-group .panel .panel-heading .panel-title > a.collapsed:before {
  float: right !important;
  content: "\f067";
}
.panel-group .panel .panel-heading .panel-title > a:hover,
.panel-group .panel .panel-heading .panel-title > a:active,
.panel-group .panel .panel-heading .panel-title > a:focus {
  text-decoration: none;
}
.panel-group .panel .panel-body {
  border: none;
}
/*#endregion*/

.aa-language ul {
  max-height: 400px;
  overflow-y: auto;
}
@media only screen and (min-width: 1200px) {
  .aa-language.country-picker ul {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
  }
}
.aa-footer-widget h3 a {
  color: white;
}
@media only screen and (min-width: 768px) {
  #bannerdesconto {
    display: inline;
    float: left;
    width: 100%;
    background-color: #d30505;
    font-family: Verdana;
    font-size: 1.2vw;
    color: white;
    text-align: center;
  }
  #bannerdesconto img {
    width: auto;
    height: 25px;
  }
  .jssocials {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .jssocials .jssocials-shares .jssocials-share {
    display: block;
  }
  #aa-slider #contatosIndexbtn {
    display: initial !important;
  }
}
.wizard-header > div > ul > li {
  width: 20%;
}
.wizard-header > div > ul > li a {
  min-height: 45px;
}
.snippets a[href^="tel:"],
.snippets a[href^="mailto:"],
.snippets a:hover[href^="tel:"],
.snippets a:hover[href^="mailto:"] {
  border: none !important;
  padding: 0px;
}
.snippets {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #aa-header {
    display: inline;
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  table.datatableEnc.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
  table.datatableEnc.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: 0px;
    left: -10px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .beCounselorForm {
    margin-top: 335px;
  }
  .wizard-header > div > ul > li {
    width: 50%;
  }
  .wizard-header > div > ul > li a {
    min-height: 45px;
  }
  .snippets {
    max-width: 670px;
    height: auto;
  }
  #aa-subscribe {
    display: inline;
    float: left;
    width: 100%;
    /*padding-top: 150px;*/
  
  }
  #aa-slider button {
    display: none !important;
  }
  #aa-slider #contatosIndexbtn {
    display: initial !important;
  }
  #aa-slider .aa-slider-area .slick-slide img {
    max-width: initial;
    /*max-width: 130%;*/
  
  }
  #aa-slider .aa-slider-area .seq-title {
    display: block;
    position: relative;
    left: initial;
    right: initial;
    top: initial;
    bottom: initial;
    width: 100%;
    margin: 0;
    background: black;
    margin-top: 35px;
    padding-bottom: 25px;
    padding-top: 15px;
    transform: translateY(-21%);
  }
  #aa-slider .aa-slider-area .seq-title h2 {
    text-align: center;
    color: white;
    line-height: normal;
  }
  #aa-slider .aa-slider-area .seq-title p {
    text-align: center;
    color: white;
  }
  #aa-slider .aa-slider-area .seq-title a {
    width: auto;
    float: initial;
    margin: 0;
    color: white;
  }
  .jssocials {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    /*right: 0;
          background: transparent;*/
    text-align: center;
  }
  .jssocials .jssocials-shares .jssocials-share {
    width: 40px;
    height: 40px;
  }
  .scrollToTop {
    bottom: 0.3em;
  }
}
@media only screen and (max-width: 375px) {
  #divencomenda {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 414px) {
  #divencomenda {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 480px) {
  #aa-slider .slick-slide img {
    height: auto;
    width: 100%;
  }
  .wizard-header > div > ul > li {
    width: 50%;
  }
  .wizard-header > div > ul > li a {
    min-height: 35px;
  }
  .cart-item-select {
    width: 70px;
  }
  table.dataTable.dtr-inline.collapsed {
    margin-left: 0px;
  }
  table.datatbleDetalhesEnc.dataTable.dtr-inline.collapsed {
    margin-left: 10px !important;
  }
  table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
  table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
    padding: 0px !important;
  }
  datatable_historicoencomenda tr td {
    padding-left: 12px !important;
  }
  table.datatableEnc.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
  table.datatableEnc.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: 0px;
    left: -14px;
  }
  table.datatbleDetalhesEnc.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
  table.datatbleDetalhesEnc.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: 0px;
    left: -10px;
  }
  .dtr-details {
    text-align: left;
  }
  /*  .h2_encomenda {
          height: 100px;
          line-height: 25px
      }
        */
  
  #contact-page button {
    font-size: 1.8rem;
    padding: 5px 10px;
    background-color: black;
    border: none;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
    color: white;
  }
  #aa-slider #contatosIndexbtn {
    display: initial !important;
  }
  #aa-slider .aa-slider-area .seq-title h2 {
    font-size: initial;
  }
  #contact-page .contact-wrap {
    margin-top: 5px;
  }
  #aa-subscribe {
    margin-top: 150px;
  }
  #aa-subscribe .aa-subscribe-area {
    padding-top: 100px 0 !important;
  }
  #aa-subscribe .aa-subscribe-area .aa-subscribe-form {
    margin: 20px auto 0;
    position: relative;
    width: auto;
  }
  .slick-prev {
    left: 80%;
    margin-top: 5px;
  }
  .slick-next {
    right: 0;
    margin-top: 5px;
  }
}
.ContactTitles {
  padding-top: 25px;
  padding-bottom: 25px;
}
.ContactTitles h2 {
  text-align: center;
}
.ContactTitles p {
  text-align: center;
}
@media (max-width: 414px) {
  .slick-prev,
  .slick-next {
    margin-top: 15px;
  }
}
@media (max-width: 375px) {
  .slick-prev,
  .slick-next {
    margin-top: 12px;
  }
  table.dataTable.dtr-inline.collapsed {
    margin-left: 10px;
  }
}
@media (max-width: 320px) {
  .slick-prev,
  .slick-next {
    margin-top: 0px;
  }
}
.modal .modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 5px 15px transparent;
  box-shadow: 0 5px 15px transparent;
  border: none;
}
.modal .modal-dialog {
  width: 320px;
}
.modal .modal-dialog h4 {
  border-bottom: 1px solid #cccccc;
  color: #666666;
  font-weight: bold;
  padding-bottom: 10px;
}
.modal .modal-dialog .aa-register-now {
  border-top: 1px solid #cccccc;
  margin-top: 20px;
  font-size: 14px;
  padding-top: 10px;
}
.modal .modal-dialog .aa-register-now a {
  margin-left: 5px;
}
#catalogs-modal {
  text-align: center;
}
#catalogs-modal .modal-dialog {
  float: none;
}
#catalogs-modal h3 {
  font-size: 16px;
}
#catalogs-modal img {
  margin: 0 auto;
}
#catalogs-modal a {
  display: block;
  margin: 0.3em;
  background-color: black;
  width: 150px;
  color: white;
  margin: 0.3em auto;
  padding: 0.6em;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid black;
  transition: background-color 0.2s ease-in-out;
  font-weight: bold;
}
#catalogs-modal a i {
  margin-right: 5px;
}
#catalogs-modal a:hover {
  color: black;
  background-color: white;
}
@media only screen and (min-width: 768px) {
  #catalogs-modal .modal-dialog {
    width: 640px;
    margin: 35px auto;
  }
}
.modalDialogForgotPass {
  width: 50% !important;
}
.modalheaderForgotPass {
  border: none !important;
}
#ModalForgotPassword {
  text-align: center;
  position: fixed;
  top: 20%;
  right: 40%;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  color: black;
}
#ModalForgotPassword .modal .modal-dialog {
  width: 50%;
}
#ModalForgotPassword .ModalForgotPassword {
  position: fixed;
  top: 20%;
  right: 40%;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
#ModalForgotPassword .modal-header .close {
  color: white;
}
#ModalForgotPassword .modal-header {
  background-color: black;
  color: white;
}
#ModalForgotPassword h4 {
  border: none;
  color: white;
  font-size: 16px;
}
#ModalForgotPassword img {
  margin: 0 auto;
}
/*      Here the code for the wizard           */

.cart-view-table {
  background-color: white;
}
label {
  font-weight: 400;
}
.image-container {
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.wizard-container {
  padding-top: 25px;
  z-index: 3;
}
.wizard-card {
  min-height: 410px;
  background-color: white;
  border-radius: 10px;
  padding: 10px 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.wizard-card .picture-container {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.wizard-card .picture {
  width: 106px;
  height: 106px;
  background-color: #999999;
  border: 4px solid #cccccc;
  color: white;
  border-radius: 50%;
  margin: 5px auto;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.wizard-card .picture:hover {
  border-color: black;
}
.wizard-card.ct-wizard-azzure .picture:hover {
  border-color: black;
}
.wizard-card.ct-wizard-green .picture:hover {
  border-color: #05ae0e;
}
.wizard-card.ct-wizard-blue .picture:hover {
  border-color: #3472f7;
}
.wizard-card.ct-wizard-orange .picture:hover {
  border-color: #ff9500;
}
.wizard-card.ct-wizard-red .picture:hover {
  border-color: #ff3b30;
}
.wizard-card .picture input[type="file"] {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
}
.wizard-card .picture-src {
  width: 100%;
}
.wizard-card .tab-content {
  min-height: 340px;
  padding: 20px 10px;
}
.wizard-card .wizard-footer {
  padding: 0 10px;
}
.wizard-card .disabled {
  display: none;
}
.wizard-card .wizard-header {
  margin-bottom: 15px;
}
.wizard-card .nav-pills > li {
  text-align: center;
}
.wizard-card .nav-pills > li a {
  border: 0 !important;
  text-transform: uppercase;
  background-color: #999999;
  color: white !important;
  font-size: 12px;
}
.wizard-card.ct-wizard-green .nav-pills > li.active a {
  background-color: #05ae0e;
}
.wizard-card.ct-wizard-azzure .nav-pills > li.active a {
  background-color: black;
}
.wizard-card.ct-wizard-blue .nav-pills > li.active a {
  background-color: #3472f7;
}
.wizard-card.ct-wizard-orange .nav-pills > li.active a {
  background-color: #ff9500;
}
.wizard-card.ct-wizard-red .nav-pills > li.active a {
  background-color: #ff3b30;
}
.wizard-card .nav-pills > li > a:hover,
.wizard-card .nav-pills > li > a:focus {
  background-color: #999999;
  cursor: default;
}
.wizard-card .btn {
  text-transform: uppercase;
}
.wizard-card .nav-pills > li:first-child > a {
  border-radius: 0;
  margin: 0;
}
.wizard-card .nav-pills > li:last-child > a {
  border-radius: 0;
}
.wizard-card .info-text {
  text-align: center;
  font-weight: 300;
  margin: 10px 0 30px;
}
.select-card .choice {
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
}
.select-card .choice .icon {
  text-align: center;
  vertical-align: middle;
  height: 116px;
  width: 116px;
  border-radius: 50%;
  background-color: #999999;
  color: white;
  margin: 0 auto 20px;
  border: 4px solid #cccccc;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.select-card .choice i {
  font-size: 30px;
  line-height: 111px;
}
.select-card .choice:hover .icon,
.wizard-card .choice.active .icon {
  border-color: black;
}
.select-card.ct-wizard-azzure .choice:hover .icon,
.wizard-card.ct-wizard-azzure .choice.active .icon {
  border-color: black;
}
.select-card.ct-wizard-blue .choice:hover .icon,
.wizard-card.ct-wizard-blue .choice.active .icon {
  border-color: #3472f7;
}
.select-card.ct-wizard-green .choice:hover .icon,
.wizard-card.ct-wizard-green .choice.active .icon {
  border-color: #05ae0e;
}
.select-card.ct-wizard-orange .choice:hover .icon,
.wizard-card.ct-wizard-orange .choice.active .icon {
  border-color: #ff9500;
}
.select-card.ct-wizard-red .choice:hover .icon,
.wizard-card.ct-wizard-red .choice.active .icon {
  border-color: #ff3b30;
}
.select-card .choice input[type="radio"],
.select-card .choice input[type="checkbox"] {
  position: absolute;
  left: -10000px;
  z-index: -1;
}
.wizard-card .btn-finish {
  display: none;
}
.wizard-card .description {
  color: #999999;
  font-size: 14px;
}
.wizard-container .nav-pills > li + li {
  margin-left: 0;
}
.wizard-container .nav-pills > li > a {
  border: 1px solid black;
  border-radius: 0;
  color: black;
  margin-left: -1px;
}
.wizard-container .nav > li > a:hover,
.wizard-container .nav > li > a:focus {
  background-color: black;
}
.wizard-container .nav-pills.ct-blue > li.active > a,
.wizard-container .nav-pills.ct-blue > li.active > a:hover,
.wizard-container .nav-pills.ct-blue > li.active > a:focus,
.wizard-container .pagination.ct-blue > .active > a,
.wizard-container .pagination.ct-blue > .active > span,
.wizard-container .pagination.ct-blue > .active > a:hover,
.wizard-container .pagination.ct-blue > .active > span:hover,
.wizard-container .pagination.ct-blue > .active > a:focus,
.wizard-container .pagination.ct-blue > .active > span:focus {
  background-color: #3472f7;
}
.wizard-container .nav-pills.ct-azure > li.active > a,
.wizard-container .nav-pills.ct-azure > li.active > a:hover,
.wizard-container .nav-pills.ct-azure > li.active > a:focus,
.wizard-container .pagination.ct-azure > .active > a,
.wizard-container .pagination.ct-azure > .active > span,
.wizard-container .pagination.ct-azure > .active > a:hover,
.wizard-container .pagination.ct-azure > .active > span:hover,
.wizard-container .pagination.ct-azure > .active > a:focus,
.wizard-container .pagination.ct-azure > .active > span:focus {
  background-color: black;
}
.wizard-container .nav-pills.ct-green > li.active > a,
.wizard-container .nav-pills.ct-green > li.active > a:hover,
.wizard-container .nav-pills.ct-green > li.active > a:focus,
.wizard-container .pagination.ct-green > .active > a,
.wizard-container .pagination.ct-green > .active > span,
.wizard-container .pagination.ct-green > .active > a:hover,
.wizard-container .pagination.ct-green > .active > span:hover,
.wizard-container .pagination.ct-green > .active > a:focus,
.wizard-container .pagination.ct-green > .active > span:focus {
  background-color: #05ae0e;
}
.wizard-container .nav-pills.ct-orange > li.active > a,
.wizard-container .nav-pills.ct-orange > li.active > a:hover,
.wizard-container .nav-pills.ct-orange > li.active > a:focus,
.wizard-container .pagination.ct-orange > .active > a,
.wizard-container .pagination.ct-orange > .active > span,
.wizard-container .pagination.ct-orange > .active > a:hover,
.wizard-container .pagination.ct-orange > .active > span:hover,
.wizard-container .pagination.ct-orange > .active > a:focus,
.wizard-container .pagination.ct-orange > .active > span:focus {
  background-color: #ff9500;
}
.wizard-container .nav-pills.ct-red > li.active > a,
.wizard-container .nav-pills.ct-red > li.active > a:hover,
.wizard-container .nav-pills.ct-red > li.active > a:focus,
.wizard-container .pagination.ct-red > .active > a,
.wizard-container .pagination.ct-red > .active > span,
.wizard-container .pagination.ct-red > .active > a:hover,
.wizard-container .pagination.ct-red > .active > span:hover,
.wizard-container .pagination.ct-red > .active > a:focus,
.wizard-container .pagination.ct-red > .active > span:focus {
  background-color: #ff3b30;
}
.wizard-container .nav-pills.ct-blue > li > a {
  border: 1px solid #3472f7;
  color: #3472f7;
}
.wizard-container .nav-pills.ct-azure > li > a {
  border: 1px solid black;
  color: black;
}
.wizard-container .nav-pills.ct-green > li > a {
  border: 1px solid #05ae0e;
  color: #05ae0e;
}
.wizard-container .nav-pills.ct-orange > li > a {
  border: 1px solid #ff9500;
  color: #ff9500;
}
.wizard-container .nav-pills.ct-red > li > a {
  border: 1px solid #ff3b30;
  color: #ff3b30;
}
.wizard-container .nav-pills > li.active > a,
.wizard-container .nav-pills > li.active > a:hover,
.wizard-container .nav-pills > li.active > a:focus {
  background-color: black;
  color: white;
}
.wizard-container .nav-pills > li:first-child > a {
  border-radius: 4px 0 0 4px;
  margin: 0;
}
.wizard-container .nav-pills > li:last-child > a {
  border-radius: 0 4px 4px 0;
}
.wizard-container .wizard-card .btn,
.wizard-container .wizard-card .btn:hover,
.wizard-container .wizard-card .btn:focus {
  background-color: black;
  border-color: black;
  color: white;
}
.wizard-container .wizard-card .btn:hover {
  opacity: 0.8;
}
.wizard-contractproduto {
  min-height: 410px;
  background-color: white;
  border-radius: 10px;
  padding: 10px 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.wizard-contractproduto .picture-container {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.wizard-contractproduto .picture {
  width: 106px;
  height: 106px;
  background-color: #999999;
  border: 4px solid #cccccc;
  color: white;
  border-radius: 50%;
  margin: 5px auto;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.wizard-contractproduto .picture:hover {
  border-color: black;
}
.wizard-contractproduto.ct-wizard-azzure .picture:hover {
  border-color: black;
}
.wizard-contractproduto.ct-wizard-green .picture:hover {
  border-color: #05ae0e;
}
.wizard-contractproduto.ct-wizard-blue .picture:hover {
  border-color: #3472f7;
}
.wizard-contractproduto.ct-wizard-orange .picture:hover {
  border-color: #ff9500;
}
.wizard-contractproduto.ct-wizard-red .picture:hover {
  border-color: #ff3b30;
}
.wizard-contractproduto .picture input[type="file"] {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
}
.wizard-contractproduto .picture-src {
  width: 100%;
}
.wizard-contractproduto .tab-content {
  min-height: 340px;
  padding: 20px 10px;
}
.wizard-contractproduto .wizard-footer {
  padding: 0 10px;
}
.wizard-contractproduto .disabled {
  display: none;
}
.wizard-contractproduto .wizard-header {
  margin-bottom: 15px;
}
.wizard-contractproduto .nav-pills > li {
  text-align: center;
}
.wizard-contractproduto .nav-pills > li a {
  border: 0 !important;
  text-transform: uppercase;
  background-color: #999999;
  color: white !important;
  font-size: 12px;
}
.wizard-contractproduto.ct-wizard-green .nav-pills > li.active a {
  background-color: #05ae0e;
}
.wizard-contractproduto.ct-wizard-azzure .nav-pills > li.active a {
  background-color: black;
}
.wizard-contractproduto.ct-wizard-blue .nav-pills > li.active a {
  background-color: #3472f7;
}
.wizard-contractproduto.ct-wizard-orange .nav-pills > li.active a {
  background-color: #ff9500;
}
.wizard-contractproduto.ct-wizard-red .nav-pills > li.active a {
  background-color: #ff3b30;
}
.wizard-contractproduto .nav-pills > li > a:hover,
.wizard-contract .nav-pills > li > a:focus {
  background-color: #999999;
  cursor: default;
}
.wizard-contractproduto .btn {
  text-transform: uppercase;
}
.wizard-contractproduto .nav-pills > li:first-child > a {
  border-radius: 0;
  margin: 0;
}
.wizard-contractproduto .nav-pills > li:last-child > a {
  border-radius: 0;
}
.wizard-contractproduto .info-text {
  text-align: center;
  font-weight: 300;
  margin: 10px 0 30px;
}
.wizard-contract {
  min-height: 410px;
  background-color: white;
  border-radius: 10px;
  padding: 10px 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.wizard-contract .picture-container {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.wizard-contract .picture {
  width: 106px;
  height: 106px;
  background-color: #999999;
  border: 4px solid #cccccc;
  color: white;
  border-radius: 50%;
  margin: 5px auto;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.wizard-contract .picture:hover {
  border-color: black;
}
.wizard-contract.ct-wizard-azzure .picture:hover {
  border-color: black;
}
.wizard-contract.ct-wizard-green .picture:hover {
  border-color: #05ae0e;
}
.wizard-contract.ct-wizard-blue .picture:hover {
  border-color: #3472f7;
}
.wizard-contract.ct-wizard-orange .picture:hover {
  border-color: #ff9500;
}
.wizard-contract.ct-wizard-red .picture:hover {
  border-color: #ff3b30;
}
.wizard-contract .picture input[type="file"] {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
}
.wizard-contract .picture-src {
  width: 100%;
}
.wizard-contract .tab-content {
  min-height: 340px;
  padding: 20px 10px;
}
.wizard-contract .wizard-footer {
  padding: 0 10px;
}
.wizard-contract .disabled {
  display: none;
}
.wizard-contract .wizard-header {
  margin-bottom: 15px;
}
.wizard-contract .nav-pills > li {
  text-align: center;
}
.wizard-contract .nav-pills > li a {
  border: 0 !important;
  text-transform: uppercase;
  background-color: #999999;
  color: white !important;
  font-size: 12px;
}
.wizard-contract.ct-wizard-green .nav-pills > li.active a {
  background-color: #05ae0e;
}
.wizard-contract.ct-wizard-azzure .nav-pills > li.active a {
  background-color: black;
}
.wizard-contract.ct-wizard-blue .nav-pills > li.active a {
  background-color: #3472f7;
}
.wizard-contract.ct-wizard-orange .nav-pills > li.active a {
  background-color: #ff9500;
}
.wizard-contract.ct-wizard-red .nav-pills > li.active a {
  background-color: #ff3b30;
}
.wizard-contract .nav-pills > li > a:hover,
.wizard-contract .nav-pills > li > a:focus {
  background-color: #999999;
  cursor: default;
}
.wizard-contract .btn {
  text-transform: uppercase;
}
.wizard-contract .btn-destaque {
  border-width: 2px;
  border-color: black;
}
.wizard-contract .nav-pills > li:first-child > a {
  border-radius: 0;
  margin: 0;
}
.wizard-contract .nav-pills > li:last-child > a {
  border-radius: 0;
}
.wizard-contract .info-text {
  text-align: center;
  font-weight: 300;
  margin: 10px 0 30px;
}
.btn-white {
  background-color: white;
  border: 2px solid black !important;
}
.btn-white.active {
  background-color: white;
  border: 2px solid #0026ff !important;
}
.btn-rosa {
  background-color: #bdaabd;
  border: 2px solid black !important;
}
.btn-rosa.active {
  background-color: #bdaabd;
  border: 2px solid #0026ff !important;
}
.btn-bord {
  background-color: #921f30;
  border: 2px solid black !important;
}
.btn-bord.active {
  background-color: #921f30;
  border: 2px solid #0026ff !important;
}
.btn-ouro {
  background-color: #907969;
  border: 2px solid black !important;
}
.btn-ouro.active {
  background-color: #907969;
  border: 2px solid #0026ff !important;
}
.btn-prata {
  background-color: #8e8f91;
  border: 2px solid black !important;
}
.btn-prata.active {
  background-color: #8e8f91;
  border: 2px solid #0026ff !important;
}
.btn-preto {
  background-color: black;
  border: 2px solid black !important;
}
.btn-preto.active {
  background-color: black;
  border: 2px solid #0026ff !important;
}
.wizard-simulador {
  min-height: 410px;
  background-color: white;
  border-radius: 10px;
  padding: 10px 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.wizard-simulador .picture-container {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.wizard-simulador .picture {
  width: 106px;
  height: 106px;
  background-color: #999999;
  border: 4px solid #cccccc;
  color: white;
  border-radius: 50%;
  margin: 5px auto;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.wizard-simulador .picture:hover {
  border-color: black;
}
.wizard-simulador.ct-wizard-azzure .picture:hover {
  border-color: black;
}
.wizard-simulador.ct-wizard-green .picture:hover {
  border-color: #05ae0e;
}
.wizard-simulador.ct-wizard-blue .picture:hover {
  border-color: #3472f7;
}
.wizard-simulador.ct-wizard-orange .picture:hover {
  border-color: #ff9500;
}
.wizard-simulador.ct-wizard-red .picture:hover {
  border-color: #ff3b30;
}
.wizard-simulador .picture input[type="file"] {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
}
.wizard-simulador .picture-src {
  width: 100%;
}
.wizard-simulador .tab-content {
  min-height: 340px;
  padding: 20px 10px;
}
.wizard-simulador .wizard-footer {
  padding: 0 10px;
}
.wizard-simulador .disabled {
  display: none;
}
.wizard-simulador .wizard-header {
  margin-bottom: 15px;
}
.wizard-simulador .nav-pills > li {
  text-align: center;
}
.wizard-simulador .nav-pills > li a {
  border: 0 !important;
  text-transform: uppercase;
  background-color: #999999;
  color: white !important;
  font-size: 12px;
}
.wizard-simulador.ct-wizard-green .nav-pills > li.active a {
  background-color: #05ae0e;
}
.wizard-simulador.ct-wizard-azzure .nav-pills > li.active a {
  background-color: black;
}
.wizard-simulador.ct-wizard-blue .nav-pills > li.active a {
  background-color: #3472f7;
}
.wizard-simulador.ct-wizard-orange .nav-pills > li.active a {
  background-color: #ff9500;
}
.wizard-simulador.ct-wizard-red .nav-pills > li.active a {
  background-color: #ff3b30;
}
.wizard-simulador .nav-pills > li > a:hover,
.wizard-simulador .nav-pills > li > a:focus {
  background-color: #999999;
  cursor: default;
}
.wizard-simulador .btn {
  text-transform: uppercase;
}
.wizard-simulador .nav-pills > li:first-child > a {
  border-radius: 0;
  margin: 0;
}
.wizard-simulador .nav-pills > li:last-child > a {
  border-radius: 0;
}
.wizard-simulador .info-text {
  text-align: center;
  font-weight: 300;
  margin: 10px 0 30px;
}
h4.accordion {
  background-color: #eeeeee;
  color: #444444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
h4.accordion.active,
H3.accordion:hover {
  background-color: #cccccc;
}
div.panel {
  padding: 0 18px;
  display: none;
}
div.panel.produtoaccordion {
  padding: 0 18px;
  display: block;
}
div.panel.produtoaccordion h4.accordion:after {
  content: '\002B';
  color: #777777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
div.panel.produtoaccordion h4.accordion.active:after {
  content: "\2212";
}
h4.accordion:after {
  content: '\002B';
  color: #777777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
h4.accordion.active:after {
  content: "\2212";
}
/* css do botao de "Paginas" */

.edit a {
  border: none !important;
  background: none !important;
  bottom: 0;
  color: black;
  font-size: 12px;
  left: 0;
  padding: 12px 10px;
  position: relative;
  right: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  margin-bottom: 15px;
}
.edit a:hover {
  background-color: black;
  color: white;
}
.edit a[href^="/Contracts/Contract"] {
  border: 1px solid black !important;
  font-weight: bold !important;
}
.imagem {
  border: none !important;
  background-color: transparent !important;
}
.snippets div > div > a {
  border: 1px solid black !important;
  font-weight: bold !important;
}
.snippets div > div > a.imagem {
  border: none !important;
  background-color: transparent !important;
}
.snippets div > div > a.imagem:hover {
  border: none !important;
  background-color: transparent !important;
}
.snippets div > p > a.imagem {
  border: none !important;
  background-color: transparent !important;
}
.snippets div > p > a.imagem:hover {
  border: none !important;
  background-color: transparent !important;
}
.snippets div > p > a {
  border: 1px solid black !important;
  font-weight: bold !important;
}
.snippets div > div > a:hover {
  background-color: black !important;
  color: white;
}
.snippets a:hover {
  background-color: black !important;
  color: white;
}
.cart-item a {
  border: none;
}
/* fim css do botao de "Paginas" */

/* INI CART DIREITA */

#side-cart {
  position: fixed;
  top: 30%;
  right: 0px;
  width: 100%;
  max-width: 10px;
  color: black;
  margin-right: -10px;
  transform: translateY(-50%);
  background-color: black;
  padding: 0px;
  z-index: 1000;
  /*position: fixed;
    top: 50%;
    right: 0;
    width: 100%;
    max-width: 400px;
    color: #000;
    margin-right: -400px;
    transform: translateY(-50%);
    background-color: #000;
    padding: 5px;
    z-index:1000;*/

}
/*#side-cart > div {
    background-color: #FFF;
    border: 2px;
    padding: 5px;
    font-size: 14px;
}*/

.side-cart-toggle {
  position: absolute;
  top: 80px;
  left: -50px;
  height: 50px;
  width: 50px;
  background: black;
  padding: 10px;
}
.side-cart-toggle i {
  font-size: 30px;
  color: white;
}
@media only screen and (max-device-width: 769px) {
  .cartsum {
    display: none;
  }
}
@media only screen and (min-device-width: 480px) {
  #span_br {
    display: none;
  }
}
.text-align {
  text-align: right;
}
@media only screen and (max-device-width: 1199px) {
  .text-align {
    text-align: center;
  }
}
@media only screen and (max-device-width: 480px) {
  .text-align {
    text-align: center;
  }
  .footer-middle {
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .footer-top {
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 1px;
    text-align: center;
  }
  .footer-top a {
    padding: 0px;
  }
  .footer-bottom a {
    padding: 0px;
  }
  .footer-middle a {
    padding: 0px;
  }
  .footer-bottom {
    padding-top: 5px;
    padding-right: 4px;
    padding-left: 0px;
    text-align: center;
  }
}
@media only screen and (max-device-width: 320px) {
  .footer-top,
  .footer-bottom,
  .footer-middle {
    text-align: center;
  }
}
@media only screen and (max-device-width: 480px) {
  .cartAddprod {
    display: none;
  }
}
.cartAddprodPhone {
  padding: 3em 0;
}
@media only screen and (min-device-width: 480px) {
  .cartAddprodPhone {
    display: none;
  }
}
.cartAddprodPhone .items {
  display: block;
  width: 100%;
  vertical-align: middle;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dddddd;
}
.cartAddprodPhone .items.even {
  background: #fafafa;
}
.cartAddprodPhone .items .infoWrap {
  display: table;
  width: 100%;
}
.cartAddprodPhone .items .cartSection {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
}
.cartAddprodPhone .items .prodTotal {
  display: table-cell;
  vertical-align: middle;
}
.cartAddprodPhone .items .removeWrap {
  display: table-cell;
  vertical-align: top;
  width: 5%;
}
.cartAddprodPhone .items .cartSection .itemvar {
  font-size: 0.55em;
  color: #777777;
  margin-top: 0px;
  line-height: 1.2em;
  border: none !important;
}
.cartAddprodPhone .items .cartSection h3 {
  font-size: 0.55em;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.045em;
  line-height: 1.5em;
  border: none !important;
  margin-top: 0px;
}
.cartAddprodPhone .items .cartSection p {
  display: inline-block;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
}
.cartAddprodPhone .items .cartSection p .quantity {
  font-weight: bold;
  color: #333333;
}
.cartAddprodPhone .items .cartSection p.stockStatus {
  color: #82ca9c;
  font-weight: bold;
  padding: 0.5em 0 0 1em;
  text-transform: uppercase;
}
.cartAddprodPhone .items .cartSection p.stockStatus.out {
  color: #f69679;
}
.cartAddprodPhone .items .cartSection .itemImg {
  width: 8em;
  float: left;
}
.cartAddprodPhone .items .cartSection.qtyWrap,
.cartAddprodPhone .items .cartSection.prodTotal {
  text-align: center;
}
.cartAddprodPhone .items .cartSection.qtyWrap p,
.cartAddprodPhone .items .cartSection.prodTotal p {
  font-weight: bold;
  font-size: 1.25em;
}
.cartAddprodPhone .items .cartSection .removeWrap {
  text-align: center;
  font-size: 3em;
  font-family: "Montserrat", sans-serif;
}
.cartAddprodPhone .items .cartSection .removeWrap h4 {
  background: #e0aeae;
  padding-top: 0px;
  padding-bottom: 5px;
  border-radius: 100%;
  line-height: 60px;
}
.cartAddprodPhone .items .cartSection input.qty {
  width: 3.5em;
  text-align: center;
  font-size: 0.85em;
  padding: 0.2em;
  border-top: none;
  margin: 0 0 0 0;
  border-bottom: 1px solid black;
  border-left: none;
  border-right: none;
}
.cartAddprodPhone .items .cartSection .itemImg {
  width: 6em;
  display: inline;
  padding-right: 1em;
}
.cartAddprodPhone a.remove {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  color: white;
  font-weight: bold;
  background: #5f5858;
  padding: 0.5em;
  font-size: 0.5em;
  display: inline-block;
  border-radius: 100%;
  line-height: 0.85;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.cartAddprodPhone a.remove:hover {
  background: #ff3300;
  cursor: pointer;
}
.cartAddprodPhone .btncart:link,
.btnbtncart:visited {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.015em;
  font-size: 1em;
  padding: 1em 3em;
  color: white;
  background: #82ca9c;
  font-weight: bold;
  border-radius: 50px;
  float: right;
  text-align: right;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.cartAddprodPhone .btncart:after {
  content: "\276f";
  padding: 0.5em;
  position: relative;
  right: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.linhaWizzard {
  margin-left: 3%;
}
.cartAddprodPhone .btncart:hover,
.btncart:focus,
.btncart:active {
  background: #f69679;
}
.cartAddprodPhone .btncart:hover:after,
.btncart:focus:after,
.btncart:active:after {
  right: -10px;
}
/*resumo cart phone*/

.cartsumphone {
  padding: 3em 0;
}
@media only screen and (min-device-width: 769px) {
  .cartsumphone {
    display: none;
  }
}
.cartsumphone #item_VarianteID {
  width: 50px;
}
.cartsumphone .items {
  display: block;
  width: 100%;
  vertical-align: middle;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dddddd;
}
.cartsumphone .items.even {
  background: #fafafa;
}
.cartsumphone .items .infoWrap {
  display: table;
  width: 100%;
}
.cartsumphone .items .cartSection {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
}
.cartsumphone .items .prodTotal {
  display: table-cell;
  vertical-align: middle;
}
.cartsumphone .items .removeWrap {
  display: table-cell;
  vertical-align: top;
  width: 5%;
}
.cartsumphone .items .cartSection .itemvar {
  font-size: 0.55em;
  color: #777777;
  margin-top: 0px;
  line-height: 1.2em;
  border: none !important;
}
.cartsumphone .items .cartSection h3 {
  font-size: 0.55em;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.045em;
  line-height: 1.5em;
  border: none !important;
  margin-top: 0px;
}
.cartsumphone .items .cartSection p {
  display: inline-block;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
}
.cartsumphone .items .cartSection p .quantity {
  font-weight: bold;
  color: #333333;
}
.cartsumphone .items .cartSection p.stockStatus {
  color: #82ca9c;
  font-weight: bold;
  padding: 0.5em 0 0 1em;
  text-transform: uppercase;
}
.cartsumphone .items .cartSection p.stockStatus.out {
  color: #f69679;
}
.cartsumphone .items .cartSection .itemImg {
  width: 8em;
  float: left;
}
.cartsumphone .items .cartSection.qtyWrap,
.cartsumphone .items .cartSection.prodTotal {
  text-align: center;
}
.cartsumphone .items .cartSection.qtyWrap p,
.cartsumphone .items .cartSection.prodTotal p {
  font-weight: bold;
  font-size: 1.25em;
}
.cartsumphone .items .cartSection .removeWrap {
  text-align: center;
  font-size: 3em;
  font-family: "Montserrat", sans-serif;
}
.cartsumphone .items .cartSection .removeWrap h4 {
  background: #e0aeae;
  padding-top: 0px;
  padding-bottom: 5px;
  border-radius: 100%;
  line-height: 60px;
}
.cartsumphone .items .cartSection input.qty {
  width: 3.5em;
  text-align: center;
  font-size: 0.85em;
  padding: 0.2em;
  border-top: none;
  margin: 0 0 0 0;
  border-bottom: 1px solid black;
  border-left: none;
  border-right: none;
}
.cartsumphone .items .cartSection .itemImg {
  width: 6em;
  display: inline;
  padding-right: 1em;
}
.cartsumphone a.remove {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  color: white;
  font-weight: bold;
  background: #5f5858;
  padding: 0.5em;
  font-size: 0.5em;
  display: inline-block;
  border-radius: 100%;
  line-height: 0.85;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.cartsumphone a.remove:hover {
  background: #ff3300;
  cursor: pointer;
}
.cartsumphone .btncart:link,
.btnbtncart:visited {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.015em;
  font-size: 1em;
  padding: 1em 3em;
  color: white;
  background: #82ca9c;
  font-weight: bold;
  border-radius: 50px;
  float: right;
  text-align: right;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.cartsumphone .btncart:after {
  content: "\276f";
  padding: 0.5em;
  position: relative;
  right: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.cartsumphone .btncart:hover,
.btncart:focus,
.btncart:active {
  background: #f69679;
}
.cartsumphone .btncart:hover:after,
.btncart:focus:after,
.btncart:active:after {
  right: -10px;
}
/*new cart direita*/

.fundocart {
  padding: 5px;
  text-align: center;
  border-top: 0px solid #e5e5e5;
}
shopping-cart-total {
  float: right;
}
.cartDir {
  padding: 1em 0;
}
.cartDir .items {
  display: block;
  width: 100%;
  vertical-align: middle;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #dddddd;
}
.cartDir .items.even {
  background: #fafafa;
}
.cartDir .items .infoWrap {
  display: table;
  width: 100%;
}
.fecharpopup {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #f9ff00;
}
.subtotal .continue {
  background: #797d7a;
}
.cartDir .items .cartSection {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
}
.cartDir .items .prodTotal {
  display: table-cell;
  vertical-align: middle;
}
.prodTotal {
  float: right;
}
.cartDir .items .removeWrap {
  display: table-cell;
  vertical-align: top;
  width: 5%;
}
.cartDir .items .cartSection .itemNumber {
  font-size: 0.55em;
  color: #777777;
  margin-top: 0px;
  line-height: 1.2em;
  border: none !important;
}
.cartDir .items .cartSection h3 {
  font-size: 0.55em;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.045em;
  line-height: 1.5em;
  border: none !important;
  margin-top: 0px;
}
.cartDir .items .cartSection p {
  display: inline-block;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
}
.cartDir .items .cartSection p .quantity {
  font-weight: bold;
  color: #333333;
}
.cartDir .items .cartSection p.stockStatus {
  color: #82ca9c;
  font-weight: bold;
  padding: 0.5em 0 0 1em;
  text-transform: uppercase;
}
.cartDir .items .cartSection p.stockStatus.out {
  color: #f69679;
}
.cartDir .items .cartSection .itemImg {
  width: 8em;
  float: left;
}
.cartDir .items .cartSection.qtyWrap,
.cartDir .items .cartSection.prodTotal {
  text-align: center;
}
.cartDir .items .cartSection.qtyWrap p,
.cartDir .items .cartSection.prodTotal p {
  font-weight: bold;
  font-size: 1.25em;
}
.cartDir .items .cartSection .removeWrap {
  text-align: center;
  font-size: 3em;
  font-family: "Montserrat", sans-serif;
}
.cartDir .items .cartSection .removeWrap h4 {
  background: #e0aeae;
  padding-top: 0px;
  padding-bottom: 5px;
  border-radius: 100%;
  line-height: 60px;
}
.cartDir .items .cartSection input.qty {
  width: 3.5em;
  text-align: center;
  font-size: 0.85em;
  padding: 0.2em;
  border-top: none;
  margin: 0 0 0 0;
  border-bottom: 1px solid black;
  border-left: none;
  border-right: none;
}
.cartDir .items .cartSection .itemImg {
  width: 6em;
  display: inline;
  padding-right: 1em;
}
.btnFinalizar {
  text-align: center;
  font-size: 1.1em;
  line-height: 1.5em;
  padding: 6px 22px;
  width: 100%;
  font-weight: bolder;
  background-color: #cccccc;
  border: 2px solid black;
}
.special {
  display: block;
  font-family: "Montserrat", sans-serif;
}
.special .specialContent {
  padding: 1em 1em 0;
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #dadada;
}
.special .specialContent:before {
  content: "\21b3";
  font-size: 1.5em;
  margin-right: 1em;
  color: #6f6f6f;
  font-family: helvetica, arial, sans-serif;
}
.cartDir a.remove {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  color: white;
  font-weight: bold;
  background: #5f5858;
  padding: 0.5em;
  font-size: 0.5em;
  display: inline-block;
  border-radius: 100%;
  line-height: 0.85;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.cartDir a.remove:hover {
  background: #ff3300;
  cursor: pointer;
}
.promoCode {
  border: 2px solid #efefef;
  float: left;
  width: 35%;
  padding: 2%;
}
.promoCode label {
  display: block;
  width: 100%;
  font-style: italic;
  font-size: 1.15em;
  margin-bottom: 0.5em;
  letter-spacing: -0.025em;
}
.promoCode input {
  width: 85%;
  font-size: 1em;
  padding: 0.5em;
  float: left;
  border: 1px solid #dadada;
}
.promoCode input:active,
.promoCode input:focus {
  outline: 0;
}
.promoCode a.btn {
  float: left;
  width: 15%;
  padding: 0.75em 0;
  border-radius: 0 1em 1em 0;
  text-align: center;
  border: 1px solid #82ca9c;
}
.promoCode a.btn:hover {
  border: 1px solid #f69679;
  background: #f69679;
}
.cartDir .btncart:link,
.btnbtncart:visited {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.015em;
  font-size: 1em;
  padding: 1em 3em;
  color: white;
  background: #82ca9c;
  font-weight: bold;
  border-radius: 50px;
  float: right;
  text-align: right;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.cartDir .btncart:after {
  content: "\276f";
  padding: 0.5em;
  position: relative;
  right: 0;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.cartDir .btncart:hover,
.btncart:focus,
.btncart:active {
  background: #f69679;
}
.cartDir .btncart:hover:after,
.btncart:focus:after,
.btncart:active:after {
  right: -10px;
}
.promoCode .btn {
  font-size: 0.85em;
  paddding: 0.5em 2em;
}
/* TOTAL AND CHECKOUT  */

.subtotal {
  font-family: "Montserrat", sans-serif;
  background-color: black;
  color: white;
  text-align: center;
  font-size: 0.6em;
  padding: 0.75em 0;
}
.subtotal .totalRow {
  padding: 0.5em;
  text-align: right;
}
.subtotal .totalRow.final {
  /*font-size: 1.5em;*/
  font-weight: bold;
}
.subtotal .totalRow span {
  display: inline-block;
  text-align: right;
}
.subtotal .totalRow .label {
  font-family: "Montserrat", sans-serif;
  font-size: 0.85em;
  text-transform: uppercase;
  color: #777777;
}
.subtotal .totalRow .value {
  letter-spacing: -0.025em;
  font-size: 0.75em;
  color: #777777;
  font-family: "Montserrat", sans-serif;
}
.subtotal ul {
  list-style-type: none;
}
/*.subtotal .continue {
    font-size: 0.55em;
}*/

.modal .modal-dialog h4 {
  border-bottom: 1px solid #cccccc;
  color: #666666;
  font-weight: bold;
}
.cartSectionh4,
.remove {
  border: none !important;
  font-size: 1.05em;
  line-height: 1em;
  color: #777777;
  font-family: "Montserrat", sans-serif;
}
#CarrinhoDireitaModal {
  width: 20%;
  background-color: #fcfcfc;
  padding: 5px;
  border: 1px solid #dddddd;
}
a label {
  cursor: pointer;
}
/*
#CarrinhoDireitaModal:after {
    bottom: 100%;
    left: 89%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: white;
    border-width: 8px;
    margin-left: -8px;
}*/

@media only screen and (max-width: 1287px) {
  #CarrinhoDireitaModal {
    width: 25%;
    background-color: #fcfcfc;
    padding: 5px;
    margin-right: 49px;
  }
}
@media only screen and (max-width: 1020px) {
  #CarrinhoDireitaModal {
    width: 30%;
    background-color: #fcfcfc;
    padding: 5px;
  }
}
@media only screen and (max-width: 500px) {
  #CarrinhoDireitaModal {
    width: 90%;
    background-color: #fcfcfc;
    padding: 5px;
    margin-right: 25px;
    margin-top: 30px;
  }
  .itemNumber {
    display: none;
  }
}
@media only screen and (min-width: 501px) and (max-width: 811px) {
  #CarrinhoDireitaModal {
    width: 45%;
    background-color: #fcfcfc;
    padding: 5px;
    margin-right: 35px;
    margin-top: 30px;
  }
  .cartDir .items .cartSection {
    width: 90%;
    display: block;
    float: left;
  }
  .cartDir .items .cartSection h3 {
    margin-top: 0px;
    font-size: 0.85em;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 18px;
  }
  .cartDir .items .cartSection .itemNumber {
    font-size: 0.75em;
    color: #777777;
    margin-top: 0px;
  }
  .cartDir .items .cartSection.qtyWrap {
    width: 10%;
    text-align: center;
    padding: 0.5em 0;
    float: right;
  }
  .cartDir .items .cartSection.qtyWrap:before {
    content: "QTY";
    display: block;
    font-family: "Montserrat", sans-serif;
    padding: 0.25em;
    font-size: 0.75em;
  }
  .cartDir .items .cartSection.removeWrap {
    position: absolute;
    right: 3px;
    display: block;
    margin-top: 80px;
    text-align: right;
    width: 25%;
  }
  .cartDir .items {
    display: block;
    width: 100%;
    vertical-align: middle;
    /*padding-top: 0em;
          padding-bottom: 2em;*/
  
  }
  .cartDir .items .cartSection.prodTotal {
    display: block;
    width: 100%;
    height: 3em;
    background-color: #e2d8cb;
  }
  .cartDir .items .cartSection .cartSectionh4 {
    font-size: 0.85em;
    color: #777777;
    font-family: "Montserrat", sans-serif;
  }
  .cartDir .items .cartSection .itemImg {
    width: 5em;
    display: inline;
    padding-right: 1em;
  }
  .cartDir .items .cartSection p {
    display: inline-block;
    font-size: 1em;
    font-family: "Montserrat", sans-serif;
    margin-top: -20px;
    margin-bottom: 8px;
  }
  .promoCode,
  .subtotal {
    width: 100%;
  }
  .cartSectionh4 {
    font-size: 0.8em;
    color: #777777;
    font-family: "Montserrat", sans-serif;
  }
  .removeWrap {
    width: 100%;
    position: relative;
    float: left;
    /*margin-top: -30px;*/
    text-align: center;
    height: 60px;
    z-index: 50;
  }
  .removeWrap .remove {
    font-size: 1.05em;
    color: black;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 0px;
  }
  .cartDir a.btn.continue {
    width: 100%;
    text-align: center;
  }
  .cartDir .items .cartSection input.qty {
    width: 3em;
    text-align: center;
    font-size: 0.85em;
    padding: 0.15em;
    margin: 0 0 0 0;
  }
  /* TOTAL AND CHECKOUT  */
  
  .subtotal {
    font-family: "Montserrat", sans-serif;
    background-color: black;
    color: white;
    text-align: center;
    font-size: 1.25em;
    padding: 0.75em 0;
  }
  .fundocart {
    text-align: center;
    border-top: 0px solid #e5e5e5;
  }
  .subtotal .totalRow {
    padding: 0.5em;
    text-align: right;
  }
  .subtotal .totalRow.final {
    /*font-size: 1.5em;*/
    font-weight: bold;
  }
  .subtotal .continue {
    background: #797d7a;
  }
  .subtotal .totalRow span {
    display: inline-block;
    text-align: right;
  }
  .subtotal .totalRow .label {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #777777;
  }
  .subtotal .totalRow .value {
    letter-spacing: -0.025em;
    /*width: 35%;*/
    font-size: 25px;
    color: #777777;
    font-family: "Montserrat", sans-serif;
  }
  .subtotal ul {
    list-style-type: none;
  }
  .cartSectionh4,
  .remove {
    font-size: 1.05em;
    color: #777777;
    font-family: "Montserrat", sans-serif;
  }
}
/* FIM CART DIREITA */

/*FIRST ORDER*/

.aa-product-catg-firtsOrd li figure .aa-add-card-btn-firtsOrd {
  font-size: 10px;
  padding: 10px 0;
}
.aa-product-catg-firtsOrd li figure .aa-add-card-btn-firtsOrd:hover {
  border: 1px solid black;
  background: black none repeat scroll 0 0;
  bottom: 0;
  color: white;
  font-size: 12px;
  font-weight: bold;
  left: 0;
  padding: 12px 10px;
  position: relative;
  right: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  margin-bottom: 15px;
  cursor: pointer;
}
.aa-product-catg-firtsOrd li figure .aa-add-card-btn-firtsOrd {
  border: 1px solid black;
  background: white none repeat scroll 0 0;
  bottom: 0;
  color: black;
  font-size: 12px;
  font-weight: bold;
  left: 0;
  padding: 12px 10px;
  position: relative;
  right: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  margin-bottom: 15px;
  cursor: pointer;
}
.aa-product-catg-firtsOrd li figure .aa-product-description-firtsOrd {
  font-size: 10px;
}
.aa-product-catg-firtsOrd li figure .aa-product-title-firtsOrd {
  color: #333333;
  margin-bottom: 5px;
  margin-top: 20px;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-size: 16px;
}
.aa-product-catg-firtsOrd li figure .aa-product-title-firtsOrd a {
  color: #333333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.aa-product-catg-firtsOrd li figure .preco-small-firtsOrd {
  color: black;
  font-weight: bold;
  font-size: larger;
}
.aa-product-catg-firtsOrd li figure .preco-small-firtsOrd-antes {
  text-decoration: line-through;
  color: #7c0a02;
  font-weight: bold;
  font-style: italic;
  padding-right: 5px;
}
.ulfirstOrder {
  display: flex;
  flex-wrap: wrap;
}
#divfirtsOrdDestaqueHR {
  border: 1px #cccccc solid;
}
.divfirtsOrdDestaque {
  border: 1px #cccccc solid;
  outline: 5px white solid;
  padding: 10px;
}
@media only screen and (min-width: 992px) {
  /*.divfirtsOrdDestaque {
          border: 1px #ccc solid;
          max-height: 500px;
          min-height: 500px;
      }*/
  
  #divfirtsOrdDestaqueHR {
    visibility: hidden;
  }
}
.badge {
  background-color: #773c37;
  border-radius: 10px;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 2px 5px;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}
/*FIM FIRST ORDER*/

.btns:hover {
  color: black;
  background-color: white;
}
.btns {
  display: block;
  margin: 0.3em;
  background-color: black;
  width: 150px;
  color: white;
  margin: 0.3em auto;
  padding: 0.6em;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid black;
  transition: background-color 0.2s ease-in-out;
  font-weight: bold;
}
#finish,
.btn_alterar,
#ValidadeMyAccount2 {
  display: block;
  margin: 0.3em;
  background-color: black;
  color: white;
  margin: 0.3em auto 2.3em auto;
  padding: 0.6em;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid black;
  transition: background-color 0.2s ease-in-out;
  font-weight: bold;
}
#finish:hover,
btn_alterar:hover,
#ValidadeMyAccount2:hover {
  color: black;
  background-color: white;
}
#minhaconta h4 span {
  color: white;
  border-radius: 20px;
  background: #533728;
  padding: 10px;
  font-size: large;
  margin-right: 5px;
  box-shadow: -1px -1px 2px 1px black;
}
#minhaconta .aa-badge a span {
  color: white;
  border-radius: 20px;
  padding: 5px;
  font-size: medium;
  margin-top: 5px;
  margin-right: 5px;
  box-shadow: -1px -1px 2px 1px black;
}
#minhaconta .aa-badge a label,
#minhaconta .aa-badge a label:visited {
  color: #929291;
}
#minhaconta .aa-badge a label:hover {
  color: black;
}
.btn-vegas {
  color: white;
  background-color: black;
  border-color: #cccccc;
}
.btn-vegas:hover {
  color: black;
  background-color: white;
  border-color: #cccccc;
}
/*MENU PRODUTCS*/

/*MEDIA SOCIAL*/

.social-icons-footer {
  width: 100%;
  text-align: center;
  display: table;
  margin: 0 auto;
  padding: 0px 15px 0px 15px;
  font-size: 0.9em;
  font-weight: bold;
}
.social-icons-footer a {
  padding: 0px 10px 0px 10px;
  color: #888888 !important;
}
.social-icons-footer a i {
  font-size: 28px;
}
#footer-social {
  width: 100%;
  display: block;
  float: left;
  text-align: left;
  color: white;
}
#footer-social .footer-social-instagram {
  background: transparent url('../images/social/instagram.png');
}
#footer-social .footer-social-twitter {
  background: transparent url('../images/social/twitter.png');
}
#footer-social .footer-social-linkedin {
  background: transparent url('../images/social/icon-linkedin.svg');
}
#footer-social .footer-social-facebook {
  background: transparent url('../images/social/Facebook.png');
}
#footer-social .footer-social-youtube {
  background: transparent url('../images/social/youtube.png');
}
#footer-social .footer-social-pinterest {
  background: transparent url('../images/social/pinterest.png');
}
#footer-social .footer-social-Tiktok {
  background: transparent url('../images/social/Tiktok.png');
}
#footer-social .footer-social-item {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 5px;
  background-size: 100%;
  background-repeat: no-repeat;
}
/*
    #footer-social .footer-social-item:hover {
        width: 37px;
        height: 37px;
    }*/

#footer-social .footer-social-instagram:hover {
  border: 4px solid;
  border-color: white;
  background-position-y: 100%;
  cursor: pointer;
}
#footer-social .footer-social-twitter:hover {
  border: 4px solid;
  border-color: white;
  background-position-y: 100%;
  cursor: pointer;
}
#footer-social .footer-social-linkedin:hover {
  border: 4px solid;
  border-color: white;
  background-position-y: 100%;
  cursor: pointer;
}
#footer-social .footer-social-facebook:hover {
  border: 4px solid;
  border-color: white;
  background-position-y: 100%;
  cursor: pointer;
}
#footer-social .footer-social-youtube:hover {
  border: 4px solid;
  border-color: white;
  background-position-y: 100%;
  cursor: pointer;
}
#footer-social .footer-social-pinterest:hover {
  border: 4px solid;
  border-color: white;
  background-position-y: 100%;
  cursor: pointer;
}
#footer-social .transition-03 {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/*FIM MEDIA SOCIAL*/

#footer-social .footer-social-Tiktok:hover {
  border: 4px solid;
  border-color: white;
  background-position-y: 100%;
  cursor: pointer;
}
/*Inicio Footer Envios*/

.envios-icons-footer {
  width: 100%;
  text-align: center;
  display: table;
  margin: 0 auto;
  padding: 0px 10px 0px 10px;
  font-size: 0.9em;
  font-weight: bold;
}
.envios-icons-footer img {
  padding: 0px;
  color: #888888 !important;
  vertical-align: bottom;
}
#footer-envios {
  width: 100%;
  display: block;
  float: left;
  text-align: left;
  color: white;
}
#footer-envios .footer-envios-item {
  width: 90px;
  display: inline-block;
  margin: 0 5px;
  background-size: 100%;
  background-repeat: no-repeat;
}
/*Fim Footer Envios*/

#footerMetodosPagamento {
  display: inline;
  float: left;
  width: 100%;
  padding-bottom: 20px;
  /*padding-top: 150px;*/

}
.livroreclamacoes {
  width: 90px;
  padding: 5px 0;
}
.pmelider {
  width: 45px;
  padding: 5px 0;
}
.footer-contactoswhatz-img {
  width: 220px;
  padding: 0px;
  cursor: pointer;
}
.footer-contactos-img {
  width: 90px;
  padding: 0px;
}
.footer-metodosPagtxt-img {
  width: 250px;
  padding: 0px;
  text-align: center;
}
.footer-metodosPag-img {
  width: 50px;
  padding: 0px;
  text-align: center;
}
.metodospagamento {
  text-align: center;
}
.mpnome {
  font-size: 28px;
}
@media screen and (min-width: 769px) {
  .mpalinhamenton {
    text-align: right;
  }
}
@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
  .mpalinhamenton {
    text-align: right;
  }
}
@media only screen and (max-device-width: 480px) {
  .mpalinhamenton {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .mpalinhamentop {
    text-align: left;
  }
}
@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
  .mpalinhamentop {
    text-align: left;
  }
}
@media only screen and (max-device-width: 480px) {
  .mpalinhamentop {
    text-align: center;
  }
}
adress {
  margin-bottom: 0px;
}
.footerContactosImg {
  text-align: left;
  padding: 0px 10px;
}
@media only screen and (max-width: 500px) {
  #footer-social {
    text-align: center;
  }
  #footer-envios {
    text-align: center;
  }
  .footerContactosImg {
    text-align: center;
  }
}
wizard-FinalizaCarrinho {
  min-height: 410px;
  background-color: white;
  border-radius: 10px;
  padding: 10px 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.wizard-FinalizaCarrinho .picture-container {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.wizard-FinalizaCarrinho .picture {
  width: 106px;
  height: 106px;
  background-color: #999999;
  border: 4px solid #cccccc;
  color: white;
  border-radius: 50%;
  margin: 5px auto;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.wizard-FinalizaCarrinho .picture:hover {
  border-color: black;
}
.wizard-FinalizaCarrinho.ct-wizard-azzure .picture:hover {
  border-color: black;
}
.wizard-FinalizaCarrinho.ct-wizard-green .picture:hover {
  border-color: #05ae0e;
}
.wizard-FinalizaCarrinho.ct-wizard-blue .picture:hover {
  border-color: #3472f7;
}
.wizard-FinalizaCarrinho.ct-wizard-orange .picture:hover {
  border-color: #ff9500;
}
.wizard-FinalizaCarrinho.ct-wizard-red .picture:hover {
  border-color: #ff3b30;
}
.wizard-FinalizaCarrinho .picture input[type="file"] {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 100%;
}
.wizard-FinalizaCarrinho .picture-src {
  width: 100%;
}
.wizard-FinalizaCarrinho .tab-content {
  min-height: 340px;
  padding: 20px 10px;
}
.wizard-FinalizaCarrinho .wizard-footer {
  padding: 0 10px;
}
.wizard-FinalizaCarrinho .disabled {
  display: none;
}
.wizard-FinalizaCarrinho .wizard-header {
  margin-bottom: 15px;
}
.wizard-FinalizaCarrinho .nav-pills > li {
  text-align: left;
}
.wizard-FinalizaCarrinho .nav-pills > li a {
  border: 0 !important;
  text-transform: uppercase;
  background-color: #999999;
  color: white !important;
}
@media screen and (min-width: 769px) {
  .wizard-FinalizaCarrinho .nav-pills > li a {
    font-size: 1em;
    height: 30px;
  }
}
@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
  .wizard-FinalizaCarrinho .nav-pills > li a {
    font-size: 0.8em;
    height: 30px;
  }
}
@media only screen and (max-device-width: 480px) {
  .wizard-FinalizaCarrinho .nav-pills > li a {
    font-size: 0.6em;
    height: 20px;
  }
}
.wizard-FinalizaCarrinho.ct-wizard-green .nav-pills > li.active a {
  background-color: #05ae0e;
}
.wizard-FinalizaCarrinho.ct-wizard-azzure .nav-pills > li.active a {
  background-color: black;
}
.wizard-FinalizaCarrinho.ct-wizard-blue .nav-pills > li.active a {
  background-color: #3472f7;
}
.wizard-FinalizaCarrinho.ct-wizard-orange .nav-pills > li.active a {
  background-color: #ff9500;
}
.wizard-FinalizaCarrinho.ct-wizard-red .nav-pills > li.active a {
  background-color: #ff3b30;
}
.wizard-FinalizaCarrinho .nav-pills > li > a:hover,
.wizard-FinalizaCarrinho .nav-pills > li > a:focus {
  background-color: #999999;
  cursor: default;
}
.wizard-FinalizaCarrinho .btn {
  text-transform: uppercase;
}
.wizard-FinalizaCarrinho .nav-pills > li:first-child > a {
  border-radius: 0;
  margin: 0;
}
.wizard-FinalizaCarrinho .nav-pills > li:last-child > a {
  border-radius: 0;
}
.wizard-FinalizaCarrinho .info-text {
  text-align: center;
  font-weight: 300;
  margin: 10px 0 30px;
}
/* Radio Button */

.radiochoose {
  background-color: white;
  display: inline-block;
  left: 0;
  top: 12px;
  width: 22px;
  height: 22px;
  min-height: 22px;
  z-index: auto;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #cccccc;
  float: left;
}
.radiochoose:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  background-color: white;
  border: none;
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.18s;
  -moz-transition: transform 0.18s;
  transition: transform 0.18s;
}
.radiochoose.selected {
  border: solid 1px gray;
  -moz-transition: border 0.18s;
  -webkit-transition: border 0.18s;
  transition: border 0.18s;
}
.radiochoose.selected:before {
  background-color: gray;
  transform: scale(1);
  -moz-transition: transform 0.18s;
  -webkit-transition: transform 0.18s;
  transition: transform 0.18s;
}
.radiochoose + label {
  font-weight: normal;
}
.radiochoose.selected + label {
  font-weight: bold;
}
.radiochoose.selected + img + label {
  font-weight: bold;
}
/* Checkbox */

.checkBoxRadio {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 14px;
  white-space: nowrap;
  cursor: pointer;
}
.checkBoxRadio .Checkbox_Usability label {
  font-weight: normal;
}
.checkBoxRadio .Checkbox_Usability.checked label {
  font-weight: bold;
}
.checkBoxRadio .Checkbox_Usability.checked img label {
  font-weight: bold;
}
/*.checkBoxRadio .comment:before {
    top: -7px;
}*/

.CheckBoxList_Usability td {
  padding: 0;
}
.checkBoxRadio {
  display: inline-block;
  width: 100%;
}
.checkBoxRadio span {
  margin-top: 0;
}
.cartchoose hr {
  margin-top: 5px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.checkBoxRadio .logotipoCart {
  position: relative;
  top: -15px;
  display: inline-block;
  margin-left: 10px;
  line-height: 1.7;
  max-width: 50px;
  max-height: 50px;
  padding-top: 10px;
}
.checkBoxRadio label {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 10px;
  padding-top: 2px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.7;
  width: 100%;
  cursor: pointer;
}
.checkBoxRadiodetails label {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 30px;
  padding-top: 2px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.7;
  width: 100%;
}
.cart-item-total {
  text-align: center;
  /*background-color: #DDDCDA;
	width: 150px;*/
  float: right;
}
.field-validation-valid .text-danger {
  color: #de0804 !important;
}
.text-danger {
  color: #de0804 !important;
}
.vegastable-h {
  padding: 2px;
  margin: 2px;
  border-spacing: 0;
  text-align: center;
}
.vegastable-bd {
  border-right: black 1px dotted;
}
