#content.container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
  outline: none !important;
}

img {
  border-radius: 0px !important;
}

p {
  line-height: 19px;
  font-size: 16px;
}

.h-title {
  font-size: 31px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.bold {
  font-weight: 600;
}

.bolder {
  font-weight: 800;
}

.pointer {
  cursor: pointer;
}

/* Apoio ao cliente*/
#wpcf7-f8230-p8062-o1 input[type=text],
#wpcf7-f8230-p8062-o1 input[type=number],
#wpcf7-f8230-p8062-o1 input[type=email],
#wpcf7-f8230-p8062-o1 input[type=tel],
#wpcf7-f8230-p8062-o1 input[type=url],
#wpcf7-f8230-p8062-o1 input[type=password],
#wpcf7-f8230-p8062-o1 input[type=search],
#wpcf7-f8230-p8062-o1 textarea,
#wpcf7-f8230-p8062-o1 .input-text {
  border-top: 1px solid #efa725;
  border-bottom: 1px solid #efa725;
  border-right: 1px solid #efa725;
  border-left: 1px solid #efa725;
  width: 100% !important;
}

#wpcf7-f8230-p8062-o1 button,
#wpcf7-f8230-p8062-o1 input[type=button],
#wpcf7-f8230-p8062-o1 input[type=reset],
#wpcf7-f8230-p8062-o1 input[type=submit],
#wpcf7-f8230-p8062-o1 .button,
#wpcf7-f8230-p8062-o1 .widget a.button {
  background-color: transparent;
  color: #efa007;
  border-top: 1px solid #efa007;
  border-bottom: 1px solid #efa007;
  border-right: 1px solid #efa007;
  border-left: 1px solid #efa007;
}

/*Contactos*/
#wpcf7-f5899-o1 input[type=text],
#wpcf7-f5899-o1 input[type=number],
#wpcf7-f5899-o1 input[type=email],
#wpcf7-f5899-o1 input[type=tel],
#wpcf7-f5899-o1 input[type=url],
#wpcf7-f5899-o1 input[type=password],
#wpcf7-f5899-o1 input[type=search],
#wpcf7-f5899-o1 textarea,
#wpcf7-f5899-o1 .input-text {
  border-top: 1px solid #304ba1;
  border-bottom: 1px solid #304ba1;
  border-right: 1px solid #304ba1;
  border-left: 1px solid #304ba1;
  width: 100% !important;
}

#wpcf7-f5899-o1 button,
#wpcf7-f5899-o1 input[type=button],
#wpcf7-f5899-o1 input[type=reset],
#wpcf7-f5899-o1 input[type=submit],
#wpcf7-f5899-o1 .button,
#wpcf7-f5899-o1 .widget a.button {
  background-color: transparent;
  color: #304ba1;
  border-top: 1px solid #304ba1;
  border-bottom: 1px solid #304ba1;
  border-right: 1px solid #304ba1;
  border-left: 1px solid #304ba1;
}

.container-checkbox label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 12px;
  cursor: pointer;
  position: relative;
}
.container-checkbox input {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.container-checkbox .checkmark {
  width: 24px;
  height: 24px;
  border: 2px solid gray;
  border-radius: 100%;
  margin-right: 10px;
  position: relative;
}
.container-checkbox .checkmark::before,
.container-checkbox .checkmark::after {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  position: absolute;
  transform: scale(0);
  transform-origin: center center;
}
.container-checkbox .checkmark:before {
  background: #191919;
  opacity: 0;
}
.container-checkbox .checkmark::after {
  opacity: 0.4;
}
.container-checkbox .categoryName {
  color: gray;
}
.container-checkbox input:checked + .checkmark::before {
  opacity: 1;
  left: -2px;
  top: -2px;
  transform: scale(0.4);
}
.container-checkbox input:hover + .checkmark,
.container-checkbox input:focus + .checkmark {
  border: 2px solid gray;
}
.container-checkbox input:hover + .checkmark:before,
.container-checkbox input:focus + .checkmark:before {
  background: #191919;
}
.container-checkbox input:hover ~ .categoryName {
  color: #191919;
}
.container-checkbox input:focus + .checkmark::after,
.container-checkbox input:active + .checkmark::after {
  opacity: 0.1;
  transform: scale(2.6);
}

.white {
  color: #FFF !important;
}

.lightgray {
  color: #ebebeb;
}

.black {
  color: #191919;
}

.purple {
  color: #562583;
}

.cobalt {
  color: #2B4394;
}

.tblue {
  color: #009DC6;
}

.booger {
  color: #8CC64B;
}

.tea {
  color: #67BC8F;
}

.lighttea {
  color: #CCE7E4;
}

.petrol {
  color: #0BA79F;
}

.redpastel {
  color: #E34C56;
}

.lightdusty {
  color: #F9DAA5;
}

.dusty {
  color: #F9962A;
}

.raspberry {
  color: #be0051;
}

.bg-white {
  background: #FFF;
}

.bg-lightgray {
  background: #ebebeb;
}

.bg-black {
  background: #191919;
}

.bg-purple {
  background: #562583;
}

.bg-tblue {
  background: #009DC6;
}

.bg-cobalt {
  background: #2B4394;
}

.bg-booger {
  background: #8CC64B;
}

.bg-petrol {
  background: #0BA79F;
}

.bg-lighttea {
  background-color: #CCE7E4;
}

.bg-tea {
  background: #67BC8F;
}

.bg-redpastel {
  background: #E34C56;
}

.bg-lightdusty {
  background: #F9DAA5;
}

.bg-dusty {
  background: #F9962A;
}

.bg-raspberry {
  background: #be0051;
}

.border-purple {
  border: 1px solid #562583;
}

.border-cobalt {
  border: 1px solid #2B4394;
}

.border-white {
  border: 1px solid #FFF;
}

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

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

div#contact .content .left p {
  display: inline-flex;
  padding: 2px 0px 2px 0px;
}
div#contact .content .left p span {
  padding-left: 15px;
}
div#contact .content .right input[type=text], div#contact .content .right input[type=email], div#contact .content .right textarea {
  width: 100%;
  border: 1px solid #2B4394;
}
div#contact .content .right .wpcf7-list-item-label {
  font-size: 13px;
}
div#contact .content .right input[type=submit] {
  color: #2B4394;
  border: 1px solid #2B4394;
}

section#deals,
section#food,
section#hot-deals,
section#news,
section#newsletter,
section#general,
section#social {
  padding-top: 70px;
  padding-bottom: 70px;
}

section#weare .left .box {
  width: 80%;
}
section#weare .left .box p {
  margin-left: 100px;
}

section#food .border-right-space {
  border-right: 25px solid #fff;
}
section#food .margin-top-space {
  padding-top: 25px;
}
section#food .box {
  padding: 30px 10px 0px 10px;
  height: 250px;
  width: 70%;
}
section#food .box p {
  font-size: 17px;
}
section#food .box .h-title {
  font-size: 26px !important;
}
section#food .box a.pseudo-button {
  padding: 10px 15px 10px 15px;
  text-transform: uppercase;
}

section#deals,
section#hot-deals {
  height: 560px;
}
section#deals .all-products,
section#hot-deals .all-products {
  text-align: right;
}
section#deals .all-products a,
section#hot-deals .all-products a {
  text-transform: uppercase;
  color: #191919;
  font-weight: 700;
}
section#deals .arrow-prev,
section#deals .arrow-next,
section#hot-deals .arrow-prev,
section#hot-deals .arrow-next {
  margin-top: 150px;
}
section#deals .arrow-prev i,
section#deals .arrow-next i,
section#hot-deals .arrow-prev i,
section#hot-deals .arrow-next i {
  background-color: #FFF;
  color: #ebebeb;
  padding: 7px 7px 7px 11px;
  border-radius: 50px;
  width: 30px;
  height: 30px;
}
section#deals .row.shop-grid,
section#hot-deals .row.shop-grid {
  margin-right: unset !important;
  margin-left: unset !important;
}
section#deals .shop-grid,
section#hot-deals .shop-grid {
  color: #191919;
}
section#deals .shop-grid .col-md-3,
section#hot-deals .shop-grid .col-md-3 {
  padding-right: 10px;
  padding-left: 10px;
}
section#deals .shop-grid .shop-item,
section#hot-deals .shop-grid .shop-item {
  background: #FFF;
  height: 305px;
  display: inline-table;
  overflow: hidden;
}
section#deals .shop-grid .shop-item .flag,
section#hot-deals .shop-grid .shop-item .flag {
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 13px;
  padding: 0px 6px 0px 6px;
  color: #FFF;
  background: #E34C56;
  margin-top: 10px;
}
section#deals .shop-grid .shop-item img,
section#hot-deals .shop-grid .shop-item img {
  display: block;
  width: auto;
  height: auto;
}
section#deals .shop-grid .col-8,
section#deals .shop-grid .col-4,
section#hot-deals .shop-grid .col-8,
section#hot-deals .shop-grid .col-4 {
  padding-right: 0px;
  padding-left: 0px;
}
section#deals .shop-grid .details,
section#deals .shop-grid .price,
section#hot-deals .shop-grid .details,
section#hot-deals .shop-grid .price {
  padding-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 15px;
  padding-left: 8px;
}
section#deals .shop-grid .details.discount,
section#deals .shop-grid .price.discount,
section#hot-deals .shop-grid .details.discount,
section#hot-deals .shop-grid .price.discount {
  color: #E34C56;
  text-decoration: line-through;
}

section#news {
  color: #191919;
}
section#news .grid-column h4 {
  font-weight: 700;
}
section#news .grid-column .crop-vertically {
  margin: 0 auto;
  padding: 0;
  height: auto;
  position: relative;
  background: gray;
  overflow: hidden;
}
section#news .grid-column .crop-vertically img {
  margin: -12% auto;
}
section#news .grid-column .content-column .categories {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 13px;
  padding: 5px 0px 5px 0px;
}
section#news .grid-column .content-column a.pseudo-button {
  font-size: 14px;
  color: #000;
}
section#news .grid-column .content-column .description {
  font-size: 15px;
}
section#news .grid-column .content-column .pseudo-button {
  border: 1px solid #000;
  padding: 8px 25px 8px 25px;
}

section#newsletter span {
  font-size: 13px !important;
}
section#newsletter .wpcf7-not-valid-tip {
  display: none;
}
section#newsletter .wpcf7 form .wpcf7-response-output {
  text-align: center;
  color: #FFF;
  margin: unset;
  padding: unset;
  border: 0px;
}
section#newsletter .terms {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 200;
  margin-left: 110px;
  color: #FFF;
}
section#newsletter .terms a {
  color: #FFF;
}
section#newsletter form {
  text-align: right;
  padding-top: 20px;
}
section#newsletter form input[type=email] {
  width: 60%;
  height: 45px;
}
section#newsletter form input[type=submit] {
  background: #2B4394;
  color: #FFF;
  padding-top: 12px;
  border: 1px solid #FFF;
  padding: 8px 20px 10px 20px;
}

section#general {
  color: #191919;
  text-align: center !important;
}
section#general .icon {
  padding: 20px;
  height: 80px;
}
section#general .icon img {
  display: unset !important;
}
section#general .title {
  font-size: 23px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  padding: 8px 0px 8px 0px;
}
section#general .description {
  padding-bottom: 20px;
}
section#general a.pseudo-button {
  border: 1px solid #191919;
  font-size: 13px;
  color: #191919;
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
}

section#social img {
  width: 50px !important;
  height: unset;
  max-width: unset;
  display: unset;
}

.banner-header-single {
  height: 245px;
  display: flex;
  flex-direction: column;
}
.banner-header-single h1, .banner-header-single p {
  color: #FFF;
}
.banner-header-single p {
  font-size: 16px;
}
.banner-header-single h1 {
  text-transform: uppercase;
  margin: 0;
  font-size: 36px;
  font-weight: 600;
}
.banner-header-single .content-banner {
  padding-top: 160px;
}

.banner-header-archive {
  height: 245px;
}
.banner-header-archive h1, .banner-header-archive span {
  color: #FFF;
}
.banner-header-archive span {
  font-weight: 300;
  font-size: 18px;
}
.banner-header-archive h1 {
  text-transform: uppercase;
  margin: 0;
  font-size: 45px;
  font-weight: 700;
  padding-bottom: 20px;
}
.banner-header-archive .content-banner {
  padding-top: 60px;
  text-align: center !important;
}

.banner-header-template {
  height: 245px;
  display: flex;
}
.banner-header-template .content-banner {
  text-align: center !important;
}
.banner-header-template .content-banner span {
  font-weight: 300;
  font-size: 18px;
}
.banner-header-template .content-banner h1,
.banner-header-template .content-banner span {
  color: #FFF;
}
.banner-header-template .content-banner h1 {
  text-transform: uppercase;
  margin: 0;
  font-size: 45px;
  font-weight: 700;
  padding-bottom: 20px;
}

#template-fullwidth a {
  color: #0BA79F !important;
}

div#allproducts .banner-header-archive-product {
  height: 245px;
}
div#allproducts .banner-header-archive-product h1, div#allproducts .banner-header-archive-product span {
  color: #FFF;
}
div#allproducts .banner-header-archive-product span {
  font-weight: 300;
  font-size: 18px;
}
div#allproducts .banner-header-archive-product h1 {
  text-transform: uppercase;
  margin: 0;
  font-size: 45px;
  font-weight: 700;
  padding-bottom: 20px;
}
div#allproducts .banner-header-archive-product .content-banner {
  padding-top: 60px;
  text-align: center !important;
}
div#allproducts .widgets h4 {
  font-weight: 800;
}
div#allproducts .widgets em {
  border-top: 2px solid #191919;
}
div#allproducts .widgets .filterbyPrice .range-slider {
  text-align: center;
  position: relative;
}
div#allproducts .widgets .filterbyPrice .range-slider input[type=range] {
  position: absolute;
  left: 0;
  bottom: 0;
}
div#allproducts .widgets .filterbyPrice input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}
div#allproducts .widgets .filterbyPrice input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: #191919;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
div#allproducts .widgets .filterbyPrice input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: #191919;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}
div#allproducts .widgets .filterbyPrice input[type=range]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px gray;
  border: 2px solid gray;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  background: #ebebeb;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px;
}
div#allproducts .widgets .filterbyPrice input[type=range]:focus {
  outline: none;
}
div#allproducts .widgets .filterbyPrice input[type=range]:focus::-webkit-slider-runnable-track {
  background: #191919;
}
div#allproducts .widgets .filterbyPrice input[type=range]:focus::-ms-fill-lower {
  background: #191919;
}
div#allproducts .widgets .filterbyPrice input[type=range]:focus::-ms-fill-upper {
  background: #191919;
}
div#allproducts .list-products {
  font-size: 14px;
}
div#allproducts .list-products .ordering {
  background-color: #FFF;
}
div#allproducts .list-products .ordering .right {
  text-align: right;
}
div#allproducts .list-products .ordering .right .orderby {
  border: 0px;
}
div#allproducts .list-products .shop-grid {
  color: #191919;
}
div#allproducts .list-products .shop-grid .col-md-3 {
  padding-right: 10px;
  padding-left: 10px;
}
div#allproducts .list-products .shop-grid .shop-item {
  background: #FFF;
  height: 305px;
  display: inline-table;
  overflow: hidden;
}
div#allproducts .list-products .shop-grid .shop-item .flag {
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 13px;
  padding: 0px 6px 0px 6px;
  color: #FFF;
  background: #E34C56;
  margin-top: 25px;
}
div#allproducts .list-products .shop-grid .shop-item img {
  display: block;
  width: auto;
  height: auto;
}
div#allproducts .list-products .shop-grid .col-8,
div#allproducts .list-products .shop-grid .col-4 {
  padding-right: 0px;
  padding-left: 0px;
}
div#allproducts .list-products .shop-grid .details,
div#allproducts .list-products .shop-grid .price {
  padding-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 15px;
  padding-left: 8px;
}
div#allproducts .list-products .shop-grid .details.discount,
div#allproducts .list-products .shop-grid .price.discount {
  color: #E34C56;
  text-decoration: line-through;
}
div#allproducts .list-products .shop-grid .details .title {
  height: 50px;
}
div#allproducts .list-products .shop-grid .details .label {
  margin-top: 5px;
  font-weight: 300;
}

.products {
  padding-top: 5rem !important;
}

#page ul.products li.product {
  border: 0px;
  border-style: unset !important;
}

.woocommerce span.onsale {
  position: absolute !important;
  top: 0 !important;
  left: 25px !important;
  font-size: 13px !important;
  padding: 0px 6px 0px 6px !important;
  color: #FFF !important;
  background: #E34C56 !important;
  margin-top: 25px !important;
  line-height: unset !important;
  border-radius: 0px !important;
}

#page ul.products li.product .price {
  font-size: 14px !important;
}

#page ul.products li.product h2, ul.products li.product h3 {
  font-size: 14px !important;
  font-weight: 800;
  width: 175px;
  line-height: 16px !important;
}

.price del {
  opacity: 1 !important;
  color: #E34C56;
  font-weight: 800;
}

ins {
  font-weight: 800;
}

.woocommerce-Price-amount {
  font-weight: 800 !important;
}

section#login,
section#myaccount {
  color: #191919;
}
section#login a,
section#myaccount a {
  color: #0BA79F;
}
section#login button,
section#myaccount button {
  color: #0BA79F;
  background: transparent;
  border: 1px solid #0BA79F;
}

section#myaccount ul {
  list-style: none;
}
section#myaccount ul li {
  padding: 10px 0px 10px 0px;
  border-bottom: solid 1px #ebebeb;
}

.star-rating {
  display: none !important;
}

section#cart {
  color: #191919;
}
section#cart a {
  color: #191919;
}
section#cart table:not(.has-background) th {
  background: #FFF;
}
section#cart table:not(.has-background) tbody tr:nth-child(2n) td, section#cart fieldset, section#cart fieldset legend {
  background: #FFF;
}
section#cart table.shop_table_responsive tbody tr td, section#cart table.shop_table_responsive tbody tr th {
  background: #FFF;
}
section#cart tr.cart-subtotal,
section#cart tr.woocommerce-shipping-totals,
section#cart tr.order-total,
section#cart tr.cart-discount {
  border-bottom: 1px solid #ebebeb;
}
section#cart tr.cart-subtotal th {
  border-top: 1px solid #be0051;
  border-left: 1px solid #be0051;
  border-right: 1px solid #be0051;
  border-bottom: 1px solid #FFF;
}
section#cart tr.woocommerce-shipping-totals th {
  border-top: 1px solid #FFF;
  border-left: 1px solid #be0051;
  border-right: 1px solid #be0051;
  border-bottom: 1px solid #FFF;
}
section#cart tr.cart-discount th {
  border-top: 1px solid #FFF;
  border-left: 1px solid #be0051;
  border-right: 1px solid #be0051;
  border-bottom: 1px solid #FFF;
}
section#cart tr.order-total th {
  border-top: 1px solid #FFF;
  border-left: 1px solid #be0051;
  border-right: 1px solid #be0051;
  border-bottom: 1px solid #be0051;
}
section#cart table {
  border-collapse: collapse;
}
section#cart table thead {
  border: 1px solid #be0051;
}
section#cart input[type=text],
section#cart input[type=number] {
  border: 1px solid #be0051;
}
section#cart button {
  color: #be0051;
  background: transparent;
  border: 1px solid #be0051;
}
section#cart .checkout-button {
  color: #FFF;
  background: #be0051;
  border: 1px solid #be0051;
}
section#cart .checkout-button:hover {
  color: #be0051;
  background: #FFF;
  border: 1px solid #be0051;
  transition: 0.5s;
}

section#checkout {
  color: #191919;
}
section#checkout a {
  color: #191919;
}
section#checkout table:not(.has-background) th {
  background: #FFF;
}
section#checkout table:not(.has-background) tbody tr:nth-child(2n) td, section#checkout table:not(.has-background) fieldset, section#checkout table:not(.has-background) fieldset legend {
  background: #FFF;
}
section#checkout table.shop_table_responsive tbody tr td, section#checkout table table.shop_table_responsive tbody tr th {
  background: #FFF;
}
section#checkout tr.cart_item .product-name {
  background-color: #FFF;
  border-top: 1px solid #be0051;
  border-left: 1px solid #be0051;
  border-right: 1px solid #be0051;
  border-bottom: 1px solid #FFF;
}
section#checkout tr.cart_item .product-total {
  background-color: #FFF;
  border-bottom: 1px solid #ebebeb;
}
section#checkout tr.cart-subtotal {
  border-bottom: 1px solid #ebebeb;
}
section#checkout tr.cart-subtotal th {
  border-top: 1px solid #FFF;
  border-left: 1px solid #be0051;
  border-right: 1px solid #be0051;
  border-bottom: 1px solid #FFF;
}
section#checkout tr.cart-subtotal td {
  border-bottom: 1px solid #ebebeb;
}
section#checkout tr.order-total {
  border-bottom: 1px solid #ebebeb;
}
section#checkout tr.order-total th {
  border-top: 1px solid #FFF;
  border-left: 1px solid #be0051;
  border-right: 1px solid #be0051;
  border-bottom: 1px solid #be0051;
}
section#checkout tr.order-total td {
  border-bottom: 1px solid #ebebeb;
}
section#checkout tr.woocommerce-shipping-totals {
  border-bottom: 1px solid #ebebeb;
}
section#checkout tr.woocommerce-shipping-totals th {
  border-top: 1px solid #FFF;
  border-left: 1px solid #be0051;
  border-right: 1px solid #be0051;
  border-bottom: 1px solid #FFF;
}
section#checkout tr.woocommerce-shipping-totals td {
  border-bottom: 1px solid #ebebeb;
}
section#checkout .form-row.place-order {
  background: #FFF;
  border: 1px solid #be0051;
}
section#checkout #payment .place-order .button {
  background: #be0051;
  color: #FFF;
  border: 1px solid #be0051;
}

.banner-header-taxonomy {
  height: 245px;
}
.banner-header-taxonomy h1, .banner-header-taxonomy span {
  color: #FFF;
}
.banner-header-taxonomy span {
  font-size: 17px;
}
.banner-header-taxonomy h1 {
  text-transform: uppercase;
  margin: 0;
  font-size: 46px;
  font-weight: 700;
  padding-bottom: 10px;
}
.banner-header-taxonomy .content-banner {
  padding-top: 80px;
  text-align: center !important;
}

blockquote {
  padding: 0 1em;
  font-style: normal !important;
  border-left: 5px solid #00b0a9;
}
blockquote p {
  color: #00b0a9 !important;
  font-weight: 400 !important;
}

hr {
  display: block !important;
  height: 0px !important;
  border: 0 !important;
  border-top: 1px solid #ebebeb !important;
  margin: 1em 0 !important;
  padding: 0 !important;
}

.f-right {
  float: right;
}

.f-left {
  float: left;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

header {
  font-size: 15px !important;
}
header .custom-logo-link img {
  width: 150px;
  padding: 15px;
  height: unset !important;
  max-width: unset !important;
}
header .menu-first ul {
  padding-top: 45px;
  margin: unset;
  list-style-type: none;
}
header .menu-first ul li {
  display: inline;
  text-transform: uppercase;
  padding-right: 20px;
}
header .menu-first ul li a {
  color: #191919;
}
header .menu-sec {
  text-align: right;
}
header .menu-sec ul {
  padding-top: 45px;
  margin: unset;
  list-style-type: none;
}
header .menu-sec ul li {
  display: inline;
  padding-right: 7px;
  cursor: pointer;
}
header .menu-sec ul li a {
  color: #191919;
}
header .menu-sec ul li img {
  width: 17px;
  display: inline;
}
header .menu-mobile {
  text-align: right;
}
header .menu-mobile img {
  padding-top: 40px;
  width: 24px;
  display: unset;
}
header .menu-area {
  background: #ebebeb;
  margin-top: -15px;
  height: 100vh;
  position: fixed;
  overflow-x: hidden;
  z-index: 9;
}
header .menu-area .menu-list {
  text-align: center;
  padding-top: 50px;
  font-size: 30px;
  font-weight: 700;
}
header .menu-area .menu-list a {
  color: #191919;
}
header .menu-area .menu-list ul {
  margin: unset;
  list-style: none;
}
header .menu-area .menu-list ul li {
  padding: 10px;
}
header .menu-area .menu-search {
  padding-top: 40px;
}
header .menu-area .menu-search input[type=text] {
  padding: unset;
  width: 100%;
  background: unset;
  font-size: 30px;
  border: 0px;
  box-shadow: unset;
  border-bottom: 1px solid #191919;
}
header .menu-area .menu-woocommerce {
  text-align: center;
}
header .menu-area .menu-woocommerce ul {
  padding-top: 35px;
  margin: unset;
  list-style-type: none;
}
header .menu-area .menu-woocommerce ul li {
  display: inline;
  padding: 30px;
  cursor: pointer;
}
header .menu-area .menu-woocommerce ul li a {
  color: #191919;
}
header .menu-area .menu-woocommerce ul li img {
  width: 40px;
  display: inline;
}
header .menu-area .menu-close {
  color: #191919;
  text-align: right;
  padding-top: 50px;
  padding-right: 30px;
  font-size: 40px;
  font-weight: 900;
}
header .search {
  margin-top: 10px;
  padding: 20px 0px 20px 0px;
  background: #f2f2f2;
}
header .search .search-area form {
  margin: 0px;
}
header .search .search-area form input[type=text] {
  padding: unset;
  width: 100%;
  background: unset;
  font-size: 30px;
  border: 0px;
  box-shadow: unset;
}
header .search .close-area {
  cursor: pointer;
}
header .search .close-area div span {
  color: #191919;
}

.grid-afiliados .item-afiliados {
  text-align: center;
  padding-bottom: 50px;
}
.grid-afiliados .item-afiliados h5 {
  padding-top: 10px;
  color: #191919;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-block-end: unset;
}
.grid-afiliados .item-afiliados span {
  color: #191919;
}

.quote-afiliados {
  text-align: center;
  margin: 60px 0px 60px 0px;
}
.quote-afiliados h3 {
  font-weight: 700;
  text-transform: uppercase;
}

.grid-afiliados-items .item {
  margin: 60px 0px 60px 0px;
}
.grid-afiliados-items .item h4 {
  font-weight: 600;
  text-transform: uppercase;
}
.grid-afiliados-items .item a.pseudo-button {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
.grid-afiliados-items .item .pseudo-button {
  border: 1px solid #000;
  padding: 8px 25px 8px 25px;
}

.grid-column h4 {
  font-weight: 700;
}
.grid-column .crop-vertically {
  margin: 0 auto;
  padding: 0;
  height: auto;
  position: relative;
  background: gray;
  overflow: hidden;
}
.grid-column .crop-vertically img {
  margin: -12% auto;
}
.grid-column .content-column a.pseudo-button {
  font-size: 14px;
  color: #000;
}
.grid-column .content-column .pseudo-button {
  border: 1px solid #000;
  padding: 8px 25px 8px 25px;
}

footer {
  background: #f9f9f9;
}
footer .column-footer a,
footer .column-footer span {
  font-size: 14px;
  color: #191919;
}
footer .column-footer ul {
  list-style: none;
  margin: unset !important;
}
footer .column-footer ul li {
  line-height: 19px;
}
footer .column-footer .payment-methods > li {
  padding: 0px !important;
}
footer .title-footer {
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 20px;
  font-weight: 700;
  color: #eaeaea !important;
}

@media (max-width: 1200px) {
  div#homepage section#newsletter .terms {
    margin-left: unset;
  }
  div#homepage section#newsletter input[type=submit] {
    margin-top: 10px;
  }
  div#homepage section#newsletter form {
    text-align: left;
  }
  div#homepage section#newsletter form a .pseudo-button {
    padding: 12px 20px 11px 20px;
  }
  div#homepage section#newsletter form input[type=email] {
    width: 100%;
  }
  div#homepage section#food .box {
    width: unset;
  }
}
@media (max-width: 992px) {
  div#allproducts .list-products .ordering .right {
    text-align: unset;
  }

  div#homepage section#food .box .h-title {
    font-size: 21px !important;
  }
  div#homepage section#newsletter input[type=submit] {
    margin-top: unset;
  }
}
@media (max-width: 768px) {
  section#weare .left .box {
    width: unset;
  }

  section#weare .left .box p {
    margin-left: unset;
  }

  section#food {
    padding-bottom: unset;
  }
  section#food .border-right-space {
    border-right: 0px;
  }
  section#food .margin-top-space {
    padding-top: unset;
  }

  div#allproducts .banner-header-archive-product h1 {
    font-size: 35px;
  }

  #content .banner-header-single .content-banner,
#content .banner-header-archive .content-banner,
#content .banner-header-template .content-banner,
#content .banner-header-taxonomy .content-banner {
    padding-top: 111px;
  }
  #content .banner-header-single h1,
#content .banner-header-archive h1,
#content .banner-header-template h1,
#content .banner-header-taxonomy h1 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .h-title {
    font-size: 23px;
  }

  div#allproducts .banner-header-archive-product h1 {
    font-size: 30px;
  }
  div#allproducts .banner-header-archive-product span {
    font-size: 15px;
  }

  #content .banner-header-template h1,
#content .banner-header-archive h1,
#content .banner-header-taxonomy h1 {
    font-size: 30px;
  }
  #content .banner-header-template span,
#content .banner-header-archive span,
#content .banner-header-taxonomy span {
    font-size: 15px;
  }

  section#food {
    padding-bottom: unset;
  }
}
@media (max-width: 425px) {
  #content .banner-header-single .content-banner {
    padding-top: 137px;
  }
  #content .banner-header-single .content-banner h1 {
    font-size: 25px;
  }
}

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