@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900");

.menu_cart {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  width: 375px;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background-color: #FFFFFF;
  padding: 62px 17px 0 10px;/*85px*/
  overflow: hidden;
  display: none;
}
.menu_cart .top {
  position: fixed;
  top: 0;
  right: 0;
  display: inline-block;
  width: inherit;
  height: 60px;
  background-color: #FFFFFF;
  z-index: 10;
}
.menu_cart .link {
  position: absolute;
  top: 22px;
  left: 18px;
  /*font-family: "Rubik", sans-serif;*/
  font-size: 24px;
  color: #656569;
  text-align: left;
  line-height: 28px;
}
.menu_cart .link .img_item {
  float: left;
  margin: 0;
  width: 20px;
}
.menu_cart .cart {
    /*float: right;
    width: auto;
    height: auto;
    margin: 15px 0 0 20px;
    position: relative;*/

    float: right;
    width: auto;
    height: auto;
    margin: 15px 20px 0 20px;
    position: relative;
}
.menu_cart .cart .img_item {
    float: left;
    width: auto;
    height: auto;
    margin: 0;
}
.menu_cart .cart span {
    background: #FFFFFF;
    position: absolute;
    top: -6px;
    right: -5px;
    width: 15px;
    height: 15px;
    background:#FF0000;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    font-weight: 600;
    font-size: 10px;
    color: #FFFFFF;
    text-align: center;
    line-height: 15px;
}

.menu_cart .list_product_cart {
  /*padding: 0;
  height: -moz-calc(100% - 140px);
  height: -webkit-calc(100% - 140px);
  height: -o-calc(100% - 140px);
  height: calc(100% - 140px);
  overflow-y: scroll;*/

  padding: 0;
  height: -moz-calc(100% - 140px);
  height: -webkit-calc(100% - 140px);
  height: -o-calc(100% - 140px);
  height: calc(100% - 140px);
  overflow-y: auto;

}
/* customize scrollbar css */
.menu_cart #list_product_cart::-webkit-scrollbar{
  width: 8px;
  background-color:#DDDDDD;
}
.menu_cart #list_product_cart::-webkit-scrollbar:horizontal{
  height: 12px;
}
.menu_cart #list_product_cart::-webkit-scrollbar-track{
  border-radius:0;
}
.menu_cart #list_product_cart::-webkit-scrollbar-thumb{
  background-color: #003A8A;
  border-radius: 5px;
}
.menu_cart #list_product_cart::-webkit-scrollbar-thumb:hover{
  background-color:#003A8A;
}
.menu_cart #list_product_cart::-webkit-scrollbar-thumb:active{
  background-color:#003A8A;
}

.menu_cart #list_product_cart::scrollbar{
  width: 8px;
  background-color:#DDDDDD;
}
.menu_cart #list_product_cart::scrollbar:horizontal{
  height: 12px;
}
.menu_cart #list_product_cart::scrollbar-track{
  border-radius:0;
}
.menu_cart #list_product_cart::scrollbar-thumb{
  background-color: #003A8A;
  border-radius: 5px;
}
.menu_cart #list_product_cart::scrollbar-thumb:hover{
  background-color:#003A8A;
}
.menu_cart #list_product_cart::scrollbar-thumb:active{
  background-color:#003A8A;
}


.menu_cart .empty_cart_mobile {
  padding: 20px 15px;
  background-color: #FFFFFF;
  text-align: center;
}
.menu_cart .empty_cart_mobile .cart_box {
  padding: 140px 0 0 0;
  margin: 0;
  display: inline-block;
  width: 560px;
  max-width: 100%;
  height: auto;
  background-image: url("../images/img_empty_cart.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 80px auto;
}
.menu_cart .empty_cart_mobile .cart_title {
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 36px;
  color: #003A8A;
  line-height: 39px;
}
.menu_cart .empty_cart_mobile .cart_box_button {
  padding: 15px 0 0 0;
  margin: 0;
  text-align: center;
}
.menu_cart .empty_cart_mobile .cart_box_button a {
  padding: 7px 0;
  margin: 0;
  font-size: 16px;
  color: #868686;
  border: 1px solid #868686;
  border-radius: 9px;
  display: inline-block;
  width: 238px;
  max-width: 100%;
  height: auto;
  text-align: center;
  text-decoration: none;
}
.menu_cart .empty_cart_mobile .cart_box_button a:hover {
  border-color: #003A8A;
  color: #003A8A;
}
.menu_cart .box_bottom {
  background-color: #FFFFFF;
  padding: 10px 15px 4px 15px;
  position: fixed;
  left: auto;
  bottom: 0;
  max-width: 95%;
  width: 365px;
  z-index: 1;
}
.menu_cart .box_list {
  padding: 0 25px 200px 10px;
  background-color: #FFFFFF;
  height: 100%;
  overflow: hidden;
  border-top: 15px solid #FFFFFF;
}
.menu_cart .ps__scrollbar-y-rail {
  width: 2px;
  background-color: #F1F1F1;
  position: absolute;
  top: 0;
  right: 5px;
}
.menu_cart .ps__scrollbar-y {
  width: 2px;
  background-color: #B7B7B7;
  position: absolute;
  top: 0;
  right: 0;
}
.menu_cart .coupon {
  padding: 15px 0 0 0;
  /*font-family: "Lato", sans-serif;*/
  font-weight: 400;
  font-size: 16px;
  color: #656569;
  line-height: 19px;
}
.menu_cart .coupon .text {
  padding: 0 0 8px 0;
}
.menu_cart .coupon .address {
  padding: 5px 0 0 0;
  /*font-family: "Rubik", sans-serif;*/
  font-size: 11px;
  color: #656569;
}
.menu_cart .coupon .box {
  padding: 0;
  position: relative;
  border: 1px solid #EAEFF1;
  border-radius: 0;
}
.menu_cart .coupon .box .field {
  padding: 0 85px 0 10px;
  margin: 0;
  float: right;
  width: 100%;
  height: 34px;
  border: none;
  background-color: #FFFFFF;
  /*font-family: "Rubik", sans-serif;*/
  font-weight: 400;
  font-size: 14px;
  color: #656569;
  text-align: left;
}
.menu_cart .coupon .box .btn_send {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 34px;
  border: 1px solid #003A8A;
  border-radius: 3px;
  background-color: #FFFFFF;
  /*font-family: "Rubik", sans-serif;*/
  font-weight: 400;
  font-size: 14px;
  color: #003A8A;
  text-align: center;
}
.menu_cart .coupon .box .btn_send:hover {
  background-color: #003A8A;
  color: #FFFFFF;
}
.menu_cart .coupon ::-webkit-input-placeholder {
  color: #656569;
  opacity: 10;
}
.menu_cart .coupon :-moz-placeholder {
  color: #656569;
  opacity: 10;
}
.menu_cart .coupon ::-moz-placeholder {
  color: #656569;
  opacity: 10;
}
.menu_cart .coupon :-ms-input-placeholder {
  color: #656569;
  opacity: 10;
}
.menu_cart .cep {
  padding: 15px 0 20px 0;
  /*font-family: "Lato", sans-serif;*/
  font-weight: 400;
  font-size: 16px;
  color: #656569;
  line-height: 19px;
}
.menu_cart .cep .text {
  padding: 0 0 8px 0;
}
.menu_cart .cep .address {
  padding: 5px 0 0 0;
  /*font-family: "Rubik", sans-serif;*/
  font-size: 11px;
  color: #656569;
}
.menu_cart .cep .box {
  padding: 0;
  position: relative;
  border: 1px solid #EAEFF1;
  border-radius: 0;
}
.menu_cart .cep .box .field {
  padding: 0 85px 0 10px;
  margin: 0;
  float: right;
  width: 100%;
  height: 34px;
  border: none;
  background-color: #FFFFFF;
  /*font-family: "Rubik", sans-serif;*/
  font-weight: 400;
  font-size: 14px;
  color: #656569;
  text-align: left;
}
.menu_cart .cep .box .btn_send {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 34px;
  border: 1px solid #003A8A;
  border-radius: 3px;
  background-color: #FFFFFF;
  /*font-family: "Rubik", sans-serif;*/
  font-weight: 400;
  font-size: 14px;
  color: #003A8A;
  text-align: center;
}
.menu_cart .cep .box .btn_send:hover {
  background-color: #003A8A;
  color: #FFFFFF;
}
.menu_cart .cep ::-webkit-input-placeholder {
  color: #656569;
  opacity: 10;
}
.menu_cart .cep :-moz-placeholder {
  color: #656569;
  opacity: 10;
}
.menu_cart .cep ::-moz-placeholder {
  color: #656569;
  opacity: 10;
}
.menu_cart .cep :-ms-input-placeholder {
  color: #656569;
  opacity: 10;
}
.menu_cart .text {
  padding: 15px 15px 0 15px;
  /*font-family: "Lato", sans-serif;*/
  font-weight: 400;
  font-size: 16px;
  color: #656569;
  line-height: 19px;
}
.menu_cart .text .green {
  /*font-family: "Rubik", sans-serif;*/
  font-size: 14px;
  color: #003A8A;
}
.menu_cart .text .black {
  color: #000000;
}
.menu_cart .box_location {
  padding: 15px 15px 0 15px;
  /*font-family: "Lato", sans-serif;*/
  font-weight: 400;
  font-size: 16px;
  color: #656569;
  line-height: 19px;
}
.menu_cart select {
  background-color: #FFFFFF !important;
  border: 1px solid #EAEFF1 !important;
  border-radius: 3px !important;
  padding: 0 0 0 13px !important;
  margin: 8px 0 0 0 !important;
  float: left !important;
  width: 100% !important;
  height: 34px !important;
  font-family: "Rubik", sans-serif !important;
  font-size: 14px !important;
  color: #B2B2B2 !important;
  line-height: 34px !important;
  position: relative !important;
}
.menu_cart .box_price {
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid #EBF0F2;
  border-bottom: 1px solid #EBF0F2;
}
.menu_cart .box_price .text1 {
  padding: 0;
  /*font-family: "Lato", sans-serif;*/
  font-size: 14px;
  color: #656569;
  line-height: 20px;
  float: left;
  min-width: 80px;
}
.menu_cart .box_price .text2 {
  padding: 0;
  /*font-family: "Lato", sans-serif;*/
  font-size: 14px;
  color: #656569;
  line-height: 20px;
  float: left;
  width: auto;
}
.menu_cart .box_total {
  margin: 20px 10px 0 10px;
  padding: 0 0 10px 0;
}
.menu_cart .box_total .text1 {
  padding: 0;
  /*font-family: "Lato", sans-serif;*/
  font-size: 14px;
  color: #656569;
  line-height: 18px;
}
.menu_cart .box_total .text2 {
  padding: 0;
  /*font-family: "Rubik", sans-serif;*/
  font-weight: 700;
  font-size: 23px;
  color: #003A8A;
  line-height: 27px;
}
.menu_cart .box_total .text3 {
  padding: 0;
  /*font-family: "Lato", sans-serif;*/
  font-size: 14px;
  color: #396E56;
  line-height: 18px;
}
.menu_cart .box_total .text3 span {
  color: #396E56;
}
.menu_cart .box_cards {
  padding: 0 15px;
  text-align: center;
}
.menu_cart .box_cards img {
  display: inline-block;
  margin: 0;
  width: auto;
  max-width: 100%;
}
.menu_cart .btn_finished {
  display: inline-block;
  margin: 5px 0 0 0;
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #003A8A;
  background-color: #003A8A;
  width: 101%;
  height: auto;
  position: relative;
  /*font-family: "Rubik", sans-serif;*/
  font-weight: 700;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
}
.menu_cart .btn_finished:hover {
  opacity: 0.9;
  background-color: #FFFFFF;
  color: #003A8A;
}
.menu_cart .btn_cart {
  display: inline-block;
  margin: 5px 0 0 0;
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #009C42;
  background-color: #009C42;
  width: 101%;
  height: auto;
  position: relative;
  /*font-family: "Rubik", sans-serif;*/
  font-weight: 700;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
}
.menu_cart .btn_cart:hover {
  border: 1px solid #007733;
  background-color: #007733;
  color: #FFFFFF;
}
.menu_cart .more {
  margin: 4px 0 4px 0;
  padding: 0;
  text-align: center;
}
.menu_cart .more a {
  display: inline-block;
  width: auto;
  height: auto;
  /*font-family: "Rubik", sans-serif;*/
  font-weight: 400;
  font-size: 16px;
  color: #003A8A;
  line-height: 19px;
}
.menu_cart .item_product {
  padding: 10px 15px;
  margin: 0 0 10px 0;
  background-color: #FFFFFF;
  border: 1px solid #EBF0F2;
  position: relative;
}
.menu_cart .item_product .remove {
  position: absolute;
  top: 3px;
  right: 5px;
  z-index: 1;
}
.menu_cart .item_product .box_offer_absolute {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 15px;
  width: 60px;
}
.menu_cart .item_product .box_offer_absolute .green {
  float: left;
  width: auto;
  height: auto;
  background-color: #003A8A;
  padding: 3px 8px 1px 8px;
  margin: 0 0 10px 0;
  border-radius: 2px;
  /*font-family: "Hind", sans-serif;*/
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
}
.menu_cart .item_product .box_offer_absolute .red {
  float: left;
  width: auto;
  height: auto;
  background-color: #CE1B17;
  padding: 3px 8px 1px 8px;
  margin: 0 0 10px 0;
  border-radius: 2px;
  /*font-family: "Hind", sans-serif;*/
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
}
.menu_cart .item_product .box_offer_absolute .rounded {
  float: left;
  width: 50px;
  height: 50px;
  background-color: #FF3333;
  padding: 13px 0 0 0;
  margin: 0 0 10px 0;
  border-radius: 100%;
  /*font-family: "Open Sans", sans-serif;*/
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
}
.menu_cart .item_product .box_offer_absolute .rounded span {
  font-size: 11px;
  line-height: 11px;
}
.menu_cart .item_product .offer_green {
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  background-color: #003A8A;
  padding: 3px 8px 1px 8px;
  margin: 0 0 5px 0;
  border-radius: 2px;
  /*font-family: "Hind", sans-serif;*/
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
}
.menu_cart .item_product .offer_red {
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  background-color: #CE1B17;
  padding: 3px 8px 1px 8px;
  margin: 0 0 5px 0;
  border-radius: 2px;
  /*font-family: "Hind", sans-serif;*/
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
}
.menu_cart .item_product .offer_circle {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: #FF3333;
  padding: 9px 0 0 0;
  margin: 0 0 5px 0;
  border-radius: 100%;
  /*font-family: "Open Sans", sans-serif;*/
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 18px;
  text-transform: uppercase;
}
.menu_cart .item_product .offer_circle .text1 {
  padding: 0;
}
.menu_cart .item_product .offer_circle .text2 {
  padding: 0;
  font-size: 11px;
  line-height: 12px;
}
.menu_cart .item_product .box_img {
  margin: 0;
  position: relative;
  height: 65px;
}
.menu_cart .item_product .box_img .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 80%;
  max-height: 100%;
  z-index: 1;
}
.menu_cart .item_product .code {
  padding: 0;
  /*font-family: "Lato", sans-serif;*/
  font-size: 12px;
  color: #656569;
  text-align: left;
}
.menu_cart .item_product .brand {
  padding: 10px 0 0 0;
  /*font-family: "Lato", sans-serif;*/
  font-size: 12px;
  color: #656569;
  text-align: left;
  text-transform: uppercase;
}
.menu_cart .item_product .name {
  padding: 0 15px 0 0;
  margin: 0 0 10px 0;
  /*font-family: "Hind", sans-serif;*/
  font-weight: 500;
  font-size: 14px;
  color: #003A8A;
  line-height: 18px;
  text-align: left;
  position: relative;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.menu_cart .item_product .price_old {
  padding: 0;
  margin: 15px 0 0 0;
  /*font-family: "Lato", sans-serif;*/
  font-size: 14px;
  color: #FF432D;
  text-decoration: line-through;
}
.menu_cart .item_product .price {
  padding: 0;
  margin: 0;
  /*font-family: "Lato", sans-serif;*/
  font-weight: 700;
  font-size: 14px;
  color: #202020;
  line-height: 18px;
}
.menu_cart .item_product .price span {
  font-weight: 400;
  color: #656569;
}
.menu_cart .item_product .price p {
  margin: 0;
}
.menu_cart .item_product .box_add {
  padding: 0;
}
.menu_cart .item_product .box_add .box_amount {
  padding: 0 10px 0 0;
  float: left;
  width: 150px;
  max-width: 100%;
  position: relative;
}
.menu_cart .item_product .box_add .text {
  padding: 0;
  /*font-family: "Lato", sans-serif;*/
  font-weight: 400;
  font-size: 10px;
  color: #656569;
  line-height: 15px;
}
.menu_cart .item_product .box_add .text_value {
  padding: 0 10px 0 0;
  font-weight: 400;
  font-size: 12px;
  color: #121212;
  line-height: 15px;
}
.menu_cart .item_product .box_add .btn_plus {
  padding: 0;
  margin: 3px 0 0 0;
  float: left;
  width: 20px;
  height: 20px;
  border: 1px solid #EBF0F2;
  background-color: #FFFFFF;
  /*font-family: "Hind", sans-serif;*/
  font-weight: 500;
  font-size: 20px;
  color: #656569;
  line-height: 18px;
  text-align: center;
}
.menu_cart .item_product .box_add .btn_less {
  padding: 0;
  margin: 3px 0 0 0;
  float: left;
  width: 20px;
  height: 20px;
  border: 1px solid #EBF0F2;
  background-color: #FFFFFF;
  /*font-family: "Hind", sans-serif;*/
  font-weight: 500;
  font-size: 24px;
  color: #656569;
  line-height: 18px;
  text-align: center;
}
.menu_cart .item_product .box_add .field {
  padding: 0 4px 0 13px;
  margin: 0;
  float: right;
  width: 50%;
  height: 36px;
  border: none;
  background-color: #FFFFFF;
  /*font-family: "Hind", sans-serif;*/
  font-weight: 500;
  font-size: 19px;
  color: #656569;
  text-align: center;
}


.f-r {
  float: right !important;
}

.f-l {
  float: left !important;
}

.p-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.w100 {
  width: 100% !important;
  max-width: 100% !important;
}


#modal_loading .modal-dialog {
  height: 90% !important;
}
#modal_loading .logo {
  width: 183px;
  height: 54px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#modal_frete {
  padding: 0;
}
#modal_frete .modal-dialog {
  width: 700px;
  max-width: 100%;
  padding: 50px 0 0 0;
}
#modal_frete .modal-content {
  border-radius: 0;
  background: none;
  border: none;
  padding: 0;
}
#modal_frete .modal-body {
  padding: 0 20px 0 0;
}
#modal_frete .box_white {
  /*padding: 40px 50px;*/
  padding: 5% 6%;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
}
#modal_frete .box_white .btn_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  background: none;
  border: none;
  padding: 0;
}
#modal_frete .box_white .text1 {
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}
#modal_frete .box_white .text2 {
  padding: 5px 0 0 0;
  font-weight: 700;
  font-size: 28px;
  color: #003A8A;
  line-height: 33px;
}
#modal_frete .box_white .text3 {
  padding: 15px 0 0 0;
  font-weight: 600;
  font-size: 18px;
  color: #808080;
  line-height: 22px;
}
#modal_frete .box_white .text3 .field {
  padding: 0 15px;
  margin: 7px 0 0 0;
  display: inline-block;
  width: 100%;
  height: 45px;
  background: #DDE1EE;
  border-radius: 7px;
  border: none;
  font-weight: 500;
  font-size: 17px;
  color: #6C7287;
  line-height: 22px;
}
#modal_frete .box_white .btn_clear {
    padding: 9px 15px;
    margin: 7px 20px 0 0;
    float: left;
    width: auto;
    height: auto;
    background: #003A8A;
    border-radius: 10px;
    border: none;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
}
#modal_frete .box_white .text_results {
    padding: 9px 0;
    margin: 7px 5px 0 0;
    float: left;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 10px;
    border: none;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 28px;
}
#modal_frete .box_white .results {
    padding: 9px 0;
    margin: 7px 20px 0 0;
    float: left;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 10px;
    border: none;
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    line-height: 28px;
}
#modal_frete .box_white .list {
  margin-top: 15px;
  padding: 10px 20px;
  background: #EEEEEE;
  /*max-height: 535px;*/
  overflow-x: hidden;
}
#modal_frete .box_white .list li {
  margin: 3px 0;
  list-style: none;
}
#modal_frete .box_white .list a {
  float: left;
  margin: 0;
  width: 100%;
}
#modal_frete .box_white .list .text_left {
  float: left;
  width: auto;
  font-weight: 500;
  /*font-size: 18px;*/
  font-size: 1.4rem;
  color: #000000;
  line-height: 23px;
}
#modal_frete .box_white .list .text_right {
  float: right;
  width: auto;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 23px;
}

/*modal_frete_resultado*/
#modal_frete_resultado {
  padding: 0;
}
#modal_frete_resultado .modal-dialog {
  width: 700px;
  max-width: 100%;
  padding: 50px 0 0 0;
}
#modal_frete_resultado .modal-content {
  border-radius: 0;
  background: none;
  border: none;
  padding: 0;
}
#modal_frete_resultado .modal-body {
  padding: 0 20px 0 0;
}
#modal_frete_resultado .box_white {
  padding: 40px 50px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
}
#modal_frete_resultado .box_white .btn_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  background: none;
  border: none;
  padding: 0;
}
#modal_frete_resultado .box_white .box_title_modal {
    /*padding: 0 0 0 75px;*/
    padding: 0 0 0 65px;
    background-image: url('../images/img_arrow_modal.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 42px auto;
}
#modal_frete_resultado .box_white .text1 {
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}
#modal_frete_resultado .box_white .text2 {
  padding: 5px 0 0 0;
  font-weight: 700;
  font-size: 28px;
  color: #003A8A;
  line-height: 33px;
}
#modal_frete_resultado .box_white .text3 {
  padding: 15px 0 0 0;
  font-weight: 600;
  font-size: 18px;
  color: #808080;
  line-height: 22px;
}
#modal_frete_resultado .box_white .text3 .field {
  padding: 0 15px;
  margin: 7px 0 0 0;
  display: inline-block;
  width: 100%;
  height: 45px;
  background: #DDE1EE;
  border-radius: 7px;
  border: none;
  font-weight: 500;
  font-size: 17px;
  color: #6C7287;
  line-height: 22px;
}
#modal_frete_resultado .box_white .btn_clear {
    padding: 9px 15px;
    margin: 7px 20px 0 0;
    float: left;
    width: auto;
    height: auto;
    background: #003A8A;
    border-radius: 10px;
    border: none;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
}
#modal_frete_resultado .box_white .text_results {
    padding: 9px 0;
    margin: 7px 5px 0 0;
    float: left;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 10px;
    border: none;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 28px;
}
#modal_frete_resultado .box_white .results {
    padding: 9px 0;
    margin: 7px 20px 0 0;
    float: left;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 10px;
    border: none;
}
#modal_frete_resultado .box_white .list {
  margin-top: 15px;
  padding: 10px 0 0 0;
  /*max-height: 535px;*/
  overflow-x: hidden;
}
#modal_frete_resultado .box_white .list li {
  margin: 3px 0;
  padding: 10px 20px;
  background: #DDE1ED;
  list-style: none;
  border-radius: 12px;
}
#modal_frete_resultado .box_white .list a {
  float: left;
  margin: 0;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
}
#modal_frete_resultado .box_white .list .text_left {
  float: left;
  width: auto;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 23px;
}
#modal_frete_resultado .box_white .list .text_right {
  float: right;
  width: auto;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 23px;
}
/*modal_frete_resultado*/




/*modal_cartoes*/
#modal_cartoes {
  padding: 0;
}
#modal_cartoes .modal-dialog {
  width: 700px;
  max-width: 100%;
  padding: 50px 0 0 0;
}
#modal_cartoes .modal-content {
  border-radius: 0;
  background: none;
  border: none;
  padding: 0;
}
#modal_cartoes .modal-body {
  padding: 0 20px 0 0;
}
#modal_cartoes .box_white {
  /*padding: 40px 50px;*/
  padding: 5% 6%;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
}
#modal_cartoes .box_white .btn_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  background: none;
  border: none;
  padding: 0;
}
#modal_cartoes .box_white .box_title_modal {
    padding: 0;
    max-width: 92%;
}
#modal_cartoes .box_white .text1 {
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}
#modal_cartoes .box_white .text2 {
  padding: 5px 0 0 0;
  font-weight: 700;
  font-size: 28px;
  color: #003A8A;
  line-height: 33px;
}
#modal_cartoes .box_white .list {
  margin-top: 15px;
  padding: 10px 0 0 0;
  /*max-height: 400px;*/
  overflow-x: hidden;
}
#modal_cartoes .box_white .list li {
  margin: 3px 0 17px 0;
  padding: 20px 25px;
  background: #EEEEEE;
  list-style: none;
  border-radius: 12px;
}
#modal_cartoes .box_white .list .item_text1 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  line-height: 20px;
}
#modal_cartoes .box_white .list .item_text2 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
}
#modal_cartoes .box_white .list .item_text_card {
  margin: 0;
  padding: 0 0 7px 0;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  line-height: 18px;
}
#modal_cartoes .box_white .list .box_cards {
    padding: 0;
    margin: 5px 0 15px 0;
}
#modal_cartoes .box_white .list .item_img {
    padding: 0;
    margin: 2px 0;
}
#modal_cartoes .box_white .list .item_img img {
    display: inline-block;
    max-width: 100%;
    max-height: 30px;
    margin: 2px 0;
}
#modal_cartoes .box_white .list .logo {
    display: inline-block;
    max-width: 50%;
    max-height: 35px;
    margin: 2px 0;
}
/*modal_cartoes*/


/*prices modal frete*/
#modal_frete_prices {
  padding: 0;
}
#modal_frete_prices .modal-dialog {
  width: 700px;
  max-width: 100%;
  padding: 50px 0 0 0;
}
#modal_frete_prices .modal-content {
  border-radius: 0;
  background: none;
  border: none;
  padding: 0;
}
#modal_frete_prices .modal-body {
  padding: 0 20px 0 0;
}
#modal_frete_prices .box_white {
  padding: 40px 50px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
}
#modal_frete_prices .box_white .btn_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  background: none;
  border: none;
  padding: 0;
}
#modal_frete_prices .box_white .text1 {
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}
#modal_frete_prices .box_white .text2 {
  padding: 5px 0 0 0;
  font-weight: 700;
  font-size: 28px;
  color: #003A8A;
  line-height: 33px;
}
#modal_frete_prices .box_white .text3 {
  padding: 15px 0 0 0;
  font-weight: 600;
  font-size: 18px;
  color: #808080;
  line-height: 22px;
}
#modal_frete_prices .box_white .text3 .field {
  padding: 0 15px;
  margin: 7px 0 0 0;
  display: inline-block;
  width: 100%;
  height: 45px;
  background: #DDE1EE;
  border-radius: 7px;
  border: none;
  font-weight: 500;
  font-size: 17px;
  color: #6C7287;
  line-height: 22px;
}
#modal_frete_prices .box_white .btn_clear {
    padding: 9px 15px;
    margin: 7px 20px 0 0;
    float: left;
    width: auto;
    height: auto;
    background: #003A8A;
    border-radius: 10px;
    border: none;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
}
#modal_frete_prices .box_white .text_results {
    padding: 9px 0;
    margin: 7px 5px 0 0;
    float: left;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 10px;
    border: none;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 28px;
}
#modal_frete_prices .box_white .results {
    padding: 9px 0;
    margin: 7px 20px 0 0;
    float: left;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 10px;
    border: none;
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    line-height: 28px;
}
#modal_frete_prices .box_white .list {
  margin-top: 15px;
  padding: 10px 20px;
  background: #EEEEEE;
  /*max-height: 535px;*/
  overflow-x: hidden;
}
#modal_frete_prices .box_white .list li {
  margin: 3px 0;
  list-style: none;
}
#modal_frete_prices .box_white .list a {
  float: left;
  margin: 0;
  width: 100%;
}
#modal_frete_prices .box_white .list .text_left {
  float: left;
  width: auto;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 23px;
}
#modal_frete_prices .box_white .list .text_right {
  float: right;
  width: auto;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 23px;
}
/*prices modal frete*/
/**/

#modal_banner {
  padding: 0;
}
#modal_banner .modal-dialog {
  width: 700px;
  max-width: 100%;
  padding: 50px 0 0 0;
}
#modal_banner .modal-content {
  border-radius: 0;
  background: none;
  border: none;
  padding: 0 5px 0 0;
}
#modal_banner .btn_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  background: none;
  border: none;
  padding: 0;
}
#modal_banner .prev {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: auto;
  margin: auto;
  width: 36px;
  height: 63px;
  z-index: 5;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 63px;
  text-align: center;
  border: 2px solid #FFFFFF;
  border-radius: 18px;
}
#modal_banner .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 15px;
  margin: auto;
  width: 36px;
  height: 63px;
  z-index: 5;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 63px;
  text-align: center;
  border: 2px solid #FFFFFF;
  border-radius: 18px;
}





#modal_banner_slide {
  padding: 0;
}
#modal_banner_slide .modal-dialog {
  width: 700px;
  max-width: 100%;
  padding: 50px 0 0 0;
}
#modal_banner_slide .modal-content {
  border-radius: 0;
  background: none;
  border: none;
  padding: 0 5px 0 0;
}
#modal_banner_slide .btn_close {
  position: absolute;
  z-index: 11;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  background: none;
  border: none;
  padding: 0;
}
#modal_banner_slide .prev {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: auto;
  margin: auto;
  width: 36px;
  height: 63px;
  z-index: 5;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 63px;
  text-align: center;
  border: 2px solid #FFFFFF;
  border-radius: 18px;
}
#modal_banner_slide .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 15px;
  margin: auto;
  width: 36px;
  height: 63px;
  z-index: 5;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 63px;
  text-align: center;
  border: 2px solid #FFFFFF;
  border-radius: 18px;
}






#modal_review {
  padding: 0 !important;
}
#modal_review .modal-body {
  text-align: center;
}
#modal_review .modal-body .box_white {
  padding: 40px;
  background-color: #FFFFFF;
  max-width: 100%;
  width: 550px;
  display: inline-block;
  text-align: left;
  position: relative;
  margin: 100px 0 0 0;
}
#modal_review .modal-body .box_white .close_modal {
  border: 1px solid #808080;
  border-radius: 2px;
  width: 18px;
  height: 18px;
  color: #808080;
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  position: absolute;
  top: 9px;
  right: 9px;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#modal_review .modal-body .box_white .close_modal:hover {
  opacity: 0.8;
}
#modal_review .modal-body .box_white .title {
  padding: 0 0 20px 0;
  font-weight: 600;
  font-size: 28px;
  color: #003A8A;
  line-height: 32px;
}
#modal_review .modal-body .box_white .box_star {
  padding: 5px 0 0 0;
}
#modal_review .modal-body .box_white .item_field {
  padding: 0 0 15px 0;
  font-weight: 300;
  font-size: 15px;
  color: #010101;
  line-height: 20px;
}
#modal_review .modal-body .box_white .box_radio {
    padding: 10px 0 0 0;
}
#modal_review .modal-body .box_white .label_radio {
    font-weight: 400;
    float: left;
    width: auto;
    padding: 0;
    margin: 0 20px 0 0;
    cursor: pointer;
}
#modal_review .modal-body .box_white .label_radio .radio_fake {
    font-weight: 400;
    float: left;
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 2px 6px 0 0;
    border-radius: 50%;
    border: 1px solid #D0D0D0;
}
#modal_review .modal-body .box_white .label_radio input[type="radio"] {
    display: none;
}
#modal_review .modal-body .box_white .label_radio input[type="radio"]:checked + .radio_fake {
    background: #003A8A;
    border-color: #003A8A;
}
#modal_review .modal-body .box_white .field {
  display: inline-block;
  margin: 4px 0 0 0;
  padding: 0 10px;
  width: 100%;
  height: 40px;
  background-color: #DDE1EE;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  color: #6C7287;
  line-height: 34px;
}
#modal_review .modal-body .box_white .message {
  display: inline-block;
  margin: 4px 0 0 0;
  padding: 10px;
  width: 100%;
  height: 140px;
  background-color: #DDE1EE;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  color: #6C7287;
  line-height: 20px;
}
#modal_review .modal-body .box_white .btn_send {
  display: inline-block;
  margin: 15px 0 0 0;
  padding: 0 10px;
  width: 100%;
  height: 34px;
  background-color: #003A8A;
  border: none;
  border-radius: 3px;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 34px;
}
#modal_review .modal-body .box_white .btn_send:hover {
  opacity: 0.9;
}
#modal_review .modal-body .box_white .btn_cancel {
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 0 10px;
  width: 100%;
  height: 34px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  font-weight: 400;
  font-size: 16px;
  color: #B3B3B3;
  line-height: 34px;
}
#modal_review .modal-body .box_white .btn_cancel:hover {
  opacity: 0.9;
}
#modal_review .modal-body .box_white .box_radio_fake {
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 17px;
  position: relative;
}
#modal_review .modal-body .box_white .box_radio_fake label {
  font-weight: 400;
  padding: 0 0 0 30px;
  cursor: pointer;
}
#modal_review .modal-body .box_white .box_radio_fake .radio_fake {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #D3D3D3;
  background-color: #FFFFFF;
  border-radius: 100%;
  width: 16px;
  height: 16px;
}
#modal_review .modal-body .box_white .box_radio_fake .radio_fake:before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #009652;
  opacity: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#modal_review .modal-body .box_white .box_radio_fake input[type=radio] {
  display: none;
}
#modal_review .modal-body .box_white .box_radio_fake input[type=radio]:checked + .radio_fake:before {
  opacity: 1;
}
#modal_review .modal-body .box_white ::-webkit-input-placeholder {
  color: #B2B2B2;
  opacity: 10;
}
#modal_review .modal-body .box_white :-moz-placeholder {
  color: #B2B2B2;
  opacity: 10;
}
#modal_review .modal-body .box_white ::-moz-placeholder {
  color: #B2B2B2;
  opacity: 10;
}
#modal_review .modal-body .box_white :-ms-input-placeholder {
  color: #B2B2B2;
  opacity: 10;
}






.section_error_product {
  padding: 70px 15px;
  margin: -3px 0 30px 0;
  background-color: #FFFFFF;
  text-align: center;
}
.section_error_product .box {
  padding: 0 0 0 200px;
  margin: 0;
  display: inline-block;
  width: 600px;
  max-width: 100%;
  height: auto;
  background-image: url("../images/error_img.png");
  background-repeat: no-repeat;
  background-position: 0 15px;
}
.section_error_product .title {
  padding: 0 0 30px 0 !important;
  margin: 0 !important;
  font-weight: 700 !important;
  font-size: 66px !important;
  color: #FF6600 !important;
  text-align: left !important;
  line-height: 66px !important;
}
.section_error_product .text {
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 400 !important;
  font-size: 21px !important;
  color: #797979 !important;
  text-align: left !important;
}
.section_error_product .text span {
  color: #FF6600;
}
.section_error_product ul {
  padding: 20px 0 0 0;
  margin: 0;
}
.section_error_product li {
  padding: 0 0 10px 30px;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: #979797;
  text-align: left;
  position: relative;
}
.section_error_product li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #FF6600;
}
.section_error_product .box_button {
  padding: 15px 0 0 0;
  margin: 0;
  text-align: left;
}
.section_error_product .box_button a {
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 10px 13px 8px 13px;
  width: auto;
  height: 40px;
  font-weight: 600;
  font-size: 15px;
  color: #FFFFFF;
  border-radius: 8px;
  text-align: center;
  background: #FF6600;
  background: -webkit-linear-gradient(top, #FF6600, #BF4D00);
  background: -o-linear-gradient(top, #FF6600, #BF4D00);
  background: -moz-linear-gradient(top, #FF6600, #BF4D00);
  background: linear-gradient(top, #FF6600, #BF4D00);
}

.empty_cart {
  padding: 50px 15px;
  background-color: #FFFFFF;
  text-align: center;
}
.empty_cart .cart_box {
  padding: 0 0 0 200px;
  margin: 0;
  display: inline-block;
  width: 560px;
  max-width: 100%;
  height: auto;
  background-image: url("../images/error_img.png");
  background-repeat: no-repeat;
  background-position: 0 15px;
}
.empty_cart .cart_title {
  padding: 30px 0 10px 0 !important;
  margin: 0 !important;
  font-weight: 800 !important;
  font-size: 36px !important;
  color: #FF6600 !important;
  text-align: left !important;
  line-height: 39px !important;
}
.empty_cart .cart_text {
  padding: 0 !important;
  margin: 0 !important;
  font-weight: 400 !important;
  font-size: 21px !important;
  color: #797979 !important;
  text-align: left !important;
}
.empty_cart .cart_text span {
  color: #FF6600;
}
.empty_cart .cart_box_button {
  padding: 15px 0 0 0;
  margin: 0;
  text-align: left;
}
.empty_cart .cart_box_button a {
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 10px 13px 8px 13px;
  width: auto;
  height: 40px;
  font-weight: 600;
  font-size: 15px;
  color: #FFFFFF;
  border-radius: 8px;
  text-align: center;
  background: #FF6600;
  background: -webkit-linear-gradient(top, #FF6600, #BF4D00);
  background: -o-linear-gradient(top, #FF6600, #BF4D00);
  background: -moz-linear-gradient(top, #FF6600, #BF4D00);
  background: linear-gradient(top, #FF6600, #BF4D00);
}

#img_product_cart {
  z-index: 11;
  position: absolute;
  max-width: 120px;
  max-height: 120px;
}

.line-through {
  text-decoration: line-through;
}

.bg_modal {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  display: none;
}

body {
  background-color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.container.relative {
  position: relative;
}

.container {
  max-width: 85%;
  width: 1310px;
  padding: 0 15px;
  display: block;
  margin: 0 auto;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

a,
input,
select,
button,
textarea {
  outline: none !important;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.img_full {
  float: left;
  margin: 0;
  width: 100%;

}

.transition {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cart_fixed,
.cart_fixed:hover {
    padding: 0;
    margin: 0;
    position: fixed;
    right: 25px;
    bottom: 100px;
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-decoration: none;
    background-color: #003A8A;
    text-align: center;
    font-size: 32px;
    color: #FFFFFF !important;
    line-height: 37px;
}
.cart_fixed span {
    background: #FFFFFF;
    position: absolute;
    top: -3px;
    right: -3px;
    width: 15px;
    height: 15px;
    background: #FF0000;
    border: none;
    border-radius: 50%;
    font-weight: 600;
    font-size: 9px;
    color: #FFFFFF;
    text-align: center;
    line-height: 15px;
}
.cart_fixed .img_item {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 45%;
    max-height: 45%;
    filter: invert(100%) brightness(30);
}

.back_top,
.back_top:hover {
  padding: 0;
  margin: 0;
  position: fixed;
  right: 25px;
  bottom: 160px;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-decoration: none;
  display: none;
  background-color: #003A8A;
  text-align: center;
  font-size: 32px;
  color: #FFFFFF !important;
  line-height: 37px;
}

.fixed_whatsapp,
.fixed_whatsapp:hover {
  padding: 0;
  margin: 0;
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 5;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-decoration: none;
  background-color: #08AC1D;
  font-size: 30px;
  color: #FFFFFF !important;
  line-height: 61px;
  text-align: center;
}

.ui-state-active {
  background-color: #EEEEEE !important;
  border: none !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
  font-size: 17px !important;
  color: #6C7287 !important;
  line-height: 22px !important;
  padding: 7px !important;
}

.ui-menu-item {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
  font-size: 17px !important;
  color: #6C7287 !important;
  line-height: 22px !important;
  padding: 7px !important;
}

.menu_mobile {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 290px;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #EEEEEE;
  box-shadow: 0 3px 15px 1px rgba(0, 0, 0, 0.5);
  display: none;
}
.menu_mobile .ps__scrollbar-y-rail {
  width: 2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 8px;
}
.menu_mobile .ps__scrollbar-y {
  width: 2px;
  background-color: #003A8A;
  position: absolute;
  top: 0;
  right: 0;
}
.menu_mobile .btn_close {
  position: absolute;
  top: -1px;
  left: 100%;
  width: 58px;
  height: 58px;
  margin-left: 1px;
  border: none;
  background-color: #ffffff;
  background-image: url("../images/img_close_2.png");
  background-repeat: no-repeat;
  background-position: center;
}
.menu_mobile .box_top {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  padding: 0 35px;
}
.menu_mobile .box_top .logo {
  float: left;
  margin: 20px 0 0 0;
  width: 105px;
  max-width: 90%;
}
.menu_mobile .box_top .mother {
  padding: 0;
  margin: 30px 0 0 0;
  width: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
  color: #003A8A;
  line-height: 24px;
}
.menu_mobile .box_top .mother .fa {
  float: left;
  margin: 0 13px 0 0;
  font-size: 24px;
}
.menu_mobile .box_top .text_filter {
  padding: 30px 0 0 0;
  font-weight: 700;
  font-size: 29px;
  color: #000000;
  line-height: 30px;
}
.menu_mobile .box_top .text_filter .img_item {
  float: left;
  margin: 5px 8px 0 0;
}
.menu_mobile .body {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 70px 0 35px 0;
}
.menu_mobile .body .body_box {
  padding: 0;
  overflow: hidden;
  max-height: 100%;
}
.menu_mobile .body li {
  list-style: none;
}
.menu_mobile .body .ul_menu {
  padding: 0 35px;
  margin: 0;
}
.menu_mobile .body .li_menu {
  padding: 0;
  margin: 0;
}
.menu_mobile .body .li_menu a {
  float: left;
  margin: 0 0 5px 0;
  width: 100%;
  font-weight: 500;
  font-size: 15px;
  color: #4D4D4D;
  line-height: 20px;
}
.menu_mobile .body .li_menu a .fa {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #4D4D4D;
  border-radius: 50%;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 12px;
  text-align: center;
  padding: 0 0 0 2px;
  margin: 0 0 0 5px;
}
.menu_mobile .body .ul_category {
  padding: 0;
  margin: 15px 0 0 0;
}
.menu_mobile .body .li_category {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #F1F1F1;
}
.menu_mobile .body .text {
  padding: 0 35px;
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 20px;
  color: #003A8A;
  line-height: 24px;
}
.menu_mobile .body .item {
  float: left;
  width: 100%;
  margin: 1px 0;
  padding: 0;
}
.menu_mobile .body .item .box {
  padding: 0 30px 0 85px;
  height: 40px;
  font-weight: 700;
  font-size: 11px;
  color: #FFFFFF;
  line-height: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.menu_mobile .body .item .box .box_img {
  position: absolute;
  top: 5px;
  left: 35px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #003A8A;
}
.menu_mobile .body .item .box .box_img .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  max-width: 60%;
  max-height: 60%;
}
.menu_mobile .body .item .fa {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 15px;
  margin: auto;
  width: 10px;
  height: 20px;
  font-size: 20px;
  color: #000000;
  line-height: 20px;
}
.menu_mobile .body .item .red {
  color: #DC1320;
}
.menu_mobile .body .item .red .box_img {
  background-color: #DC1320;
}
.menu_mobile .body .item .green {
  color: #42A788;
}
.menu_mobile .body .item .green .box_img {
  background-color: #42A788;
}
.menu_mobile .body .item .orange {
  color: #F38A00;
}
.menu_mobile .body .item .orange .box_img {
  background-color: #F38A00;
}
.menu_mobile .body .item .pink {
  color: #E16CA3;
}
.menu_mobile .body .item .pink .box_img {
  background-color: #E16CA3;
}
.menu_mobile .body .item .black {
  color: #171716;
}
.menu_mobile .body .item .black .box_img {
  background-color: #171716;
}
.menu_mobile .body .item .blue {
  color: #0088CE;
}
.menu_mobile .body .item .blue .box_img {
  background-color: #0088CE;
}
.menu_mobile .body .ul_mother {
  padding: 0;
  margin: 0;
}
.menu_mobile .body .ul_mother li {
  border-bottom: 1px solid #F1F1F1;
}
.menu_mobile .body .ul_mother a {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 15px 10px 35px;
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  line-height: 18px;
}
.menu_mobile .body .ul_mother a .fa {
  float: right;
  margin: -1px 0 0 0;
  font-size: 22px;
}
.menu_mobile .body .ul_mother a:hover {
  color: #003A8A;
}
.menu_mobile .body .box_category {
  padding: 0 20px 0 35px;
  margin: 25px 0 0 0;
}
.menu_mobile .body .box_category .category {
  padding: 0;
}
.menu_mobile .body .box_category .category a {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
  color: #4D4D4D;
  line-height: 17pzx;
}
.menu_mobile .body .box_category .list_subcategory {
  padding: 0;
}
.menu_mobile .body .box_category .list_subcategory ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.menu_mobile .body .box_category .list_subcategory li {
  list-style: none;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 17px;
}


.menu_mobile .body .box_category .list_subcategory li a {
  font-family: "Montserrat", sans-serif !important;

  /*font-weight: 400;*/
  float: left;
  padding: 0;
  margin: 3px 0;
  position: relative;
  cursor: pointer;
  color:#000;
  font-size: 14px;

}

.menu_mobile .body .box_category .list_subcategory li a:hover {
  font-family: "Montserrat", sans-serif !important;
  /*font-weight: bold;*/
  color:#1E338B;
}


.menu_mobile .body .box_category .list_subcategory label {
  font-weight: 400;
  float: left;
  width: 100%;
  padding: 0 0 0 20px;
  margin: 3px 0;
  position: relative;
  cursor: pointer;
}
.menu_mobile .body .box_category .list_subcategory label:hover {
  color: #003A8A;
}
.menu_mobile .body .box_category .list_subcategory .checkbox {
  position: absolute;
  top: 4px;
  left: 0;
  margin: 0;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  border: 1px solid #010101;
  font-size: 8px;
  text-align: center;
  line-height: 10px;
  color: #FFFFFF;
}
.menu_mobile .body .box_category .list_subcategory .checkbox .fa {
  display: none;
}
.menu_mobile .body .box_category .list_subcategory .text2 {
  padding: 0;
}
.menu_mobile .body .box_category .list_subcategory input[type=checkbox] {
  display: none;
}
.menu_mobile .body .box_category .list_subcategory input[type=checkbox]:checked + .checkbox {
  background-color: #003A8A;
  border-color: #003A8A;
}
.menu_mobile .body .box_category .list_subcategory input[type=checkbox]:checked + .checkbox .fa {
  display: inline-block;
}
.menu_mobile .body .box_category .list_subcategory input[type=checkbox]:checked + .checkbox + .text2 {
  font-weight: 700;
  color: #003A8A;
}

.menu_mobile .list_subcategory .box_slide_price {
    margin: 20px 0;
    padding: 0;
}
.menu_mobile .list_subcategory .noUi-horizontal .noUi-handle {
    border: 1px solid #003A8A;
    background: #003A8A;
    top: -5px;
    position: relative;
}/*
.menu_mobile .list_subcategory .noUi-connect {
    width: 100% !important;
}*/
.menu_mobile .list_subcategory .noUi-connect {
    background: none;
}

.menu_mobile .list_subcategory .noUi-horizontal::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #CDCDCD;
}
.menu_mobile .list_subcategory .box_slide_price .slide_price {
    margin: 0 0 0 0;
}
.menu_mobile .list_subcategory .box_slide_price label {
    float: left !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    width: 50% !important;
    height: auto !important;
}
.menu_mobile .list_subcategory .price_start {
    float: left;
    margin: 0;
    background-color: transparent;
    width: 100%;
    height: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #808080;
    line-height: 15px;
    text-align: left;
    border: none;
}
.menu_mobile .list_subcategory .price_end {
    float: right;
    margin: 0;
    background-color: transparent;
    width: 100%;
    height: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #808080;
    line-height: 15px;
    text-align: right;
    border: none;
}
.menu_mobile .btn_send {
  position: relative;
  padding: 15px 30px 15px 50px;
  margin: 15px 0 0 0;
  float: left;
  width: 100%;
  height: auto;
  background: #003A8A;
  border-radius: 10px;
  border: none;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  text-align: left;
}
.menu_mobile .btn_send .icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 35px;
  height: 35px;
}
.menu_mobile .btn_send .icon .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  filter: brightness(0) invert(1);
}

.bg_purple {
  background-color: #63017C;
}

.section_error {
  padding: 0 150px;
  margin: 10px 0;
}
.section_error .column_text {
  padding: 100px 15px 60px 0;
}
.section_error .column_text .text1 {
  padding: 0;
  font-weight: 400;
  font-size: 28px;
  color: #000000;
  line-height: 32px;
}
.section_error .column_text .text2 {
  padding: 5px 0 0 0;
  font-weight: 700;
  font-size: 28px;
  color: #000000;
  line-height: 32px;
}
.section_error .column_text .box_search {
  margin: 20px 0 0 0;
  padding: 0;
  position: relative;
}
.section_error .column_text .box_search .field {
  border: none;
  float: left;
  width: 100%;
  height: 50px;
  border-radius: 34px;
  margin: 0;
  padding: 0 70px 0 30px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 20px;
  color: #000000;
  line-height: 50px;
}
.section_error .column_text .box_search .btn_send {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 55px;
  height: 50px;
  border: none;
  background: none;
}
.section_error .column_text .box_search .btn_send::before {
  content: "";
  float: left;
  width: 25px;
  height: 25px;
  margin: 4px 10px 0 0;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 0 -35px;
}
.section_error .column_text .box_search ::-webkit-input-placeholder {
  color: #000000;
  opacity: 10;
}
.section_error .column_text .box_search :-moz-placeholder {
  color: #000000;
  opacity: 10;
}
.section_error .column_text .box_search ::-moz-placeholder {
  color: #000000;
  opacity: 10;
}
.section_error .column_text .box_search :-ms-input-placeholder {
  color: #000000;
  opacity: 10;
}
.section_error .column_img {
  padding: 0;
  text-align: center;
}
.section_error .column_img .img_item {
  display: inline-block;
  max-width: 100%;
}

.header_banner {
  padding: 0;
  text-align: center;
}
.header_banner .img_banner {
    display: inline-block;
    max-width: 100%;
}
.header_banner .container {
  width: 1310px;
  padding: 0 45px;
}
.header_banner .btn_close {
    z-index: 2;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: -1300px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    padding: 0;
}
.header_banner .box_center {
  display: inline-block;
  width: auto;
}
.header_banner .text {
  display: inline-block;
  max-width: 90%;
  width: auto;
  padding: 25px 0 1px 0;
  font-weight: 700;
  font-size: 25px;
  color: #F1AD00;
  line-height: 29px;
}
.header_banner .img_1 {
  float: left;
  max-width: 100%;
  margin: 0 30px 0 0;
  max-width: 20%;
}
.header_banner .img_2 {
  float: right;
  max-width: 100%;
  margin: 0 0 0 30px;
}

.header_main.fixed {
  padding: 15px 0;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(15px);
  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(15px);
}

.header_main {
  padding: 15px 0;
  background-color: #FFFFFF;
}
.header_main .box {
  padding: 0;
}
.header_main .logo {
  float: left;
}
.header_main .category {
  float: left;
  width: auto;
  margin: 20px 0 0 35px;
  font-weight: 700;
  font-size: 18px;
  color: #003A8A;
  line-height: 22px;
}
.header_main .category::before {
  content: "";
  float: left;
  width: 31px;
  height: 31px;
  margin: -4px 10px 0 0;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.header_main .box_search {
  float: left;
  width: 500px;
  max-width: 35%;
  margin: 5px 0 0 35px;
  position: relative;
}
.header_main .box_search .field {
  border: none;
  float: left;
  width: 100%;
  height: 50px;
  border-radius: 34px;
  margin: 0;
  padding: 0 70px 0 30px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 20px;
  color: #000000;
  line-height: 50px;
}
.header_main .box_search .btn_send {
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: none;
}
.header_main .box_search .btn_send::before {
  content: "";
  float: left;
  width: 25px;
  height: 25px;
  margin: 4px 0 0 3px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 0 -35px;
}
.header_main .box_search .field:focus {
    border-color: #0088CE;
}
.header_main .box_search .field:focus + .btn_send {
    background: #003A8A;
}
.header_main .box_search .field:focus + .btn_send::before {
    filter: brightness(0) invert(1);
}
.header_main .box_search ::-webkit-input-placeholder {
  color: #000000;
  opacity: 10;
}
.header_main .box_search :-moz-placeholder {
  color: #000000;
  opacity: 10;
}
.header_main .box_search ::-moz-placeholder {
  color: #000000;
  opacity: 10;
}
.header_main .box_search :-ms-input-placeholder {
  color: #000000;
  opacity: 10;
}
.header_main .likes {
  float: left;
  width: auto;
  height: auto;
  margin: 15px 0 0 20px;
}
.header_main .likes .img_item {
  float: left;
  width: auto;
  height: auto;
  margin: 0;
}
.header_main .cart {
  float: left;
  width: auto;
  height: auto;
  margin: 15px 0 0 20px;
  position: relative;
}
.header_main .cart .img_item {
  float: left;
  width: auto;
  height: auto;
  margin: 0;
}
.header_main .cart span {
    background: #FFFFFF;
    position: absolute;
    top: -6px;
    right: -5px;
    width: 15px;
    height: 15px;
    background: #FF0000;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    font-weight: 600;
    font-size: 10px;
    color: #FFFFFF;
    text-align: center;
    line-height: 15px;
}
.header_main .box_user {
  float: left;
  width: 170px;
  height: auto;
  margin: 5px 0 0 20px;
  padding: 0 0 0 40px;
  position: relative;
}
.header_main .box_user::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 30px;
  height: 35px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 0 -77px;
}
.header_main .box_user .text1 {
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  color: #003A8A;
  line-height: 22px;
}
.header_main .box_user .text2 {
  padding: 0;
  font-size: 18px;
  color: #003A8A;
  line-height: 22px;
}
.header_main .box_user a {
  color: #003A8A;
}
.header_main .box_user a:hover {
  color: #000000;
}
.header_main .box_language {
  float: right;
  width: 90px;
  margin: 5px 0 0 0;
  position: relative;
}
.header_main .box_language .text {
  padding: 0 10px;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.header_main .box_language .text::before {
  content: "";
  float: right;
  margin: 14px 0 0 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 0 -120px;
}
.header_main .box_language .img_selected {
  float: left;
  margin: 0;
}
.header_main .box_language .submenu {
  z-index: 2;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100px;
  border-radius: 10px;
  box-shadow: 0 3px 15px 1px rgba(0, 0, 0, 0.5);
  padding: 50px 10px 10px 10px;
  background-color: #ffffff;
  display: none;
}
.header_main .box_language .submenu ul {
  padding: 0;
  margin: 0;
}
.header_main .box_language .submenu li {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.header_main .box_language:hover .submenu {
  display: block;
}

.header_mobile {
  padding: 0;
  background: #F2F5F9;
  position: relative;
  z-index: 10;
  display: none;
}
.header_mobile .box_1 {
  /*background-color: rgba(0, 58, 138, 0.9);*/
  background-color: rgb(255 255 255 / 90%);
  box-shadow: 0 3px 10px 0px rgb(0 0 0 / 5%);
  backdrop-filter: blur(10px) saturate(5);
  -webkit-backdrop-filter: blur(10px) saturate(5);
  padding: 15px 0;
  height: 74px;
  z-index: 5;





}
.header_mobile .box_1.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.header_mobile .box_2 {
  padding: 5px 0;
}
.header_mobile .btn_menu {
  float: left;
  margin: 5px 10px 0 0;
  padding: 0 5px;
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 100%;
}
.header_mobile .btn_menu .line {
  float: left;
  width: 100%;
  height: 3px;
  background: #003A8A;
  border-radius: 2px;
  margin: 1px 0;
}
.header_mobile .logo {
  width: 140px;
}
.header_mobile .btn_search {
  border: none;
  float: right;
  width: 35px;
  height: 35px;
  margin: 5px 0 0 0;
  position: relative;
  background-color: transparent;
}
.header_mobile .btn_search::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -38px 2px;
}
.header_mobile .likes {
  float: left;
  width: auto;
  height: auto;
  margin: 15px 0 0 20px;
}
.header_mobile .likes .img_item {
  float: left;
  width: auto;
  height: auto;
  margin: 0;
}
.header_mobile .cart {
  float: left;
  width: auto;
  height: auto;
  margin: 15px 0 0 20px;
  position: relative;
}
.header_mobile .cart .img_item {
  float: left;
  width: auto;
  height: auto;
  margin: 0;
}
.header_mobile .cart span {
    background: #FF0000;
    position: absolute;
    top: -6px;
    right: -5px;
    width: 15px;
    height: 15px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    font-weight: 600;
    font-size: 10px;
    color: #FFFFFF;
    text-align: center;
    line-height: 15px;
}
.header_mobile .box_user {
  float: right;
  width: 170px;
  height: auto;
  margin: 5px 0 0 20px;
  padding: 0 0 0 30px;
  position: relative;
}
.header_mobile .box_user::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 30px;
  height: 35px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 0 -77px;
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.header_mobile .box_user .text1 {
  padding: 0;
  font-weight: 700;
  font-size: 13px;
  color: #003A8A;
  line-height: 18px;
}
.header_mobile .box_user .text2 {
  padding: 0;
  font-size: 13px;
  color: #003A8A;
  line-height: 18px;
}
.header_mobile .box_user a {
  color: #003A8A;
}
.header_mobile .box_user a:hover {
  color: #000000;
}
.header_mobile .box_language {
  float: left;
  width: 70px;
  margin: 5px 0 0 20px;
  position: relative;
}
.header_mobile .box_language .text {
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.header_mobile .box_language .text::before {
  content: "";
  float: right;
  margin: 14px 0 0 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 0 -120px;
}
.header_mobile .box_language .img_selected {
  float: left;
  margin: 0;
}
.header_mobile .box_language .submenu {
  z-index: 2;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100px;
  border-radius: 10px;
  box-shadow: 0 3px 15px 1px rgba(0, 0, 0, 0.5);
  padding: 50px 10px 10px 10px;
  background-color: #ffffff;
  display: none;
}
.header_mobile .box_language .submenu ul {
  padding: 0;
  margin: 0;
}
.header_mobile .box_language .submenu li {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.header_mobile .box_language:hover .submenu {
  display: block;
}
.header_mobile .box_search {
  float: left;
  width: 100%;
  margin: 10px 0;
  position: relative;
}
.header_mobile .box_search .field {
  border: none;
  float: left;
  width: 100%;
  height: 50px;
  border-radius: 34px;
  margin: 0;
  padding: 0 70px 0 30px;
  background: #D9E2EE;
  font-weight: 700;
  font-size: 16px;
  color: #003A8A;
  line-height: 50px;
}
.header_mobile .box_search .btn_send {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 55px;
  height: 50px;
  border: none;
  background: none;
}
.header_mobile .box_search .btn_send::before {
  content: "";
  float: left;
  width: 25px;
  height: 25px;
  margin: 4px 10px 0 0;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 0 -35px;
}
.header_mobile .box_search ::-webkit-input-placeholder {
  color: #003A8A;
  opacity: 10;
}
.header_mobile .box_search :-moz-placeholder {
  color: #003A8A;
  opacity: 10;
}
.header_mobile .box_search ::-moz-placeholder {
  color: #003A8A;
  opacity: 10;
}
.header_mobile .box_search :-ms-input-placeholder {
  color: #003A8A;
  opacity: 10;
}

.menu_main {
  padding: 0;
  margin: 0;
  background: #003A8A;
}
.menu_main .media {
  float: right;
  margin: 15px 0 0 0;
  width: auto;
}
.menu_main .media a {
  padding: 0;
  margin: 0 0 0 10px;
  width: auto;
  float: left;
}
.menu_main .media a img {
  float: left;
  margin: 0;
  max-width: 25px;
}
.menu_main .menu {
  padding: 0;
  margin: 0;
  float: left;
}
.menu_main li {
  padding: 15px 0;
  margin: 0;
  list-style: none;
  float: left;
  position: relative;
}
.menu_main a {
  float: left;
  width: auto;
  margin: 0 35px 0 0;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
}
.menu_main a .img_item {
  float: left;
  margin: 0 8px 0 0;
  max-width: 25px;
  max-height: 25px;
}
.menu_main a .arrow {
  float: right;
  margin: 4px 0 0 10px;
  width: 18px;
  height: 18px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 0 -150px;
}
.menu_main li:hover .submenu {
  display: block;
}
.menu_main .submenu {
  position: absolute;
  top: 89%;
  left: 0;
  z-index: 2;
  width: 260px;
  display: none;
}
.menu_main .submenu ul {
  background-color: #ffffff;
  padding: 15px 10px 0 10px;
  margin: 0;
  border-radius: 10px;
  box-shadow: 0 3px 15px 1px rgba(0, 0, 0, 0.5);
}
.menu_main .submenu li {
  padding: 0;
  margin: 0 0 10px 0;
}
.menu_main .submenu a {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}
.menu_main .submenu a .box_img {
  float: left;
  width: 25px;
  height: 25px;
  position: relative;
  margin: 0 10px 0 0;
}
.menu_main .submenu a .box_img img {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.menu_main .submenu a .fa {
  float: right;
  width: 17px;
  height: 17px;
  background-color: #000000;
  border-radius: 50%;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
  text-align: center;
}
.menu_main .submenu a:hover {
  color: #003A8A;
}
.menu_main .submenu a:hover .fa {
  background-color: #003A8A;
}

.menu_category {
  padding: 0 0 20px 0;
  margin: 0;
  box-shadow: 2px 2px 10px #D0D0D0;
  z-index: 1;
}
.menu_category .container {
  width: 1340px;
}
.menu_category .item {
  float: left;
  width: auto;
  /*width: 185px;
  max-width: 14%;*/
  margin: 20px 0 0 0;
  padding: 0 10px;
}
.menu_category .item .box {
  /*padding: 0 5px 0 50px;*/
  padding: 0 16px 0 16px;
  height: 46px;
  border-radius: 10px;
  background-color: #62A5FF;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.menu_category .item .box .box_img {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #003A8A;
}
.menu_category .item .box .box_img .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  max-width: 60%;
  max-height: 60%;
}
.menu_category .item .red {
  background: #F8CFD2;
  color: #DC1320;
}
.menu_category .item .red .box_img {
  background-color: #DC1320;
}
.menu_category .item .red:hover {
  background: #DC1320;
  color: #FFFFFF;
}
.menu_category .item .green {
  background: #D9EDE7;
  color: #42A788;
}
.menu_category .item .green .box_img {
  background-color: #42A788;
}
.menu_category .item .green:hover {
  background: #42A788;
  color: #FFFFFF;
}
.menu_category .item .orange {
  background: #FDE8CC;
  color: #F38A00;
}
.menu_category .item .orange .box_img {
  background-color: #F38A00;
}
.menu_category .item .orange:hover {
  background: #F38A00;
  color: #FFFFFF;
}
.menu_category .item .pink {
  background: #F9E1ED;
  color: #E16CA3;
}
.menu_category .item .pink .box_img {
  background-color: #E16CA3;
}
.menu_category .item .pink:hover {
  background: #E16CA3;
  color: #FFFFFF;
}
.menu_category .item .black {
  background: #D0D0D0;
  color: #171716;
}
.menu_category .item .black .box_img {
  background-color: #171716;
}
.menu_category .item .black:hover {
  background: #171716;
  color: #FFFFFF;
}
.menu_category .item .blue {
  background: #CCE7F5;
  color: #0088CE;
}
.menu_category .item .blue .box_img {
  background-color: #0088CE;
}
.menu_category .item .blue:hover {
  background: #0088CE;
  color: #FFFFFF;
}
.menu_category .submenu {
  border-radius: 20px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  padding: 110px 15px 45px 15px;  
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(25px) saturate(2);
  -webkit-backdrop-filter: blur(10px) saturate(5);
  box-shadow: 0 10px 20px 10px rgba(0, 0, 0, 0.1);
  display: none;
}
.menu_category .submenu .box_1 {
  padding: 15px 0 0 0;
}
.menu_category .submenu ul {
  padding: 0 10px 0 0;
  margin: 0;
}
.menu_category .submenu li {
  list-style: none;
}
.menu_category .submenu a {
  display: inline-block;
  width: auto;
  margin: 0 0 15px 0;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}
.menu_category .submenu a .fa {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-color: #000000;
  border-radius: 50%;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
  text-align: center;
}
.menu_category .submenu a:hover {
  color: #003A8A;
}
.menu_category .submenu a:hover .fa {
  background-color: #003A8A;
}
.menu_category .submenu .children {
  display: inline-block;
  width: auto;
  margin: 0 0 5px 0;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}
.menu_category .submenu .row_menu {
  width: 100%;
  column-count:3
}
.menu_category .submenu .row_menu .column_links {
    display: inline-block;
    width: 100%;
    padding: 0 0 25px 0;
    margin: 0;
    float: left;
}
.menu_category .submenu .row_menu .column_links li {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}
.menu_category .submenu .level2 {
    padding-left: 20px;
}
.menu_category .submenu .level3 {
    padding-left: 40px;
}
.menu_category .submenu .level4 {
    padding-left: 60px;
}
.menu_category .submenu .box_2 {
  padding: 0;
  text-align: right;
}
.menu_category .submenu .box_2 .img_item {
  float: right;
  margin: 0;
  max-width: 100%;
}

@media (min-width: 1021px) {
  .menu_category .item:hover .submenu {
    display: inline-block;
  }
}
.newsletter {
  padding: 35px 0;
  background-color: #D1DEF1;
}
.newsletter .box_text {
  padding: 0 30px 0 120px;
  background-image: url("../images/img_newsletter.png");
  background-repeat: no-repeat;
  background-position: left top;
}
.newsletter .box_text .text1 {
  padding: 0;
  font-weight: 700;
  font-size: 35px;
  color: #003A8A;
  line-height: 40px;
}
.newsletter .box_text .text2 {
  padding: 15px 0 0 0;
  font-size: 24px;
  color: #003A8A;
  line-height: 34px;
}
.newsletter .box_form {
  padding: 50px 0 0 0;
}
.newsletter .box_form .field {
  margin: 0 15px 15px 0;
  padding: 0 25px;
  border: none;
  border-radius: 30px;
  display: inline-block;
  max-width: 39%;
  width: 300px;
  height: 53px;
  font-size: 18px;
  color: #979797;
  line-height: 53px;
}
.newsletter .box_form .btn_send {
  margin: 0;
  padding: 0 20px;
  background-color: #003A8A;
  border: none;
  border-radius: 30px;
  display: inline-block;
  width: 100px;
  height: 53px;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 53px;
}
.newsletter .box_form ::-webkit-input-placeholder {
  color: #979797;
  opacity: 10;
}
.newsletter .box_form :-moz-placeholder {
  color: #979797;
  opacity: 10;
}
.newsletter .box_form ::-moz-placeholder {
  color: #979797;
  opacity: 10;
}
.newsletter .box_form :-ms-input-placeholder {
  color: #979797;
  opacity: 10;
}

.footer_main {
  padding: 60px 0 30px 0;
  background: #003A8A;
}
.footer_main .box_oscorp {
  text-align: center;
  margin: 35px 0 0 0;
}
.footer_main img {
  max-width: 100%;
}
.footer_main .column_1 {
  padding: 0;
}
.footer_main .column_1 .box_img {
  padding: 0;
}
.footer_main .column_1 .text {
  padding: 10px 0 0 0;
  font-size: 17px;
  color: #FFFFFF;
  line-height: 22px;
}
.footer_main .column_1 .contact_item {
  margin: 20px 0 0 0;
  padding: 0 0 0 43px;
  font-size: 17px;
  color: #FFFFFF;
  line-height: 22px;
}
.footer_main .column_1 .contact_item .img_item {
  position: absolute;
  top: 2px;
  left: 0;
  max-width: 40px;
}
.footer_main .column_1 .contact_item a {
  color: #FFFFFF;
}
.footer_main .column_1 .contact_item a:hover {
  color: #D0D0D0;
}
.footer_main .column_1 .media {
  margin-top: 25px;
  padding: 0;
}
.footer_main .column_1 .media a {
  float: left;
  margin: 0 15px 0 0;
}
.footer_main .column_1 .media a:hover {
  color: #D0D0D0;
}
.footer_main .column_2 {
  padding: 0 0 0 70px;
}
.footer_main .column_2 .column_menu {
  padding: 0 10px 0 0;
}
.footer_main .column_2 .title {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 22px;
}
.footer_main .column_2 ul {
  padding: 0;
  margin: 20px 0 0 0;
}
.footer_main .column_2 li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer_main .column_2 a {
  display: inline-block;
  width: auto;
  margin: 0 0 7px 0;
  font-size: 17px;
  color: #FFFFFF;
  line-height: 22px;
}
.footer_main .column_2 a:hover {
  color: #D0D0D0;
}
.footer_main .column_2 .text {
  padding: 0;
  /*margin: 85px 0 15px 0;*/
  /*margin: 128px 0 15px 0;*/
  margin: 83px 0 15px 0;
    text-align: left;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 18px;
}
.footer_main .column_2 .text .box_text {
  margin-bottom: 20px;
}
.footer_main .column_2 .box_cards {
  padding: 15px 0;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 18px;
}
.footer_main .column_2 .box_cards .box {
  float: left;
  width: auto;
  min-height: 40px;
}
.footer_main .column_2 .box_cards span {
  float: left;
  margin: 5px 0 0 0;
  /*margin: 5px 28px 0 0;*/
}
.footer_main .column_2 .box_cards .img_item {
  float: left;
  max-width: 70%;
  margin: 0 50px 0 0;
}
.footer_main .copyright {
  /*padding: 15px 0;*/
  margin-top: 112px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: left;
}


/*24.01.2023*/
.oscorpVMobile{ display: none; }

@media (min-width: 1440px) {
 .footer_main .copyright{ margin-top:112px;}
    
    
    .main_product_view .column_infos .box_attribute .btn_sendWhats {
      float: left;
      margin: 0;
      padding: 15px!important;    
      width: 183px!important;
      height: auto;
      border: none;
      border-radius: 10px;
      background-color: #4D9D58;
      font-weight: bold;
      font-size: 15px;
      color: #FFF;
      /*line-height: 40px;*/
      text-align: left;
    }
    .main_product_view .column_infos .box_attribute .btn_sendWhats .img_item {
      float: left;
      margin: 6px 15px 0 0;
        max-width: 33px;
    }
    
    
     
    
    
}

@media (min-width: 1024px) {
/*    .footer_main .copyright{ margin-top:84px;  font-size: 12px; }*/
    .footer_main .copyright{ margin-top:50px;  font-size: 15px; }
    .oscorpVDesktop{ display: block;}    
    .oscorpVMobile{ display: none; }    
    
    .main_product_view .column_infos .box_attribute .btn_send {
        font-size:18px !important;    
        padding: 10px 0 10px 27px!important;
        width: 232px!important;          
      }
    
    .main_product_view .column_infos .box_attribute .btn_send .img_item {
        
        margin: 8px 20px 0 0 !important;
    }
    
    .main_product_view .column_infos .box_attribute .btn_sendWhats{
        
        padding: 15px!important;
        /*width: 144px!important;        */
        font-size: 15px!important;
        text-align: center!important;
    }
    
    .main_product_view .column_infos .box_attribute .btn_sendWhats .img_item {
        float: left!important;
        margin: 7px 0 0 10px!important;
        max-width: 28px!important;
    }
}

@media (max-width: 1024px) {
      .main_product_view .column_infos .box_attribute .btn_send {
        font-size:18px !important;    
        padding: 10px 0 10px 27px!important;
        width: 250px!important;          
      }
    
    .main_product_view .column_infos .box_attribute .btn_send .img_item {
        
        margin: 8px 20px 0 0 !important;
    }
    
    
    .main_product_view .column_infos .box_attribute .btn_sendWhats{
        
        width: 100%!important;
        margin-top: 20px!important;
        font-size: 18px!important;
        text-align: center!important;
    }
    
    .main_product_view .column_infos .box_attribute .btn_sendWhats .img_item {
        float: left!important;
        margin: 0px 0 0 33px!important;
        max-width: 28px!important;
    }
    
    
}

@media (max-width: 768px) {
    /*.footer_main .copyright{ display: none;}*/
    .oscorpVDesktop{ display: none;}    
    
    .footer_main .oscorpVMobile .copyright{ text-align: center; font-size: 13px; padding: 0;margin: 0;}
    
}
/*24.01.2023*/




main {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
main img {
  max-width: 100%;
}

.banner {
  padding: 0;
  margin: 60px 0 0 0;
  position: relative;
  z-index: 1;
}
.banner .box_mobile {
  display: none;
  margin-bottom: -10px;
}
.banner .prev {
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  right: auto;
  width: 43px;
  height: 43px;
  z-index: 5;
  border-radius: 100%;
  font-size: 32px;
  text-align: center;
  line-height: 40px;
  color: #FFFFFF;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner .prev::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
}
.banner .prev .fa {
  position: relative;
  z-index: 1;
}
.banner .prev:hover::before {
  opacity: 0.6;
}
.banner .next {
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 30px;
  width: 43px;
  height: 43px;
  z-index: 5;
  border-radius: 100%;
  font-size: 32px;
  text-align: center;
  line-height: 40px;
  color: #FFFFFF;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner .next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
}
.banner .next .fa {
  position: relative;
  z-index: 1;
}
.banner .next:hover::before {
  opacity: 0.6;
}
.banner .slick-dots {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  bottom: 20px;
  z-index: 1;
}
.banner .slick-dots li {
  padding: 0 6px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: 20px;
}
.banner .slick-dots li button {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 1px solid #686868;
  background: #FFFFFF;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  position: relative;
  border-radius: 100%;
  opacity: 0.6;
}
.banner .slick-dots li.slick-active button,
.banner .slick-dots li:hover button {
  border: 1px solid #003A8A;
  background: #003A8A;
  opacity: 1;
}
.banner .item {
  padding: 60px 50px;
}
.banner .item .img_item_banner {
  max-width: 100%;
  max-height: 100%;
  width: 800px;
  height: 400px;
  display: inline-block;
  margin-bottom: 35px;
}
.banner .item .text1 {
  padding: 0;
  font-weight: 600;
  font-size: 42px;
  color: #323f52;
  line-height: 46px;
}
.banner .item .text2 {
  padding: 40px 0 0 0;
  font-size: 24px;
  color: #323f52;
  line-height: 28px;
}
.banner .item .btn_test {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 10px 15px;
  margin-top: 35px;
  background: #f04e23;
  border-radius: 5px;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
}
.banner .item .btn_test:hover {
  background-color: #003A8A;
}
.banner .video {
  overflow: hidden;
  padding: 0;
}
.banner .video::before {
  content: "";
  display: inline-block;
  width: 100%;
  padding: 0 0 37.5% 0;
  position: relative;
  z-index: 0;
}
.banner .video .cover {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .video .cover.active {
  opacity: 0.7;
}
.banner .video .screen {
  position: absolute;
  z-index: 0;
}
.banner .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner .banner_bottom {
  z-index: 50;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.banner .banner_bottom .box1 {
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  height: 65px;
}
.banner .banner_bottom .box1::before {
  content: "";
  position: absolute;
  left: 145px;
  bottom: 40px;
  width: 4px;
  height: 47px;
  background-color: #003A8A;
}
.banner .banner_bottom .box2 {
  background-color: #FFFFFF;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
  height: 15px;
}
.banner .banner_bottom .box2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 180px;
  height: 4px;
  background-color: #003A8A;
}

/*genérico*/
.section_product {
  padding: 0;
  margin: 20px 0;
}
.section_product .title {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 45px;
  color: #003A8A;
  line-height: 49px;
}
.section_product .box_slide {
  padding: 0;
  margin-top: 45px;
}
.section_product .slide_products {
  padding: 0;
}
.section_product .prev {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  right: auto;
  width: 60px;
  height: 60px;
  z-index: 5;
  border-radius: 100%;
  font-size: 42px;
  text-align: center;
  line-height: 60px;
  color: #656565;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.section_product .prev .fa {
  position: relative;
  z-index: 1;
  padding-right: 5px;
}
.section_product .prev:hover::before {
  opacity: 0.6;
}
.section_product .next {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -30px;
  width: 60px;
  height: 60px;
  z-index: 5;
  border-radius: 100%;
  font-size: 42px;
  text-align: center;
  line-height: 60px;
  color: #656565;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.section_product .next .fa {
  position: relative;
  z-index: 1;
  padding-left: 5px;
}
.section_product .next:hover::before {
  opacity: 0.6;
}

.content_pagination {
  padding: 0;
  margin-top: 35px;
}
.content_pagination li {
  list-style: none;
  float: left;
  width: auto;
}
.content_pagination a {
  float: left;
  margin: 0 10px 10px 0;
  padding: 3px 9px;
  border-radius: 25px;
  background: transparent;
  min-width: 29px;
  min-height: 29px;
  font-weight: 700;
  font-size: 18px;
  color: #003A8A;
  line-height: 22px;
  text-align: center;
}
.content_pagination a:hover,
.content_pagination a.active {
  background: #003A8A;
  color: #FFFFFF;
}

.section_breadcrumb {
  padding: 0;
}
.section_breadcrumb ul {
  padding: 40px 0 10px 0;
  margin: 0;
  position: relative;
}
.section_breadcrumb li {
  list-style: none;
  float: left;
  width: auto;
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 18px;
  color: #003A8A;
  line-height: 22px;
  position: relative;
}
.section_breadcrumb a {
  float: left;
  margin: 0 15px 0 0;
  width: auto;
  color: #003A8A;
}
.section_breadcrumb .fa {
  margin: 0 15px 0 0;
  font-size: 22px;
}

.product {
  /*padding: 0 8px;*/
  margin-bottom: 10px;
  height: auto !important;
    min-height: 558px!important;
}
.product .offer {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 20px;
  width: auto;
  height: auto;
  background-color: #DC1320;
  padding: 7px 10px;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 17px;
}
.product .type_list {
  display: none;
  padding: 0;
}
.product a {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 538px;
  padding: 25px;
  border: 1px solid #EDEDED;
  border-radius: 20px;
  background-color: #ffffff;
}
.product .icon {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  width: 52px;
  height: 52px;
  background-color: #000000;
  border-radius: 50%;
}
.product .icon .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  max-width: 50%;
  max-height: 50%;
}
.product .icon.red {
  background-color: #DC1320;
}
.product .icon.green {
  background-color: #42A788;
}
.product .icon.orange {
  background-color: #F38A00;
}
.product .icon.pink {
  background-color: #E16CA3;
}
.product .icon.black {
  background-color: #171716;
}
.product .icon.blue {
  background-color: #0088CE;
}
.product .code {
  padding: 0;
  font-weight: 500;
  font-size: 13px;
  color: #373737;
  line-height: 18px;
  text-align: right;
    top: -10px;
}
.product .box_img {
  padding: 0;
  margin-bottom: 10px;
  height: 180px;
}
.product .box_img .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
}
.product .text1 {
  padding: 0;
  font-weight: 700;
  font-size: 14px;
  color: #003A8A;
  line-height: 20px;
  text-align: center;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product .box_price {
  padding: 0;
  margin: 0;
  text-align: center;
}
.product .box_price .price1 {
  padding: 6px 0 0 0;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 20px;
  text-decoration: line-through;
}
.product .box_price .price2 {
  padding: 0;
  font-weight: 700;
  font-size: 21px;
  color: #DC1320;
  line-height: 25px;
}
.product .text2 {
  padding: 5px 0 0 0;
  font-weight: 500;
  font-size: 14px;
  color: #656565;
  line-height: 20px;
  text-align: center;
  /*text-transform: uppercase;*/
  /*height: 50px;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 55px;
}
.product .old {
  padding: 6px 0 0 0;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  text-align: center;
  text-decoration: line-through;
}
.product .text3 {
  padding: 5px 0;
  font-weight: 700;
  font-size: 26px;
  color: #14AC28;
  line-height: 30px;
  text-align: center;
}
.product .text3.red {
  color: #DC1320;
}
.product .text3.green {
  color: #42A788;
}
.product .text3.orange {
  color: #F38A00;
}
.product .text3.pink {
  color: #E16CA3;
}
.product .text3.black {
  color: #171716;
}
.product .text3.blue {
  color: #0088CE;
}
.product .text4 {
  padding: 0 0 14px 0;
  font-weight: 500;
  font-size: 14px;
  color: #656565;
  line-height: 20px;
  text-align: center;
  min-height: 38px;
}
.product .text5 {
  margin-top: 35px;
  padding: 6px 10px;
  background-color: #FFDEDE;
  border-radius: 20px;
  font-weight: 700;
  font-size: 18px;
  color: #E62E2E;
  line-height: 22px;
  text-align: center;
}
.product .btn_buy {
  display: inline-block;
  padding: 10px 15px;
  margin: 10px 0 0 0;
  width: auto;
  height: auto;
  border-radius: 20px;
  background: #003A8A;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
}
.product .btn_buy .img_item {
  float: left;
  margin: 0 5px 0 0;
  width: 18px;
}
.product a:hover .box_img .img_item {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}

/*genérico*/
.main_home .feature {
  padding: 0;
  margin: 15px 0;
}
.main_home .feature .slide_feature .slick-dots,
.main_home .feature .slide_banner_feature .slick-dots {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 30px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.main_home .feature .slide_feature .slick-dots li,
.main_home .feature .slide_banner_feature .slick-dots li {
  padding: 0 6px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: 20px;
}
.main_home .feature .slide_feature .slick-dots li button,
.main_home .feature .slide_banner_feature .slick-dots li button {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 1px solid #686868;
  background: #FFFFFF;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  position: relative;
  border-radius: 100%;
  opacity: 0.6;
}
.main_home .feature .slide_feature .slick-dots li.slick-active button,
.main_home .feature .slide_feature .slick-dots li:hover button,
.main_home .feature .slide_banner_feature .slick-dots li.slick-active button,
.main_home .feature .slide_banner_feature .slick-dots li:hover button {
  border: 1px solid #003A8A;
  background: #003A8A;
  opacity: 1;
}
.main_home .feature .item {
  padding: 0 5px;
}
.main_home .feature .item .box_banner {
  padding: 0;
}
.main_home .feature .item .box_infos {
  padding: 15px 0 15px 90px;
  margin-top: 35px;
}
.main_home .feature .item .box_infos .box_icon {
  position: absolute;
  top: 0;
  left: 10px;
  width: 75px;
}
.main_home .feature .item .box_infos .box_icon .img_item {
  float: left;
  margin: 0;
  max-width: 100%;
}
.main_home .feature .item .box_infos .text1 {
  padding: 0;
  font-weight: 500;
  font-size: 18px;
  color: #373737;
  line-height: 22px;
}
.main_home .feature .item .box_infos .text2 {
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  color: #003A8A;
  line-height: 22px;
}
.main_home .box_product {
  padding: 0 30px;
  margin: 20px 0;
}
.main_home .box_product .title {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 45px;
  color: #003A8A;
  line-height: 49px;
}
.main_home .box_product .title a {
  color: #003A8A;
}
.main_home .box_product .title a:hover {
  color: #002455;
}
.main_home .box_product .box_slide {
  padding: 0;
  margin-top: 45px;
}
.main_home .box_product .slide_products {
  padding: 0;
}
.main_home .box_product .prev {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  right: auto;
  width: 60px;
  height: 60px;
  z-index: 5;
  border-radius: 100%;
  font-size: 42px;
  text-align: center;
  line-height: 60px;
  color: #656565;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.main_home .box_product .prev .fa {
  position: relative;
  z-index: 1;
  padding-right: 5px;
}
.main_home .box_product .prev:hover::before {
  opacity: 0.6;
}
.main_home .box_product .next {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -30px;
  width: 60px;
  height: 60px;
  z-index: 5;
  border-radius: 100%;
  font-size: 42px;
  text-align: center;
  line-height: 60px;
  color: #656565;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.main_home .box_product .next .fa {
  position: relative;
  z-index: 1;
  padding-left: 5px;
}
.main_home .box_product .next:hover::before {
  opacity: 0.6;
}
.main_home .section_banners {
  padding: 0;
  margin-top: 30px;
}
.main_home .section_banners .item {
  padding: 0 7px;
  margin-bottom: 15px;
}
.main_home .section_category {
  padding: 0;
  margin: 30px 0;
}
.main_home .section_category .title {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 45px;
  color: #003A8A;
  line-height: 49px;
}
.main_home .section_category .box_items {
  margin-top: 40px;
  padding: 0;
}
.main_home .section_category .box_items .slide_section_category .slick-dots {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 30px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.main_home .section_category .box_items .slide_section_category .slick-dots li {
  padding: 0 6px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: 20px;
}
.main_home .section_category .box_items .slide_section_category .slick-dots li button {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 1px solid #686868;
  background: #FFFFFF;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  position: relative;
  border-radius: 100%;
  opacity: 0.6;
}
.main_home .section_category .box_items .slide_section_category .slick-dots li.slick-active button,
.main_home .section_category .box_items .slide_section_category .slick-dots li:hover button {
  border: 1px solid #003A8A;
  background: #003A8A;
  opacity: 1;
}
.main_home .section_category .box_items .item {
  padding: 0;
  margin: 0;
  text-align: center;
}
.main_home .section_category .box_items .item .box_img {
  width: 150px;
  max-width: 90%;
  height: auto;
  padding: 0;
  display: inline-block;
  border-radius: 100%;
  background: #171716;
  position: relative;
}
.main_home .section_category .box_items .item .box_img::before {
  content: "";
  float: left;
  width: 100%;
  padding: 0 0 100% 0;
}
.main_home .section_category .box_items .item .box_img .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  max-width: 60%;
  max-height: 60%;
}
.main_home .section_category .box_items .item .text {
  padding: 0;
  margin-top: 10px;
  font-weight: 700;
  font-size: 16px;
  color: #171716;
  line-height: 20px;
}
.main_home .section_category .box_items .red .box_img {
  background-color: #DC1320;
}
.main_home .section_category .box_items .green .box_img {
  background-color: #42A788;
}
.main_home .section_category .box_items .orange .box_img {
  background-color: #F38A00;
}
.main_home .section_category .box_items .pink .box_img {
  background-color: #E16CA3;
}
.main_home .section_category .box_items .black .box_img {
  background-color: #171716;
}
.main_home .section_category .box_items .blue .box_img {
  background-color: #0088CE;
}
.main_home .section_brands {
  padding: 0 20px;
  margin: 35px 0 0 0;
}
.main_home .section_brands .title {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 45px;
  color: #003A8A;
  line-height: 49px;
}
.main_home .section_brands .box_items_brands {
  margin-top: 70px;
  padding: 0 15px;
}
.main_home .section_brands .box_items_brands .item {
  padding: 0;
  margin: 0;
  height: 85px;
}
.main_home .section_brands .box_items_brands .item .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  max-width: 80%;
  max-height: 80%;
}
.main_home .section_brands .box_items_brands .prev {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -45px;
  right: auto;
  width: 60px;
  height: 60px;
  z-index: 5;
  border-radius: 100%;
  font-size: 42px;
  text-align: center;
  line-height: 60px;
  color: #656565;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.main_home .section_brands .box_items_brands .prev .fa {
  position: relative;
  z-index: 1;
  padding-right: 5px;
}
.main_home .section_brands .box_items_brands .prev:hover::before {
  opacity: 0.6;
}
.main_home .section_brands .box_items_brands .next {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -45px;
  width: 60px;
  height: 60px;
  z-index: 5;
  border-radius: 100%;
  font-size: 42px;
  text-align: center;
  line-height: 60px;
  color: #656565;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.main_home .section_brands .box_items_brands .next .fa {
  position: relative;
  z-index: 1;
  padding-left: 5px;
}
.main_home .section_brands .box_items_brands .next:hover::before {
  opacity: 0.6;
}
.main_home .section_brands .slide_distributor .slick-dots {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 30px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.main_home .section_brands .slide_distributor .slick-dots li {
  padding: 0 6px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: 20px;
}
.main_home .section_brands .slide_distributor .slick-dots li button {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 1px solid #686868;
  background: #FFFFFF;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  position: relative;
  border-radius: 100%;
  opacity: 0.6;
}
.main_home .section_brands .slide_distributor .slick-dots li.slick-active button,
.main_home .section_brands .slide_distributor .slick-dots li:hover button {
  border: 1px solid #003A8A;
  background: #003A8A;
  opacity: 1;
}
.main_home .section_brands .column {
  padding: 0 7px;
  margin-top: 40px;
}
.main_home .section_brands .column .box_infos {
  border: 1px solid #F1F1F1;
  border-radius: 20px;
  padding: 35px;
  min-height: 235px;
}
.main_home .section_brands .column .box_img {
  padding-left: 0;
  height: 85px;
}
.main_home .section_brands .column .box_img .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
}
.main_home .section_brands .column .text {
  padding: 0;
  margin: 0;
  min-height: 115px;
  font-weight: 500;
  font-size: 24px;
  color: #010101;
  line-height: 34px;
}
.main_home .section_brands .column .view {
  padding: 10px 15px;
  margin: 15px 0 0 33%;
  border-radius: 25px;
  border: 2px solid #003A8A;
  display: inline-block;
  width: auto;
  font-weight: 500;
  font-size: 22px;
  color: #003A8A;
  line-height: 24px;
}
.main_home .section_brands .column .view:hover {
  background: #003A8A;
  color: #FFFFFF;
}
.main_home .section_blog {
  padding: 0 20px;
  margin: 50px 0 0 0;
}
.main_home .section_blog .title {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 45px;
  color: #003A8A;
  line-height: 49px;
}
.main_home .section_blog .box_items {
  margin-top: 35px;
  padding: 0;
}
.main_home .section_blog .box_items .prev {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25px;
  right: auto;
  width: 60px;
  height: 60px;
  z-index: 5;
  border-radius: 100%;
  font-size: 42px;
  text-align: center;
  line-height: 60px;
  color: #656565;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.main_home .section_blog .box_items .prev .fa {
  position: relative;
  z-index: 1;
  padding-right: 5px;
}
.main_home .section_blog .box_items .prev:hover::before {
  opacity: 0.6;
}
.main_home .section_blog .box_items .next {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -25px;
  width: 60px;
  height: 60px;
  z-index: 5;
  border-radius: 100%;
  font-size: 42px;
  text-align: center;
  line-height: 60px;
  color: #656565;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.main_home .section_blog .box_items .next .fa {
  position: relative;
  z-index: 1;
  padding-left: 5px;
}
.main_home .section_blog .box_items .next:hover::before {
  opacity: 0.6;
}
.main_home .section_blog .item {
  padding: 0 7px;
  width: 470px;
}
.main_home .section_blog .item .box {
  padding: 0;
  border-radius: 20px;
  border: 1px solid #E1E1E1;
  background-color: #ffffff;
  overflow: hidden;
}
.main_home .section_blog .item .box_infos {
  padding: 25px 35px;
  min-height: 210px;
}
.main_home .section_blog .item .box_img {
  height: 260px;
  padding: 0;
  overflow: hidden;
}
.main_home .section_blog .item .box_img .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_home .section_blog .item .text1 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.5px;
  color: #003A8A;
  line-height: 34px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.main_home .section_blog .item .text2 {
  padding: 0 15px 0 0;
  margin: 10px 0 0 0;
  font-weight: 500;
  /*font-size: 24px;*/
  font-size: 16px;
  color: #010101;
  line-height: 34px;
  height: 70px;
  overflow: hidden;
}
.main_home .section_blog .item .text2::before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  width: auto;
  background-color: #FFFFFF;
}
.main_home .section_blog .item .text2::after {
  content: "";
  position: absolute;
  right: 0;
  width: 23px;
  height: 100%;
  margin-top: 0.2em;
  background-color: #FFFFFF;
}
.main_home .section_blog .item a:hover .img_item {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.main_home .section_reviews {
  padding: 0;
  margin: 50px 0 65px 0;
}
.main_home .section_reviews .title {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 45px;
  color: #003A8A;
  line-height: 49px;
}
.main_home .section_reviews .box_items {
  padding: 0;
  margin-top: 25px;
}
.main_home .section_reviews .box_items .prev {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25px;
  right: auto;
  width: 60px;
  height: 60px;
  z-index: 5;
  border-radius: 100%;
  font-size: 42px;
  text-align: center;
  line-height: 60px;
  color: #656565;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.main_home .section_reviews .box_items .prev .fa {
  position: relative;
  z-index: 1;
  padding-right: 5px;
}
.main_home .section_reviews .box_items .prev:hover::before {
  opacity: 0.6;
}
.main_home .section_reviews .box_items .next {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -25px;
  width: 60px;
  height: 60px;
  z-index: 5;
  border-radius: 100%;
  font-size: 42px;
  text-align: center;
  line-height: 60px;
  color: #656565;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.main_home .section_reviews .box_items .next .fa {
  position: relative;
  z-index: 1;
  padding-left: 5px;
}
.main_home .section_reviews .box_items .next:hover::before {
  opacity: 0.6;
}
.main_home .section_reviews .box_items .item {
  float: left;
  margin: 1px;
  padding: 0 25px 0 0;
  width: 500px;
}
.main_home .section_reviews .box_items .item .box {
  min-height: 370px;
  border: 2px solid #D1DEF1;
  border-radius: 20px;
  overflow: hidden;
  padding: 0;
}
.main_home .section_reviews .box_items .item .box_star {
  padding: 30px 35px 15px 35px;
}
.main_home .section_reviews .box_items .item .box_star .fa {
  font-weight: 500;
  font-size: 24px;
  color: #FFB22D;
  line-height: 32px;
}
.main_home .section_reviews .box_items .item .box_star .img_item {
  float: left;
  margin: 0 3px 0 0;
}
.main_home .section_reviews .box_items .item .box_text {
  padding: 0 35px;
  font-weight: 500;
  font-size: 24px;
  color: #010101;
  line-height: 32px;
  font-style: italic;
}
.main_home .section_reviews .box_items .item .box_user {
  padding: 25px;
  min-height: 115px;
  background: #D1DEF1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.main_home .section_reviews .box_items .item .box_user .text1 {
  padding: 0;
  font-weight: 700;
  font-size: 30px;
  color: #003A8A;
  line-height: 34px;
}
.main_home .section_reviews .box_items .item .box_user .text2 {
  padding: 5px 0 0 0;
  font-weight: 500;
  font-size: 24px;
  color: #010101;
  line-height: 32px;
}

/*asistência técnica*/
.main_institutional .wrap {
  padding: 30px 0 0 0;
}
.main_institutional .wrap .title_page {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 55px;
  color: #003A8A;
  line-height: 55px;
}
.main_institutional .wrap .box_text {
  padding: 25px 0 60px 0;
  font-weight: 500;
  font-size: 18px;
  color: #010101;
  line-height: 24px;
}
.main_institutional .wrap .box_text .title {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 35px;
  color: #003A8A;
  line-height: 38px;
}
.main_institutional .wrap .box_map {
  padding: 0;
  margin-bottom: 100px;
}
.main_institutional .wrap .box_map iframe {
  display: inline-block;
  margin: 0;
  width: 100% !important;
  height: 555px !important;
}
.main_institutional .wrap .box_map th {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
}
.main_institutional .wrap .box_map td {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
}
.main_institutional .wrap .box_map .store_locator_sidebar {
  width: 100%;
  overflow-x: auto;
}
.main_institutional .wrap .box_map .box_form {
  margin: 50px 0 30px 0;
  padding: 0;
}
.main_institutional .wrap .box_map .box_form label {
  padding: 0 20px 0 0;
  margin: 0 0 25px 0;
}
.main_institutional .wrap .box_map .box_form .text_label {
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  color: #010101;
  line-height: 22px;
}
.main_institutional .wrap .box_map .box_form .text_label span {
  float: right;
  width: auto;
  font-size: 17px;
  color: #BBBFCD;
  line-height: 22px;
}
.main_institutional .wrap .box_map .box_form .field {
  padding: 0 15px;
  margin: 7px 0 0 0;
  display: inline-block;
  width: 100%;
  height: 58px;
  background: #DDE1EE;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  font-size: 17px;
  color: #6C7287;
  line-height: 22px;
}
.main_institutional .wrap .box_map .box_form select {
  display: none;
}
.main_institutional .wrap .box_map .box_form .box_select {
  padding: 0 15px;
  margin: 7px 0 0 0;
  display: inline-block;
  width: 100%;
  height: 58px;
  background: #DDE1EE;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  font-size: 17px;
  color: #6C7287;
  line-height: 22px;
  outline: none;
}
.main_institutional .wrap .box_map .box_form .box_select .option {
  margin: 18px 0 0 0;
  padding: 0;
}
.main_institutional .wrap .box_map .box_form .box_select .arrow_select {
  width: 35px;
  height: 58px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -90px 25px;
  position: absolute;
  right: 0;
  margin: 0;
}
.main_institutional .wrap .box_map .box_form .btn_send {
  padding: 10px 45px;
  margin: 0 0 0 0;
  float: left;
  width: auto;
  height: auto;
  background: #003A8A;
  border-radius: 30px;
  border: none;
  font-weight: 700;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 22px;
}
.main_institutional .wrap .box_map .box_form .btn_send:hover {
  background: #003A8A;
}

/*asistência técnica*/
/*blog*/
.main_blog .wrap {
  padding: 0;
}
.main_blog .title_page {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 45px;
  color: #003A8A;
  line-height: 50px;
}
.main_blog .box_view {
  padding: 0 0 55px 0;
  background: #FFFFFF;
}
.main_blog .box_view .box_img {
  padding: 0;
  margin-top: 20px;
}
.main_blog .box_view .box_share {
  padding: 0;
  margin: 30px 0 0 0;
}
.main_blog .box_view .box_share span {
  float: left;
  width: auto;
  margin: 9px 20px 0 0;
  font-weight: 700;
  font-size: 16px;
  color: #003A8A;
  line-height: 16px;
}
.main_blog .box_view .box_share a {
  float: left;
  margin: 0 10px 10px 0;
  border-radius: 50%;
  background: #000000;
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
}
.main_blog .box_view .box_share a .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 19px;
  max-height: 19px;
}
.main_blog .box_view .box_share .whatsapp {
  background: #13B207;
}
.main_blog .box_view .box_share .messenger {
  background: #0753D6;
}
.main_blog .box_view .box_share .facebook {
  background: #1E478E;
}
.main_blog .box_view .box_share .twitter {
  background: #1DA1F2;
}
.main_blog .box_view .text1 {
  padding: 0;
  margin: 40px 0 0 0;
  font-weight: 700;
  font-size: 45px;
  color: #003A8A;
  line-height: 50px;
}
.main_blog .box_view .text2 {
  padding: 0;
  margin: 10px 0 0 0;
  font-weight: 500;
  font-size: 18px;
  color: #010101;
  line-height: 24px;
}
.main_blog .box_view .text2 a {
    color: #010101;
}
.main_blog .box_view .text2 a:hover {
    color: #003A8A;
}
.main_blog .box_view .text2 span {
  font-weight: 700;
}
.main_blog .box_view .text3 {
  padding: 0;
  margin: 20px 0 0 0;
  font-weight: 500;
  /*font-size: 24px;*/
  font-size: 16px;
  color: #010101;
  line-height: 30px;
}
.main_blog .box_view .text3 img {
    max-width: 100% !important;
    height: auto !important;
}
.main_blog .box_view .control_post {
  padding: 0;
  margin: 0 0 20px 0;
}
.main_blog .box_view .control_post a {
  float: left;
  margin: 0;
  padding: 10px 20px;
  background: #EEEEEE;
}
.main_blog .box_view .control_post a .control_box_img {
  height: 100px;
  margin: 15px 0;
  overflow: hidden;
}
.main_blog .box_view .control_post a .control_box_img .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_blog .box_view .control_post a .control_box_infos {
  padding: 10px 20px;
}
.main_blog .box_view .control_post a .text_action {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  color: #2F3337;
  line-height: 24px;
  text-transform: uppercase;
}
.main_blog .box_view .control_post a .control_text {
  padding: 0;
  margin: 5px 0 0 0;
  font-size: 18px;
  color: #2F3337;
  line-height: 24px;
}
.main_blog .section_comments {
  padding: 0;
  margin: 20px 0;
}
.main_blog .section_comments .title {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 45px;
  color: #003A8A;
  line-height: 49px;
}
.main_blog .box_featured {
  padding: 0 0 55px 0;
  background: #FFFFFF;
}
.main_blog .box_featured .box_img {
  padding: 0;
  margin-top: 20px;
}
.main_blog .box_featured .text1 {
  padding: 0;
  margin: 40px 0 0 0;
  font-weight: 700;
  font-size: 55px;
  color: #003A8A;
  line-height: 55px;
}
.main_blog .box_featured .text2 {
  padding: 0;
  margin: 10px 0 0 0;
  font-weight: 500;
  font-size: 24px;
  color: #010101;
  line-height: 30px;
}
.main_blog .box_featured .text2 span {
  font-weight: 700;
}
.main_blog .box_featured .text3 {
  padding: 0;
  margin: 20px 0 0 0;
  font-weight: 500;
  font-size: 24px;
  color: #010101;
  line-height: 30px;
}
.main_blog .box_items {
  margin-top: 35px;
  padding: 55px 0;
  background: #EDEEF3;
}








.main_blog .section_error {
  padding: 0;
  margin: 10px 0;
}
.main_blog .section_error .column_text {
  padding: 100px 15px 60px 0;
}
.main_blog .section_error .column_text .text1 {
  padding: 0;
  font-weight: 400;
  font-size: 28px;
  color: #000000;
  line-height: 32px;
}
.main_blog .section_error .column_text .text2 {
  padding: 5px 0 0 0;
  font-weight: 700;
  font-size: 28px;
  color: #000000;
  line-height: 32px;
}
.main_blog .section_error .column_text .box_search {
  margin: 20px 0 0 0;
  padding: 0;
  position: relative;
}
.main_blog .section_error .column_text .box_search .field {
  border: none;
  float: left;
  width: 100%;
  height: 50px;
  border-radius: 34px;
  margin: 0;
  padding: 0 70px 0 30px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 20px;
  color: #000000;
  line-height: 50px;
}
.main_blog .section_error .column_text .box_search .btn_send {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 55px;
  height: 50px;
  border: none;
  background: none;
}
.main_blog .section_error .column_text .box_search .btn_send::before {
  content: "";
  float: left;
  width: 25px;
  height: 25px;
  margin: 4px 10px 0 0;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 0 -35px;
}
.main_blog .section_error .column_text .box_search ::-webkit-input-placeholder {
  color: #000000;
  opacity: 10;
}
.main_blog .section_error .column_text .box_search :-moz-placeholder {
  color: #000000;
  opacity: 10;
}
.main_blog .section_error .column_text .box_search ::-moz-placeholder {
  color: #000000;
  opacity: 10;
}
.main_blog .section_error .column_text .box_search :-ms-input-placeholder {
  color: #000000;
  opacity: 10;
}
.main_blog .section_error .column_img {
  padding: 0;
  text-align: center;
}
.main_blog .section_error .column_img .img_item {
  display: inline-block;
  max-width: 100%;
}







.main_blog .column_1 {
  padding: 0;
}
.main_blog .column_1 .item {
  padding: 0 7px;
  margin-bottom: 25px;
}
.main_blog .column_1 .item .box {
  padding: 0;
  border-radius: 20px;
  background-color: #ffffff;
  overflow: hidden;
}
.main_blog .column_1 .item .box_infos {
  padding: 25px;
}
.main_blog .column_1 .item .box_img {
  height: 260px;
  padding: 0;
  overflow: hidden;
}
.main_blog .column_1 .item .box_img .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_blog .column_1 .item .category {
  padding: 2px 7px;
  margin: 0 0 10px 0;
  background: #FF9A26;
  border-radius: 5px;
  display: inline-block;
  width: auto;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 18px;
}
.main_blog .column_1 .item .text1 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -1px;
  color: #003A8A;
  line-height: 34px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.main_blog .column_1 .item .text2 {
  padding: 0;
  margin: 10px 0 0 0;
  font-weight: 500;
  font-size: 16px;
  /*font-size: 24px;*/
  color: #010101;
  line-height: 34px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}/*
.main_blog .column_1 .item .text2::before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  width: auto;
  background-color: #FFFFFF;
}
.main_blog .column_1 .item .text2::after {
  content: "";
  position: absolute;
  right: 0;
  width: 23px;
  height: 100%;
  margin-top: 0.2em;
  background-color: #FFFFFF;
}*/
.main_blog .column_1 .item a:hover .img_item {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.main_blog .column_2 {
  padding: 0 0 0 20px;
}
.main_blog .column_2 .box_search {
  float: left;
  width: 100%;
  margin: 10px 0;
  padding: 0;
  position: relative;
}
.main_blog .column_2 .box_search .field {
  border: none;
  float: left;
  width: 100%;
  height: 46px;
  border-radius: 34px;
  margin: 0;
  padding: 0 65px 0 20px;
  background: #D5DCE8;
  font-weight: 700;
  font-size: 16px;
  color: #003A8A;
  line-height: 46px;
}
.main_blog .column_2 .box_search .btn_send {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 55px;
  height: 46px;
  border: none;
  background: none;
}
.main_blog .column_2 .box_search .btn_send::before {
  content: "";
  float: left;
  width: 25px;
  height: 25px;
  margin: 4px 10px 0 0;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: 0 -35px;
}
.main_blog .column_2 .box_search ::-webkit-input-placeholder {
  color: #003A8A;
  opacity: 10;
}
.main_blog .column_2 .box_search :-moz-placeholder {
  color: #003A8A;
  opacity: 10;
}
.main_blog .column_2 .box_search ::-moz-placeholder {
  color: #003A8A;
  opacity: 10;
}
.main_blog .column_2 .box_search :-ms-input-placeholder {
  color: #003A8A;
  opacity: 10;
}
.main_blog .column_2 .box_category {
  padding: 20px 0 0 15px;
}
.main_blog .column_2 .box_category .text {
  padding: 0;
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  line-height: 28px;
}
.main_blog .column_2 .box_category ul {
  margin: 15px 0 0 0;
}
.main_blog .column_2 .box_category li {
  list-style: none;
}
.main_blog .column_2 .box_category a {
  float: left;
  margin: 0 0 10px 3px;
  width: auto;
  font-weight: 500;
  font-size: 19px;
  color: #000000;
  line-height: 24px;
}
.main_blog .column_2 .box_category a .fa {
  float: left;
  margin: -3px 10px 0 0;
  font-size: 30px;
}
.main_blog .column_2 .box_category a:hover {
  color: #003A8A;
}
.main_blog .column_2 .box_posts {
  padding: 20px 0 0 15px;
}
.main_blog .column_2 .box_posts .title {
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  line-height: 28px;
}
.main_blog .column_2 .box_posts .item {
  margin-top: 10px;
  padding: 0;
}
.main_blog .column_2 .box_posts .item .box {
  padding: 0 0 0 95px;
  min-height: 100px;
}
.main_blog .column_2 .box_posts .item .box_img {
  width: 78px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 10px;
  margin: 0;
}
.main_blog .column_2 .box_posts .item .box_img .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_blog .column_2 .box_posts .item .text1 {

  /*margin: 0;
  padding: 0 15px 0 0;
  font-weight: 700;
  font-size: 18px;
  color: #003A8A;
  line-height: 24px;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;*/

  margin: 0;
  padding: 0 15px 0 0;
  font-weight: 700;
  font-size: 16px;
  color: #003A8A;
  line-height: 24px;
  letter-spacing: -0.5px;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;


}/*
.main_blog .column_2 .box_posts .item .text1::before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  width: auto;
  background-color: #FFFFFF;
}
.main_blog .column_2 .box_posts .item .text1::after {
  content: "";
  position: absolute;
  right: 0;
  width: 23px;
  height: 100%;
  margin-top: 0.2em;
  background-color: #FFFFFF;
}*/
.main_blog .column_2 .box_posts .item .text2 {
  margin: 0;
  padding: 5px 0 0 0;
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
}
.main_blog .column_2 .box_text {
  padding: 30px 0 0 15px;
}
.main_blog .column_2 .box_text .text1 {
  padding: 0;
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  line-height: 28px;
}
.main_blog .column_2 .box_text .text2 {
  padding: 15px 0 0 0;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 24px;
}
.main_blog .column_2 .box_text a {
  float: left;
  margin: 0 10px 10px 0;
  width: auto;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 24px;
}
.main_blog .column_2 .box_text a:hover {
  color: #003A8A;
}

/*blog*/
/*carrinho*/
.main_cart {
  background: #EDEEF3;
}
.main_cart .wrap {
  padding: 30px 0 0 0;
}
.main_cart .title_page {
  padding: 0;
  margin: 0 0 35px 0;
  font-weight: 700;
  font-size: 45px;
  color: #003A8A;
  line-height: 50px;
}
.main_cart .title_page .img_item {
  float: left;
  margin: 8px 20px 0 0;
}
.main_cart .box_items_cart {
    margin: 40px 0;
}
.main_cart .box_items_cart .column_1 {
    border-radius: 25px;
    background: #ffffff;
    padding: 50px 40px;
    display: inline-block;
    text-align: center;
}
.main_cart .box_items_cart .column_1 .img_item {
    display: inline-block;
    max-width: 100%;
    margin: 0 0 50px 0;
}
.main_cart .box_items_cart .column_1 .text1 {
    padding: 0 10px;
    margin: 0 0 15px 0;
    font-weight: 700;
    font-size: 30px;
    color: #003989;
    line-height: 35px;
    text-align: left;
}
.main_cart .box_items_cart .column_1 .text2 {
    padding: 0 10px;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    color: #292929;
    line-height: 28px;
    text-align: left;
}
.main_cart .box_items_cart .column_2 {
    padding: 0 0 0 30px;
}
.main_cart .box_items_cart .column_2 .box_warning {
    margin: 20px 0;
    padding: 0;
}

.main_cart .box_items_cart .column_2 .box_warning .text_warning {
    background: #FFD5D5;
    border-radius: 25px;
    font-weight: 400;
    font-size: 18px;
    color: #FF2828;
    line-height: 24px;
    padding: 15px 20px 15px 100px;
}
.main_cart .box_items_cart .column_2 .box_warning .text_warning .img_item {
    position: absolute;
    top: 25px;
    left: 30px;
}
.main_cart .box_items_cart .column_2 .box_warning .text_warning strong {
    font-weight: 700;
}
.main_cart .box_items_cart .column_2 .text1 {
    padding: 0;
    margin: 0 0 15px 0;
    font-weight: 600;
    font-size: 25px;
    color: #003989;
    line-height: 30px;
}
.main_cart .box_items_cart .column_2 .box_product {
    padding: 0 10px;
    margin: 15px 0 0 0;
    background: #ffffff;
    border-radius: 20px;
}
.main_cart .box_items_cart .column_2 .box_product .top {
    padding: 0;
    margin: 0;
}
.main_cart .box_items_cart .column_2 .box_product .top .box_img {
    float: left;
    width: 22%;
    font-weight: 600;
    font-size: 18px;
    color: #003989;
    border-right: 1px solid #EBEDF1;
    min-height: 40px;
    padding: 15px 0 0 10px;
}
.main_cart .box_items_cart .column_2 .box_product .top .box_text {
    float: left;
    width: 53%;
    font-weight: 600;
    font-size: 18px;
    color: #003989;
    border-right: 1px solid #EBEDF1;
    min-height: 40px;
    padding: 15px 0 0 10px;
}
.main_cart .box_items_cart .column_2 .box_product .top .box_test {
    float: left;
    width: 25%;
    font-weight: 600;
    font-size: 18px;
    color: #003989;
    text-align: center;
    min-height: 40px;
    padding: 15px 0 0 10px;
}
.main_cart .box_items_cart .column_2 .box_product .item {
    padding: 0;
    margin: 0;
}
.main_cart .box_items_cart .column_2 .box_product .item .box_img {
    float: left;
    width: 22%;
    border-right: 1px solid #EBEDF1;
    height: 130px;
}
.main_cart .box_items_cart .column_2 .box_product .item .box_img .box {
    height: 110px;
    position: relative;
}
.main_cart .box_items_cart .column_2 .box_product .item .box_img .box .img_item {
    display: inline-block;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.main_cart .box_items_cart .column_2 .box_product .item .box_text {
    float: left;
    width: 53%;
    border-right: 1px solid #EBEDF1;
    height: 130px;
}
.main_cart .box_items_cart .column_2 .box_product .item .box_text .text_product {
    margin: 40px 0 0 0;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
}
.main_cart .box_items_cart .column_2 .box_product .item .box_test {
    float: left;
    width: 25%;
    text-align: center;
}

.main_cart .box_items_cart .column_2 .box_product .item .box_test .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin: 45px 0 0 0;
    display: inline-block;
    /* Rounded sliders */
}

.main_cart .box_items_cart .column_2 .box_product .item .box_test .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.main_cart .box_items_cart .column_2 .box_product .item .box_test .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #C54242;
    -webkit-transition: .4s;
    transition: .4s;
}

.main_cart .box_items_cart .column_2 .box_product .item .box_test .switch .slider::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.main_cart .box_items_cart .column_2 .box_product .item .box_test .switch input:checked + .slider {
    background-color: #81BE62;
}

.main_cart .box_items_cart .column_2 .box_product .item .box_test .switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.main_cart .box_items_cart .column_2 .box_product .item .box_test .switch input:checked + .slider:before {
    -webkit-transform: translateX(28px);
    -ms-transform: translateX(28px);
    transform: translateX(28px);
}

.main_cart .box_items_cart .column_2 .box_product .item .box_test .switch .slider.round {
    border-radius: 34px;
}

.main_cart .box_items_cart .column_2 .box_product .item .box_test .switch .slider.round:before {
    border-radius: 50%;
}

.main_cart .box_items_cart .column_2 .box_product .item .box_test .yes {
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 4px;
    left: 0;
    padding: 0 6px;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: left;
    opacity: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.main_cart .box_items_cart .column_2 .box_product .item .box_test .no {
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 4px;
    left: 0;
    padding: 0 4px;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: right;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.main_cart .box_items_cart .column_2 .box_product .item .box_test .switch input:checked + .slider + .yes {
    opacity: 1;
}
.main_cart .box_items_cart .column_2 .box_product .item .box_test .switch input:checked + .slider + .yes + .no {
    opacity: 0;
}
.main_cart .box_steps {
  padding: 7px;
  margin: 5px 0 0 0;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 3px 15px 1px #CCCCCC;
  background-color: #ffffff;
}
.main_cart .box_steps .item {
  float: left;
  margin: 0;
  padding: 5px 15px;
  width: 20%;
  border-radius: 30px;
}
.main_cart .box_steps .item .icon {
  float: left;
  margin: 0;
  width: 30px;
  height: 30px;
  position: relative;
}
.main_cart .box_steps .item .icon .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  right: auto;
}
.main_cart .box_steps .item .text_item {
  float: left;
  margin: 4px 0 0 0;
  width: auto;
  font-weight: 500;
  font-size: 18px;
  color: #003A8A;
  line-height: 22px;
}
.main_cart .box_steps .item .fa {
  font-weight: 500;
  font-size: 28px;
  color: #003A8A;
  line-height: 22px;
  float: right;
  margin: 4px 0 0 10px;
  display: none;
}
.main_cart .box_steps .item.active {
  background-color: #003A8A;
}
.main_cart .box_steps .item.active .icon .img_item {
  filter: brightness(0) invert(1);
}
.main_cart .box_steps .item.active .text_item {
  color: #FFFFFF;
}
.main_cart .box_steps .item.active .fa {
  color: #FFFFFF;
  display: inline-block;
}
.main_cart .box_items {
  padding: 0;
  margin-top: 10px;
  border-radius: 25px;
  overflow: hidden;
  overflow: hidden;
}
.main_cart .box_items .item {
  padding: 0;
  background-color: #FFFFFF;
  border-top: 1px solid #EDEEF3;
}
.main_cart .box_items .item .column {
  float: left;
  margin: 0;
  padding: 0 8px;
  height: 140px;
}
.main_cart .box_items .item .column .text {
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  color: #003A8A;
  line-height: 22px;
  text-align: center;
}
.main_cart .box_items .item .column_img {
  width: 12%;
}
.main_cart .box_items .item .column_img .text {
  text-align: center;
}
.main_cart .box_items .item .column_img .box_img {
  height: 100%;
}
.main_cart .box_items .item .column_img .box_img .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
}
.main_cart .box_items .item .name {
  width: 45%;
}
.main_cart .box_items .item .name .text {
  text-align: left;
}
.main_cart .box_items .item .name .info1 {
  /*padding: 0;
  margin-top: 30px;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;*/

  padding: 0;
  margin-top: 25px;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main_cart .box_items .item .name .info2 {
  padding: 0;
  margin: 10px 0;
  font-weight: 700;
  font-size: 18px;
  color: #003A8A;
  line-height: 22px;
}
.main_cart .box_items .item .amount {
  width: 11%;
  padding: 0 20px;
}
.main_cart .box_items .item .amount .box_amount {
  padding: 0;
  margin-top: 45px;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
}
.main_cart .box_items .item .amount .box_amount .field {
  border: none;
  display: inline-block;
  width: 40px;
  height: 30px;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  text-align: center;
}
.main_cart .box_items .item .amount .box_amount .btn_less {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  right: auto;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  border: none;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 15px;
  text-align: center;
}
.main_cart .box_items .item .amount .box_amount .btn_plus {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 3px;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  border: none;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 15px;
  text-align: center;
}
.main_cart .box_items .item .total {
  width: 16%;
}
.main_cart .box_items .item .total .text {
  text-align: left;
}
.main_cart .box_items .item .total .info {
  padding: 0;
  margin-top: 50px;
  font-weight: 700;
  font-size: 18px;
  color: #003A8A;
  line-height: 22px;
}
.main_cart .box_items .item .btn_delete {
  padding: 4px 10px;
  margin: 40px 20px 0 0;
  float: right;
  width: auto;
  background: transparent;
  border: 1px solid #D60000;
  border-radius: 18px;
  font-weight: 500;
  font-size: 18px;
  color: #D60000;
  line-height: 22px;
}
.main_cart .box_items .item .btn_delete:hover {
  background: #D60000;
  color: #FFFFFF;
}
.main_cart .box_items .bar {
  padding: 0 35px;
  background: #FFFFFF;
}
.main_cart .box_items .bar .bar_total {
  padding: 30px 0;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  text-align: right;
}
.main_cart .box_items .bar .bar_total span {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
}
.main_cart .box_items .bar .more {
  float: left;
  width: auto;
  padding: 12px 40px 12px 60px;
  margin: 15px 0;
  background: #003A8A;
  border-radius: 30px;
  position: relative;
  font-weight: 500;
  font-size: 21px;
  color: #FFFFFF;
  line-height: 25px;
}
.main_cart .box_items .bar .more::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 20px;
  width: 26px;
  height: 26px;
  background-image: url("../images/img_plus.png");
  background-repeat: no-repeat;
  background-position: left top;
}
.main_cart .box_items .bar .more:hover {
  background: #003A8A;
}
.main_cart .box_items .bar .delete {
  float: right;
  width: auto;
  margin: 30px 20px 0 0;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}
.main_cart .box_items .bar .finish {
  float: right;
  width: auto;
  padding: 12px 40px 12px 60px;
  margin: 15px 0;
  background: #003A8A;
  border-radius: 30px;
  position: relative;
  font-weight: 500;
  font-size: 21px;
  color: #FFFFFF;
  line-height: 25px;
}
.main_cart .box_items .bar .finish::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 20px;
  width: 28px;
  height: 28px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -43px -45px;
}
.main_cart .box_items .bar .finish:hover {
  background: #003A8A;
}
.main_cart .box_items .bar_total {
  padding: 10px 0 25px 0;
  background: #ffffff;
  border-top: 1px solid #EDEEF3;
}
.main_cart .box_items .bar_total label {
  margin-bottom: 15px;
}
.main_cart .box_items .bar_total .text_label {
  padding: 0;
  margin: 30px 0 0 0;
  font-weight: 700;
  font-size: 18px;
  color: #010101;
  line-height: 22px;
}
.main_cart .box_items .bar_total .field {
  padding: 0 15px;
  margin: 7px 0 0 0;
  float: left;
  width: 243px;
  max-width: 70%;
  height: 40px;
  background: #DDE1EE;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  font-size: 17px;
  color: #6C7287;
  line-height: 22px;
}
.main_cart .box_items .bar_total .btn_cupon {
  padding: 9px 15px;
  margin: 7px 0 0 10px;
  float: left;
  width: auto;
  height: auto;
  background: #003A8A;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
}
.main_cart .box_items .bar_total .btn_prev:hover {
  background: #003A8A;
}
.main_cart .box_items .bar_total .box_infos {
  padding: 0;
  text-align: right;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
}
.main_cart .box_items .bar_total .box_infos .line {
  padding: 8px 0;
}
.main_cart .box_items .bar_total .box_infos span {
  font-weight: 700;
  font-size: 30px;
  color: #000000;
  line-height: 34px;
}
.main_cart .box_next {
  padding: 20px 0 100px 0;
}
.main_cart .box_next .btn_prev {
  padding: 13px 20px;
  margin: 0;
  float: left;
  width: auto;
  height: auto;
  background: #003A8A;
  border-radius: 30px;
  border: none;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
}
.main_cart .box_next .btn_prev::before {
  content: "";
  float: left;
  width: 25px;
  height: 25px;
  margin: -2px 15px 0 0;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -50px -98px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main_cart .box_next .btn_prev:hover {
  background: #003A8A;
}
.main_cart .box_next .btn_next {
  padding: 13px 20px;
  margin: 0;
  float: right;
  width: auto;
  height: auto;
  background: #003A8A;
  border-radius: 30px;
  border: none;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
}
.main_cart .box_next .btn_next::before {
  content: "";
  float: right;
  width: 25px;
  height: 25px;
  margin: -2px 0 0 15px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -50px -98px;
}
.main_cart .box_next .btn_next:hover {
  background: #003A8A;
}
.main_cart .box_next .btn_confirm {
  padding: 13px 20px;
  margin: 0;
  float: right;
  width: auto;
  height: auto;
  background: #08AC1D;
  border-radius: 30px;
  border: none;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
}
.main_cart .box_next .btn_confirm::before {
  content: "";
  float: left;
  width: 28px;
  height: 28px;
  margin: -2px 8px -5px 0;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -44px -44px;
}
.main_cart .box_next .btn_confirm:hover {
  background: #003A8A;
}
.main_cart .section_banners {
  padding: 0;
  margin-top: 60px;
}
.main_cart .section_banners .title {
  padding: 0;
  margin: 0 0 45px 0;
  font-weight: 700;
  font-size: 45px;
  color: #003A8A;
  line-height: 49px;
}
.main_cart .section_banners .item {
  padding: 0 7px;
  margin-bottom: 15px;
}
.main_cart .section_banners .more {
  display: inline-block;
  width: auto;
  margin: 30px 0 0 0;
  padding: 20px 50px;
  background: #1E338B;
  border-radius: 35px;
  font-weight: 700;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 25px;
}
.main_cart .section_banners .more:hover {
  background: #003A8A;
}
.main_cart .section_brands {
  padding: 45px 20px 70px 20px;
  margin-top: 100px;
  background: #FFFFFF;
}
.main_cart .section_brands .title {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 45px;
  color: #003A8A;
  line-height: 49px;
}
.main_cart .section_brands .box_items_brands {
  margin-top: 70px;
  padding: 0 15px;
}
.main_cart .section_brands .box_items_brands .item {
  padding: 0;
  margin: 0;
  height: 85px;
}
.main_cart .section_brands .box_items_brands .item .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  max-width: 80%;
  max-height: 80%;
}
.main_cart .section_brands .box_items_brands .prev {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -45px;
  right: auto;
  width: 60px;
  height: 60px;
  z-index: 5;
  border-radius: 100%;
  font-size: 42px;
  text-align: center;
  line-height: 60px;
  color: #656565;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.main_cart .section_brands .box_items_brands .prev .fa {
  position: relative;
  z-index: 1;
  padding-right: 5px;
}
.main_cart .section_brands .box_items_brands .prev:hover::before {
  opacity: 0.6;
}
.main_cart .section_brands .box_items_brands .next {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -45px;
  width: 60px;
  height: 60px;
  z-index: 5;
  border-radius: 100%;
  font-size: 42px;
  text-align: center;
  line-height: 60px;
  color: #656565;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.main_cart .section_brands .box_items_brands .next .fa {
  position: relative;
  z-index: 1;
  padding-left: 5px;
}
.main_cart .section_brands .box_items_brands .next:hover::before {
  opacity: 0.6;
}
.main_cart .section_brands .slide_distributor .slick-dots {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 30px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.main_cart .section_brands .slide_distributor .slick-dots li {
  padding: 0 6px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: 20px;
}
.main_cart .section_brands .slide_distributor .slick-dots li button {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 1px solid #686868;
  background: #FFFFFF;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  position: relative;
  border-radius: 100%;
  opacity: 0.6;
}
.main_cart .section_brands .slide_distributor .slick-dots li.slick-active button,
.main_cart .section_brands .slide_distributor .slick-dots li:hover button {
  border: 1px solid #003A8A;
  background: #003A8A;
  opacity: 1;
}
.main_cart .section_brands .column {
  padding: 0 7px;
  margin-top: 40px;
}
.main_cart .section_brands .column .box_infos {
  border: 1px solid #F1F1F1;
  border-radius: 20px;
  padding: 35px;
  min-height: 235px;
  box-shadow: 5px 5px 10px #F2F2F2;
}
.main_cart .section_brands .column .box_img {
  padding-left: 0;
  height: 85px;
}
.main_cart .section_brands .column .box_img .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
}
.main_cart .section_brands .column .text {
  padding: 0;
  margin: 0;
  min-height: 115px;
  font-weight: 500;
  font-size: 24px;
  color: #010101;
  line-height: 34px;
}
.main_cart .section_brands .column .view {
  padding: 10px 15px;
  margin: 15px 0 0 33%;
  border-radius: 25px;
  border: 2px solid #003A8A;
  display: inline-block;
  width: auto;
  font-weight: 500;
  font-size: 22px;
  color: #003A8A;
  line-height: 24px;
}
.main_cart .section_brands .column .view:hover {
  background: #003A8A;
  color: #FFFFFF;
}
.main_cart .box_form {
  padding: 50px 65px;
  background-color: #ffffff;
}
.main_cart .box_form .text_form {
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 45px;
  color: #003A8A;
  line-height: 50px;
}
.main_cart .box_form label {
  margin-bottom: 20px;
}
.main_cart .box_form .label_radio {
  float: left;
  margin: 15px 10px 0 0;
  width: auto;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 34px;
}
.main_cart .box_form .label_radio .radio_fake {
  float: left;
  margin: 0 10px 0 0;
  width: 30px;
  height: 30px;
  border: 3px solid #003A8A;
  border-radius: 50%;
  position: relative;
}
.main_cart .box_form .label_radio .radio_fake::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 14px;
  height: 14px;
  background: #003A8A;
  border-radius: 50%;
  display: none;
}
.main_cart .box_form .label_radio input[type=radio] {
  display: none;
}
.main_cart .box_form .label_radio input[type=radio]:checked + .radio_fake::before {
  display: block;
}
.main_cart .box_form .label_checkbox {
  float: left;
  margin: 15px 10px 0 0;
  padding: 0 0 0 30px;
  width: auto;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}
.main_cart .box_form .label_checkbox a {
  color: #000000;
  text-decoration: underline !important;
}
.main_cart .box_form .label_checkbox .checkbox_fake {
  position: absolute;
  top: 1px;
  left: 0;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  border: 2px solid #003A8A;
  border-radius: 3px;
  font-weight: 700;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: center;
}
.main_cart .box_form .label_checkbox .checkbox_fake .fa {
  display: none;
}
.main_cart .box_form .label_checkbox input[type=checkbox] {
  display: none;
}
.main_cart .box_form .label_checkbox input[type=checkbox]:checked + .checkbox_fake {
  background-color: #003A8A;
}
.main_cart .box_form .label_checkbox input[type=checkbox]:checked + .checkbox_fake .fa {
  display: block;
}
.main_cart .box_form .box_date {
  padding: 0 20px 0 0;
}
.main_cart .box_form .text_label {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: #010101;
  line-height: 22px;
}
.main_cart .box_form .text_label span {
  font-size: 17px;
  color: #FF0000;
  line-height: 22px;
}
.main_cart .box_form .msg {
  font-weight: 500;
  font-size: 18px;
  color: #010101;
  line-height: 22px;
  float: left;
  position: absolute;
  top: 0;
  right: 0;
}
.main_cart .box_form .text_label2 {
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  color: #010101;
  line-height: 22px;
}
.main_cart .box_form .field {
  padding: 0 15px;
  margin: 7px 0 0 0;
  display: inline-block;
  width: 100%;
  height: 58px;
  background: #DDE1EE;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  font-size: 17px;
  color: #6C7287;
  line-height: 22px;
}
.main_cart .box_form select {
  display: none;
}
.main_cart .box_form .box_select {
  padding: 0 15px;
  margin: 7px 0 0 0;
  display: inline-block;
  width: 100%;
  height: 58px;
  background: #DDE1EE;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  font-size: 17px;
  color: #6C7287;
  line-height: 22px;
  outline: none;
}
.main_cart .box_form .box_select .option {
  margin: 18px 0 0 0;
  padding: 0;
}
.main_cart .box_form .box_select .arrow_select {
  width: 35px;
  height: 58px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -90px -15px;
  position: absolute;
  right: 0;
  margin: 0;
}
.main_cart .box_form .textarea {
  padding: 10px 15px;
  margin: 7px 0 0 0;
  display: inline-block;
  width: 100%;
  height: 231px;
  background: #DDE1EE;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  font-size: 17px;
  color: #6C7287;
  line-height: 22px;
  resize: none;
}
.main_cart .box_form .text {
  padding: 0;
  margin: 30px 0 25px 0;
  font-weight: 500;
  font-size: 25px;
  color: #010101;
  line-height: 30px;
}
.main_cart .box_form .btn_send {
  position: relative;
  padding: 15px 30px 15px 50px;
  margin: 15px 0 0 0;
  float: left;
  width: auto;
  height: auto;
  background: #003A8A;
  border-radius: 30px;
  border: none;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
}
.main_cart .box_form .btn_send .icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 35px;
  height: 35px;
}
.main_cart .box_form .btn_send .icon .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
}
.main_cart .box_form .btn_send:hover {
  background: #1E338B;
}
.main_cart .box_form .box_btn_check {
  padding: 0 0 0 15px;
}
.main_cart .box_form .btn_check {
  position: relative;
  padding: 15px 30px 15px 55px;
  margin: 10px 0 0 0;
  float: left;
  width: auto;
  height: auto;
  background: #003A8A;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
}
.main_cart .box_form .btn_check .icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 35px;
  height: 30px;
}
.main_cart .box_form .btn_check .icon .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
}
.main_cart .box_form .btn_check:hover {
  background: #1E338B;
}
.main_cart .box_form .btn_check_2 {
  margin: -10px 0 20px 0;
  float: right;
}
.main_cart .box_form .btn_refresh {
  position: relative;
  padding: 15px 30px 15px 55px;
  margin: 10px 0 0 0;
  float: left;
  width: auto;
  height: auto;
  background: #FFFFFF;
  border-radius: 30px;
  border: 3px solid #003A8A;
  font-weight: 700;
  font-size: 18px;
  color: #003A8A;
  line-height: 22px;
}
.main_cart .box_form .btn_refresh .icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 35px;
  height: 30px;
}
.main_cart .box_form .btn_refresh .icon .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
}
.main_cart .box_form .btn_refresh:hover {
  background: #003A8A;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
}
.main_cart .box_form .btn_refresh:hover .icon .img_item {
  filter: brightness(0) invert(1);
}
.main_cart .box_form .link_login {
  padding: 0;
  margin: 5px 0 10px 0;
  display: inline-block;
  width: auto;
  font-weight: 500;
  font-size: 18px;
  color: #010101;
  line-height: 22px;
}
.main_cart .box_form .resume {
  margin-top: 30px;
  padding: 30px 0 0 0;
}
.main_cart .box_form .resume::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: 100%;
  height: 2px;
  background-color: #EDEEF3;
}
.main_cart .box_form .resume::after {
  content: "";
  position: absolute;
  top: 0;
  right: -100px;
  width: 100%;
  height: 2px;
  background-color: #EDEEF3;
}
.main_cart .box_form_2 {
  padding: 50px 0 0 0;
  background-color: transparent;
}
.main_cart .text_total {
  padding: 0;
  font-weight: 500;
  font-size: 45px;
  color: #010101;
  line-height: 50px;
}
.main_cart .text_total span {
  font-weight: 900;
}
.main_cart .text_delivery {
  padding: 50px 0 0 0;
  font-size: 25px;
  color: #010101;
  line-height: 30px;
}
.main_cart .label_delivery {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 45px 45px 45px 225px;
  cursor: pointer;
}
.main_cart .label_delivery .text_delivery_1 {
  padding: 0;
  font-weight: 500;
  font-size: 25px;
  color: #010101;
  line-height: 30px;
}
.main_cart .label_delivery .text_delivery_2 {
  padding: 0;
  font-weight: 700;
  font-size: 25px;
  color: #010101;
  line-height: 30px;
  text-align: right;
}
.main_cart .label_delivery .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100px;
  right: auto;
  margin: auto;
  width: 100px;
  height: 100px;
  background: #003A8A;
  border-radius: 10px;
  background-image: url("../images/img_truck.png");
  background-repeat: no-repeat;
  background-position: center;
}
.main_cart .label_delivery .radio_fake {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  right: auto;
  margin: auto;
  width: 30px;
  height: 30px;
  border: 3px solid #003A8A;
  border-radius: 50%;
}
.main_cart .label_delivery .radio_fake::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 14px;
  height: 14px;
  background: #003A8A;
  border-radius: 50%;
  display: none;
}
.main_cart .label_delivery input[type=radio] {
  display: none;
}
.main_cart .label_delivery input[type=radio]:checked + .radio_fake::before {
  display: block;
}
.main_cart .box_white {
  background-color: #ffffff;
  border-radius: 30px;
  margin-top: 40px;
  padding: 40px 55px;
}
.main_cart .box_white .text1 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 55px;
  color: #003A8A;
  line-height: 55px;
}
.main_cart .box_white .text1 .img_item {
  float: left;
  margin: 8px 20px 0 0;
}
.main_cart .box_white .text2 {
  padding: 0;
  margin: 25px 0 0 0;
  font-weight: 500;
  font-size: 24px;
  color: #010101;
  line-height: 30px;
}
.main_cart .box_white .text2 .box_img {
  float: left;
  margin: 0;
  width: 70px;
}
.main_cart .box_white .text2 .box_img img {
  float: left;
  margin: 0;
  max-width: 60px;
}
.main_cart .box_white .text2 .box_text {
  float: left;
  margin: 0;
  max-width: 90%;
}
.main_cart .box_payment {
  padding: 0;
  margin-top: 15px;
}
.main_cart .box_payment .label_payment {
  padding: 0;
  margin: 0 0 10px 0;
  cursor: pointer;
}
.main_cart .box_payment .label_payment .box {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 35px 60px 35px 140px;
  min-height: 120px;
  position: relative;
  z-index: 1;
}
.main_cart .box_payment .label_payment .box .text1 {
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 25px;
  color: #010101;
  line-height: 30px;
}
.main_cart .box_payment .label_payment .box .text2 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  color: #010101;
  line-height: 24px;
}
.main_cart .box_payment .label_payment .box .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: auto;
  max-width: 100px;
  max-height: 100px;
}
.main_cart .box_payment .label_payment .box .fa {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 30px;
  width: 20px;
  height: 30px;
  font-weight: 700;
  font-size: 50px;
  color: #003A8A;
  line-height: 24px;
}
.main_cart .box_payment .label_payment .infos {
  padding: 60px 35px 35px 35px;
  background-color: #003A8A;
  border-radius: 0 0 20px 20px;
  position: relative;
  z-index: 0;
  top: -40px;
  display: none;
}
.main_cart .box_payment .label_payment .infos .infos_text1 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 28px;
}
.main_cart .box_payment .label_payment .infos .infos_text2 {
  padding: 0;
  margin: 20px 0 0 0;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
}
.main_cart .box_payment .label_payment .infos .infos_box_img {
  padding: 0;
  margin: 25px 0 0 0;
}
.main_cart .box_payment .label_payment .infos img {
  max-width: 100%;
}
.main_cart .box_payment .label_payment input[type=radio] {
  display: none;
}
.main_cart .box_payment .label_payment input[type=radio]:checked + .box {
  background-color: #003A8A;
}
.main_cart .box_payment .label_payment input[type=radio]:checked + .box .text1,
.main_cart .box_payment .label_payment input[type=radio]:checked + .box .text2,
.main_cart .box_payment .label_payment input[type=radio]:checked + .box .fa {
  color: #FFFFFF;
}
.main_cart .box_payment .label_payment input[type=radio]:checked + .box + .infos {
  display: block;
}

/*carrinho*/
/*como comprar*/
.main_shopping {
  background: #EDEEF3;
}
.main_shopping .wrap {
  padding: 30px 0 0 0;
}
.main_shopping .title_page {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 55px;
  color: #003A8A;
  line-height: 55px;
}
.main_shopping .text {
  padding: 0;
  margin: 25px 0 0 0;
  font-weight: 500;
  font-size: 24px;
  color: #010101;
  line-height: 30px;
}
.main_shopping .box_list {
  margin-top: 90px;
  padding: 0;
}
.main_shopping .box_list .item.odd .column_text {
  float: right;
}
.main_shopping .box_list .item {
  padding: 0;
  margin-bottom: 80px;
}
.main_shopping .box_list .item .column_img {
  padding: 0 25px;
}
.main_shopping .box_list .item .column_text {
  padding: 0 25px;
}
.main_shopping .box_list .item .text1 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 55px;
  color: #003A8A;
  line-height: 55px;
}
.main_shopping .box_list .item .text2 {
  padding: 0;
  margin: 15px 0 0 0;
  font-weight: 500;
  font-size: 24px;
  color: #010101;
  line-height: 30px;
}

/*como comprar*/
/*contato*/
.main_contact {
  background: #FFFFFF;
}
.main_contact .wrap {
  padding: 30px 0 0 0;
}
.main_contact .title_page {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 55px;
  color: #003A8A;
  line-height: 55px;
}
.main_contact .text {
  padding: 0;
  margin: 25px 0 0 0;
  font-weight: 500;
  font-size: 24px;
  color: #010101;
  line-height: 30px;
}
.main_contact .box_text_contact {
  padding: 0 0 35px 0;
  background-color: #ffffff;
}
.main_contact .box_gray {
  padding: 0;
  background-color: #EDEEF3;
}
.main_contact .box_form {
  margin-top: 60px;
  padding: 0;
  box-shadow: 0 3px 15px 1px #CCCCCC;
  border-radius: 30px;
  overflow: hidden;
  background: #FFFFFF;
}
.main_contact .box_form::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #003A8A;
}
.main_contact .box_form .column_1 {
  padding: 45px 75px 30px 75px;
}
.main_contact .box_form .column_1 .text_form {
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 45px;
  color: #010101;
  line-height: 50px;
}
.main_contact .box_form .column_1 label {
  margin-bottom: 15px;
}
.main_contact .box_form .column_1 .text_label {
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  color: #010101;
  line-height: 22px;
}
.main_contact .box_form .column_1 .text_label span {
  float: right;
  width: auto;
  font-size: 17px;
  color: #BBBFCD;
  line-height: 22px;
}
.main_contact .box_form .column_1 .field {
  padding: 0 15px;
  margin: 7px 0 0 0;
  display: inline-block;
  width: 100%;
  height: 58px;
  background: #DDE1EE;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  font-size: 17px;
  color: #6C7287;
  line-height: 22px;
}
.main_contact .box_form .column_1 select {
  display: none;
}
.main_contact .box_form .column_1 .box_select {
  padding: 0 15px;
  margin: 7px 0 0 0;
  display: inline-block;
  width: 100%;
  height: 58px;
  background: #DDE1EE;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  font-size: 17px;
  color: #6C7287;
  line-height: 22px;
  outline: none;
}
.main_contact .box_form .column_1 .box_select .option {
  margin: 18px 0 0 0;
  padding: 0;
}
.main_contact .box_form .column_1 .box_select .arrow_select {
  width: 35px;
  height: 58px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -90px 25px;
  position: absolute;
  right: 0;
  margin: 0;
}
.main_contact .box_form .column_1 .textarea {
  padding: 10px 15px;
  margin: 7px 0 0 0;
  display: inline-block;
  width: 100%;
  height: 231px;
  background: #DDE1EE;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  font-size: 17px;
  color: #6C7287;
  line-height: 22px;
  resize: none;
}
.main_contact .box_form .column_1 .btn_reset {
  padding: 0;
  margin: 0 0 0 0;
  float: left;
  width: auto;
  height: 58px;
  background: transparent;
  border: none;
  font-size: 14px;
  color: #000000;
  line-height: 22px;
}
.main_contact .box_form .column_1 .btn_send {
  padding: 0 15px;
  margin: 0 0 0 0;
  float: right;
  width: 241px;
  height: 58px;
  background: #EE3E36;
  border-radius: 30px;
  border: none;
  font-weight: 700;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 22px;
}
.main_contact .box_form .column_1 .btn_send:hover {
  background: #003A8A;
}
.main_contact .box_form .column_2 {
  padding: 45px 60px 30px 60px;
  background: #003A8A;
  height: 100%;
}
.main_contact .box_form .column_2 .text {
  padding: 0;
  margin: 0 0 60px 0;
  font-weight: 500;
  font-size: 45px;
  color: #FFFFFF;
  line-height: 50px;
}
.main_contact .box_form .column_2 .item {
  padding: 0 0 0 70px;
  margin: 0 0 55px 0;
}
.main_contact .box_form .column_2 .item .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 50%;
}
.main_contact .box_form .column_2 .item .icon .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 70%;
  max-height: 70%;
}
.main_contact .box_form .column_2 .item .text1 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 17px;
  color: #ACBFFF;
  line-height: 20px;
  text-transform: uppercase;
}
.main_contact .box_form .column_2 .item .text2 {
  padding: 0;
  margin: 5px 0 0 0;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 27px;
}
.main_contact .box_form .column_2 .media {
  padding: 0;
}
.main_contact .box_form .column_2 .media a {
  float: left;
  width: auto;
  margin: 0 10px 0 0;
}
.main_contact .box_form .column_2 .media img {
    max-width: 40px;
    max-height: 40px;
}
.main_contact .box_form .column_2 .media .text_share {
  float: left;
  width: auto;
  margin: 6px 10px 0 0;
  font-weight: 700;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 24px;
}
.main_contact .box_form .column_2 .media .text_share a {
  color: #FFFFFF;
}
.main_contact .map {
  padding: 50px 0 70px 0;
  margin-top: 60px;
}
.main_contact .map .title {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 45px;
  color: #003A8A;
  line-height: 49px;
}
.main_contact .map .box_map {
  padding: 0;
  margin-top: 35px;
  box-shadow: 0 3px 15px 1px #CCCCCC;
}
.main_contact .map .box_map iframe {
  display: inline-block;
  margin: 0;
  width: 100% !important;
  height: 858px !important;
}

/*contato*/
/*perguntas frequentes*/
.main_ask {
  background: #FFFFFF;
}
.main_ask .wrap {
  padding: 30px 0 0 0;
}
.main_ask .title_page {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 55px;
  color: #003A8A;
  line-height: 55px;
}
.main_ask .box_list {
  padding: 0;
  margin-top: 35px;
}





.main_ask .box_list .category.active > .category_text1 .fa {
  -ms-transform: rotate(540deg);
  -webkit-transform: rotate(540deg);
  transform: rotate(540deg);
}
.main_ask .box_list .category.active .category_text2 {
  display: inline-block;
}
.main_ask .box_list .category {
  padding: 1px;
  margin-bottom: 25px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #EEEEEE;
  cursor: pointer;
}
.main_ask .box_list .category .fa {
  font-size: 46px;
  position: absolute;
  top: 35px;
  right: 30px;
}
.main_ask .box_list .category .category_text1 {
  padding: 35px 90px 35px 30px;
  font-weight: 700;
  color: #003A8A;
  font-size: 25px;
  line-height: 28px;
  /*font-size: 35px;
  line-height: 38px;*/
}
.main_ask .box_list .category .category_text2 {
  padding: 0 30px 35px 30px;
  font-weight: 500;
  font-size: 24px;
  color: #010101;
  line-height: 30px;
  display: none;
}



.main_ask .box_list .item.active .fa {
  -ms-transform: rotate(540deg);
  -webkit-transform: rotate(540deg);
  transform: rotate(540deg);
}
.main_ask .box_list .item.active .text2 {
  display: inline-block;
}
.main_ask .box_list .item {
  padding: 1px;
  margin-bottom: 25px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #EEEEEE;
  cursor: pointer;
}
.main_ask .box_list .item .fa {
  font-size: 46px;
  position: absolute;
  top: 35px;
  right: 30px;
}
.main_ask .box_list .item .text1 {
  padding: 35px 90px 35px 30px;
  font-weight: 700;
  font-size: 25px;
  color: #003A8A;
  line-height: 28px;
}
.main_ask .box_list .item .text2 {
  padding: 0 90px 35px 30px;
  font-weight: 500;
  font-size: 18px;
  color: #010101;
  line-height: 26px;
  display: none;
}

/*login*/
.main_login {
  background: #EDEEF3;
}
.main_login .wrap {
  padding: 30px 0 0 0;
}
.main_login .title_page {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 50px;
  color: #003A8A;
  line-height: 55px;
}
.main_login .text {
  padding: 0;
  margin: 30px 0 25px 0;
  font-weight: 500;
  font-size: 25px;
  color: #010101;
  line-height: 30px;
}
.main_login .link_login {
  padding: 0;
  margin: 5px 0 10px 0;
  display: inline-block;
  width: auto;
  font-weight: 500;
  font-size: 18px;
  color: #010101;
  line-height: 22px;
}
.main_login .column {
  padding: 0 90px 80px 0;
}
.main_login label {
  margin-bottom: 15px;
}
.main_login .text_label {
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  color: #010101;
  line-height: 22px;
}
.main_login .field {
  padding: 0 15px;
  margin: 7px 0 0 0;
  display: inline-block;
  width: 100%;
  height: 58px;
  background: #DDE1EE;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  font-size: 17px;
  color: #6C7287;
  line-height: 22px;
}
.main_login select {
  display: none;
}
.main_login .box_select {
  padding: 0 15px;
  margin: 7px 0 0 0;
  display: inline-block;
  width: 100%;
  height: 58px;
  background: #DDE1EE;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  font-size: 17px;
  color: #6C7287;
  line-height: 22px;
  outline: none;
}
.main_login .box_select .option {
  margin: 18px 0 0 0;
  padding: 0;
}
.main_login .box_select .arrow_select {
  width: 35px;
  height: 58px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -90px 25px;
  position: absolute;
  right: 0;
  margin: 0;
}
.main_login .textarea {
  padding: 10px 15px;
  margin: 7px 0 0 0;
  display: inline-block;
  width: 100%;
  height: 231px;
  background: #DDE1EE;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  font-size: 17px;
  color: #6C7287;
  line-height: 22px;
  resize: none;
}
.main_login .btn_reset {
  padding: 0;
  margin: 0 0 0 0;
  float: left;
  width: auto;
  height: 58px;
  background: transparent;
  border: none;
  font-size: 14px;
  color: #000000;
  line-height: 22px;
}
.main_login .btn_yellow {
  position: relative;
  padding: 10px 20px;
  margin: 15px 0 0 0;
  float: left;
  width: auto;
  height: auto;
  background: #FFA200;
  border-radius: 30px;
  border: none;
  font-weight: 500;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 22px;
}
.main_login .btn_yellow:hover {
  background: #003A8A;
}
.main_login .btn_send {
  position: relative;
  padding: 15px 30px 15px 50px;
  margin: 15px 0 0 0;
  float: left;
  width: auto;
  height: auto;
  background: #003A8A;
  border-radius: 30px;
  border: none;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
}
.main_login .btn_send .icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 35px;
  height: 35px;
}
.main_login .btn_send .icon .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
}
.main_login .btn_send:hover {
  background: #1E338B;
}
.main_login .feature {
  padding: 45px 0 60px 0;
  margin: 0;
  background: #ffffff;
}
.main_login .feature .item {
  padding: 0 5px;
}
.main_login .feature .item .box_banner {
  padding: 0;
}
.main_login .feature .item .box_infos {
  padding: 15px 0 15px 90px;
}
.main_login .feature .item .box_infos .box_icon {
  position: absolute;
  top: 0;
  left: 10px;
  width: 75px;
}
.main_login .feature .item .box_infos .box_icon .img_item {
  float: left;
  margin: 0;
  max-width: 100%;
}
.main_login .feature .item .box_infos .text1 {
  padding: 0;
  font-weight: 500;
  font-size: 18px;
  color: #373737;
  line-height: 22px;
}
.main_login .feature .item .box_infos .text2 {
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  color: #003A8A;
  line-height: 22px;
}

/*login*/
/*sobre nós*/
.main_about {
  background: #FFFFFF;
}
.main_about .wrap {
  padding: 30px 0 80px 0;
}
.main_about .column_img {
  padding: 0 60px 0 0;
}
.main_about .column_img .slick-dots {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px 0 0 0;
  text-align: center;
  position: relative;
  bottom: 0;
  z-index: 1;
}
.main_about .column_img .slick-dots li {
  padding: 0 6px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: 20px;
}
.main_about .column_img .slick-dots li button {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background: #e4e4e4;
  width: 8px;
  height: 8px;
  text-indent: -9999px;
  position: relative;
  border-radius: 100%;
}
.main_about .column_img .slick-dots li.slick-active button,
.main_about .column_img .slick-dots li:hover button {
  background: #003A8A;
}
.main_about .column_img .img_item {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: 0;
}
.main_about .column_text {
  padding: 80px 0 0 0;
  text-align: center;
}
.main_about .column_text .title {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 54px;
  color: #003A8A;
  line-height: 59px;
}
.main_about .column_text .subtitle {
  padding: 0;
  margin: 5px 0 0 0;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}
.main_about .column_text .text {
  padding: 0;
  margin: 20px 0 0 0;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 24px;
}
.main_about .box_team {
  padding: 80px 0 0 0;
}
.main_about .box_team .title {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 54px;
  color: #003A8A;
  line-height: 59px;
  text-align: center;
}
.main_about .box_team .slick-dots {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px 0 0 0;
  text-align: center;
  position: relative;
  bottom: 0;
  z-index: 1;
}
.main_about .box_team .slick-dots li {
  padding: 0 6px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: 20px;
}
.main_about .box_team .slick-dots li button {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background: #e4e4e4;
  width: 8px;
  height: 8px;
  text-indent: -9999px;
  position: relative;
  border-radius: 100%;
}
.main_about .box_team .slick-dots li.slick-active button,
.main_about .box_team .slick-dots li:hover button {
  background: #003A8A;
}
.main_about .box_team .box_img {
  padding: 0;
  margin-top: 30px;
  text-align: center;
}
.main_about .box_team .box_img .img_item {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: 0;
}
.main_about .box_team .box_text {
  padding: 50px 0;
  margin: 20px 0 0 0;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 32px;
  text-align: center;
}
.main_about .box_team .box_text .item {
  padding: 40px 0;
}
.main_about .box_team .box_text .text1 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 100px;
  color: #003A8A;
  line-height: 100px;
}
.main_about .box_team .box_text .text2 {
  padding: 0;
  margin: 5px 0 0 0;
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  line-height: 30px;
}
.main_about .item_about {
  padding: 55px 0 0 0;
  text-align: center;
}
.main_about .item_about .text1 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 45px;
  color: #003A8A;
  line-height: 50px;
}
.main_about .item_about .text2 {
  padding: 0;
  margin: 15px 0 0 0;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 30px;
}

/*sobre nós*/
/*seja um distribuidor*/
.main_distributor {
  background-color: #EDEEF3;
}
.main_distributor .wrap {
  padding: 30px 0 0 0;
}
.main_distributor .wrap .title_page {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 55px;
  color: #003A8A;
  line-height: 55px;
}
.main_distributor .wrap .text {
  padding: 25px 0 0 0;
  font-weight: 500;
  font-size: 25px;
  color: #010101;
  line-height: 34px;
}
.main_distributor .wrap .box_video {
  padding: 0;
  margin-top: 30px;
}
.main_distributor .wrap .box_video::before {
  content: "";
  float: left;
  margin: 0;
  width: 100%;
  height: auto;
  padding: 0 0 56.5% 0;
}
.main_distributor .wrap .box_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_distributor .wrap .register {
  display: inline-block;
  margin: 45px 0 0 0;
  padding: 13px 30px 13px 15px;
  border-radius: 40px;
  background-color: #D51111;
  font-weight: 500;
  font-size: 29px;
  color: #FFFFFF;
  line-height: 34px;
}
.main_distributor .wrap .register::before {
  content: "";
  float: left;
  width: 38px;
  height: 38px;
  margin: 2px 10px 0 0;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -42px -138px;
}
.main_distributor .wrap .register:hover {
  background-color: #FF0000;
}
.main_distributor .wrap .box_steps {
  padding: 0;
  margin-top: 50px;
}
.main_distributor .wrap .box_steps .column {
  padding: 0 40px;
}
.main_distributor .wrap .box_steps .item {
  padding: 40px 20px 45px 20px;
  background-color: #ffffff;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0 3px 15px 1px #CCCCCC;
  min-height: 530px;
}
.main_distributor .wrap .box_steps .item .box_img {
  padding: 0;
  margin-top: 25px;
  height: 215px;
}
.main_distributor .wrap .box_steps .item .box_img .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
}
.main_distributor .wrap .box_steps .item .text1 {
  padding: 0;
  font-weight: 700;
  font-size: 25px;
  color: #003A8A;
  line-height: 30px;
  text-align: center;
}
.main_distributor .wrap .box_steps .item .text2 {
  padding: 0;
  margin-top: 15px;
  font-weight: 500;
  font-size: 25px;
  color: #656B6F;
  line-height: 30px;
  text-align: center;
}
.main_distributor .wrap .box_benefits {
  padding: 0;
  margin-top: 60px;
}
.main_distributor .wrap .box_benefits .title {
  padding: 0;
  font-weight: 700;
  font-size: 45px;
  color: #003A8A;
  line-height: 50px;
}
.main_distributor .wrap .box_benefits .box {
  padding: 0;
  margin-top: 60px;
}
.main_distributor .wrap .box_benefits .box .box_img {
  padding: 0;
}
.main_distributor .wrap .box_benefits .box .box_img .img_item {
  display: inline-block;
  margin: 0;
  max-width: 100%;
}
.main_distributor .wrap .box_benefits .box .box_text {
  padding: 10px 0 0 30px;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 33px;
}
.main_distributor .wrap .box_banner {
  margin-top: 55px;
  padding: 0;
  text-align: center;
}
.main_distributor .wrap .box_banner::before {
  content: "";
  z-index: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #ffffff;
}
.main_distributor .wrap .box_banner .img_item {
  display: inline-block;
  margin: 0;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.main_distributor .wrap .box_pdf {
  padding: 80px 0 0 0;
  background-color: #ffffff;
  border-bottom: 55px solid #FFFFFF;
}
.main_distributor .wrap .box_pdf .box_mobile {
  display: none;
}
.main_distributor .wrap .box_pdf .box_black {
  padding: 25px;
  background-color: #353535;
  min-height: 800px;
  text-align: center;
}
.main_distributor .wrap .box_pdf .box_black .img_item {
  display: inline-block;
  max-width: 100%;
}
.main_distributor .wrap .box_pdf .download {
  display: inline-block;
  width: auto;
  padding: 12px 40px 12px 60px;
  margin: 40px 0 0 0;
  background: #D51111;
  border-radius: 30px;
  position: relative;
  font-weight: 500;
  font-size: 29px;
  color: #FFFFFF;
  line-height: 33px;
}
.main_distributor .wrap .box_pdf .download::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 20px;
  width: 26px;
  height: 26px;
  background-image: url("../images/img_btn_download.png");
  background-repeat: no-repeat;
  background-position: left 5px;
}
.main_distributor .wrap .box_pdf .download:hover {
  background: #003A8A;
}
.main_distributor .wrap .box_blue {
  padding: 100px 0 50px 0;
  background-color: #1C358C;
}
.main_distributor .wrap .box_blue .box_form {
  padding: 65px 35px;
  border-radius: 30px;
  overflow: hidden;
  background: #FFFFFF;
}
.main_distributor .wrap .box_blue .text1 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 26px;
  color: #003A8A;
  line-height: 30px;
}
.main_distributor .wrap .box_blue .text2 {
  padding: 0;
  margin: 0 0 30px 0;
  font-weight: 500;
  font-size: 45px;
  color: #000000;
  line-height: 50px;
}
.main_distributor .wrap .box_blue .text_number {
  padding: 0 0 0 40px;
  margin: 0 0 25px 0;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}
.main_distributor .wrap .box_blue .text_number span {
  position: absolute;
  top: -5px;
  left: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #003A8A;
  border-radius: 50%;
  font-weight: 900;
  font-size: 16px;
  color: #003A8A;
  line-height: 27px;
  text-align: center;
}
.main_distributor .wrap .box_blue label {
  margin-bottom: 15px;
}
.main_distributor .wrap .box_blue .text_label {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}
.main_distributor .wrap .box_blue .text_label_2 {
  margin: 0;
  padding: 0 0 20px 0;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}
.main_distributor .wrap .box_blue .field {
  padding: 0 15px;
  margin: 7px 0 0 0;
  display: inline-block;
  width: 100%;
  height: 58px;
  background: #DDE1EE;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  font-size: 17px;
  color: #6C7287;
  line-height: 22px;
}
.main_distributor .wrap .box_blue select {
  display: none;
}
.main_distributor .wrap .box_blue .box_select {
  padding: 0 15px;
  margin: 7px 0 0 0;
  display: inline-block;
  width: 100%;
  height: 58px;
  background: #DDE1EE;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  font-size: 17px;
  color: #6C7287;
  line-height: 22px;
  outline: none;
}
.main_distributor .wrap .box_blue .box_select .option {
  margin: 18px 0 0 0;
  padding: 0;
}
.main_distributor .wrap .box_blue .box_select .arrow_select {
  width: 35px;
  height: 58px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -90px -15px;
  position: absolute;
  right: 0;
  margin: 0;
}
.main_distributor .wrap .box_blue .textarea {
  padding: 10px 15px;
  margin: 7px 0 0 0;
  display: inline-block;
  width: 100%;
  height: 182px;
  background: #DDE1EE;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  font-size: 17px;
  color: #6C7287;
  line-height: 22px;
  resize: none;
}
.main_distributor .wrap .box_blue .btn_reset {
  padding: 0;
  margin: 0 35px 0 0;
  display: inline-block;
  width: auto;
  height: 58px;
  background: transparent;
  border: none;
  font-size: 14px;
  color: #000000;
  line-height: 22px;
}
.main_distributor .wrap .box_blue .btn_send {
  padding: 0 15px;
  margin: 0 0 0 0;
  float: right;
  width: 241px;
  height: 58px;
  background: #EE3E36;
  border-radius: 30px;
  border: none;
  font-weight: 700;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 22px;
}
.main_distributor .wrap .box_blue .btn_send:hover {
  background: #003A8A;
}

/*seja um distribuidor*/
/*lista de produtos*/
.main_products {
  background: #FFFFFF;
  padding: 0 0 50px 0;
}
.main_products .content_pagination ul {
  float: right;
  width: auto;
  padding: 0;
  margin: 0;
}
.main_products .text_total_desktop {
  float: left;
  margin: 2px 0 0 0;
  width: auto;
  font-weight: 700;
  font-size: 18px;
  color: #B1B1B1;
  line-height: 22px;
}
.main_products .text_total_mobile {
  padding: 0;
  margin: 0 0 15px 0;
  font-weight: 700;
  font-size: 12px;
  color: #B1B1B1;
  line-height: 16px;
  text-align: right;
  display: none;
}
.main_products .wrap {
  padding: 30px 0 0 0;
}
.main_products .banner_product {
  padding: 0;
  background-color: #F38A00;
}
.main_products .banner_product .bg_color {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #F38A00;
}
.main_products .banner_product .bg_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.main_products .banner_product .bg_img .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_products .banner_product .box_text {
  padding: 20px 20px 20px 0;
  min-height: 175px;
  z-index: 1;
}
.main_products .banner_product .box_text .text1 {
  padding: 0;
  font-weight: 700;
  font-size: 45px;
  color: #FFFFFF;
  line-height: 50px;
}
.main_products .banner_product .box_text .text2 {
  padding: 10px 0 0 0;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
}
.main_products .box_banner {
  padding: 0;
  margin-bottom: 40px;
}
.main_products .box_banner .box_mobile {
  display: none;
}
.main_products .box_banner .banner_text {
  padding: 0 0 40px 0;
  margin: 0;
  font-weight: 900;
  font-size: 45px;
  /*color: #CF1662;*/
  color: #353535;
  line-height: 40px;
  text-align: center;
}
.main_products .box_banner .banner_text .box_content {
  /*display: inline-block;*/
  display: inline-grid;
  width: auto;
  max-width: 100%;
}
.main_products .box_banner .banner_text .box_content .box_1 {
  float: left;
  margin: 0;
  max-width: 100%;
}
.main_products .box_banner .banner_text .box_content .box_2 {
  float: left;
  margin: 0;
  width: 300px;
  max-width: 100%;
}
.main_products .box_banner .banner_text2 {
  padding: 0 0 40px 0;
  margin: 0;
  font-weight: 900;
  font-size: 45px;
  /*color: #CF1662;*/
  color: #353535;
  line-height: 40px;
  text-align: center;
}
.main_products .box_banner .item_banner {
  padding: 0 5px;
}
.main_products .box_banner .item_banner .box_item_banner {
  padding: 0;
  height: 217px;
  overflow: hidden;
}
.main_products .box_banner .item_banner .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_products .box_banner .item_banner .img_item:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.main_products .box_banner .slick-dots {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px 0 0 0;
  text-align: center;
  position: relative;
  bottom: 0;
  z-index: 1;
}
.main_products .box_banner .slick-dots li {
  padding: 0 6px;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: auto;
  height: 20px;
}
.main_products .box_banner .slick-dots li button {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background: #e4e4e4;
  width: 8px;
  height: 8px;
  text-indent: -9999px;
  position: relative;
  border-radius: 100%;
}
.main_products .box_banner .slick-dots li.slick-active button,
.main_products .box_banner .slick-dots li:hover button {
  background: #003A8A;
}
.main_products .column_category {
  padding: 0;
}
.main_products .column_category .title {
  padding: 10px 0 0 0;
  font-weight: 700;
  font-size: 33px;
  color: #000000;
  line-height: 37px;
}
.main_products .column_category .title .img_item {
  float: left;
  margin: 8px 5px 0 0;
}
.main_products .column_category .box_category {
  padding: 0;
  margin: 30px 0 0 0;
}
.main_products .column_category .box_category .category {
  padding: 0;
}
.main_products .column_category .box_category .category a {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
  color: #4D4D4D;
  line-height: 17px;
  text-transform: uppercase;
}
.main_products .column_category .box_category .list_subcategory {
  padding: 0;
}
.main_products .column_category .box_category .list_subcategory ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.main_products .column_category .box_category .list_subcategory li {
  list-style: none;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 6px 0;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 18px;
}
.main_products .column_category .box_category .list_subcategory a {
  font-family: "Montserrat", sans-serif !important;
  float: left;
  padding: 0 0 0px 0;
  margin: 3px 0 0 0;
  position: relative;
  cursor: pointer;
  color:#000;
  font-size: 16px;

}

.main_products .column_category .box_category .list_subcategory a:hover {
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
  color:#1E338B;
}
.main_products .column_category .box_category .list_subcategory label {
  font-weight: 400;
  float: left;
  width: 100%;
  padding: 0 0 0 20px;
  margin: 3px 0;
  position: relative;
  cursor: pointer;
}
.main_products .column_category .box_category .list_subcategory label:hover {
  color: #003A8A;
  font-weight: bold;
}
.main_products .column_category .box_category .list_subcategory .checkbox {
  position: absolute;
  top: 2px;
  left: 0;
  margin: 0;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  border: 1px solid #010101;
  font-size: 8px;
  text-align: center;
  line-height: 10px;
  color: #FFFFFF;
}
.main_products .column_category .box_category .list_subcategory .checkbox .fa {
  display: none;
}
.main_products .column_category .box_category .list_subcategory .text2 {
  padding: 0;
}
.main_products .column_category .box_category .list_subcategory input[type=checkbox] {
  display: none;
}
.main_products .column_category .box_category .list_subcategory input[type=checkbox]:checked + .checkbox {
  background-color: #003A8A;
  border-color: #003A8A;
}
.main_products .column_category .box_category .list_subcategory input[type=checkbox]:checked + .checkbox .fa {
  display: inline-block;
}
.main_products .column_category .box_category .list_subcategory input[type=checkbox]:checked + .checkbox + .text2 {
  color: #003A8A;
}
.main_products .column_category .box_slide_price {
    margin: 20px 0;
    padding: 0;
}
.main_products .column_category .noUi-horizontal .noUi-handle {
    border: 1px solid #003A8A;
    background: #003A8A;
    top: -5px;
    position: relative;
}/*
.main_products .column_category .noUi-connect {
    width: 100% !important;
}*/
.main_products .column_category .noUi-connect {
    background: none;
}

.main_products .column_category .noUi-horizontal::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #CDCDCD;
}
.main_products .column_category .box_slide_price .slide_price {
    margin: 0 0 0 0;
}
.main_products .column_category .box_slide_price label {
    float: left !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    width: 50% !important;
    height: auto !important;
}
.main_products .column_category #price_start {
    float: left;
    margin: 0;
    background-color: transparent;
    width: 100%;
    height: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #808080;
    line-height: 15px;
    text-align: left;
    border: none;
}
.main_products .column_category #price_end {
    float: right;
    margin: 0;
    background-color: transparent;
    width: 100%;
    height: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #808080;
    line-height: 15px;
    text-align: right;
    border: none;
}
.main_products .column_product.list {
  padding: 0;
}
.main_products .column_product.list .product {
  width: 100%;
  min-height: inherit !important;
}
.main_products .column_product.list .product .type_grid {
  display: none;
}
.main_products .column_product.list .product .type_list {
  display: block;
}
.main_products .column_product.list .product a {
  min-height: inherit !important;
  height: inherit !important;
}
.main_products .column_product.list .product .box_img {
  width: 25%;
  height: 150px;
}
.main_products .column_product.list .product .code {
  margin-bottom: 15px;
}
.main_products .column_product.list .product .code,
.main_products .column_product.list .product .text1,
.main_products .column_product.list .product .text2,
.main_products .column_product.list .product .text3,
.main_products .column_product.list .product .text4,
.main_products .column_product.list .product .box_price {
  text-align: left;
}
.main_products .column_product {
  padding: 0;
}
.main_products .column_product .box_filter .box_content_filter {
  padding: 0;
}
.main_products .column_product .box_filter .box_content_filter.fixed {
  padding: 15px;
  z-index: 5;
  position: fixed;
  top: 73px;
  left: 0;
  background: #ffffff;
  height: 55px;
}
.main_products .column_product .box_filter {
  padding: 0;
  margin-bottom: 20px;
}
.main_products .column_product .box_filter .btn_filter {
  position: relative;
  border: 2px solid #003A8A;
  border-radius: 30px;
  margin-top: 10px;
  padding: 3px 15px;
  font-weight: 500;
  font-size: 13px;
  color: #003A8A;
  line-height: 16px;
  display: none;
}
.main_products .column_product .box_filter .btn_filter::before {
  content: "";
  float: left;
  margin: 0 5px 0 0;
  width: 18px;
  height: 18px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -138px 3px;
}
.main_products .column_product .box_filter .btn_grid {
  float: left;
  margin: 0 10px 0 0;
  padding: 1px 5px 0 6px;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border: 1px solid #003A8A;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.main_products .column_product .box_filter .btn_grid .box {
  float: left;
  margin: 0.5px;
  width: 28%;
  height: 6px;
  background-color: #003A8A;
}
.main_products .column_product .box_filter .btn_grid.active {
  background-color: #003A8A;
}
.main_products .column_product .box_filter .btn_grid.active .box {
  background-color: #FFFFFF;
}
.main_products .column_product .box_filter .btn_list {
  float: left;
  margin: 0;
  padding: 1px 5px 0 6px;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border: 1px solid #003A8A;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.main_products .column_product .box_filter .btn_list .box1 {
  float: left;
  margin: 0 5% 1px 0;
  width: 27%;
  height: 4px;
  background-color: #003A8A;
}
.main_products .column_product .box_filter .btn_list .box2 {
  float: left;
  margin: 0 0 1px 0;
  width: 68%;
  height: 4px;
  background-color: #003A8A;
}
.main_products .column_product .box_filter .btn_list.active {
  background-color: #003A8A;
}
.main_products .column_product .box_filter .btn_list.active .box1,
.main_products .column_product .box_filter .btn_list.active .box2 {
  background-color: #FFFFFF;
}
.main_products .column_product .box_filter .box_order {
  float: right;
  width: auto;
}
.main_products .column_product .box_filter .box_order .text {
  float: left;
  width: auto;
  margin: 3px 10px 0 0;
  font-weight: 700;
  font-size: 12px;
  color: #003A8A;
  line-height: 16px;
}
.main_products .column_product .box_filter .box_order select {
  display: none;
}
.main_products .column_product .box_filter .box_order .box_select {
  padding: 0 0 0 10px;
  margin: 0;
  float: right;
  width: 132px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 15px;
  border: 1px solid #9C9C9C;
  font-weight: 500;
  font-size: 12px;
  color: #707070;
  line-height: 16px;
  outline: none;
}
.main_products .column_product .box_filter .box_order .box_select .option {
  margin: 4px 0 0 0;
  padding: 0;
}
.main_products .column_product .box_filter .box_order .box_select .arrow_select {
  width: 25px;
  height: 24px;
  background-image: url("../images/stripes.png") !important;
  background-repeat: no-repeat;
  background-position: -90px -74px;
  position: absolute;
  right: 0;
  margin: 0;
}
.main_products .column_product .box_filter .bar {
  padding: 12px 20px;
  background-color: #EDEEF3;
  border-radius: 15px;
  margin-top: 10px;
}
.main_products .column_product .box_filter .bar .text {
  float: left;
  width: auto;
  margin: 3px 10px 0 0;
  font-weight: 700;
  font-size: 12px;
  color: #003A8A;
  line-height: 16px;
}
.main_products .column_product .box_filter .bar .item {
  background-color: #003A8A;
  border-radius: 5px;
  float: left;
  width: auto;
  margin: 0 15px 0 0;
  padding: 3px 10px;
  font-weight: 700;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
}
.main_products .column_product .box_filter .bar .item .fa {
  float: right;
  margin: 2px 0 0 15px;
}

/*lista de produtos*/
/*visualizar produto*/
.main_product_view {
  background: #FFFFFF;
  padding: 0 0 50px 0;
}
.main_product_view .wrap {
  padding: 70px 0 0 0;
}
.main_product_view .column_img {
  padding: 0 50px 0 0;
}
.main_product_view .column_img .box_share {
  padding: 0;
  margin: 30px 0 0 0;
}
.main_product_view .column_img .box_share span {
  float: left;
  width: auto;
  margin: 9px 20px 0 0;
  font-weight: 700;
  font-size: 16px;
  color: #003A8A;
  line-height: 16px;
}
.main_product_view .column_img .box_share a {
  float: left;
  margin: 0 10px 10px 0;
  border-radius: 50%;
  background: #000000;
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
}
.main_product_view .column_img .box_share a .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 19px;
  max-height: 19px;
}
.main_product_view .column_img .box_share .whatsapp {
  background: #13B207;
}
.main_product_view .column_img .box_share .messenger {
  background: #0753D6;
}
.main_product_view .column_img .box_share .facebook {
  background: #1E478E;
}
.main_product_view .column_img .box_share .twitter {
  background: #1DA1F2;
}
.main_product_view .column_img .box_media {
  padding: 0;
  margin-top: 50px;
}
.main_product_view .column_img .box_media .whatsapp {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  width: 52px;
  height: 56px;
  border-radius: 12px;
  background-color: #13B207;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 53px;
  text-align: center;
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.5);
}
.main_product_view .column_img .box_media .whatsapp .img_item {
  display: inline-block;
  max-width: 25px;
  max-height: 25px;
}
.main_product_view .column_img .box_media .facebook {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  width: 52px;
  height: 56px;
  border-radius: 12px;
  background-color: #0753D6;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 53px;
  text-align: center;
  box-shadow: 0 3px 15px 1px rgba(0, 0, 0, 0.5);
}
.main_product_view .column_img .box_media .facebook .img_item {
  display: inline-block;
  max-width: 25px;
  max-height: 25px;
}
.main_product_view .column_img .box_slide {
  padding: 0;
  margin: 0;
}
.main_product_view .column_img .box_slide .prev {
  border: 1px solid #EEEEEE;
  position: absolute;
  width: 100%;
  height: 30px;
  font-weight: 500;
  font-size: 18px;
  color: #003A8A;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.main_product_view .column_img .box_slide .next {
  border: 1px solid #EEEEEE;
  position: absolute;
  top: -40px;
  width: 100%;
  height: 30px;
  font-weight: 500;
  font-size: 18px;
  color: #003A8A;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.main_product_view .column_img .box_slide .item {
  padding: 0 0 10px 0;
}
.main_product_view .column_img .box_slide .item .box {
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  padding: 0;
  height: 90px;
  padding: 0 0 10px 0;
}
.main_product_view .column_img .box_slide .item .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  max-width: 80%;
  max-height: 80%;
}
.main_product_view .column_img .box_img {
  padding: 0;
  height: 450px;
}
.main_product_view .column_img .box_img .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
}
.main_product_view .column_infos {
  padding: 0;
}
.main_product_view .column_infos .box_code {
  padding: 0;
}
.main_product_view .column_infos .box_code .code {
  float: left;
  width: auto;
  margin: 2px 15px 15px 0;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}
.main_product_view .column_infos .box_code .available {
  float: left;
  width: auto;
  margin: 0 15px 15px 0;
  padding: 1px 10px;
  border-radius: 5px;
  background-color: #14AC28;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
}
.main_product_view .column_infos .box_code .unavailable {
  float: left;
  width: auto;
  margin: 0 15px 15px 0;
  padding: 1px 10px;
  border-radius: 5px;
  background-color: #FF0000;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
}
.main_product_view .column_infos .box_code .offer {
    position: relative;
    top: -5px;
    float: left;
    width: auto;
    height: auto;
    background-color: #DC1320;
    padding: 7px 10px;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
}
.main_product_view .column_infos .name {
  padding: 0;
  margin: 5px 0 0 0;
  font-weight: 700;
  font-size: 35px;
  color: #00357F;
  line-height: 39px;
}
.main_product_view .column_infos .text {
  padding: 0;
  margin: 10px 0;
  font-size: 18px;
  color: #000000;
  line-height: 24px;
}
.main_product_view .column_infos .price_old {
  padding: 0;
  margin: 5px 0 0 0;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  text-decoration: line-through;
}
.main_product_view .column_infos .price {
  padding: 0;
  margin: 5px 0 0 0;
  font-weight: 700;
  font-size: 35px;
  color: #00357F;
  line-height: 39px;
}
.main_product_view .column_infos .text2 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #000000;
  line-height: 24px;
}
.main_product_view .column_infos .unavailable {
    margin-top: 35px;
    padding: 6px 20px;
    background-color: #FFDEDE;
    border-radius: 20px;
    font-weight: 700;
    font-size: 18px;
    color: #E62E2E;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    width: auto;
}
.main_product_view .column_infos .text_plots {
  padding: 0;
  margin: 10px 0;
  font-size: 18px;
  color: #707070;
  line-height: 24px;
}
.main_product_view .column_infos .box_btn_check {
  padding: 0 0 0 15px;
}
.main_product_view .column_infos .btn_check {
  position: relative;
  padding: 15px 30px 15px 55px;
  margin: 10px 0 0 0;
  float: left;
  width: auto;
  height: auto;
  background: #003A8A;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
}
.main_product_view .column_infos .btn_check .icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 35px;
  height: 30px;
}
.main_product_view .column_infos .btn_check .icon .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
}
.main_product_view .column_infos .btn_check:hover {
  background: #1E338B;
}
.main_product_view .column_infos .box_text_cards {
    padding: 30px 20px;
    margin-top: 15px;
    border-radius: 20px;
    background-color: #EDEEF3;
}
.main_product_view .column_infos .box_text_cards .box_img_card {
    padding: 0;
}
.main_product_view .column_infos .box_text_cards .box_img_card img {
    display: inline-block;
    max-width: 100%;
}
.main_product_view .column_infos .box_text_cards .box_img_card a {
    font-size: 13px;
    color: #003A8A;
    font-weight: 600;
    line-height: 18px;
    position: relative;
    top: 3px;
}
.main_product_view .column_infos .box_text_cards .box_img_card a:hover {
    color: #1E338B;
}
.main_product_view .column_infos .box_text_cards .box_text {
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
.main_product_view .column_infos .box_text_cards .box_button {
    padding: 0;
}
.main_product_view .column_infos .box_attribute {
  padding: 30px 20px;
  margin-top: 15px;
  border-radius: 20px;
  background-color: #EDEEF3;
}
.main_product_view .column_infos .box_attribute .btn_send {
  float: right;
  margin: 0;
  padding: 12px 30px;
  width: auto;
  height: auto;
  border: none;
  border-radius: 10px;
  background-color: #FFB32E;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  /*line-height: 40px;*/
  text-align: left;
}
.main_product_view .column_infos .box_attribute .btn_send .img_item {
  float: left;
  margin: 0 20px 0 0;
}

.main_product_view .column_infos .box_attribute .btn_sendWhats {
  float: left;
  margin: 0;
  padding: 15px;    
  width: 183px;
  height: auto;
  border: none;
  border-radius: 10px;
  background-color: #4D9D58;
  font-weight: bold;
  font-size: 15px;
  color: #FFF;
  /*line-height: 40px;*/
  text-align: left;
}
.main_product_view .column_infos .box_attribute .btn_sendWhats .img_item {
  float: left;
  margin: 6px 15px 0 0;
    max-width: 33px;
}

.main_product_view .column_infos .box_attribute .amount {
  float: left;
  margin: 0;
  width: auto;
}
.main_product_view .column_infos .box_attribute .amount .text_amount {
  display: block;
  width: auto;
  font-weight: 700;
  font-size: 18px;
  color: #003A8A;
  line-height: 20px;
}
.main_product_view .column_infos .box_attribute .amount .box_amount {
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  display: block;
  margin: 10px 0 0 0;
  padding: 0 5px;
  width: 116px;
  height: 40px;
  position: relative;
  overflow: hidden;
    margin-right: 10px;
}
.main_product_view .column_infos .box_attribute .amount .field {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 40px;
  border: none;
  background-color: #ffffff;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 20px;
  text-align: center;
}
.main_product_view .column_infos .box_attribute .amount .btn_plus {
    padding: 0;
    margin: 0;
    float: left;
    width: 25px;
    height: 20px;
    border: none;
    background-color: #ffffff;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 0;    
}
.main_product_view .column_infos .box_attribute .amount .btn_less {
  padding: 0;
  margin: 0;
  float: left;
  width: 25px;
  height: 20px;
  border: none;
  background-color: #ffffff;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: 8px;
  left: 0;
}
.main_product_view .column_infos .box_attribute .item {
  padding: 0;
  margin: 0 0 25px 0;
}
.main_product_view .column_infos .box_attribute .item .text_item {
  padding: 0 0 10px 0;
  font-weight: 700;
  font-size: 18px;
  color: #003A8A;
  line-height: 24px;
}
.main_product_view .column_infos .box_attribute .item .label_attribute {
  cursor: pointer;
  float: left;
  width: auto;
  margin: 0 5px 10px 0;
}
.main_product_view .column_infos .box_attribute .item .box {
  float: left;
  width: auto;
  position: relative;
}
.main_product_view .column_infos .box_attribute .item .box_img {
  padding: 0;
  overflow: hidden;
  float: left;
  width: 60px;
  height: 55px;
  border: 1px solid #707070;
  border-radius: 10px;
  background-color: #ffffff;
}
.main_product_view .column_infos .box_attribute .item .box_img .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
}
.main_product_view .column_infos .box_attribute .item .text_value {
  padding: 0 15px;
  float: left;
  width: auto;
  height: auto;
  border: 1px solid #707070;
  border-radius: 20px;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  color: #707070;
  line-height: 24px;
  text-align: center;
}
.main_product_view .column_infos .box_attribute .item .remove {
    border: 1px solid #707070;
    border-radius: 50%;
    background: #ffffff;
    font-weight: 700;
    font-size: 12px;
    color: #707070;
    line-height: 12px;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 15px;
    height: 15px;
    padding: 0;
    display: none;
}
.main_product_view .column_infos .box_attribute .item input[type=radio] {
  display: none;
}
.main_product_view .column_infos .box_attribute .item input[type=radio]:checked + .box {
  border-color: #003A8A;
}
.main_product_view .column_infos .box_attribute .item input[type=radio]:checked + .box .box_img {
  border: 1px solid #003A8A;
  box-shadow: inset 0px 0px 1px 1px #003A8A;
}
.main_product_view .column_infos .box_attribute .item input[type=radio]:checked + .box .text_value {
  border: 1px solid #003A8A;
  box-shadow: inset 0px 0px 1px 1px #003A8A;
  color: #003A8A;
}
.main_product_view .column_infos .box_attribute .item input[type=radio]:checked + .box .remove {
  display: block;
}
.main_product_view .column_infos .box_form {
    padding: 35px 0;
    margin-top: 35px;
}
.main_product_view .column_infos .box_form .text {
    padding: 0 15px;
  font-weight: 700;
  font-size: 18px;
  color: #003A8A;
  line-height: 20px;
}
.main_product_view .column_infos .box_form .field {
    padding: 0 15px;
    margin: 7px 0 0 0;
    display: inline-block;
    width: 100%;
    height: 58px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #DDE1EE;
    font-weight: 500;
    font-size: 17px;
    color: #6C7287;
    line-height: 22px;
}
.main_product_view .column_infos .box_form .btn_send_form {
    float: left;
    margin: 72px 0 0 0;
    padding: 8px 30px;
    width: auto;
    height: auto;
    border: none;
    border-radius: 10px;
    background-color: #FFB32E;
    font-weight: 500;
    font-size: 28px;
    color: #000000;
    line-height: 40px;
    text-align: left;
}
.main_product_view .column_infos .box_form ::-webkit-input-placeholder {
  color: #6C7287;
  opacity: 10;
}
.main_product_view .column_infos .box_form :-moz-placeholder {
  color: #6C7287;
  opacity: 10;
}
.main_product_view .column_infos .box_form ::-moz-placeholder {
  color: #6C7287;
  opacity: 10;
}
.main_product_view .column_infos .box_form :-ms-input-placeholder {
  color: #6C7287;
  opacity: 10;
}
.main_product_view .column_infos .box_payment {
  padding: 0;
  margin-top: 10px;
}
.main_product_view .column_infos .box_payment .text_payment1 {
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  color: #003A8A;
  line-height: 24px;
}
.main_product_view .column_infos .box_payment .text_payment2 {
  padding: 10px 0 0 0;
  font-size: 18px;
  color: #000000;
  line-height: 24px;
}
.main_product_view .column_infos .box_payment .box_img {
  padding: 0;
  margin-top: 15px;
}
.main_product_view .column_infos .box_payment .box_img .img_item {
  float: left;
  margin: 0;
  max-width: 100%;
}
.main_product_view .column_infos .box_media_mobile {
  padding: 0;
  margin-top: 20px;
  display: none;
}

.main_product_view .column_infos .box_media_mobile a {
  float: left;
  margin: 0 10px 10px 0;
  border-radius: 50%;
  background: #000000;
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
}
.main_product_view .column_infos .box_media_mobile a .img_item {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 19px;
  max-height: 19px;
}
.main_product_view .column_infos .box_media_mobile .whatsapp {
  background: #13B207;
}
.main_product_view .column_infos .box_media_mobile .messenger {
  background: #0753D6;
}
.main_product_view .column_infos .box_media_mobile .facebook {
  background: #1E478E;
}
.main_product_view .column_infos .box_media_mobile .twitter {
  background: #1DA1F2;
}
/*
.main_product_view .column_infos .box_media_mobile .whatsapp {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  width: 52px;
  height: 56px;
  border-radius: 12px;
  background-color: #13B207;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 53px;
  text-align: center;
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.5);
}
.main_product_view .column_infos .box_media_mobile .whatsapp .img_item {
  display: inline-block;
  max-width: 25px;
  max-height: 25px;
}
.main_product_view .column_infos .box_media_mobile .facebook {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  width: 52px;
  height: 56px;
  border-radius: 12px;
  background-color: #0753D6;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 53px;
  text-align: center;
  box-shadow: 0 3px 15px 1px rgba(0, 0, 0, 0.5);
}
.main_product_view .column_infos .box_media_mobile .facebook .img_item {
  display: inline-block;
  max-width: 25px;
  max-height: 25px;
}

.main_product_view .column_infos .box_media_mobile .twitter {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  width: 52px;
  height: 56px;
  border-radius: 12px;
  background-color: #1DA1F2;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 53px;
  text-align: center;
  box-shadow: 0 3px 15px 1px rgba(0, 0, 0, 0.5);
}
.main_product_view .column_infos .box_media_mobile .twitter .img_item {
  display: inline-block;
  max-width: 25px;
  max-height: 25px;
}*/
.main_product_view .box_banner {
  padding: 0;
  margin: 50px 0 0 0;
}
.main_product_view .box_banner img {
    height: auto !important;
    max-width: 100% !important;
}
.main_product_view .box_banner .text {
  padding: 0;
  margin: 0 0 15px 0;
  font-weight: 700;
  font-size: 43px;
  color: #00357F;
  line-height: 50px;
}
.main_product_view .box_banner .text_2 {
  padding: 0;
  margin: 35px 0;
  font-weight: 400;
  font-size: 20px;
  color: #707070;
  line-height: 26px;
}
.main_product_view .box_banner .text_2 img {
  max-width: 100%;
}/*
.main_product_view .box_banner .box_text_infos {
  padding: 0;
  margin: 35px 0;
}
.main_product_view .box_banner .box_text_infos .text_infos_item {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  color: #707070;
  line-height: 26px;
}*/
.main_product_view .box_feature {
  padding: 0;
  margin: 80px 0 0 0;
}
.main_product_view .box_feature .text {
  padding: 0;
  margin: 0 0 30px 0;
  font-weight: 700;
  font-size: 43px;
  color: #00357F;
  line-height: 50px;
}
.main_product_view .box_feature .item {
  padding: 0;
  margin: 0 0 15px 0;
}
.main_product_view .box_feature .item .item_text1 {
  padding: 0;
  margin: 0 0 5px 0;
  font-weight: 700;
  font-size: 21px;
  color: #000000;
  line-height: 25px;
}
.main_product_view .box_feature .item .item_text2 {
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 21px;
  color: #000000;
  line-height: 25px;
}
.main_product_view .box_product {
  padding: 0;
  margin: 20px 0;
}
.main_product_view .box_product .title {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 43px;
  color: #003A8A;
  line-height: 49px;
}
.main_product_view .box_product .box_slide {
  padding: 0;
  margin-top: 45px;
}
.main_product_view .box_product .slide_products {
  padding: 0;
}
.main_product_view .box_product .prev {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  right: auto;
  width: 60px;
  height: 60px;
  z-index: 5;
  border-radius: 100%;
  font-size: 42px;
  text-align: center;
  line-height: 60px;
  color: #656565;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.main_product_view .box_product .prev .fa {
  position: relative;
  z-index: 1;
  padding-right: 5px;
}
.main_product_view .box_product .prev:hover::before {
  opacity: 0.6;
}
.main_product_view .box_product .next {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -30px;
  width: 60px;
  height: 60px;
  z-index: 5;
  border-radius: 100%;
  font-size: 42px;
  text-align: center;
  line-height: 60px;
  color: #656565;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.main_product_view .box_product .next .fa {
  position: relative;
  z-index: 1;
  padding-left: 5px;
}
.main_product_view .box_product .next:hover::before {
  opacity: 0.6;
}

.main_product_view .box_reviews {
    margin-top: 40px;
    padding: 40px 0;
    border-top: 1px solid #D0D0D0;
}
.main_product_view .box_reviews {
    margin-top: 40px;
    padding: 40px 0;
    border-top: 1px solid #D0D0D0;
}
.main_product_view .box_reviews .title {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 43px;
  color: #003A8A;
  line-height: 49px;
}
.main_product_view .box_reviews .box_text_review {
  padding: 0;
  margin: 25px 0;
}
.main_product_view .box_reviews .box_text_review .text_review {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: 30px;
}
.main_product_view .box_reviews .box_text_review .btn_send_review {
    float: left;
    padding: 10px 15px;
    margin: 25px 0 0 0;
    width: auto;
    height: auto;
    border: none;
    border-radius: 7px;
    background: #003A8A;
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
}
.main_product_view .box_reviews .box_starts {
    margin-top: 30px;
    padding: 0;
    font-weight: 600;
    font-size: 32px;
    color: #868686;
    line-height: 36px;
}
.main_product_view .box_reviews .box_starts .reviews {
    display: inline-block;
    width: auto;
}
.main_product_view .box_reviews .box_starts .btn_review {
    float: right;
    padding: 10px 15px;
    margin: 10px 0 0 0;
    width: auto;
    height: auto;
    border: none;
    border-radius: 7px;
    background: #003A8A;
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
}
.main_product_view .box_reviews .box_starts .fa {
    color: #DDDDDD;
}
.main_product_view .box_reviews .box_starts .fa.active {
    color: #F5C94A;
}
.main_product_view .box_reviews .list_comments {
    padding: 0;
    margin-top: 35px;
}
.main_product_view .box_reviews .list_comments .item_comment {
    padding: 35px 0;
    margin-top: 35px;
    border-bottom: 1px solid #DDDDDD;
}
.main_product_view .box_reviews .list_comments .item_comment:nth-last-child(1) {
    border: none;
}
.main_product_view .box_reviews .list_comments .item_comment .box_star_comment {
    padding: 25px 0 0 0;
    font-size: 18px;
    color: #DDDDDD;
    line-height: 22px;
}
.main_product_view .box_reviews .list_comments .item_comment .box_star_comment .fa.active {
    color: #F5C94A;
}
.main_product_view .box_reviews .list_comments .item_comment .box_star_comment .jq-star {
    float: left;
}
.main_product_view .box_reviews .list_comments .item_comment .box_star_comment .product {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    float: left;
    width: auto;
    margin: 5px 0 0 20px;
}
.main_product_view .box_reviews .list_comments .item_comment .box_star_comment .product a {
    color: #000000;
}
.main_product_view .box_reviews .list_comments .item_comment .box_star_comment .product a:hover {
    color: #003A8A;
}
.main_product_view .box_reviews .list_comments .item_comment .item_text1 {
    padding: 0;
    font-weight: 600;
    font-size: 32px;
    color: #003A8A;
    line-height: 36px;
}
.main_product_view .box_reviews .list_comments .item_comment .item_text2 {
    padding: 15px 0 0 0;
    font-weight: 500;
    font-size: 16px;
    color: #808080;
    line-height: 26px;
}
.main_product_view .box_reviews .list_comments .item_comment .item_text3 {
    padding: 25px 0 0 0;
    font-weight: 500;
    font-size: 20px;
    color: #121212;
    line-height: 26px;
}

/*visualizar produto*/

@media (max-width: 1500px) {

    .product a {
        /*min-height: 450px;*/
    }

    .header_main .logo {
        width: 120px;
    }
    .header_main .box_search {
        max-width: 30%;
    }
}

@media (min-width: 1500px) {
    
    
    /*
    .main_product_view .column_infos .box_attribute .btn_send {
        font-size: 25px !important;    
      }*/
    
    .main_product_view .column_infos .box_attribute .btn_sendWhats{
        
        width: 227px!important;
        /*margin-top: 20px!important;*/
        font-size: 16px!important;
        text-align: center!important;
    }
    
    .main_product_view .column_infos .box_attribute .btn_sendWhats .img_item {
        float: left!important;
        margin: 5px 0 0 10px!important;
        max-width: 36px!important;
    }
}

@media (max-width: 1400px) {
  .product .text3 {
    font-size: 20px;
  }

  .menu_main a {
    margin-right: 25px;
    font-size: 17px;
  }

  .main_blog .section_product .box_slide {
    padding: 0 30px;
  }

  .main_product_view .box_product .box_slide {
    padding: 0 30px;
  }

  .header_banner .btn_close {
    left: auto;
    right: 15px;
  }
}
@media (max-width: 1300px) {
    .main_institutional .wrap .title_page,
    .main_institutional .wrap .box_text .title {
        font-size: 25px;
        line-height: 30px;
    }
    .main_institutional .wrap .box_text {
        font-size: 20px;
        line-height: 25px;
    }
    .main_blog .title_page,
    .main_blog .box_view .text1,
    .section_product .title,
    .main_blog .section_comments .title,
    .main_blog .box_featured .text1 {
        font-size: 25px;
        line-height: 30px;
    }
    .main_blog .box_view .text2,
    .main_blog .box_featured .text2,
    .main_blog .column_1 .item .text1 {
        font-size: 18px;
        line-height: 25px;
    }
    .main_cart .title_page,
    .main_cart .section_banners .title,
    .main_cart .section_brands .title {
        font-size: 25px;
        line-height: 30px;
    }
    .main_shopping .title_page {
        font-size: 25px;
        line-height: 30px;
    }
    .main_shopping .text {
        font-size: 20px;
        line-height: 25px;
    }
    .main_contact .box_form .column_1 {
        padding: 45px 50px 30px 50px;
    }
    .main_contact .box_form .column_2 {
        padding: 45px 50px 30px 50px;
    }
    .main_contact .box_form .column_2 .item .text2 {
        font-size: 18px;
    }
    .main_contact .title_page,
    .main_contact .box_form .column_1 .text_form,
    .main_contact .box_form .column_2 .text,
    .main_contact .map .title {
        font-size: 25px;
        line-height: 30px;
    }
    .main_contact .text {
        font-size: 20px;
        line-height: 25px;
    }
    .main_login .title_page {
        font-size: 25px;
        line-height: 30px;
    }
    .main_login .text {
        font-size: 20px;
        line-height: 25px;
    }
    .main_login .btn_yellow {
        font-size: 20px;
        line-height: 25px;
    }
    .main_about .column_text .title,
    .main_about .box_team .title,
    .main_about .item_about .text1 {
        font-size: 35px;
        line-height: 40px;
    }
    .main_about .box_team .box_text .text1 {
        font-size: 75px;
        line-height: 75px;
    }
    .main_ask .title_page {
        font-size: 35px;
        line-height: 40px;
    }
    .main_ask .box_list .item .text1 {
        font-size: 25px;
        line-height: 30px;
    }
    .main_ask .box_list .item .text2 {
        font-size: 20px;
        line-height: 25px;
    }
    .main_cart .box_form .text_form {
        font-size: 35px;
        line-height: 40px;
    }
    .main_cart .box_white .text1 {
        font-size: 35px;
        line-height: 40px;
    }
    .main_distributor .wrap .title_page {
        font-size: 35px;
        line-height: 40px;
    }
    .main_distributor .wrap .text {
        font-size: 20px;
        line-height: 25px;
    }
    .main_distributor .wrap .box_benefits .title,
    .main_distributor .wrap .box_blue .text2 {
        font-size: 35px;
        line-height: 40px;
    }
    .main_product_view .box_banner .text,
    .main_product_view .box_feature .text,
    .main_product_view .box_product .title,
    .main_product_view .box_reviews .title {
        font-size: 35px;
        line-height: 40px;
    }
    .newsletter .box_form .field {
        max-width: 35%;
        margin: 8px;
    }
    .newsletter .box_form .field {
        padding: 0 15px;
        font-size: 14px;
    }
    .newsletter .box_text .text2 {
        font-size: 20px;
        line-height: 25px;
    }
    .header_main .category {
        margin-left: 15px;
    }
    .header_main .box_search {
        margin-left: 15px;
    }
  .header_banner .text {
    padding: 15px 0 0 0;
    font-size: 16px;
    line-height: 24px;
    max-width: 70%;
  }

  .menu_category .item .box {
    font-size: 12px;
    padding-left: 40px;
  }
  .menu_category .item .box .box_img {
    top: 10px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1250px) {

    .header_main .box_search .field {
        font-size: 15px;
        padding: 0 55px 0 30px;
    }
  .section_error {
    padding: 0;
  }

  .main_home .section_blog .item {
    width: 400px;
  }

  .main_cart .box_steps .item {
    width: auto;
  }

  .main_distributor .wrap .box_steps .column {
    padding: 0 20px;
  }

  .main_about .column_text {
    padding-top: 0;
  }

  .main_shopping .box_list .item .column_img {
    padding: 0 10px;
  }
  .main_shopping .box_list .item .column_text {
    padding: 0 10px;
  }
  .main_shopping .box_list .item .text2 {
    font-size: 20px;
    line-height: 24px;
  }

  .menu_main a {
    margin-right: 20px;
    font-size: 16px;
  }

  .header_main .box_search {
    width: 330px;
  }
}

@media (max-width: 1200px) {
    .product .btn_buy .img_item {
        width: 15px;
        margin: 2px 5px 0 0;
    }

    .product .btn_buy {
        padding: 10px 13px;
        font-size: 12px;
    }
    .menu_category .item .box {
        font-size: 10px;
        line-height: 13px;
    }
}
@media (max-width: 1150px) {
    .menu_category .item {
        padding: 0 5px;
    }
    .header_main .box_search {
        max-width: 27%;
    }
    .header_main .box_search .field {
        padding-left: 20px;
    }
  .menu_main a {
    margin-right: 15px;
    font-size: 14px;
  }

  .header_main .logo {
    width: 120px;
  }
  .header_main .box_search {
    width: 300px;
  }
}
@media (max-width: 1050px) {
    .main_contact .map .box_map iframe {
        height: 400px !important;
    }
    .menu_category .item .box {
        padding-left: 35px;
        font-size: 9px;
        line-height: 12px;
    }
    .menu_category .item .box .box_img {
        width: 26px;
        height: 26px;
    }
  .main_cart .box_steps .item .text_item {
    font-size: 16px;
  }

  .header_main .logo {
    width: 100px;
  }
  .header_main .category {
    margin: 15px 0 0 20px;
    font-size: 16px;
  }
  .header_main .box_search {
    margin-left: 20px;
  }
}
@media (max-width: 1020px) {

    .main_products .column_product .product {
        width: 33.3%;
    }

    .main_product_view .box_reviews .box_text_review .text_review {
        font-size: 20px;
        line-height: 24px;
    }

    .newsletter .box_form .field {
        font-size: 16px;
    }

    .container {
        max-width: 100%;
    }

    .product .icon {
        width: 32px;
        height: 32px;
    }
  .main_blog .box_view .control_post a .box_infos {
    padding: 10px;
  }
  .main_blog .box_view .control_post a .text_action {
    font-size: 16px;
    line-height: 20px;
  }
  .main_blog .box_view .control_post a .control_text {
    font-size: 14px;
    line-height: 18px;
  }

  .main_product_view .box_product .container {
    padding-right: 0;
  }
  .main_product_view .box_product .box_slide {
    padding: 0;
  }
  .main_product_view .box_product .product {
    width: 150px !important;
    padding: 0 3px 0 0;
  }
  .main_product_view .box_product .product .btn_buy {
    font-size: 12px;
    line-height: 15px;
    padding: 5px 15px;
  }
  .main_product_view .box_product .product .btn_buy .img_item {
    width: 14px;
  }
  .main_product_view .box_product .product a {
    padding: 15px 5px;
    min-height: 370px;
    border-radius: 12px;
  }
  .main_product_view .box_product .product .box_img {
    height: 110px;
  }
  .main_product_view .box_product .product .text1 {
    font-size: 10px;
    line-height: 14px;
    height: 27px;
  }
  .main_product_view .box_product .product .text2 {
    font-size: 12px;
    line-height: 14px;
    /*height: 55px;*/
    min-height: 55px;
  }
  .main_product_view .box_product .product .old {
    font-size: 10px;
    line-height: 14px;
  }
  .main_product_view .box_product .product .text3 {
    font-size: 16px;
    line-height: 14px;
  }
  .main_product_view .box_product .product .text4 {
    font-size: 12px;
    line-height: 14px;
  }
  .main_product_view .box_product .product .text5 {
    font-size: 10px;
    line-height: 14px;
  }

  .main_shopping .title_page {
    font-size: 21px;
    line-height: 25px;
  }
  .main_shopping .text {
    font-size: 14px;
    line-height: 20px;
  }
  .main_shopping .box_list {
    margin-top: 25px;
  }
  .main_shopping .box_list .item {
    margin-bottom: 40px;
  }
  .main_shopping .box_list .item .text1 {
    font-size: 29px;
    line-height: 33px;
  }
  .main_shopping .box_list .item .text2 {
    font-size: 14px;
    line-height: 20px;
  }

  .content_pagination a {
    font-size: 13px;
    padding: 1px 9px;
    min-width: 25px;
    min-height: 25px;
  }

  .section_breadcrumb {
    background: #F2F5F9;
  }
  .section_breadcrumb ul {
    padding: 10px 0 5px 0;
  }
  .section_breadcrumb li {
    font-size: 13px;
    line-height: 17px;
  }
  .section_breadcrumb .fa {
    font-size: 17px;
  }

  .menu_category {
    display: none;
  }

  .menu_category.home {
    display: inline-block !important;
  }

  .header_banner {
    padding: 10px 0;
  }
  .header_banner .container {
    padding-left: 10px;
  }
  .header_banner .img_1 {
    margin: 0 10px 0 0;
  }
  .header_banner .img_2 {
    width: 15px;
    margin: 0 10px 0 0;
  }
  .header_banner .text {
    padding: 10px 0 0 0;
    font-size: 12px;
    line-height: 16px;
    max-width: 70%;
  }

  .main_home .desktop {
    display: none;
  }
  .main_home .section_banners {
    display: none;
  }
  .main_home .feature .container {
    padding-right: 0;
  }
  .main_home .feature .item {
    width: 300px !important;
  }
  .main_home .box_product {
    padding: 0;
  }
  .main_home .box_product .container {
    padding-right: 0;
  }
  .main_home .box_product .title {
    font-size: 21px;
    line-height: 25px;
  }
  .main_home .box_product .box_slide {
    margin-top: 15px;
  }
  .main_home .box_product .product {
    width: 150px !important;
    padding: 0 3px 0 0;
  }
  .main_home .box_product .product .btn_buy {
    font-size: 12px;
    line-height: 15px;
    padding: 5px 15px;
  }
  .main_home .box_product .product .btn_buy .img_item {
    width: 14px;
  }
  .main_home .box_product .product a {
    padding: 15px 5px;
    min-height: 320px;
    border-radius: 12px;
  }
  .main_home .box_product .product .box_img {
    height: 110px;
  }
  .main_home .box_product .product .code {
    font-size: 10px;
    line-height: 14px;
  }
  .main_home .box_product .product .text1 {
    font-size: 10px;
    line-height: 14px;
  }
  .main_home .box_product .product .text2 {
    font-size: 12px;
    line-height: 14px;
  }
  .main_home .box_product .product .old {
    font-size: 10px;
    line-height: 14px;
  }
  .main_home .box_product .product .text3 {
    font-size: 11px;
    line-height: 14px;
  }
  .main_home .box_product .product .text4 {
    font-size: 8px;
    line-height: 14px;
  }
  .main_home .box_product .product .text5 {
    font-size: 10px;
    line-height: 14px;
  }
  .main_home .section_category .container {
    padding-right: 0;
  }
  .main_home .section_category .title {
    font-size: 21px;
    line-height: 25px;
  }
  .main_home .section_category .box_items .item {
    width: 115px !important;
  }
  .main_home .section_category .box_items .item .box_img {
    width: 80px;
  }
  .main_home .section_category .box_items .item .box_img .img_item {
    max-width: 50%;
    max-height: 50%;
  }
  .main_home .section_category .box_items .item .text {
    font-size: 14px;
    line-height: 18px;
  }
  .main_home .section_brands {
    margin: 0;
    padding: 0;
  }
  .main_home .section_brands .container {
    padding-right: 0;
  }
  .main_home .section_brands .title {
    font-size: 21px;
    line-height: 25px;
  }
  .main_home .section_brands .column {
    width: 280px !important;
  }
  .main_home .section_brands .column .box_img {
    height: 60px;
  }
  .main_home .section_brands .column .box_img .img_item {
    max-width: 65%;
  }
  .main_home .section_brands .column .box_infos {
    padding: 25px 20px;
    min-height: auto;
  }
  .main_home .section_brands .column .text {
    font-size: 14px;
    line-height: 20px;
    min-height: auto;
  }
  .main_home .section_brands .column .view {
    padding: 5px 15px;
    font-size: 13px;
    line-height: 18px;
    margin-left: 0;
  }
  .main_home .section_brands .box_items_brands {
    padding: 0;
    margin-top: 15px;
  }
  .main_home .section_brands .box_items_brands .item {
    width: 135px !important;
  }
  .main_home .section_blog {
    padding: 0;
  }
  .main_home .section_blog .container {
    padding-right: 0;
  }
  .main_home .section_blog .title {
    font-size: 21px;
    line-height: 25px;
  }
  .main_home .section_blog .item {
    width: 250px !important;
  }
  .main_home .section_blog .item .box_img {
    height: auto;
  }
  .main_home .section_blog .item .box_img::before {
    content: "";
    display: inline-block;
    width: 100%;
    padding: 0 0 55% 0;
  }
  .main_home .section_blog .item .box_infos {
    padding: 10px 15px;
    min-height: inherit;
  }
  .main_home .section_blog .item .text1 {
    font-size: 16px;
    line-height: 20px;
  }
  .main_home .section_blog .item .text2 {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
  }
  .main_home .section_reviews .title {
    font-size: 21px;
    line-height: 25px;
  }
  .main_home .section_reviews .box_items .item {
    width: 275px !important;
    padding: 0 5px 0 0;
  }
  .main_home .section_reviews .box_items .item .box {
    min-height: 215px;
    padding: 0 0 70px 0;
  }
  .main_home .section_reviews .box_items .item .box_star {
    padding: 15px 20px;
  }
  .main_home .section_reviews .box_items .item .box_star .img_item {
    width: 15px;
  }
  .main_home .section_reviews .box_items .item .box_text {
    padding: 0 20px 15px 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .main_home .section_reviews .box_items .item .box_user {
    padding: 8px 15px 0 15px;
    height: 65px;
    min-height: auto;
  }
  .main_home .section_reviews .box_items .item .box_user .text1 {
    font-size: 18px;
    line-height: 20px;
  }
  .main_home .section_reviews .box_items .item .box_user .text2 {
    padding: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .main_cart .box_payment .label_payment .box {
    padding: 15px 50px 15px 100px;
  }
  .main_cart .box_payment .label_payment .box .img_item {
    max-width: 70px;
    max-height: 70px;
  }
  .main_cart .box_payment .label_payment .box .text1 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
  }
  .main_cart .box_payment .label_payment .box .text2 {
    font-size: 16px;
    line-height: 20px;
  }
  .main_cart .box_payment .label_payment .box .fa {
    font-size: 40px;
    right: 10px;
  }
  .main_cart .box_white {
    padding: 30px;
  }
  .main_cart .box_white .text1 {
    font-size: 21px;
    line-height: 25px;
  }
  .main_cart .box_white .text1 .img_item {
    width: 30px;
    margin: 0 10px 0 0;
  }
  .main_cart .box_white .text2 {
    font-size: 16px;
    line-height: 22px;
  }
  .main_cart .box_white .text2 .box_img {
    width: 50px;
  }
  .main_cart .box_white .text2 .box_text {
    max-width: 80%;
  }
  .main_cart .box_next .btn_prev {
    padding: 10px 15px;
    font-size: 16px;
    margin: 0 20px 20px 0;
  }
  .main_cart .box_next .btn_prev::before {
    margin-right: 10px;
  }
  .main_cart .box_next .btn_next {
    padding: 10px 15px;
    font-size: 16px;
  }
  .main_cart .box_next .btn_next::before {
    margin-left: 10px;
  }
  .main_cart .box_next .btn_confirm {
    float: left;
  }
  .main_cart .box_items .bar_total .box_cupon {
    width: 100%;
    margin-bottom: 30px;
  }
  .main_cart .box_items .bar_total .box_infos {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  .main_cart .box_items .bar_total .box_infos span {
    font-size: 22px;
    line-height: 26px;
  }
  .main_cart .text_total {
    font-size: 22px;
    line-height: 26px;
  }
  .main_cart .text_delivery {
    font-size: 16px;
    line-height: 22px;
    padding-top: 20px;
  }
  .main_cart .box_form {
    padding: 30px 15px;
  }
  .main_cart .box_form .msg {
    position: relative;
    font-size: 14px;
  }
  .main_cart .box_form .btn_check {
    font-size: 16px;
    padding: 10px 25px 10px 50px;
  }
  .main_cart .box_form .btn_check .icon {
    top: 6px;
  }
  .main_cart .box_form .btn_check .icon .img_item {
    width: 20px;
  }
  .main_cart .box_form .text_form {
    font-size: 21px;
    line-height: 25px;
  }
  .main_cart .box_form .text_label2 {
    font-size: 16px;
    line-height: 20px;
  }
  .main_cart .box_form .text_label {
    font-size: 16px;
    line-height: 20px;
  }
  .main_cart .box_form .box_date {
    width: 100%;
  }
  .main_cart .box_form .column {
    width: 100%;
    margin-bottom: 30px;
  }
  .main_cart .box_form .text {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 25px 0;
  }
  .main_cart .box_form .btn_refresh {
    padding: 10px 20px 10px 45px;
  }
  .main_cart .box_form .btn_refresh .icon {
    top: 5px;
  }
  .main_cart .box_form .label_checkbox {
    font-size: 16px;
  }
  .main_cart .box_form .label_delivery {
    padding: 20px 15px 20px 140px;
  }
  .main_cart .box_form .label_delivery .text_delivery_1 {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  .main_cart .box_form .label_delivery .text_delivery_2 {
    padding-top: 10px;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  .main_cart .box_form .label_delivery .radio_fake {
    left: 15px;
  }
  .main_cart .box_form .label_delivery .icon {
    left: 55px;
    width: 60px;
    height: 60px;
    background-size: 32px auto;
  }
  .main_cart .section_banners .more {
    font-size: 14px;
    line-height: 18px;
    padding: 12px 30px;
  }
  .main_cart .section_brands {
    margin-top: 40px;
    padding: 30px 0;
  }
  .main_cart .section_brands .container {
    padding-right: 0;
  }
  .main_cart .section_brands .title {
    font-size: 21px;
    line-height: 25px;
  }
  .main_cart .section_brands .column {
    width: 280px !important;
  }
  .main_cart .section_brands .column .box_img {
    height: 60px;
  }
  .main_cart .section_brands .column .box_img .img_item {
    max-width: 65%;
  }
  .main_cart .section_brands .column .box_infos {
    padding: 25px 20px;
    min-height: auto;
  }
  .main_cart .section_brands .column .text {
    font-size: 14px;
    line-height: 20px;
    min-height: auto;
  }
  .main_cart .section_brands .column .view {
    padding: 5px 15px;
    font-size: 13px;
    line-height: 18px;
    margin-left: 0;
  }
  .main_cart .section_brands .box_items_brands {
    padding: 0;
    margin-top: 15px;
  }
  .main_cart .section_brands .box_items_brands .item {
    width: 135px !important;
  }

  .main_login .title_page {
    font-size: 24px;
    line-height: 28px;
  }
  .main_login .text {
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0;
  }
  .main_login .text_label {
    font-size: 16px;
    line-height: 22px;
  }
  .main_login .btn_yellow {
    font-size: 16px;
    line-height: 20px;
  }
  .main_login .column {
    width: 100%;
    padding: 0 0 50px 0;
  }
  .main_login .feature .item {
    width: 50%;
    margin-bottom: 30px;
  }

  .main_distributor .wrap .title_page {
    font-size: 21px;
    line-height: 25px;
  }
  .main_distributor .wrap .text {
    font-size: 14px;
    line-height: 20px;
  }
  .main_distributor .wrap .register {
    font-size: 20px;
    line-height: 26px;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .main_distributor .wrap .register::before {
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    margin-top: -5px;
  }
  .main_distributor .wrap .box_steps .column {
    width: 100%;
    padding: 0 150px;
  }
  .main_distributor .wrap .box_benefits {
    margin-top: 20px;
  }
  .main_distributor .wrap .box_benefits .title {
    font-size: 21px;
    line-height: 25px;
  }
  .main_distributor .wrap .box_benefits .box {
    margin-top: 20px;
  }
  .main_distributor .wrap .box_benefits .box .box_img {
    width: 100%;
  }
  .main_distributor .wrap .box_benefits .box .box_text {
    width: 100%;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
  }
  .main_distributor .wrap .box_pdf .download {
    font-size: 16px;
    line-height: 20px;
  }
  .main_distributor .wrap .box_pdf .download::before {
    top: 9px;
    width: 23px;
    background-size: 22px auto;
  }
  .main_distributor .wrap .box_blue {
    padding: 40px 0;
  }
  .main_distributor .wrap .box_blue .box_form {
    padding: 30px;
  }
  .main_distributor .wrap .box_blue .text1 {
    font-size: 16px;
    line-height: 20px;
  }
  .main_distributor .wrap .box_blue .text2 {
    font-size: 18px;
    line-height: 22px;
  }
  .main_distributor .wrap .box_blue .text_number {
    font-size: 16px;
    line-height: 20px;
  }
  .main_distributor .wrap .box_blue .text_label {
    font-size: 16px;
    line-height: 20px;
  }
  .main_distributor .wrap .box_blue .text_label2 {
    font-size: 16px;
    line-height: 20px;
  }
  .main_distributor .wrap .box_blue .btn_send {
    font-size: 14px;
    line-height: 20px;
    width: 116px;
    height: 35px;
  }
  .main_distributor .wrap .box_blue .btn_reset {
    font-size: 14px;
    line-height: 20px;
    height: 35px;
    float: left;
  }

  .main_institutional .wrap .box_map {
    margin-bottom: 80px;
  }
  .main_institutional .wrap .title_page {
    font-size: 21px;
    line-height: 25px;
  }
  .main_institutional .wrap .box_text {
    font-size: 14px;
    line-height: 20px;
  }
  .main_institutional .wrap .box_text .title {
    font-size: 21px;
    line-height: 25px;
  }

  .main_cart .title_page {
    font-size: 21px;
    line-height: 25px;
  }
  .main_cart .title_page .img_item {
    max-width: 19px;
    margin: 5px 10px 0 0;
  }
  .main_cart .box_items .item {
    padding-bottom: 20px;
  }
  .main_cart .box_items .item .column_img {
    width: 22%;
  }
  .main_cart .box_items .item .name {
    width: 50%;
    min-height: 140px;
    height: auto;
  }
  .main_cart .box_items .item .amount {
    width: 30%;
    margin-left: 20%;
    height: auto;
  }
  .main_cart .box_items .item .amount .box_amount {
    margin: 0;
  }
  .main_cart .box_items .item .total {
    width: 50%;
    height: auto;
  }
  .main_cart .box_items .item .total .info {
    margin-top: 5px;
  }
  .main_cart .box_items .item .btn_delete {
    position: absolute;
    top: 40px;
    right: 15px;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
  }
  .main_cart .section_banners .title {
    font-size: 21px;
    line-height: 25px;
  }
  .main_cart .section_brands .title {
    font-size: 21px;
    line-height: 25px;
  }

  .main_ask .title_page {
    font-size: 21px;
    line-height: 25px;
  }


  .main_ask .box_list .category .fa {
    font-size: 35px;
    top: 18px;
    right: 15px;
  }
  .main_ask .box_list .category .category_text1 {
    font-size: 16px;
    line-height: 20px;
    padding: 25px 60px 25px 20px;
  }
  .main_ask .box_list .category .category_text2 {
    font-size: 14px;
    line-height: 20px;
    padding: 0 20px 25px 20px;
  }



  .main_ask .box_list .item .fa {
    font-size: 35px;
    top: 18px;
    right: 15px;
  }
  .main_ask .box_list .item .text1 {
    font-size: 16px;
    line-height: 20px;
    padding: 25px 60px 25px 20px;
  }
  .main_ask .box_list .item .text2 {
    font-size: 14px;
    line-height: 20px;
    padding: 0 20px 25px 20px;
  }

  .main_about .column_img {
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .main_about .column_text {
    width: 100%;
    padding: 40px 0 0 0;
  }
  .main_about .column_text .title {
    font-size: 21px;
    line-height: 25px;
  }
  .main_about .column_text .subtitle {
    font-size: 12px;
    line-height: 16px;
  }
  .main_about .column_text .text {
    font-size: 16px;
    line-height: 22px;
  }
  .main_about .box_team .title {
    font-size: 21px;
    line-height: 25px;
  }
  .main_about .box_team .box_text {
    font-size: 16px;
    line-height: 22px;
  }
  .main_about .box_team .box_text .item {
    width: 100%;
    padding-bottom: 0;
  }
  .main_about .box_team .box_text .text1 {
    font-size: 73px;
    line-height: 73px;
  }
  .main_about .box_team .box_text .text2 {
    font-size: 16px;
    line-height: 22px;
  }
  .main_about .item_about .text1 {
    font-size: 21px;
    line-height: 25px;
  }
  .main_about .item_about .text2 {
    font-size: 16px;
    line-height: 22px;
  }

  .main_contact .title_page {
    font-size: 21px;
    line-height: 25px;
  }
  .main_contact .text {
    font-size: 14px;
    line-height: 20px;
  }
  .main_contact .box_form .column_1 {
    padding: 25px 20px;
  }
  .main_contact .box_form .column_1 .box_select {
    border-radius: 5px;
    font-size: 10px;
    height: 31px;
  }
  .main_contact .box_form .column_1 .box_select .option {
    margin-top: 5px;
  }
  .main_contact .box_form .column_1 .box_select .arrow_select {
    height: 31px;
    background-position: -90px 12px;
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  .main_contact .box_form .column_1 .field {
    border-radius: 5px;
    font-size: 10px;
    height: 31px;
  }
  .main_contact .box_form .column_1 .textarea {
    border-radius: 5px;
    font-size: 10px;
    height: 119px;
  }
  .main_contact .box_form .column_1 .text_form {
    font-size: 21px;
    line-height: 25px;
  }
  .main_contact .box_form .column_1 .text_label {
    font-size: 12px;
    line-height: 14px;
  }
  .main_contact .box_form .column_1 .text_label span {
    font-size: 10px;
    line-height: 14px;
  }
  .main_contact .box_form .column_1 .btn_reset {
    font-size: 10px;
    line-height: 14px;
    height: 31px;
  }
  .main_contact .box_form .column_1 .btn_send {
    font-size: 10px;
    line-height: 14px;
    width: 125px;
    height: 31px;
  }
  .main_contact .box_form .column_2 {
    padding: 30px;
  }
  .main_contact .box_form .column_2 .text {
    font-size: 28px;
    line-height: 32px;
  }
  .main_contact .box_form .column_2 .item {
    padding-left: 33px;
    margin-bottom: 30px;
  }
  .main_contact .box_form .column_2 .item .icon {
    width: 25px;
    height: 25px;
  }
  .main_contact .box_form .column_2 .item .icon .img_item {
      max-width: 60%;
      max-height: 60%;
  }
  .main_contact .box_form .column_2 .item::before {
    width: 25px;
    height: 25px;
  }
  .main_contact .box_form .column_2 .item .text1 {
    font-size: 10px;
    line-height: 14px;
  }
  .main_contact .box_form .column_2 .item .text2 {
    font-size: 12px;
    line-height: 20px;
  }
  .main_contact .box_form .column_2 .media img {
    max-width: 25px;
  }
  .main_contact .box_form .column_2 .media .text_share {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0;
  }
  .main_contact .map {
    margin: 0;
  }
  .main_contact .map .title {
    font-size: 21px;
    line-height: 25px;
  }

  .main_blog .content_pagination {
    margin-top: 15px;
  }
  .main_blog .section_product .title,
.main_blog .section_comments .title {
    font-size: 21px;
    line-height: 25px;
  }
  .main_blog .title_page {
    font-size: 21px;
    line-height: 25px;
  }
  .main_blog .box_view .text1 {
    font-size: 24px;
    line-height: 28px;
  }
  .main_blog .box_view .text2 {
    font-size: 16px;
    line-height: 20px;
  }
  .main_blog .box_view .text3 {
    font-size: 16px;
    line-height: 20px;
  }
  .main_blog .box_featured {
    padding: 20px 0;
  }
  .main_blog .box_featured .text1 {
    font-size: 24px;
    line-height: 28px;
  }
  .main_blog .box_featured .text2 {
    font-size: 16px;
    line-height: 20px;
  }
  .main_blog .box_featured .text3 {
    font-size: 16px;
    line-height: 20px;
  }
  .main_blog .column_1 {
    width: 100%;
    margin-bottom: 25px;
  }
  .main_blog .column_1 .item .box_img {
    height: auto;
  }
  .main_blog .column_1 .item .box_img::before {
    content: "";
    display: inline-block;
    width: 100%;
    padding: 0 0 55% 0;
  }
  .main_blog .column_1 .item .text1 {
    font-size: 18px;
    line-height: 22px;
  }
  .main_blog .column_1 .item .text2 {
    font-size: 14px;
    line-height: 20px;
  }
  .main_blog .column_2 {
    width: 100%;
  }
  .main_blog .section_product .container {
    padding-right: 0;
  }
  .main_blog .section_product .box_slide {
    padding: 0;
  }
  .main_blog .section_product .product {
    width: 150px !important;
    padding: 0 3px 0 0;
  }
  .main_blog .section_product .product .btn_buy {
    font-size: 12px;
    line-height: 15px;
    padding: 5px 15px;
  }
  .main_blog .section_product .product .btn_buy .img_item {
    width: 14px;
  }
  .main_blog .section_product .product a {
    padding: 15px 5px;
    min-height: 370px;
    border-radius: 12px;
  }
  .main_blog .section_product .product .box_img {
    height: 110px;
  }
  .main_blog .section_product .product .text1 {
    font-size: 10px;
    line-height: 14px;
    height: 27px;
  }
  .main_blog .section_product .product .text2 {
    font-size: 12px;
    line-height: 14px;
    /*height: 55px;*/
  }
  .main_blog .section_product .product .text3 {
    font-size: 16px;
    line-height: 14px;
  }
  .main_blog .section_product .product .text4 {
    font-size: 12px;
    line-height: 14px;
  }
  .main_blog .section_product .product .text5 {
    font-size: 10px;
    line-height: 14px;
  }

  .main_products .banner_product .bg_img {
    width: 20%;
  }
  .main_products .banner_product .box_text {
    width: 80%;
  }
  .main_products .text_total_desktop {
    display: none;
  }
  .main_products .text_total_mobile {
    display: inline-block;
  }
  .main_products .box_banner .banner_text {
    font-size: 21px;
    line-height: 22px;
  }
  .main_products .box_banner .banner_text img {
    max-width: 40px;
    max-height: 40px;
  }
  .main_products .box_banner .banner_text .box_content .box_2 {
    width: 145px;
  }
  .main_products .box_banner .banner_text2 {
    font-size: 21px;
    line-height: 22px;
  }
  .main_products .box_banner .banner_text2 img {
    max-width: 20px;
    max-height: 20px;
  }
  .main_products .column_category {
    display: none;
  }
  .main_products .column_product {
    width: 100%;
  }
  .main_products .column_product .box_filter .btn_filter {
    display: inline-block;
  }

  .newsletter .box_text {
    width: 100%;
    padding: 70px 0 0 0;
    background-size: 50px auto;
  }
  .newsletter .box_text .text1 {
    font-size: 18px;
    line-height: 22px;
  }
  .newsletter .box_text .text2 {
    font-size: 18px;
    line-height: 22px;
  }
  .newsletter .box_form {
    width: 100%;
  }
  .newsletter .box_form .btn_send {
    height: 50px;
  }

  .menu_category .item {
    max-width: 50%;
  }
  .menu_category .item .box {
    font-size: 16px;
    padding-left: 50px;
  }
  .menu_category .item .box .box_img {
    top: 5px;
    width: 36px;
    height: 36px;
  }

  .menu_main {
    display: none;
  }

  .header_mobile {
    display: inline-block;
  }

  .header_main {
    display: none;
  }

  .footer_main .column_1 {
    width: 100%;
  }
  .footer_main .column_2 {
    width: 100%;
    padding: 35px 0 0 0;
  }

  .section_error .column_text .text1,
.section_error .column_text .text2 {
    font-size: 20px;
    line-height: 24px;
  }
  .section_error .column_text .box_search .field {
    padding-left: 15px;
    font-size: 16px;
  }


  .main_blog .section_error .column_text .text1,
  .main_blog .section_error .column_text .text2 {
    font-size: 20px;
    line-height: 24px;
  }
  .main_blog .section_error .column_text .box_search .field {
    padding-left: 15px;
    font-size: 16px;
  }

  .product .text2 {
      text-transform: none;
      padding: 0 5px;
  }
}

@media (max-width: 992px) {

    .main_cart .box_items_cart .column_1 {
        margin-bottom: 50px;
    }

    .main_cart .box_items_cart .column_2 {
        padding: 0;
    }
}
@media (max-width: 950px) {
    .main_product_view .column_img .box_share {
        display: none;
    }
    .main_product_view .box_reviews .title {
        font-size: 26px;
        line-height: 30px;
    }
    .main_product_view .box_reviews .list_comments .item_comment .item_text1 {
        font-size: 24px;
        line-height: 28px;
    }
  .main_products .column_product .product {
    width: 33.3%;
  }
}
@media (max-width: 900px) {
  .main_cart .box_steps .item {
    width: 100%;
  }

  .main_product_view .column_img {
    width: 100%;
    padding: 0;
  }
  .main_product_view .column_img .box_media {
    display: none;
  }
  .main_product_view .column_infos {
    margin-top: 40px;
    width: 100%;
  }
  .main_product_view .column_infos .box_payment {
    margin-top: 15px;
  }
  .main_product_view .column_infos .box_payment .text_payment1 {
    font-size: 26px;
    line-height: 30px;
  }
  .main_product_view .column_infos .box_payment .text_payment2 {
    font-size: 14px;
    line-height: 20px;
  }
  .main_product_view .column_infos .box_media_mobile {
    display: inline-block;
  }
  .main_product_view .box_banner .text {
    font-size: 26px;
    line-height: 30px;
  }
  .main_product_view .box_feature .text {
    font-size: 26px;
    line-height: 30px;
  }
  .main_product_view .box_feature .item .item_text1,
.main_product_view .box_feature .item .item_text2 {
    font-size: 16px;
    line-height: 20px;
  }
  .main_product_view .box_product .title {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 850px) {
    .main_contact .map .box_map iframe {
        height: 300px !important;
    }
  .main_institutional .wrap .box_map .box_form label {
    width: 50%;
  }

  .main_blog .column_1 .item .text1 {
    font-size: 16px;
    line-height: 20px;
      min-height: 50px!important;
  }
  .main_blog .column_1 .item .text2 {
    font-size: 12px;
    line-height: 18px;
  }

  .main_distributor .wrap .box_blue .box_form .column {
    width: 100%;
    margin-bottom: 25px;
  }

  .main_cart .box_items .bar .box_more {
    float: left;
    margin: 0;
    width: 100%;
  }
  .main_cart .box_items .bar .delete {
    float: left;
  }

  .main_contact .box_form::before {
    display: none;
  }
  .main_contact .box_form .column_1 {
    width: 100%;
  }
  .main_contact .box_form .column_2 {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .main_products .column_product .product {
    width: 50%;
  }
}

@media (max-width: 768px) {

    .main_cart .box_items_cart .column_1 .text1,
    .main_cart .box_items_cart .column_1 .text2 {
        padding: 0;
    }
    .footer_main {
        text-align: center;
    }

    .footer_main .col-xs-8 {
        width: 100%;
    }

    .footer_main .column_1 .contact_item {
        padding-left: 0;
    }

    .footer_main .column_1 .contact_item .img_item {
        position: relative;
        margin: 0 0 10px 0;
    }

    .footer_main .column_1 .media a {
        float: none;
        display: inline-block;
    }

    .footer_main .column_2 .box_cards {
        text-align: center;
    }

    .footer_main .column_2 .box_cards span {
        float: none;
        display: inline-block;
        width: 100%;
    }

    .footer_main .column_2 .box_cards .img_item {
        float: none;
        display: inline-block;
    }

    .footer_main .column_2 .box_cards .img_item {
        margin: 5px 10px;
    }

    .footer_main .column_2 .box_cards .box {
        float: none;
        display: inline-block;
    }
}

@media (max-width: 700px) {
    .footer_main .column_2 .box_cards .box {
        width: 100%;
        padding-top: 20px;
    }
    .footer_main .column_2 .box_cards {
        text-align: center;
        width: 100%;
        padding: 0;
    }
    .footer_main .column_2 .box_cards span {
        text-align: center;
        width: 100%;
    }
    .footer_main .column_2 .box_cards .img_item {
        margin: 10px 0 0 0;
        float: none;
        display: inline-block;
        max-width: 100%;
    }
  .main_product_view .column_infos .btn_check {
    font-size: 14px;
    padding: 10px 20px 10px 40px;
  }
  .main_product_view .column_infos .btn_check .icon {
    top: 3px;
  }
  .main_product_view .column_infos .btn_check .icon .img_item {
    width: 20px;
  }

  .section_error .column_text {
    width: 100%;
    padding: 50px 0;
  }
  .section_error .column_img {
    width: 100%;
  }

  .main_blog .section_error .column_text {
    width: 100%;
    padding: 50px 0;
  }
  .main_blog .section_error .column_img {
    width: 100%;
  }

  .main_products .box_banner .box_desktop {
    display: none;
  }
  .main_products .box_banner .box_mobile {
    display: inline-block;
  }

  .banner .box_mobile {
    display: inline-block;
  }
  .banner .box_desktop {
    display: none;
  }

  .main_distributor .wrap .box_steps .column {
    padding: 0;
  }
  .main_distributor .wrap .box_steps .item {
    min-height: auto;
  }
  .main_distributor .wrap .box_steps .item .box_img {
    height: 165px;
  }
  .main_distributor .wrap .box_steps .item .text1 {
    font-size: 18px;
    line-height: 22px;
  }
  .main_distributor .wrap .box_steps .item .text2 {
    font-size: 16px;
    line-height: 22px;
  }

  .main_cart .box_form label {
    width: 100%;
  }
  .main_cart .box_items .bar {
    padding: 0 15px;
  }
  .main_cart .box_items .bar .bar_total {
    font-size: 13px;
    line-height: 14px;
  }
  .main_cart .box_items .bar .bar_total span {
    font-size: 17px;
    line-height: 20px;
  }
  .main_cart .section_banners .item {
    width: 100%;
    padding: 0;
  }

  .main_shopping .box_list .item .column_img {
    padding: 30px 0 0 0;
    width: 100%;
  }
  .main_shopping .box_list .item .column_text {
    padding: 0;
    width: 100%;
  }

  .newsletter .box_form .field {
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px 0;
  }

  .main_product_view .column_img .box_img {
    height: 300px;
  }
}

@media (max-width: 425px) {
    
    .main_products .column_product .product{ min-height: 380px!important;}
}

@media (max-width: 600px) {
    .main_product_view .box_reviews .list_comments .item_comment .box_star_comment .product {
        margin-left: 0;
        width: 100% !important;
    }
    .main_product_view .box_feature .item {
        padding: 5px 0;
    }
    .main_product_view .box_feature .item .item_text1,
    .main_product_view .box_feature .item .item_text2 {
        width: 100%;
        padding: 2px 0;
    }
    .main_product_view .column_infos .box_form .column_form {
        width: 100%;
    }
    .main_product_view .column_infos .box_form .btn_send_form {
        margin-top: 10px;
    }
    .main_products .column_product .box_filter .btn_filter {
        top: -37px;
    }
  .main_institutional .wrap .box_map .box_form label {
    width: 100%;
  }
  .main_institutional .wrap .box_map .box_form .text_label {
    font-size: 11px;
    line-height: 15px;
  }
  .main_institutional .wrap .box_map .box_form .text_label_2 {
    font-size: 12px;
    line-height: 15px;
  }
  .main_institutional .wrap .box_map .box_form .box_select {
    border-radius: 5px;
    font-size: 10px;
    height: 31px;
  }
  .main_institutional .wrap .box_map .box_form .box_select .option {
    margin-top: 5px;
  }
  .main_institutional .wrap .box_map .box_form .box_select .arrow_select {
    height: 31px;
    background-position: -90px 12px;
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  .main_institutional .wrap .box_map .box_form .field {
    border-radius: 5px;
    font-size: 10px;
    height: 31px;
  }
  .main_institutional .wrap .box_map .box_form .btn_send {
    font-size: 11px;
    line-height: 15px;
  }

  .main_distributor .wrap .register {
    font-size: 14px;
    line-height: 20px;
    height: 35px;
    padding: 6px 30px 6px 10px;
    margin-top: 20px;
  }
  .main_distributor .wrap .register::before {
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -moz-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    margin: 0;
  }
  .main_distributor .wrap .box_steps {
    margin-top: 25px;
  }
  .main_distributor .wrap .box_pdf .box_black {
    height: auto;
    min-height: inherit;
    padding: 0;
  }
  .main_distributor .wrap .box_pdf .box_desktop {
    display: none;
  }
  .main_distributor .wrap .box_pdf .box_mobile {
    display: inline-block;
  }
  .main_distributor .wrap .box_pdf .download {
    font-size: 14px;
    line-height: 18px;
    padding: 9px 30px 9px 37px;
  }
  .main_distributor .wrap .box_pdf .download::before {
    width: 18px;
    left: 13px;
    background-size: 15px auto;
  }
  .main_distributor .wrap .box_blue .box_form {
    padding: 30px 20px;
    border-radius: 25px;
  }
  .main_distributor .wrap .box_blue .text1 {
    font-size: 12px;
  }
  .main_distributor .wrap .box_blue .text2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .main_distributor .wrap .box_blue .text_number {
    font-size: 12px;
    line-height: 15px;
    padding-left: 25px;
  }
  .main_distributor .wrap .box_blue .text_number span {
    top: -3px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 15px;
  }
  .main_distributor .wrap .box_blue .text_label {
    font-size: 11px;
    line-height: 15px;
  }
  .main_distributor .wrap .box_blue .text_label_2 {
    font-size: 12px;
    line-height: 15px;
  }
  .main_distributor .wrap .box_blue .box_select {
    border-radius: 5px;
    font-size: 10px;
    height: 31px;
  }
  .main_distributor .wrap .box_blue .box_select .option {
    margin-top: 5px;
  }
  .main_distributor .wrap .box_blue .box_select .arrow_select {
    height: 31px;
    background-position: -90px 12px;
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  .main_distributor .wrap .box_blue .field {
    border-radius: 5px;
    font-size: 10px;
    height: 31px;
  }
  .main_distributor .wrap .box_blue .textarea {
    border-radius: 5px;
    font-size: 10px;
    height: 119px;
  }
  .main_distributor .wrap .box_blue .btn_reset {
    font-size: 9px;
    line-height: 15px;
    height: 30px;
    margin: 0;
  }
  .main_distributor .wrap .box_blue .btn_send {
    font-size: 11px;
    line-height: 15px;
    width: 115px;
    height: 30px;
  }

  .main_blog .column_1 .item {
    padding: 0 2px;
  }
  .main_blog .column_1 .item .box_infos {
    padding: 10px 13px;
  }

  .main_login .feature .item {
    width: 100%;
  }
  .main_login .feature .item .box_infos .text1 {
    font-size: 16px;
    line-height: 20px;
  }
  .main_login .feature .item .box_infos .text2 {
    font-size: 16px;
    line-height: 20px;
  }

  .main_cart .box_form .label_delivery {
    padding: 15px 15px 15px 105px;
  }
  .main_cart .box_form .label_delivery .text_delivery_1 {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
  }
  .main_cart .box_form .label_delivery .text_delivery_2 {
    padding-top: 10px;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
  }
  .main_cart .box_form .label_delivery .radio_fake {
    left: 15px;
    width: 15px;
    height: 15px;
    border: 2px solid #003A8A;
  }
  .main_cart .box_form .label_delivery .radio_fake::before {
    width: 7px;
    height: 7px;
  }
  .main_cart .box_form .label_delivery .icon {
    left: 42px;
    width: 50px;
    height: 50px;
    background-size: 25px auto;
  }
  .main_cart .box_form .btn_check_2 {
    font-size: 11px !important;
    padding: 6px 15px 6px 35px !important;
  }
  .main_cart .box_form .btn_check_2 .icon {
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    top: 2px;
    left: 0;
  }
  .main_cart .box_form .btn_send {
    font-size: 14px;
    padding: 15px 25px 15px 50px;
  }
  .main_cart .box_form .btn_check {
    font-size: 14px;
    padding: 10px 20px 10px 45px;
  }
  .main_cart .box_form .link_login {
    font-size: 14px;
  }
  .main_cart .box_form .label_checkbox {
    font-size: 12px;
    line-height: 18px;
  }
  .main_cart .box_form .text_label2 {
    font-size: 14px;
  }
  .main_cart .box_form .text_label {
    font-size: 14px;
  }
  .main_cart .box_form .text_label .msg {
    font-size: 12px;
  }
  .main_cart .box_form .label_radio {
    font-size: 14px;
  }
  .main_cart .box_form .label_radio .radio_fake {
    width: 26px;
    height: 26px;
    margin-top: 3px;
  }
  .main_cart .box_form .label_radio .radio_fake::before {
    width: 10px;
    height: 10px;
  }
  .main_cart .box_form .box_select {
    border-radius: 5px;
    font-size: 14px;
    height: 33px;
  }
  .main_cart .box_form .box_select .option {
    margin-top: 5px;
  }
  .main_cart .box_form .box_select .arrow_select {
    height: 33px;
    background-position: -90px 12px;
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  .main_cart .box_form .field {
    border-radius: 5px;
    font-size: 14px;
    height: 33px;
  }
  .main_cart .box_form .textarea {
    border-radius: 5px;
    font-size: 14px;
    height: 119px;
  }
  .main_cart .box_items .item .name {
    padding: 0;
  }
  .main_cart .box_items .item .name .info1 {
    font-size: 16px;
    line-height: 20px;
    -webkit-line-clamp: 4;
  }

 .main_cart .box_items .item .name .info2 {
  padding: 0;
  margin: 10px 0;
  font-weight: 700;
  font-size: 16px;
  color: #003A8A;
  line-height: 22px;
 }

  .main_cart .box_items .item .column_img {
    width: 25%;
  }
  .main_cart .box_items .item .amount {
    padding: 0;
    margin-left: 25%;
  }
  .main_cart .box_items .item .total {
    width: 45%;
  }
  .main_cart .box_items .bar .more {
    width: 100%;
  }
  .main_cart .box_items .bar .delete {
    margin: 10px 0 30px 0;
  }
  .main_cart .box_items .bar .finish {
    width: 100%;
  }
  .main_cart .box_items .bar_total .text_label {
    font-size: 13px;
    line-height: 13px;
  }
  .main_cart .box_items .bar_total .field {
    height: 30px;
    font-size: 14px;
  }
  .main_cart .box_items .bar_total .btn_cupon {
    height: 30px;
    font-size: 14px;
    line-height: 13px;
  }
  .main_cart .box_items .bar_total .box_infos {
    font-size: 13px;
    line-height: 18px;
  }
  .main_cart .box_items .bar_total .box_infos span {
    font-size: 17px;
    line-height: 20px;
  }
  .main_cart .box_next .btn_next {
    font-size: 13px;
    line-height: 18px;
    padding: 8px 15px 5px 15px;
  }
  .main_cart .box_next .btn_next::before {
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    margin-top: -2px;
  }
  .main_cart .box_next .btn_prev {
    font-size: 13px;
    line-height: 18px;
    padding: 8px 15px 5px 15px;
  }
  .main_cart .box_next .btn_prev::before {
    -moz-transform: scale(0.7) rotate(180deg);
    -webkit-transform: scale(0.7) rotate(180deg);
    transform: scale(0.7) rotate(180deg);
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    margin-top: -4px;
  }
  .main_cart .box_next .btn_confirm {
    font-size: 13px;
    line-height: 18px;
    padding: 8px 15px 5px 15px;
  }
  .main_cart .box_next .btn_confirm::before {
    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    margin-top: -4px;
  }

  .product {
    padding: 0 3px;
  }
  .product .offer {
    top: 10px;
    left: 10px;
    padding: 5px 8px;
  }
  .product a {
    padding: 10px 5px;
    min-height: 350px;
    height: 370px;
  }
  .product .code {
    font-size: 10px;
    line-height: 14px;
  }
  .product .box_img {
    height: 110px;
  }
  .product .box_price .price1 {
    font-size: 12px;
    line-height: 14px;
    padding: 6px 0 0 0;
    height: 20px;
  }
  .product .box_price .price2 {
    font-size: 16px;
    line-height: 14px;
  }
  .product .text1 {
      font-size: 10px;
      line-height: 14px;
      height: 27px;
  }
  .product .text2 {
    font-size: 12px;
    line-height: 20px;
    /*height: 55px;*/
  }
  .product .text3 {
      font-size: 16px;
      line-height: 14px;
  }
  .product .text4 {
      font-size: 12px;
      line-height: 14px;
  }
  .product .text5 {
    font-size: 10px;
    line-height: 14px;
  }
  .product .btn_buy {
    font-size: 11px;
    line-height: 15px;
    padding: 6px 15px;
  }
  .product .btn_buy .img_item {
    width: 14px;
  }

  .main_products .banner_product .box_text .text1 {
    font-size: 25px;
    line-height: 30px;
  }
  .main_products .banner_product .box_text .text2 {
    font-size: 12px;
    line-height: 16px;
  }
  .main_products .column_product .box_filter .btn_grid,
.main_products .column_product .box_filter .btn_list {
    display: none;
  }

  .product {
    width: 50% !important;
  }
  .product .type_grid {
    display: block !important;
  }
  .product .type_list {
    display: none !important;
  }
  /*.product a {
    min-height: 100% !important;
  }*/
  .product .box_img {
    width: 100% !important;
    height: 110px !important;
  }
  .product .code {
    margin-bottom: 0 !important;
  }
  .product .code {
    text-align: right !important;
  }
  .product .text1,
.product .text2,
.product .text3,
.product .text4,
.product .box_price {
    text-align: center !important;
  }

  .main_product_view .column_infos .name {
    font-size: 26px;
    line-height: 30px;
  }
  .main_product_view .column_infos .text {
    font-size: 16px;
    line-height: 20px;
    margin: 15px 0;
  }
  .main_product_view .column_infos .price {
    font-size: 26px;
    line-height: 30px;
  }
  .main_product_view .column_infos .box_attribute .btn_send {
    width: 100%;
    margin-top: 50px;
  }
    
  .main_product_view .column_infos .box_attribute .btn_sendWhats {
    width: 100%;
    margin-top: 50px;
  }

  .footer_main .column_2 .column_menu {
    width: 100%;
    padding: 0 10px 30px 0;
  }
}
@media (max-width: 490px) {
    .main_product_view .box_reviews .box_starts .btn_review {
        width: 100%;
        margin-top: 20px;
    }
}
@media (max-width: 450px) {
  .main_product_view .column_infos .box_attribute .btn_send {
    
      
          font-size: 14px!important;
    padding: 5px 17px!important;
    width: 169px!important;
    margin: 0px!important;
    margin-top: 16px!important;
      
  }
  .main_product_view .column_infos .box_attribute .btn_send .img_item {
    margin-right: 15px;
    width: 35px;
  }
    
  .main_product_view .column_infos .box_attribute .btn_sendWhats {
    font-size: 16px!important;
    padding: 12px 20px!important;
  }
  .main_product_view .column_infos .box_attribute .btn_sendWhats .img_item {
          
    max-width: 23px!important;
    margin: 0 10px!important;
      
  }

  .header_mobile .likes {
    margin-left: 15px;
  }
  .header_mobile .likes .img_item {
    width: 25px;
  }
  .header_mobile .cart {
    margin-left: 10px;
  }
  .header_mobile .cart .img_item {
    width: 25px;
  }
  .header_mobile .box_language {
    margin-left: 10px;
  }
  .header_mobile .box_language img {
    max-width: 40px !important;
  }
  .header_mobile .box_user {
    margin-left: 10px;
    width: 130px;
  }

  .menu_category .item .box {
    font-size: 11px;
    line-height: 14px;
  }
}
@media (max-width: 400px) {
  .main_distributor .wrap .box_blue .btn_send {
    width: 110px;
  }

  .main_cart .box_items .bar .more {
    font-size: 15px;
  }
  .main_cart .box_items .bar .finish {
    font-size: 15px;
  }

  .main_blog .column_1 .item {
    width: 100%;
  }
  .main_blog .column_1 .item .box_infos {
    min-height: inherit;
  }
  .main_products .column_product .box_filter .box_order .text {
      display: none;
  }
}

/*# sourceMappingURL=style.css.map */
