
    a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout {
      background: linear-gradient(to bottom, #00cc7a, #0A963F) !important;
      border-radius: 28px;
      /* margin-left: 51px; */
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      transition: all 0.3s ease-in-out;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      border: 0px !important;
  }

  .sub-menu li a:hover{
  color: #E33E17 !important;
  }
  .xoo-wsc-cart-trigger bdi {
    display: none;
}
  a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout:before {
    content: "\f07a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
  }

  a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout:hover {
    background: linear-gradient(to bottom, #0A963F, #00cc7a) !important;
   border-color: #fff;
  }
  a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue {
    background: linear-gradient(to bottom, #888888, #666666) !important;
    border-radius: 28px;
    border: 0px !important;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
  
  a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue:before {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
  }
  
  a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue:hover {
    background: linear-gradient(to bottom, #666666, #888888) !important;
    border-color: #fff;
  }

  

  
    .sticky-bar-add-cart {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: fixed;
      bottom: -80px;
      left: 0;
      width: 100%;
      height: 80px;
      z-index: 9999;
      border-radius: 4px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px -18px 25px;
      background-color: rgba(255, 255, 255, 0.95);
      transition: bottom 0.3s ease;
      
    }
      .sticky-bar-add-cart .left-content,
      .sticky-bar-add-cart .center-content,
      .sticky-bar-add-cart .right-content {
        flex: 1;
        text-align: center;
      }
      
      .sticky-bar-add-cart .left-content {
        margin-left: 10px;
      }
      
      .sticky-bar-add-cart .right-content {
        margin-right: 10px;
      }
      
      .sticky-bar-add-cart .center-content {
        margin-right: 10px;
        margin-left: 10px;
        display: flex;
        align-items: center;
      }
      
      .sticky-bar-add-cart .center-content .product-price {
        margin-left: 5px;
      }
      
      .sticky-bar-add-cart .wsatc-add-to-cart {
        transition: transform 0.3s ease;
      }
      
      .sticky-bar-add-cart .wsatc-add-to-cart:hover {
        transform: scale(1.1);
      }


      .product-price {
        font-family: "Outfit", sans-serif;
        font-weight: 600;
        font-size:19px;
        float: left;
        color: #FFB91F;
      }
      span.woocommerce-Price-currencySymbol {
        font-size: 0.7em;
        margin-right: 3px;
    }
    .left-content {
      display: inline-flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-evenly;
      width: 100%;
    }

    .left-content h2 {
      font-family: Outfit;
      font-style: normal;
      font-weight: 700;
      font-size: 23px;
      margin: 0; 
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    
    .wsatc-add-to-cart {
      background: linear-gradient(to bottom, #21bb5b, #1b914f) !important;
      border-radius: 28px;
      padding: 10px 35px;
      margin-left: 51px;
      color: white !important;
      text-decoration: none !important;
      text-transform: uppercase !important;
      font-weight: bold !important;
      display: inline-block !important;
      border: none !important;
      cursor: pointer !important;
  }
  .a.wsatc-add-to-cart:hover {
      background: linear-gradient(to bottom, #066631, #0A963F) !important;
  }
  
    .wrap-product-content span.woocommerce-Price-amount.amount {
      font-size: 20px;
  }
  .wsatc-title-rating .product-title {
      font-size: 21px;
      font-family: Outfit, arial;
  }

    @media screen and (max-width: 768px) {
      .left-content {
    
        align-items: center;
      }

      .product-price{
        text-align: left;
}
      .left-content h2 {
        font-family: Outfit;
        font-style: normal;
        font-weight: 700;
        font-size: 1.1em;
        line-height: 16px;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
        display: none;
    }
    .left-content .cl-item {

      max-width: 55% !important;
  }

  a.wsatc-add-to-cart {

    padding: 10px 28px !important;
    margin-left: 10px !important;
}
    } 

    .left-content .cl-item {
      margin-bottom: 10px;
    }


    .cl-item1 {
      display: inline-flex;
      flex-direction: row;
      /* background: red; */
      max-width: 730px;
      width: 80%;
      justify-content: space-between;
  }
    
    .left-content .cl-item:last-child {
      margin-bottom: 0;
    }

    a.xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-cart {
      display: none !important;
  }


    p.descricao-preco {
      display: flex;
      flex-direction: column;
  }h1.tit-prod-brasmid {
    font-size: 1.4em !important;
    line-height: 29px !important;
    margin-bottom: 4px !important;
  }

  .short-description-prod-brasmid {
    font-size: 12px;
    line-height: 20px;
    color: #333;
}

  em.valor-por.price-best-price {
    color: #333;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
}

@media (min-width: 1025px){
.skuBestPrice {
    color: #333;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
}}
.price-best-price strong {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  display: inline-block;
}
.price-installments label {
  color: rgba(212,56,17,1);
  padding: 0;
  margin-right: 5px;
  font-size: 22px;
  font-weight: 700;
}
.price-installments {
  font-style: normal;
  clear: both;
  font-size: 18px;
  color: #757575;
  display: block;
  font-weight: 700;
}
.price-installments strong {
  color: rgba(212,56,17,1);
}
.price-installments {
  font-style: normal;
  clear: both;
  font-size: 18px;
  color: #757575;
  display: block;
  font-weight: 700;
}
.descricao-preco {
  float: left;
}

.align-inline {
  display: flex;
  align-items: center;
}

.align-inline .pr-preco {
  margin-right: 5px;
}
.quantity .number-button {
  width: 100%;
  position: relative;
  display: flex;
  letter-spacing: 0;
  /* border: solid 10px; */
  width: 160px;
  height: 40px;
}

.quantity, .woocommerce div.product form.cart table.group_table .quantity {
  width: 170px !important;
  position: relative;
  float: none;
}

.elementor-widget-wc-add-to-cart .quantity+button, .woocommerce div.product.elementor .quantity+button {
  margin-top: 17px !important;
}

span.woocommerce-Price-amount.amount {
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  color: rgba(212,56,17,1);
  padding: 0;
  margin-right: 5px;
  font-size: 23px;
  font-weight: 700;
}span.woocommerce-Price-currencySymbol {
  color: #333;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
}
.price-installments label {
  color: rgba(212,56,17,1);
  margin: 0 1px;
  padding: 0;
}
font-size: 10px !important;
    line-height: 2;
    color: #4e4c4c;
    font-weight: normal;
}
.short-description-prod-brasmid {
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}

.productPrice.prod-price-box {
  width: 360px;
  display: flex;
  margin-top: 14px;
}
.product-sku.my-class {
  font-size: 11px;
  color: #363535;
  margin-bottom: 10px;
}




.avaliacao-item {
    font-family: Arial;
    width: 25px;
    height: 25px;
    text-align: center;
    background-image: linear-gradient(to right, rgba(223, 32, 37, 1.0), rgba(252, 88, 57, 1.0));
    border-radius: 4px;
    float: left;
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer;
    color: #fff;
    padding-top: 8px;
    font-size: 4em !important;

}
#app_wpp_brasmid{
display: none;
}
.nota_n_selecionada {
    background-image: linear-gradient(to right, rgb(227 218 214), rgb(167 158 154)) !important;
}

* {
    font-family: arial;
}

.tit-pesquisa2 {
    font-size: 1.8em;
    color: #000;
    font-family: Arial !important;
    margin-top: 100px;
}

.modalfarma {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    opacity: 1;
}

.tit-pesquisa {
    font-size: 2em;
    color: #000;
    font-family: Arial !important;
    margin-top: 100px;
    font-weight: bold;
}

.bl-pergunta.falta_preencher {
    /* background: red; */
    padding: 10px;
    margin: 15px 0;
    border: solid 2px red;
    border-radius: 10px;
}

.btn-salvar {
    background: #19a842 !important;
    padding: 20px;
    /* margin-bottom: 77px; */
    font-size: 25px;
    border-radius: 10px !important;
    float: right;
}

#app_nps {
    display: table;
    width: 100%;
    margin-bottom: 100px;
}

.msg-pesquisa-respondida h3 {
    padding: 50px;
    text-align: center;
    font-size: 25;
    color: green;
}
     button.vs__clear {
        display: none !important;
      }

      .bricks-form__field {
        margin-bottom: 10px;
        padding: 0;
        width: 100.0%;
        flex-direction: row;
        /* align-content: space-between; */
        align-content: center;
        align-items: center;
        justify-content: center;
      }

      .bricks-form__field {
        display: flex;
      }

      a.btn-wpp {
        flex-grow: 1;
        -ms-flex-align: center;
        -ms-flex-direction: column;
        -ms-flex-pack: center;
        background-color: rgba(83, 164, 81, 1);
        border-bottom-style: none;
        border-color: #000000;
        border-left-style: none;
        border-radius: 5px;
        border-right-style: none;
        border-top-style: none;
        border-width: 0px;
        color: #FFFFFF;
        cursor: pointer;
        font-family: Open Sans, sans-serif;
        font-size: 1em;
        font-style: normal;
        font-weight: normal;
        /* height: 48px; */
        justify-content: center;
        line-height: 1.42857;
        margin-bottom: 0px;
        margin-top: 9px;
        text-align: center;
        text-decoration: none;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
        flex-wrap: wrap;
        margin: 0 10px;
      }

      .vs__selected-options input {
        display: none !important;
      }

      .cp-input {
        background: #fff !important;
      }

      .pristine-error.text-help {
        color: #DC3543;
        font-size: 12px;
        margin-top: 5px;
        display: block !important;

      }


.wpp-floating-button:hover{
       position: fixed;
        bottom: 10px;
        right: 11px;
        border-radius: 0 !important;
        background: transparent url(../img/icon_wpp.png) center center no-repeat;
        /* z-index: 900; */
        box-shadow: none;
        outline: none;
        width: 60px !important;
        height: 61px !important;
        background-size: 60px 60px !important;
        cursor: pointer;
        border: 0 !important;
        z-index: 9999;
}
.wpp-floating-button {
        position: fixed;
        bottom: 10px;
        right: 11px;
        border-radius: 0 !important;
        background: transparent url(../img/icon_wpp.png) center center no-repeat;
        /* z-index: 900; */
        box-shadow: none;
        outline: none;
        width: 60px !important;
        height: 61px !important;
        background-size: 60px 60px !important;
        cursor: pointer;
        border: 0 !important;
        z-index: 9998;
    }

    .f-cad{
        
height: calc(2.4rem + 5px) !important;
        
padding: 0.475rem 0.85rem !important;
        
font-size: 1.8rem !important;
        
line-height: 2rem !important;
    }
    .lb-pradrao{
        font-size: 1rem !important;
    }

    .alert p {
        font-size: 1.4rem !important;
    }
    
  .has-danger {
        border: solid 1px #DC3543 !important;
    }

    .pristine-error.text-help {
        color: #DC3543;
        font-size: 12px;
        margin-top: 5px;
    }
    .wpp-floating-button.shake {
        animation: shake 10s infinite;
    }

    .pristine-error{
        display: none;
    }

    @keyframes shake {

        4.5%,
        10.5% {
            transform: translate(0px, 0px) rotate(0deg);
        }

        5% {
            transform: translate(1px, 1px) rotate(0deg);
        }

        5.5% {
            transform: translate(-1px, -2px) rotate(-1deg);
        }

        6% {
            transform: translate(-3px, 0px) rotate(1deg);
        }

        6.5% {
            transform: translate(3px, 2px) rotate(0deg);
        }

        7% {
            transform: translate(1px, -1px) rotate(1deg);
        }

        7.5% {
            transform: translate(-1px, 2px) rotate(-1deg);
        }

        8% {
            transform: translate(-3px, 1px) rotate(0deg);
        }

        8.5% {
            transform: translate(3px, 1px) rotate(-1deg);
        }

        9% {
            transform: translate(-1px, -1px) rotate(1deg);
        }

        9.5% {
            transform: translate(1px, 2px) rotate(0deg);
        }

        10% {
            transform: translate(1px, -2px) rotate(-1deg);
        }
    }

    .bg {
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        background: rgba(0, 0, 0, 0.65) !important;
        transform: translate(0, 0) !important;
        height: 100% !important;
        width: 100% !important;
        position: fixed;
        z-index: 99998;
        display: block;
    }

    .qd-wpp {
        /* position: relative; */
        display: block !important;
        min-width: 960px;
        min-height: 1px;
        width: 960px;
        box-shadow: 0px 0px 8px #333;
        border-bottom-style: none;
        border-color: #BBBBBB;
        border-left-style: none;
        border-radius: 0px;
        border-right-style: none;
        border-top-style: none;
        border-width: 1px;
        background-color: transparent;
        z-index: 999999 !important;
        background-color: rgba(235, 229, 222, 1);
        border-bottom-style: none;
        border-color: #000000;
        border-left-style: none;
        border-radius: 0px;
        border-right-style: none;
        border-top-style: none;
        border-width: 1px;
        position: fixed;
        width: 100px;
        /* height: 240px; */
        /* top: 100px; */
        right: 18px;
        bottom: 10px;
    }

    .header-wpp {
        background-color: rgba(38, 92, 84, 1);
        justify-content: center;
        padding-top: 0px;
        padding-right: 20px;
        padding-bottom: 0px;
        padding-left: 20px;
    }

    .centro-wpp {
        justify-content: flex-start;
        padding-top: 0px;
        padding-right: 12px;
        padding-bottom: 0px;
        padding-left: 12px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px;
    }

    .btn-talk {
        -ms-flex-align: center;
        -ms-flex-direction: column;
        -ms-flex-pack: center;
        align-self: center;
        background-color: rgba(83, 164, 81, 1);
        border-bottom-style: none;
        border-color: #000000;
        border-left-style: none;
        border-radius: 5px;
        border-right-style: none;
        border-top-style: none;
        border-width: 0px;
        color: #FFFFFF;
        cursor: pointer;
        font-family: Open Sans, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        height: 48px;
        justify-content: center;
        line-height: 1.42857;
        margin-bottom: 0px;
        margin-top: 9px;
        max-width: 100%;
        text-align: center;
        text-decoration: none;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }


    .btn-talk:hover {
        -ms-flex-align: center;
        -ms-flex-direction: column;
        -ms-flex-pack: center;
        align-self: center;
        background-color: rgba(83, 164, 81, 1);
        border-bottom-style: none;
        border-color: #000000;
        border-left-style: none;
        border-radius: 5px;
        border-right-style: none;
        border-top-style: none;
        border-width: 0px;
        color: #FFFFFF;
        cursor: pointer;
        font-family: Open Sans, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        height: 48px;
        justify-content: center;
        line-height: 1.42857;
        margin-bottom: 0px;
        margin-top: 9px;
        max-width: 100%;
        text-align: center;
        text-decoration: none;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }



    .header-wpp {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .header-col1 {
        /* color: #fff; */
        line-height: 1.42;
        overflow: hidden;
        word-wrap: break-word;
        border-bottom-style: none;
        border-color: #000000;
        border-left-style: none;
        border-radius: 0px;
        border-right-style: none;
        border-top-style: none;
        border-width: 1px;
        min-height: autopx;
        max-width: 340px;
        margin-top: 15px;
        margin-bottom: 15px;
        align-self: flex-start;
        width: 100%;
        word-break: break-word;
        /* font-family: Roboto; */
        font-family: "Open Sans", sans-serif;
        color: rgb(229, 229, 229);
        font-size: 100%;
    }


    .btn-close:hover {
        text-decoration: none;
    }

    .btn-close {
        color: rgb(243 243 243);
        position: absolute;
        top: 21px;
        right: 20px;
        border: none;
        background: transparent;
        z-index: 9999;
        cursor: pointer;
        font-size: 25px;
    }

    .centro-box {
        align-self: center;
        /* max-width: 790px; */
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    #rd-form-ko1my9o9 .bricks-form__input:not(textarea) {
        height: 36px;
    }

.bricks-form__input::placeholder {
  color: #6d6a6a;
text-transform: uppercase;
}

    .bricks-form__input {
        color: #000000;
        font-family: Open Sans, sans-serif;
        font-size: 14px;
        background-color: #fdfdfd;
        border-bottom-style: solid;
        border-left-style: solid;
        border-right-style: solid;
        border-top-style: solid;
        border-color: #cacaca;
        border-radius: 5px;
        border-width: 1px;
        max-width: 100% !important;
        display: block;
        width: 100%;
        padding: 0 0.5em;
        line-height: 1.42857;
        height: 40px;
        border-radius: 5px !important;
        padding: 5px 10px !important;
    }

    #bricks-component-38cGSrOy9V6iQTvoBlGTCg .bricks-form__input {
        display: block;
        width: 100%;
        padding: 0 0.5em;
        line-height: 1.42857;
    }

    .bricks-form__input {
        color: #000000;
        font-family: Open Sans, sans-serif;
        font-size: 14px;
        background-color: #fdfdfd;
        border-bottom-style: solid;
        border-left-style: solid;
        border-right-style: solid;
        border-top-style: solid;
        border-color: #cacaca;
        border-radius: 5px;
        border-width: 1px;
        max-width: 100% !important;
    }

    #rd-form-ko1my9o9 .bricks-form__label {
        color: #4a4a4a;
        display: none;
        font-family: Open Sans, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
    }

    #bricks-component-38cGSrOy9V6iQTvoBlGTCg .bricks-form__label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 0.4em;
        line-height: 1.25;
        position: relative !important;
        vertical-align: middle;
    }

    #rd-form-ko1my9o9 .bricks-form__static {
        color: #4a4a4a;
        font-family: Open Sans, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
    }

    label.bricks-form__label {
        color: #4a4a4a;
        font-family: Open Sans, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        /* display: none; */
    }

    .bricks-form__field {
        margin-bottom: 10px;
        padding: 0;
        width: 100.0%;
    }

    @media screen and (min-width: 768px) and (max-width: 980px) {
        .qd-wpp {
            min-width: calc(90% - 30px) !important;
            max-width: calc(90% - 30px) !important;
            width: calc(90% - 30px) !important;
            margin: 0 auto !IMPORTANT;
            position: fixed;
            left: 15px;
            /* RIGHT: 80PX; */
            top: 14px;
            bottom: 15px !important;
        height: 10px;display: table !important;}
    }

    @media screen and (max-width: 767px) {

        .centro-box {

    max-width: 100% !important;

    width: 100% !important;
}
        .qd-wpp {
            min-width: calc(100% - 10px) !important;
            max-width: calc(100% - 10px) !important;
            width: calc(100% - 10px) !important;
            margin: 0 auto !IMPORTANT;
            position: fixed;
            left: 5px;
            /* RIGHT: 80PX; */
            top: 14px;
            bottom: 5px !important;
        }
    }