/*    TOPO    */
.info-phone i {
  margin-right: 5px;
  font-size: 12px;
}

.info-email i {
  margin-right: 5px;
  font-size: 12px;
}

.info-phone {
  margin-right: 10px;
}

#header-main .header-1 {
  font-size: 11px;
  text-transform: none;
}

.header-1 .container-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.clear {
  display: none;
}

.header-2 .container-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header-main .element-search .search-field {
  display: block;
  width: 100%;
  height: 52px;
  padding: 0 58px 0 20px;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 8px;
  color: #616161;
  background: #f1f0fa;
  text-transform: uppercase;
  border: none;
}

#header-main .element-search .search-field:focus {
  box-shadow: inset 0 0 8px rgb(0 88 149 / 23%);
}

/* FIM DE TOPO */

#nav-main .element-menu-main #menu-main .menu-main-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px 0 10px 0;
}

#nav-main .element-menu-main #menu-main .menu-main-list>li a {
  display: block;
  font-size: 18px;
  text-decoration: none;
  text-transform: none;
  border-radius: 8px;
}

#nav-main .element-menu-category #menu-category .menu-category-list {
  margin: 0px;
}

#nav-main div[class^="element-"] {
  margin-bottom: 5px;
}

#content-main div[class^="element-"]+div[class^="element-"] {
  margin-top: 10px;
}

#nav-main .element-menu-main {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

#nav-main .element-menu-category {
  background: #0060A2;
  -webkit-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 0 rgba(0, 0, 0, 0.15);
}

.header-box-content {
  margin-bottom: 10px;
  text-align: center;
}

.header-box-content .title-secundary {
  color: #333;
  display: inline-block;
  text-transform: none;
  font-size: 31px;
  position: relative;
  margin: 30px 0 30px 0;
}

.header-box-content .title-secundary {
  border-bottom: 0px solid #eee;
}

.header-box-content .title-secundary span {
  color: #9c440e;
  font-weight: bold;
}

.sidebar div[class^="element"] {
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
  padding: 10px;
}

#product-list-sidebar .product-list-item {
  padding: 10px 10px;
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}

.element-product-detail .label-stamp-wrapper .label-stamp.label-promo {
  background: rgba(193, 59, 147, 1);
  border-radius: 10px;
}

.btn {
  padding: 10px 40px;
  border-radius: 5px;
}

.element-product-detail .wrapper-product-price .wrapper-btn-buy .btn {
  float: left;
  height: auto;
  padding: 15px 0;
  width: 180px;
}

/*body {
  font-family: 'open_sans_regular',Sans-serif;
  font-size: 11px;
  line-height: 18px;
}*/


/* GABRIEL */
#cart-email .cart-email-wrapper .btn,
.wrapper-btn-product .btn,
.btn.btn-cart-submit,
.btn.btn-next-step {
  overflow: hidden;
  position: relative;
}

#cart-email .cart-email-wrapper .btn:after,
.wrapper-btn-product .btn:after,
.btn.btn-cart-submit:after,
.btn.btn-next-step:after {
  background: #fff;
  bottom: -5px;
  content: "";
  left: 0;
  position: absolute;
  top: -5px;
  width: 25px;
  animation: move 5s infinite ease-in-out;
  filter: blur(5px);
  opacity: .5;
  transform: skewX(15deg);
}

#cart-email .cart-email-wrapper .btn {
  position: absolute !important;
}

@keyframes move {

  20%,
  100% {
    opacity: 0;
    transform: translate(250px, 0)
  }

  0% {
    opacity: 0
  }

  10% {
    opacity: .4
  }
}


.grid-social-header {
  width: auto !important;
}

#banner-stripe li span.item-title:hover {
  color: #c13b93 !important
}

/* ALTERAÇÃO TAMANHO PREÇO EM PÁGINA DO PRODUTO*/
.element-product-detail .wrapper-product-price .product-price .product-new-price .product-big-price {
  font-size: 30px;
}

/* ALTERAÇÃO TAMANHO BOTÃO EM PÁGINA DO PRODUTO*/
.element-product-detail .wrapper-product-price .wrapper-btn-buy .btn-buy,
.element-product-detail .wrapper-product-price .wrapper-btn-buy .btn-buy-kit,
.element-product-detail .wrapper-product-price .wrapper-btn-buy .btn-dealer,
.element-product-detail .wrapper-product-price .wrapper-btn-buy .btn-tell-me,
.element-product-detail .wrapper-product-price .wrapper-btn-buy .btn-text-unavailable {
  height: auto;
  padding: 15px 0;
  width: 100%;
}

/* ALTERAR COR ÍCONE CARRINHO BOTAO COMPRAR PRODUTO BAIXO */
.page-content a,
.element-product-description a,
.element-product-info a {
  color: #f9f9f9;
}



#header-main .element-shopping-cart .link-shopping-cart .wrapper-list-products-shopping-cart .list-products-shopping-cart {
  border: none;
  border-radius: 8px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.19);
}

#header-main .element-shopping-cart .link-shopping-cart {
  background: ##9c440e;
  color: #fff;
  padding: 10px 20px 10px 45px;
  border-radius: 8px;
}

.header-1 {
  background-color: #9c440e;
  color: white;
}

ul#banner-main {
  border-radius: 8px;
  overflow: hidden;
  margin-top: 0px;
}

li.banner-main-item {
  border-radius: 8px;
  overflow: hidden;
}

#product-list .product-list-item {
  border-radius: 8px;
  padding: 0;
  height: 451px !important;
  overflow: hidden;
}

#product-list .product-list-item:hover {
  box-shadow: 0 0 20px rgb(0 0 0 / 19%);
}

#product-list .product-list-item .product-image,
#product-list-sidebar .product-list-item .product-image {
  overflow: hidden;
}

.product-image a {
  transition: transform 0.3s ease;
}

.product-list-item:hover .product-image a {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

#product-list .product-list-item .product-info {
  padding: 15px;
}

#product-list .product-list-item .label-promo,
#product-list-sidebar .product-list-item .label-promo {
  background: rgba(230, 126, 34, 0.9);
  right: 15px;
  top: 15px;
}

#product-list .product-list-item .label-launch,
#product-list-sidebar .product-list-item .label-launch {
  background: rgba(46, 204, 113, 0.9);
  left: 15px;
  top: 15px;
}


#footer-main .element-menu-footer .menu-footer-list>li ul li a:before {
  content: none;
}