#cd-cart strong{
    font-weight: 600 !important;
}

#cd-hamburger-menu {
  left: 0;
}
#cd-hamburger-menu a {
  background: #26292f url("../img/cd-hamburger-menu.svg") no-repeat center center;
}
@media only screen and (min-width: 1200px) {
  #cd-hamburger-menu {
    display: none;
  }
}

#cd-cart h3 i{
  float: right;
}

#cd-cart h3{
    font-weight: 700 !important;
    font-size: 22px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 25px;
    color: #737373;
    font-family: open sans, sans-serif;
}

#main-nav, #cd-cart {
  position: fixed;
  top: 0;
  height: 100%;
  width: 320px;
  /* header height */
  padding-top: 10px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
#main-nav, #cd-cart h1{
  padding: 0px;
  font-size: 22px;
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ff8531;
}
@media only screen and (max-width: 430px) {
  #cd-cart h3{
    font-size: 15.5px !important;
    text-align: left !important;

  }
  #cd-cart h3 i{
    float: right;
    margin-top: 2px;
  }

  #cd-cart .main-header{
      padding: 6px 16px! important;
  }

  #cd-cart .new-sub-total-cart{
      font-size: 14.5px !important;
  }

  #cd-cart .checkout-btn{
        height: 47px !important;
        line-height: 47px !important;
        font-size: 18px !important;
  }

  #cd-cart .box-info-off-gratis {
      font-size: 13px !important;
  }

  #cd-cart .badge-tipo-cad{
      font-size: 8.6px;
  }

  #cd-cart img{
      width: 65px !important;
      margin-right: 7.5px !important;
      margin-bottom: 10px !important;
  }

  #cart .wrapper li p {
      font-size: 12px;
  }

  #cart .wrapper .progress-label {
      font-size: 14px !important;
  }

}


@media only screen and (min-width: 768px) {
  #main-nav, #cd-cart {
    width: 350px;
  }

  .cd-cart-items{
    height: 350px;
  }

  #cd-cart h3{
    font-size: 18px;
  }

}

@media only screen and (min-width: 1200px) {
  #main-nav, #cd-cart {
    width: 30%;
    /* header height has changed */
    /*padding-top: 80px;*/
  }

  .cd-cart-items{
    height: 550px !important;
  }

}

#main-nav {
  left: -100%;
  background: #FFF;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  transition: left 0.3s;
}
#main-nav.speed-in {
  left: 0;
}
#main-nav ul a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 1em;
  border-bottom: 1px solid #e0e6ef;
}
#main-nav ul .current {
  box-shadow: inset 3px 0 #435779;
}
@media only screen and (min-width: 1200px) {
  #main-nav {
    /* reset main nav style */
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: 8em;
    padding-top: 0;
    top: 0;
    background: transparent;
    box-shadow: none;
    /* header height */
    line-height: 80px;
    z-index: 4;
  }
  #main-nav li {
    display: inline-block;
    margin-left: 1em;
  }
  #main-nav ul a {
    display: inline-block;
    height: auto;
    line-height: 1;
    padding: 1em 1.4em;
    border-bottom: none;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 0.25em;
  }
  #main-nav ul a.current {
    box-shadow: none;
    background: #435779;
    color: #FFF;
  }
  .no-touch #main-nav ul a:hover {
    background: #435779;
    color: #FFF;
  }
}
.no-js #main-nav {
  position: fixed;
}

#cd-cart {
  right: -100%;
  background: #FFF;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s;
}
#cd-cart.speed-in {
  right: 0;
}

#cd-cart .main-header{
    display: flex;
    flex-direction: column;
    padding: 10px 40px;
}

#cd-cart h2 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1em 0;
}
#cd-cart .cd-cart-items {
  padding: 0;
  height: 320px;
  overflow: auto;

}
#cd-cart .cd-cart-items li {
  position: relative;
  padding: 1em;
  border-top: 1px solid #e0e6ef;
  display: flex;
  align-items: center;
  justify-content: start;
}
#cd-cart .cd-cart-items li:last-child {
  border-bottom: 1px solid #e0e6ef;
}
#cd-cart .cd-qty, #cd-cart .cd-price {
  color: #a5aebc;
}

#cd-cart .badge-tipo-cad{
    margin-bottom: 7px;
    font-size: 13px;
}

#cd-cart .badge-tipo-cad span {
    background: #DDDDDD;
    color: #737373;
    padding: 3px;
    font-weight: 700;
}
#cd-cart .badge-tipo-cad .badge-gratis {
   background: #00BF63;
   color: white;
   margin-left: 3px;
}

#cd-cart .cd-price .risk{
    font-weight: 500 !important;
    text-decoration: line-through;
}

#cd-cart .cd-price {
    color: #737373;
    display: flex;
    gap: 10px;
    font-size: 15px !important;
}

/* #cd-cart .count-prods-cart p{
    width: 200px !important;
} */

#cd-cart p{
  font-family: 'Roboto';
  font-weight: 400;
  word-break: break-all !important;
  display: inline-block;
  margin: 0 0 10px !important;
}

#cd-cart img{
  width: 80px;
  margin-right: 20px;
  position: relative;
  vertical-align: top;
}

#cd-cart i{
    padding: 0 !important;
    margin: 0 !important;
    margin-left: 10px !important;
}

#cd-cart .fa-trash{
    font-size: 20px;
    color: #ABAAA9;
}


#cd-cart i p{
    text-decoration: underline;
    margin-left: 10px;
}

#cd-cart .cd-item-remove {
  position: absolute;
  right: 1em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url("../img/cd-remove-item.svg") no-repeat center center;
}
.no-touch #cd-cart .cd-item-remove:hover {
  background-color: #e0e6ef;
}
#cd-cart .cd-cart-total {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  text-align: right;
}
#cd-cart .cd-cart-total span {
  float: right;
  color: #ff8531;
  font-weight: 700;
  margin-left: 20px;
}

#cd-cart .cd-cart-total::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

#cd-cart .box-info-off-gratis {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #737373;
    font-size: 18px;
    flex-direction: column;
    margin: 12px 11px;
    font-weight: 400;
    text-align: center;
}

#cd-cart .new-sub-total-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    font-size: 20px;
    text-align: center;
    font-family:
}

#cd-cart .checkout-btn {
  display: block;
  width: 90%;
  height: 60px;
  line-height: 60px;
  background: #337ab7;
  color: #FFF;
  text-align: center;
  margin-left: 5%;
  font-size: 20px;
  border-radius: 10px;
  font-weight: 700;
  padding: 0 !important;
}
.no-touch #cd-cart .checkout-btn:hover {
  background: #a2dda8;
}
#cd-cart .cd-go-to-cart {
  text-align: center;
  margin: 1em 0;
}
#cd-cart .cd-go-to-cart a {
  text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
  #cd-cart .cd-cart-items li {
    padding: 1em 2em;
  }
  #cd-cart .cd-item-remove {
    right: 2em;
  }
}

@media only screen and (min-width: 1200px) {
  #cd-cart .cd-cart-items li {
    padding: 1em 2em;
  }
  #cd-cart .cd-item-remove {
    right: 2em;
  }
}


#cd-gallery-items li {
  margin-bottom: 1.5em;
}
#cd-gallery-items li img {
  width: 100%;
  display: block;
  border-radius: 0.25em;
}
@media only screen and (min-width: 768px) {
  #cd-gallery-items li {
    width: 48%;
    float: left;
    margin-bottom: 2em;
    margin-right: 4%;
  }
  #cd-gallery-items li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  #cd-gallery-items li {
    width: 31%;
    float: left;
    margin-bottom: 2.5em;
    margin-right: 3.5%;
  }
  #cd-gallery-items li:nth-child(2n) {
    margin-right: 3.5%;
  }
  #cd-gallery-items li:nth-child(3n) {
    margin-right: 0;
  }
}

#cd-shadow-layer {
  position: fixed;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(67, 87, 121, 0.6);
  cursor: pointer;
  z-index: 3;
  display: none;
}
#cd-shadow-layer.is-visible {
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}

/* --------------------------------
xkeyframes
-------------------------------- */
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

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

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

  100% {
    opacity: 1;
  }
}

.promo-container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 300px;
    text-align: center;
}

.promo-container h2 {
    margin-bottom: 20px;
    color: #333;
}

.progress-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.bar-progress {
    width: 90%;
}

.progress-label {
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
    color: #000;
    font-family: open sans, sans-serif;
    font-weight: 200;
}

.progress-label strong{
    color: #00BF63;
    font-weight: 500;
}

.progress-container .progress {
    border-radius: 20px;
    overflow: hidden;
    height: 20px;
    margin-bottom: 10px !important;
    box-shadow: none !important;
    border: 1px solid #00BF63;
    background-color: white !important;
}

.progress-fill {

    height: 100%;
    border-radius: 20px;
    background-color: #00BF63;
    transition: width 0.4s ease;
}

.title-info-prod{
    width: 65%;
}
