body,
html {
  font-family: 'Montserrat', sans-serif;
  background: white;
  -webkit-font-smoothing: antialiased;
  color: #2b2b2b;
}
@media (min-width: 1300px) {
  .container {
    max-width: 1250px!important;
  }
}
@media (min-width: 1640px) {
  .col-xxl-3 {
    width: 30%;
    flex: 0 0 30%;
    max-width: 30%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xxl-6 {
    width: 45%;
    flex: 0 0 45%;
    max-width: 45%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1690px) {
  .col-xxl-3 {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xxl-6 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.content {
  background: white;
  overflow: hidden;
}
@media (max-width: 768px) {
  .content {
    padding-top: 0px;
  }
}
.btn {
  font-size: 14px;
}
.btn.btn-outline-white {
  color: white;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 8px 30px;
  border: 2px solid white;
  transition: color .5s, background .5s;
}
.btn.btn-outline-white:hover {
  background: white;
  color: #ed6b69;
}
.btn.btn-link {
  color: #ed6b69;
}
.btn.btn-primary {
  background: #ed6b69;
  color: white;
}
.btn.btn-outline-warning {
  border-color: #FFF7C0;
  color: black;
  font-weight: normal;
}
.title-hero {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.title-hero:after {
  position: absolute;
  bottom: 10px;
  width: 100px;
  height: 10px;
  background: url(../../img/title.svg) bottom center no-repeat;
  background-size: 100%;
  content: '';
  left: 50%;
  transform: translateX(-50%);
}
.title-hero-h1 {
  font-size: 44px;
  font-weight: 400;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.title-hero-h1:after {
  position: absolute;
  bottom: 10px;
  width: 100px;
  height: 10px;
  background: url(../../img/title.svg) bottom center no-repeat;
  background-size: 100%;
  content: '';
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .title-hero-h1 {
    font-size: 24px;
  }
}
.title-hero-left {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 30px;
  position: relative;
  text-align: left;
  margin-top: 30px;
}
.title-hero-left:after {
  position: absolute;
  bottom: 10px;
  width: 100px;
  height: 10px;
  background: url(../../img/title.svg) bottom center no-repeat;
  background-size: 100%;
  content: '';
  left: 0;
}
.title-hero-h1-left {
  font-size: 44px;
  font-weight: 400;
  padding-bottom: 30px;
  position: relative;
  text-align: left;
  margin-top: 30px;
}
.title-hero-h1-left:after {
  position: absolute;
  bottom: 10px;
  width: 100px;
  height: 10px;
  background: url(../../img/title-left.svg) bottom left no-repeat;
  background-size: 100%;
  content: '';
  left: 0px;
}
@media (max-width: 768px) {
  .title-hero-h1-left {
    font-size: 24px;
  }
}
h4.widgettitle,
.widgetProduct h2 {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 30px;
  position: relative;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 50px;
}
h4.widgettitle:after,
.widgetProduct h2:after {
  position: absolute;
  bottom: 10px;
  width: 100px;
  height: 10px;
  background-size: 100%;
  content: '';
  left: 0px;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.btn {
  box-shadow: none;
  outline: none;
}
.btn:active,
.btn:focus {
  box-shadow: none;
  outline: none;
}
.btn.btn-primary {
  border: 0px none;
  background: #ed6b69;
  color: white;
  border-radius: 50px;
  padding: 10px 40px;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  transition: background .5s, color .5s;
}
.btn.btn-primary:hover,
.btn.btn-primary:active {
  background: white!important;
  color: black!important;
  border-color: white;
}
.btn.btn-outline-secondary {
  border-radius: 50px;
  padding: 10px 40px;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  transition: background .5s, color .5s;
}
.btn.btn-secondary {
  border: 0px none;
  background: white;
  color: black;
  border-radius: 50px;
  padding: 10px 40px;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  transition: background .5s, color .5s;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:active {
  background: black!important;
  color: white!important;
  border-color: white;
}
button {
  box-shadow: none;
  outline: none;
}
button:active,
button:focus {
  box-shadow: none;
  outline: none;
}
input:focus {
  box-shadow: none;
  outline: none;
}
.page-text {
  padding: 30px;
  border-radius: 8px;
  background: white;
  padding-top: 1px;
  margin-top: 30px;
}
section.reviews {
  text-align: center;
  padding: 130px 0px 110px 0px;
}
section.reviews .owl-carousel {
  padding: 0px 50px;
}
section.reviews .owl-dots {
  position: absolute;
  left: 0px;
  top: -40px;
  text-align: center;
  width: 100%;
}
section.reviews .owl-dots button {
  margin-top: 2px;
  width: 4px;
  height: 4px;
  background: #ed6b69;
  margin: 0px 5px;
  border-radius: 100px;
  display: inline-block;
}
section.reviews .owl-dots button.active {
  margin-top: 0px;
  width: 8px;
  height: 8px;
}
section.reviews p {
  font-size: 60px;
  font-weight: 200;
  line-height: 70px;
}
.bg-secondary {
  background-color: rgba(0, 0, 0, 0.03) !important;
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.page-id-2174 .dashboard-widget.big-counter,
.page-id-2174 .dokan-profile-completeness {
  display: none;
}
.profile-info-summery .dokan-store-info {
  display: none;
}
.profile-info-summery .store-social-wrapper {
  display: none;
}
@media (min-width: 576px) {
  .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info {
    width: calc(100% - 170px) !important;
  }
}
.dokan-single-store .dokan-store-tabs ul li:last-child {
  width: 100%;
  display: inline-block;
}

section.newsletter {
  background: black;
  padding: 30px 0px;
  color: white;
}
section.newsletter a {
  font-weight: 300;
  font-size: 40px;
  text-transform: uppercase;
  color: white;
  padding-right: 300px;
  width: 100%;
  display: inline-block;
  background: url(../../img/seta.png) center right no-repeat;
  line-height: 42px;
}
section.newsletter a:hover {
  text-decoration: none;
}
footer {
  border-top: 1px solid #ddd;
  padding-top: 50px;
  font-size: 16px;
}
footer a {
  font-weight: bold;
  text-decoration: underline;
  color: black;
  display: inline-block;
  width: 100%;
}
footer a:hover {
  color: #ed6b69;
}
footer a span {
  font-weight: normal;
  text-decoration: none;
}
footer .about {
  color: #ed6b69;
}
footer .about h3 {
  font-size: 22px;
  font-weight: bold;
}
footer .about .infos {
  padding: 15px 0px 15px 100px;
  background: url(../../img/marca.png) center left no-repeat;
}
footer .about ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .about ul li {
  display: inline-block;
  margin-right: 5px;
}
footer .about ul li a {
  color: #ed6b69;
  font-size: 18px;
}
footer form {
  text-align: center;
}
footer form p {
  text-align: center;
}
footer form input.form-control {
  color: #ed6b69;
  border: 1px solid #eee;
  margin-bottom: 15px;
  border-radius: 20px;
  font-size: 14px;
}
footer form input.form-control::placeholder {
  color: #ed6b69;
}
footer form button {
  text-decoration: none;
}
footer h4 {
  background: url(../../img/title.png) center center no-repeat;
  height: 76px;
  text-align: center;
  background-size: 100%;
  color: white;
  text-transform: uppercase;
  padding-top: 15px;
}
footer p {
  line-height: 26px;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  margin-bottom: 10px;
}
footer ul li a {
  color: black;
  text-decoration: none;
  font-weight: normal;
}
footer .bottom {
  color: white;
  padding: 10px 0px;
  background: #ed6b69;
  margin-top: 50px;
}
footer .bottom p {
  margin-bottom: 0px;
}
footer .bottom a {
  display: inline-block;
  width: auto;
  margin-left: 15px;
  font-size: 20px;
}
footer .bottom a:hover {
  color: #ed6b69;
}

header.desktop.lojista .brand img {
  width: 150px;
}
header.desktop.lojista h2 {
  display: inline-block;
  color: #999;
  margin-left: 20px;
  font-size: 18px;
}
header.desktop .top {
  background: #ed6b69;
  color: white;
  font-size: 16px;
  padding: 5px 0px;
}
header.desktop .top a {
  color: white;
}
header.desktop .top a.email {
  display: inline-block;
  padding: 7px 0px;
  font-size: 14px;
}
header.desktop .top ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
header.desktop .top ul li {
  padding: 0px 5px;
  display: inline-block;
}
header.desktop .top ul + a {
  margin-left: 30px;
}
header.desktop .middle {
  padding: 25px 0px;
}
header.desktop .middle form {
  position: relative;
  border-radius: 40px;
  border: 1px solid #eee;
  padding-left: 40px;
  width: 100%;
  margin-top: 20px;
}
header.desktop .middle form input {
  background: none;
  border: 0px none;
  width: 100%;
}
header.desktop .middle form button {
  color: #ed6b69;
  background: none;
  border: 0px none;
  position: absolute;
  top: 5px;
  left: 15px;
  font-size: 18px;
}
header.desktop .middle ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
header.desktop .middle ul li {
  display: inline-block;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #FFF7C0;
}
header.desktop .middle ul li:first-child {
  border-left: 0px none;
}
header.desktop .middle ul li a {
  font-weight: 300;
  color: black;
}
header.desktop .middle ul li .btn-expansivel {
  color: #ed6b69;
  position: relative;
  font-size: 24px;
}
header.desktop .middle ul li .btn-expansivel small {
  padding-top: 9px;
  content: '';
  background: url(../../img/heart.png);
  width: 29px;
  height: 29px;
  font-size: 12px;
  text-align: center;
  color: white;
  position: absolute;
  top: -29px;
  right: -29px;
}
header.desktop .bottom {
  border-top: 1px solid #EDF1F0;
  border-bottom: 1px solid #EDF1F0;
}
header.desktop .bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.desktop .bottom .btn-cat {
  padding: 9px 15px 10px;
  background: #ed6b69;
  color: white;
  border-radius: 0px;
  font-size: 18px;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
}
header.desktop .bottom .btn-cat i:first-child {
  margin-right: 15px;
}
header.desktop .bottom .btn-cat i:last-child {
  float: right;
  margin-top: 1px;
  font-size: 26px;
}
header.desktop .bottom a.btn-right {
  padding: 11px 10px;
  display: inline-block;
  color: black;
}
header.desktop .bottom a.btn-right:hover {
  background: #ed6b69;
  color: white;
  text-decoration: none;
}
header.desktop .bottom .menuSide a {
  color: black;
}
header.desktop .bottom .menuSide ul li {
  display: inline-block;
  position: relative;
}
header.desktop .bottom .menuSide ul li a {
  padding: 11px 15px;
  display: inline-block;
}
header.desktop .bottom .menuSide ul li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #ed6b69;
}
header.desktop .bottom .menuSide ul li ul {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 200px;
  background: white;
  padding: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
header.desktop .bottom .menuSide ul li ul li {
  width: 100%;
  padding: 5px;
  border-bottom: 1px solid #eee;
}
header.desktop .bottom .menuSide ul li ul li a {
  padding: 2px;
  font-size: 14px;
}
header.desktop .bottom .menuSide ul li ul li:last-child {
  border-bottom: 0px none;
}
header.desktop .bottom .menuCategoriaBox {
  position: relative;
}
header.desktop .bottom .menuCategoriaBox:hover .menuCategoria {
  display: block;
}
header.desktop .bottom .menuCategoriaBox .menuCategoria {
  position: absolute;
  top: 100%;
  width: calc(100% - 30px);
  left: 15px;
  background: white;
  z-index: 10;
  display: none;
}
header.desktop .bottom .menuCategoriaBox .menuCategoria > ul > li {
  padding: 15px;
  border: 1px solid #D1D1D1;
  border-bottom: 0px solid #D1D1D1;
}
header.desktop .bottom .menuCategoriaBox .menuCategoria > ul > li:last-child {
  border-bottom: 1px solid #D1D1D1;
}
header.desktop .bottom .menuCategoriaBox .menuCategoria > ul > li a {
  color: black;
  width: 100%;
  display: inline-block;
}
header.desktop .bottom .menuCategoriaBox .menuCategoria > ul > li:hover {
  background: #ed6b69;
}
header.desktop .bottom .menuCategoriaBox .menuCategoria > ul > li:hover > a {
  color: white;
  background: none!important;
}
header.desktop .bottom .menuCategoriaBox .menuCategoria > ul > li:hover > ul {
  display: block;
}
header.desktop .bottom .menuCategoriaBox .menuCategoria > ul > li.menu-item-has-children > a {
  background: url(../../img/menu.png) right center no-repeat;
}
header.desktop .bottom .menuCategoriaBox .menuCategoria > ul > li > a {
  text-decoration: none;
}
header.desktop .bottom .menuCategoriaBox .menuCategoria > ul > li > a:hover {
  text-decoration: none;
}
header.desktop .bottom .menuCategoriaBox .menuCategoria > ul > li > ul {
  position: absolute;
  top: 0px;
  margin-left: -1px;
  left: 100%;
  width: 650px;
  height: 100%;
  background: white;
  padding: 15px;
  border: 1px solid #d1d1d1;
  display: none;
}
header.desktop .bottom .menuCategoriaBox .menuCategoria > ul > li > ul > li {
  width: 200px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
header.desktop .bottom .menuCategoriaBox .menuCategoria > ul > li > ul > li > a {
  font-size: 16px;
}
header.desktop .bottom .menuCategoriaBox .menuCategoria > ul > li > ul > li > ul {
  max-height: 160px;
  overflow: auto;
  width: calc(100% - 15px) !important;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
header.desktop .bottom .menuCategoriaBox .menuCategoria > ul > li > ul > li > ul::-webkit-scrollbar {
  width: 5px;
}
header.desktop .bottom .menuCategoriaBox .menuCategoria > ul > li > ul > li > ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #eee;
  border-radius: 10px;
}
header.desktop .bottom .menuCategoriaBox .menuCategoria > ul > li > ul > li > ul::-webkit-scrollbar-thumb {
  background: #ed6b69;
  border-radius: 10px;
}
header.desktop .bottom .menuCategoriaBox .menuCategoria > ul > li > ul > li > ul::-webkit-scrollbar-thumb:hover {
  background: #ed6b69;
}
header.desktop .bottom .menuCategoriaBox .menuCategoria > ul > li > ul > li ul {
  display: inline-block;
  width: 100%;
}
header.desktop .bottom .menuCategoriaBox .menuCategoria > ul > li > ul > li ul li {
  width: 100%;
}
header.desktop .bottom .menuCategoriaBox .menuCategoria > ul > li > ul > li ul li a {
  font-size: 12px;
  font-weight: bold;
}
header.mobile {
  padding: 5px 0px;
}
header.mobile a {
  color: #ed6b69;
  font-size: 24px;
  padding: 12px 0px;
  display: inline-block;
}
header.mobile a.brand {
  padding: 0px;
}
header.mobile form {
  position: relative;
  border-radius: 40px;
  border: 1px solid #eee;
  padding-left: 40px;
  width: 100%;
  margin-top: 5px;
}
header.mobile form input {
  background: none;
  border: 0px none;
  width: 100%;
  font-size: 14px;
}
header.mobile form button {
  color: #ed6b69;
  background: none;
  border: 0px none;
  position: absolute;
  top: 5px;
  left: 15px;
  font-size: 16px;
}

#filter.expansivel .body {
  padding-right: 20px;
}
.expansivel {
  position: fixed;
  z-index: 150;
  top: 0px;
  right: 0px;
  height: 100%;
  background: white;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.1);
  transform: translateX(110%);
  transition: all .5s;
  max-width: 580px;
  width: 90%;
  padding: 30px;
}
.expansivel.active {
  transform: translateX(0px);
}
.expansivel .head {
  position: relative;
  margin-bottom: 30px;
}
.expansivel .head button {
  position: absolute;
  top: -8px;
  right: -5px;
  color: black;
  font-size: 30px;
  background: none;
  border: 0px none;
}
.expansivel .head h3 {
  font-weight: 300;
  text-transform: uppercase;
}
.expansivel .head ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}
.expansivel .head ul li {
  margin-right: 10px;
  display: inline-block;
}
.expansivel .head ul li a {
  font-size: 14px;
  font-weight: bold;
  color: #1d1d1b;
}
.expansivel .head ul li.current-lang a {
  color: #ed6b69;
}
.expansivel .body {
  overflow: auto;
  height: calc(100vh - 123px);
}
.expansivel#menu .body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.expansivel#menu .body ul a:hover {
  text-decoration: none;
  color: #ed6b69;
}
.expansivel#menu .body ul > li {
  margin-top: 20px;
}
.expansivel#menu .body ul > li.menu-item-has-children > a {
  padding-right: 30px;
  background: url(../../img/plus.jpg) right center no-repeat;
}
.expansivel#menu .body ul > li.menu-item-has-children.active > a {
  background: url(../../img/less.jpg) right center no-repeat;
}
.expansivel#menu .body ul > li > a {
  display: inline-block;
  width: 100%;
  font-size: 30px;
  font-weight: 300;
  color: #181d23;
}
.expansivel#menu .body ul > li ul {
  padding: 10px 20px;
  display: none;
}
.expansivel#menu .body ul > li ul li {
  margin-top: 5px;
}
.expansivel#menu .body ul > li ul li a {
  font-size: 18px;
  font-weight: 300;
  color: #858789;
}
@media (max-width: 768px) {
  .expansivel#menu .body ul > li > a {
    font-size: 20px;
  }
  .expansivel#menu .body ul > li > a ul li a {
    font-size: 16px;
  }
}
.expansivel .minicartrefresh .woocommerce-mini-cart__empty-message {
  padding: 15px;
  margin-bottom: 0px;
}
.expansivel .minicartrefresh img {
  height: auto;
}
.expansivel .minicartrefresh .table td {
  border-top: 0px;
  border-bottom: 1px solid #eceeef;
}
.expansivel .minicartrefresh .table td h4 {
  line-height: 18px;
  margin-bottom: 0px;
}
.expansivel .minicartrefresh .table td h4 a {
  font-size: 16px;
  color: #1d1d1b;
}
.expansivel .minicartrefresh .table td img {
  width: 50px;
}
.expansivel .minicartrefresh .table td .quantity {
  color: #ed6b69;
}
.expansivel .minicartrefresh .table td a.remove {
  color: #ed6b69;
}
.expansivel .minicartrefresh .buttons a {
  box-shadow: none;
  outline: none;
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
  border: 1px solid #ed6b69;
  background: white;
  color: #ed6b69;
  border-radius: 50px;
  padding: 10px 40px;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  transition: background .5s, color .5s;
}
.expansivel .minicartrefresh .buttons a:active,
.expansivel .minicartrefresh .buttons a:focus {
  box-shadow: none;
  outline: none;
}
.expansivel .minicartrefresh .buttons a:hover,
.expansivel .minicartrefresh .buttons a:active {
  background: black!important;
  color: white!important;
  border-color: white;
}
.expansivel .minicartrefresh .buttons a.checkout {
  background: #ed6b69;
  color: white;
  border-radius: 50px;
  padding: 10px 40px;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  transition: background .5s, color .5s;
}
.expansivel .minicartrefresh .buttons a.checkout:hover,
.expansivel .minicartrefresh .buttons a.checkout:active {
  background: white!important;
  color: black!important;
  border-color: white;
}
.expansivel#search form input {
  border-radius: 0px;
  border: 1px solid #eee;
  width: calc(100% - 50px);
  display: inline-block;
}
.expansivel#search form button {
  background: #ed6b69;
  border: 0px none;
  color: white;
  padding: 7px 14px;
  vertical-align: top;
}
nav.quick {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: #ed6b69;
  color: white;
  display: flex;
  z-index: 10;
  padding: 15px 0px 10px;
  transform: translateY(110%);
  transition: all .5s;
  display: none;
}
@media (max-width: 576px) {
  nav.quick {
    display: flex;
  }
}
nav.quick.active {
  transform: translateY(0%);
}
nav.quick a {
  display: block;
  width: 100%;
  color: white;
  text-align: center;
}
nav.quick a i {
  font-size: 28px;
}
nav.quick a span {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-size: 10px;
}
nav.mobile {
  position: fixed;
  width: 320px;
  top: 0;
  height: 100%;
  background: white;
  left: 0;
  z-index: 100;
  transform: translateX(-110%);
  transition: all .5s;
  display: none;
}
@media (max-width: 576px) {
  nav.mobile {
    display: inline-block;
  }
}
nav.mobile.active {
  transform: translateX(0%);
}
nav.mobile .head {
  background: #ed6b69;
  color: white;
  padding: 15px;
}
nav.mobile .head button {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  color: white;
  font-size: 22px;
  border: 0px none;
}
nav.mobile .head .my-account {
  display: inline-block;
  font-size: 12px;
  padding-left: 40px;
  text-align: left;
  width: 190px;
  line-height: 18px;
  vertical-align: baseline;
  position: relative;
}
nav.mobile .head .my-account i {
  color: white;
  font-size: 26px;
  position: absolute;
  top: 5px;
  left: 0;
}
nav.mobile .head .my-account a {
  font-weight: bold;
  color: white;
}
nav.mobile .nav {
  background: black;
}
nav.mobile .nav a {
  width: 49%;
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  text-align: center;
  color: white;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
nav.mobile .nav a:last-child {
  border-right: 0px;
}
nav.mobile .menu {
  height: calc(100vh - 99px);
  overflow: auto;
}
nav.mobile .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.mobile .menu ul a {
  color: #535252;
  display: inline-block;
  width: 100%;
  padding: 8px 20px;
  border-bottom: 1px solid #D3D3D3;
}
nav.mobile .menu ul ul {
  display: none;
}


.blog {
  position: relative;
}
.blog .breadcrumb {
  background: #eee;
  margin-top: -5px;
}
.blog .breadcrumb a::after {
  content: ' - ';
}
.blog .breadcrumb a {
  color: black;
}
.blog .breadcrumb a,
.blog .breadcrumb span {
  font-size: 12px;
  text-transform: uppercase;
}
.blog.single .banner {
  display: inline-block;
  width: 100%;
  height: 400px;
  background-size: cover;
  color: white;
  position: relative;
  background-position: center center;
}
@media (max-width: 768px) {
  .blog.single .banner {
    height: 400px;
  }
}
.blog.single .banner .align {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 50px;
}
.blog.single .banner img {
  width: 100%!important;
  height: auto!important;
}
.blog.single .banner .overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, black, transparent);
  opacity: 0.6;
}
.blog.single .banner .meta {
  position: relative;
  z-index: 3;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.blog.single .banner .meta h1 {
  font-size: 52px;
  margin-top: 0px;
}
@media (max-width: 768px) {
  .blog.single .banner .meta h1 {
    font-size: 36px;
    margin-top: 10px;
  }
}
.blog.single .banner .meta span.date {
  color: white;
  font-size: 16px;
  display: inline-block;
  margin-top: 30px;
}
.blog.single .banner .meta span.date:before {
  width: 50px;
  height: 1px;
  background: #ed6b69;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .blog.single {
    padding-top: 35px;
  }
}
.blog.single .autor .box {
  border-bottom: 1px solid #7c7c7c;
  padding: 15px;
  margin-bottom: 20px;
  min-height: 100px;
}
.blog.single .autor .box .image {
  width: 70px;
  float: left;
}
.blog.single .autor .box .image img {
  width: 100%;
  height: auto;
  border-radius: 100px;
}
.blog.single .autor .box .info {
  display: block;
  padding-left: 90px;
}
.blog.single .loadbar {
  position: absolute;
  top: 530px;
  z-index: 50;
  width: 100%;
  display: inline-block;
  left: 0px;
  background: white;
  display: none;
}
.blog.single .loadbar.active {
  position: fixed;
  top: 68px;
  display: block;
}
@media (max-width: 768px) {
  .blog.single .loadbar.active {
    top: 60px;
  }
}
.blog.single .loadbar .bar {
  height: 5px;
  float: left;
  background: #ed6b69;
}
.blog .messenger {
  background: url("../../img/facebook-messenger.png") top center no-repeat;
  background-size: 100%;
  width: 35px;
  height: 35px;
  display: inline-block;
}
.blog .shareside {
  position: fixed;
  z-index: 50;
  top: 200px;
  left: 0px;
  width: 40px;
  padding: 5px;
}
@media (max-width: 768px) {
  .blog .shareside {
    display: none;
  }
}
.blog .shareside a {
  color: #ed6b69;
  font-size: 30px;
  display: inline-block;
  width: 100%;
}
.blog .shareside .messenger {
  filter: grayscale(100%);
  width: 25px;
  margin-left: 3px;
}
@media (max-width: 768px) {
  .blog .shareside {
    background: white;
  }
}
.blog section.text {
  overflow: inherit;
}
.blog section.text .share {
  padding: 20px 0px;
  margin: 20px 0px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.blog section.text .share a {
  color: #ed6b69;
  font-size: 36px;
}
.blog section.text .share .messenger {
  width: 28px;
  vertical-align: middle;
}
.blog section.text .banner {
  background-size: cover;
  height: 400px;
}
.blog section.text .banner img {
  max-width: 100%;
  height: auto;
}
.blog section.text .editor {
  line-height: 30px;
  font-size: 15px;
}
.blog section.text .editor img {
  max-width: 100%;
  height: auto;
}
.blog section.text .editor p {
  margin: 10px 0px 20px;
}
.blog section.text .editor b,
.blog section.text .editor strong {
  font-weight: bold;
}
.blog section.text .editor h1 {
  font-size: 35px;
  font-weight: bold;
}
.blog section.text .editor h2 {
  font-size: 26px;
  font-weight: normal;
}
.blog section.text .editor h3 {
  font-size: 22px;
  font-weight: normal;
}
.blog section.text .editor h4 {
  font-size: 20px;
  font-weight: normal;
}
.blog section.text .editor h5 {
  font-size: 18px;
  font-weight: normal;
}
.blog section.text .editor h6 {
  font-size: 16px;
  font-weight: normal;
}
.blog section.text .editor iframe {
  width: 100%!important;
}
.blog section.text .comments {
  display: inline-block;
  width: 100%;
}
.blog section.text .comments li.comment {
  background: #ed6b69 !important;
  margin-bottom: 20px;
}
.blog section.text .comments .commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog section.text .comments .commentlist li {
  background: #f1f1f1;
  padding: 15px;
}
.blog section.text .comments .commentlist li .commentmetadata {
  padding: 10px 0px;
}
.blog section.text .comments .commentlist li .reply a {
  background: #ed6b69;
  font-size: 12px;
  padding: 5px 10px;
  color: white;
  text-transform: uppercase;
}
.blog section.text .comments .commentlist li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog section.text .comments .commentlist li li {
  background: white;
  margin-top: 15px;
}
.blog section.text .comments #respond form {
  max-width: 600px;
}
.blog section.text .comments #respond textarea {
  width: 100%;
  border: 0px solid #999;
  padding: 10px;
  border-radius: 10px;
}
.blog section.text .comments #respond input[type=submit] {
  background: #ed6b69;
  border-radius: 15px;
  color: white;
  border: 0px none;
  padding: 7px 20px;
}
.blog section.text .share ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 20px;
}
.blog section.text .share ul li {
  display: inline-block;
  padding: 2px;
}
.blog section.text .share ul li a {
  font-size: 20px;
  color: #ed6b69;
  padding-top: 10px;
  background: url(../../img/badge-icon.png);
  width: 46px;
  height: 50px;
  display: inline-block;
  text-align: center;
}
.blog section.outros {
  border-top: 1px solid #ccc;
}
.blog section.outros h4 {
  margin-bottom: 40px;
  font-size: 42px;
}
.blog section.outros h4 span {
  display: inline-block;
  font-size: 18px;
  width: 100%;
}
@media (max-width: 768px) {
  .blog section.outros h4 {
    font-size: 36px;
  }
}
.blog section.outros {
  padding: 40px 0px;
}
.blog section.outros .item img {
  width: 100%;
  height: auto;
}
.blog section.outros .item .image {
  background-size: cover;
  background-position: center center;
  height: 250px;
  width: 100%;
  display: inline-block;
}
.blog section.outros .item .box {
  background: white;
  position: relative;
  margin-bottom: 40px;
  border: 1px solid #f1f1f1;
}
.blog section.outros .item .box span.label {
  border-radius: 0px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: #ed6b69;
  color: white;
  font-weight: bold;
  padding: 5px 10px;
}
.blog section.outros .item .box a span {
  display: inline-block;
  padding: 15px;
  width: 100%;
  font-weight: bold;
  color: black;
}
.blog section.outros .item .box a:after {
  content: 'Saiba mais...';
  color: #ed6b69;
  padding-left: 15px;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.blog section.outros .owl-dots {
  text-align: center;
}
.blog section.outros .owl-dots button {
  border-radius: 30px;
  width: 20px;
  height: 20px;
  background: #2b2b2b;
  display: inline-block;
  margin: 10px;
}
.blog section.outros .owl-dots button.active {
  background: #ed6b69;
}
.blog section.lista {
  padding: 40px 0px;
}
.blog section.lista .item img {
  width: 100%;
  height: auto;
}
.blog section.lista .item .image {
  background-size: cover;
  background-position: center center;
  height: 250px;
  width: 100%;
  display: inline-block;
}
.blog section.lista .item .box {
  background: white;
  position: relative;
  margin-bottom: 40px;
  border: 1px solid #f1f1f1;
}
.blog section.lista .item .box span.label {
  border-radius: 0px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: #ed6b69;
  color: #2b2b2b;
  font-weight: bold;
  padding: 5px 10px;
}
.blog section.lista .item .box a span {
  display: inline-block;
  padding: 15px;
  width: 100%;
  font-weight: bold;
  color: black;
}
.blog section.lista .item .box a:after {
  content: 'Saiba mais...';
  color: #ed6b69;
  padding-left: 15px;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.box-news {
  background: white;
  border: 1px solid #eee;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.box-news .image {
  height: 250px;
  overflow: hidden;
  width: 100%;
  display: inline-block;
}
.box-news .infos {
  padding: 15px;
}
.box-news .infos p {
  font-size: 14px;
}
.box-news .infos .bottom {
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.box-news .infos .bottom a {
  color: #ed6b69;
  text-transform: uppercase;
  font-size: 14px;
}

#builder section.builder-image img {
  width: 100%;
}
#builder section.reviews {
  background: #f6f5f4;
}
#builder section.builder-editor {
  margin: 60px 0px;
}
#builder section.builder-editor .container {
  max-width: 830px;
}
#builder section.builder-editor h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
}
#builder section.builder-editor p,
#builder section.builder-editor ul,
#builder section.builder-editor li {
  font-weight: 300;
  font-size: 18px;
  color: #666;
}
#builder section.builder-editor p a,
#builder section.builder-editor ul a,
#builder section.builder-editor li a {
  color: #ed6b69;
  text-decoration: underline;
}
#builder section.builder-editor blockquote {
  font-weight: 600;
  font-size: 22px;
  padding: 30px 50px;
  color: #19120e;
  position: relative;
}
#builder section.builder-editor blockquote p {
  font-weight: 600;
  color: #19120e;
  font-size: 22px;
  margin-bottom: 0px;
}
#builder section.builder-editor blockquote:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 40px;
  background: #ed6b69;
  top: 35px;
  left: 30px;
}

.woocommerce-cart .page-title-wrapper {
  text-align: left;
  font-size: 14px;
}
.woocommerce-cart .page-title-wrapper h1 {
  margin-top: 40px;
  font-size: 25px;
  text-transform: uppercase;
}
.woocommerce-cart-form {
  padding: 30px;
  background: white;
  border-radius: 8px;
}
.woocommerce-cart-form .attachment-woocommerce_thumbnail {
  width: 150px;
  height: auto;
}
.woocommerce-cart-form .amount {
  font-size: 28px;
  color: #ed6b69;
}
.woocommerce-cart-form .bg-secondary {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #eceeef !important;
}
.cart-collaterals h2 {
  border-radius: 8px 20px 0px 0px;
  background: none!important;
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.cart-collaterals h2:after {
  position: absolute;
  width: 100px;
  height: 10px;
  background: url(../../img/title.svg) bottom center no-repeat;
  background-size: 100%;
  bottom: 10px;
  content: '';
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 576px) {
  .cart-collaterals {
    padding: 0px 15px;
  }
}
#cart-accordion .card {
  border: 0px none;
  background: none;
}
#cart-accordion .card .card-header {
  border: 0px none;
  background: none;
  padding: 0px;
}
#cart-accordion .card .card-header h3 {
  border-radius: 8px 20px 0px 0px;
  background: none!important;
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
  margin-top: 30px;
}
#cart-accordion .card .card-header h3:after {
  position: absolute;
  width: 100px;
  height: 10px;
  background: url(../../img/title.svg) bottom center no-repeat;
  background-size: 100%;
  bottom: 10px;
  content: '';
  left: 50%;
  transform: translateX(-50%);
}
#cart-accordion .card .card-header h3 a {
  color: #2b2b2b;
}
#cart-accordion .card .card-body {
  padding: 0px;
}
#cart-accordion .card .card-body .btn-outline-primary {
  border-color: #ed6b69;
  color: #ed6b69;
}
#cart-accordion .card .card-body .btn-outline-primary:hover {
  background: #ed6b69;
  color: white;
}
.woocommerce-cart-form h3 {
  font-size: 22px;
}
.woocommerce-cart-form .variation {
  font-size: 14px;
  color: #999;
}
.woocommerce-cart-form .amount {
  font-size: 16px;
}
.woocommerce-cart-form .quantity button {
  border: 0px none;
  font-size: 22px;
}
.woocommerce-cart-form .quantity input {
  background: #EDF1F0;
  color: #4EC5C1;
  height: 45px;
  width: 70px;
  border: 0px none;
  vertical-align: middle;
  text-align: center;
  margin-right: -5px;
}
.woocommerce-cart-form .quantity label {
  font-size: 14px;
  color: #7c7c7c;
}
.woocommerce-cart-form button.btn-primary {
  margin-top: 31px;
}
.woocommerce-cart .woocommerce-message {
  background: #ed6b69;
  color: white;
  padding: 10px;
  font-size: 12px;
  margin-top: 15px;
}
.woocommerce-cart .woocommerce-message a {
  color: white;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}

.checkout-box {
  font-size: 14px;
}
.checkout-box label {
  font-size: 12px;
  text-transform: uppercase;
}
.checkout-box #shipping_method {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
.checkout-box #shipping_method li {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.checkout-box #shipping_method li input {
  vertical-align: middle;
  margin-right: 5px;
}
.checkout-box .woocommerce-input-wrapper {
  width: 100%;
}
.checkout-box #billing_state_field {
  padding: 0px 20px;
}
.checkout-box #billing_address_2_field input {
  margin-top: 31px;
}
.checkout-box .select2-container--default .select2-selection--single {
  height: 37px;
  border-color: #ced4da;
  padding-top: 3px;
}
.checkout-box .woocommerce-additional-fields {
  display: none;
}
.checkout-box .steps .steps-body {
  width: 100%;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
  margin-bottom: 15px;
}
.checkout-box .steps .steps-body .step {
  text-align: center;
  display: inline-block;
  width: 100%;
  background: white;
  padding: 20px;
  color: #2b2b2b;
}
.checkout-box .steps .steps-body .step.step-completed {
  background: white;
}
.checkout-box .steps .steps-body .step.step-active {
  background: #ed6b69;
  color: white;
}
@media (max-width: 576px) {
  .checkout-box .steps .steps-body {
    padding: 0px 15px;
  }
  .checkout-box .steps .steps-body .step {
    padding: 5px;
    font-size: 12px;
  }
}
.checkout-box .tab {
  padding: 30px;
  background: white;
  border-radius: 8px;
}
.checkout-box .btn-outline-secondary {
  text-transform: uppercase;
}
.checkout-box .tab-user h3,
.checkout-box .tab-user h6 {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 30px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  margin-top: 30px;
}
.checkout-box .tab-user h3:after,
.checkout-box .tab-user h6:after {
  position: absolute;
  bottom: 10px;
  width: 66px;
  height: 3px;
  background: #ed6b69;
  content: '';
  left: 0px;
}
.checkout-box .tab-payment a {
  color: #ed6b69;
}
.checkout-box .tab-payment .card-body p {
  margin-bottom: 0px;
}
.checkout-box #order_review {
  padding: 20px;
  border-radius: 8px;
  background: white;
}
.woocommerce-order ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-order .btn-secondary {
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 16px;
  padding: 7px 40px;
}
.woocommerce-order-received .content {
  padding-bottom: 60px;
}
.woocommerce-order-received .content a {
  color: #ed6b69;
}
.woocommerce-order-received .addresses > div {
  width: 100%!important;
  max-width: 100%!important;
}
.woocommerce-checkout .payment_method_pagarme-credit-card .card-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-checkout .payment_method_pagarme-credit-card .card-body input,
.woocommerce-checkout .payment_method_pagarme-credit-card .card-body select {
  width: 100%;
  font-size: 14px!important;
  margin: 5px 0px 10px;
}
@media (max-width: 576px) {
  .woocommerce-checkout .page-title-wrapper {
    padding: 0px 15px;
  }
  .nav-checkout {
    display: block!important;
  }
  .nav-checkout .w-50 {
    width: 100%!important;
    padding: 5px 0px!important;
  }
  .nav-checkout .w-50 a {
    width: 100%;
    display: inline-block;
  }
}
#classic-checkout #order_review article {
  display: none;
}
#classic-checkout #order_review article:last-of-type {
  display: block;
}
#classic-checkout h3 {
  text-transform: uppercase;
  border-bottom: 1px solid #ed6b69;
  padding: 10px 0px;
  margin-bottom: 25px;
}
#classic-checkout label {
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
}
#classic-checkout a {
  color: #ed6b69;
}
#classic-checkout .wc_payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
#classic-checkout .wc_payment_methods > li {
  margin-bottom: 10px;
}
#classic-checkout .wc_payment_methods > li > input[type=radio] {
  display: none;
}
#classic-checkout .wc_payment_methods > li > label {
  background: #d8d8d8;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 0px;
}
#classic-checkout .wc_payment_methods > li .payment_box {
  padding: 15px;
  border: 1px solid #d8d8d8;
  font-size: 14px;
}
#classic-checkout .wc_payment_methods > li .payment_box p {
  margin-bottom: 0px;
}
#classic-checkout .wc_payment_methods > li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#classic-checkout .wc_payment_methods > li .payment_method_pagarme-credit-card label {
  display: inline-block;
  width: auto;
}
#classic-checkout .wc_payment_methods > li .payment_method_pagarme-credit-card .payment_methods {
  margin-top: 15px;
}
#classic-checkout .wc_payment_methods > li .payment_method_pagarme-credit-card .input-text,
#classic-checkout .wc_payment_methods > li .payment_method_pagarme-credit-card select {
  border-radius: 0px;
  border: 1px solid #c8c8c8;
  padding: 10px;
  font-size: 14px;
  height: 45px;
  width: 100%;
}
#classic-checkout .wc_payment_methods > li .payment_method_pagarme-credit-card #pagarme-card-add > div {
  padding: 15px;
}
#classic-checkout .select2-selection.select2-selection--single {
  border-radius: 0px;
  border: 1px solid #c8c8c8;
  padding: 10px;
  font-size: 14px;
  height: 45px;
}
#classic-checkout .select2-selection.select2-selection--single .select2-selection__arrow {
  top: 8px;
  right: 10px;
}
#classic-checkout .form-control {
  border-radius: 0px;
  border: 1px solid #c8c8c8;
  padding: 10px;
  font-size: 14px;
  height: 45px;
}
#classic-checkout textarea.form-control {
  height: 120px;
}
#classic-checkout .woocommerce-input-wrapper {
  width: 100%;
  margin-bottom: 15px;
}
#classic-checkout .woocommerce-form-coupon-toggle {
  padding: 30px 15px;
}
#classic-checkout .woocommerce-form-coupon-toggle a {
  color: #ed6b69;
}
#classic-checkout form.woocommerce-form-coupon {
  padding: 0px 15px 30px;
}

#contato {
  margin-bottom: -60px;
}
#contato .box {
  border-radius: 8px;
  padding: 20px;
  background: white;
  text-align: center;
}

#dokan-seller-listing-wrap.grid-view .store-content .store-data-container .featured-favourite .featured-label {
  background: #ed6b69 !important;
}
.pagination-wrap ul.pagination > li > a {
  color: black;
}
.pagination-wrap ul.pagination > li > span.current {
  background: #ed6b69;
  color: white;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
  background: rgba(0, 0, 0, 0.2) !important;
}
input[type=submit].dokan-btn-theme,
a.dokan-btn-theme,
.dokan-btn-theme {
  background: #ed6b69 !important;
}
.dokan-dashboard .dokan-dash-sidebar,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
  background: #ed6b69 !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {
  border-color: white!important;
}
input[name='video_auxiliar'] {
  height: 35px;
  border: 1px solid #ededed;
  width: 100%;
}
@media (max-width: 576px) {
  #dokan-content .dokan-list-inline > li {
    width: 100%;
  }
  #dokan-content .dokan-list-inline > li:last-child {
    padding-left: 10px;
  }
  #dokan-content .dokan-store-tabs ul li a {
    padding: 10px 5px!important;
  }
  #dokan-content .title-share-btns {
    font-size: 12px!important ;
    text-transform: uppercase!important;
  }
  #dokan-content .profile-info-head {
    width: 100%!important;
    margin-right: 0px!important;
  }
  #dokan-content .profile-info-head img {
    width: 100%!important;
    height: auto!important;
  }
  #dokan-content .profile-info {
    width: 100%!important;
    padding-left: 0px!important;
  }
}

#escola section.banners .item {
  height: 500px;
  background-size: cover;
}
#escola section.banners .item .align {
  color: white;
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 500px;
  width: 100%;
}
#escola section.banners .item .align h2,
#escola section.banners .item .align h1 {
  font-size: 50px;
  font-weight: bold;
}
#escola section.banners .item .align p {
  font-size: 22px;
  margin: 20px 0px 30px;
}
#escola section.banners .item .align .btn-info {
  padding: 10px 20px;
  border-color: #4EC5C1;
  background: #4EC5C1;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}
#escola h3.intro {
  font-size: 22px;
  margin: 50px 0px 20px;
  position: relative;
}
#escola h3.intro:after {
  content: '';
  top: 5px;
  left: -30px;
  background: url(../../img/titleh3.png);
  width: 14px;
  height: 160px;
  position: absolute;
}
#escola .box-cat {
  padding-left: 80px;
}

.page-template-home-php header .bottom .menuCategoriaBox .menuCategoria {
  display: block;
}
#home {
  margin-top: 10px;
}
#home img {
  max-width: 100%;
}
#home h4.widgettitle {
  margin-bottom: 0px;
  padding-bottom: 15px;
}
#home .product_list_widget {
  list-style: none;
  margin: 0;
  padding: 0;
}
#home .product_list_widget li {
  position: relative;
  min-height: 80px;
  padding: 15px 0px 15px 70px;
  border-bottom: 1px solid #eee;
}
#home .product_list_widget li .star-rating {
  width: 100%;
  display: inline-block;
  color: #ed6b69;
  font-size: 14px;
}
#home .product_list_widget li img {
  position: absolute;
  top: 15px;
  left: 0;
  width: 50px;
  height: 50px;
}
#home .product_list_widget li .amount {
  width: 100%;
  display: inline-block;
}
#home section.banners {
  margin-bottom: 50px;
}
#home section.banners .cta.cta-big {
  padding: 30px 15px;
  text-align: center;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 420px;
  border: 1px solid #EDF1F0;
  border-radius: 5px;
}
#home section.banners .owl-carousel .item {
  background-size: cover;
  background-position: center center;
  height: 420px;
}
#home section.banners .owl-carousel .item .align {
  width: 310px;
  background: white;
  padding: 15px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
#home section.banners .owl-carousel .owl-dots {
  bottom: 20px;
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
}
#home section.banners .owl-carousel .owl-dots button {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  border: 1px solid white;
  background: transparent;
  margin: 5px;
}
#home section.banners .owl-carousel .owl-dots button.active,
#home section.banners .owl-carousel .owl-dots button.owl-active {
  background: white;
}
#home section.lojas {
  padding: 20px 0px 60px;
  background: url(../../img/linha.png) right -30px top no-repeat;
}
#home section.lojas h3 {
  text-align: center;
}
#home section.lojas h3 b {
  color: #ed6b69;
  display: inline-block;
  transform: rotate(-30deg) translateX(-30px) translateY(-10px);
}
#home section.lojas .owl-dots {
  bottom: -50px;
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
}
#home section.lojas .owl-dots button {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  border: 1px solid #ed6b69;
  background: transparent;
  margin: 5px;
}
#home section.lojas .owl-dots button.active,
#home section.lojas .owl-dots button.owl-active {
  background: #ed6b69;
}
#home section.lojas .owl-item.center .store-box {
  transform: scale(1.1);
}
#home section.lojas .store-box {
  margin-top: 30px;
  margin-bottom: 30px;
  transition: all .5s;
  text-align: center;
}
#home section.lojas .store-box .store-image a {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  background-size: cover;
  display: inline-block;
}
#home section.lojas .store-box h4 {
  margin: 15px 0px;
}
#home section.lojas .store-box h4 a {
  color: #ed6b69;
  font-size: 20px;
}
#home section.lojas .store-box .buttons .btn.btn-outline-danger {
  color: black;
  border-color: #ed6b69;
}
#home section.lojas .store-box .buttons .btn.btn-outline-danger:hover {
  background: #ed6b69;
  color: white;
}
#home section.loja {
  background: url(../../img/linha.png) left -30px top no-repeat;
  padding: 50px 0px;
}
#home section.loja h1 {
  font-size: 40px;
  text-transform: uppercase;
}
#home section.loja p {
  font-size: 18px;
  font-weight: 300;
}
#home section.loja h4 {
  font-size: 18px;
  margin-top: 30px;
}
#home section.blog {
  padding: 40px 0px;
}
#home section.blog h3 {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 30px;
}
#home section.blog h3 span {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  text-transform: none;
  font-weight: 300;
}
#home section.blog span.meta {
  font-size: 8px;
  text-transform: uppercase;
  color: #ed6b69;
  display: inline-block;
  width: 100%;
  margin: 10px 0px;
}
#home section.blog span.meta a {
  margin-left: 20px;
  color: #a3a3a2;
}
@media (max-width: 576px) {
  #home section.banners-ctas img {
    width: 100%;
    margin-bottom: 15px;
  }
}
#home section.cursos {
  padding: 50px 0px;
  background: url(../../img/IMG-3173.png) left -80px top no-repeat;
}
#home section.cursos h3 {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 30px;
}
#home section.cursos h3 span {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  text-transform: none;
  font-weight: 300;
}

#frontend-editor #e-page-header {
  background: #ed6b69;
}
#frontend-editor a {
  color: #ed6b69;
}
#frontend-editor #e-list-posts button,
#frontend-editor #e-list-posts input[type=button],
#frontend-editor #e-list-posts input[type=submit],
#frontend-editor .e-button {
  color: #ed6b69;
}
#frontend-editor .post-attachment img {
  width: 100%!important;
  height: auto!important;
}
#frontend-editor #e-page {
  height: calc(100% - 170px);
}
.lp-archive-courses .learn-press-breadcrumb {
  display: none;
}
.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item::before {
  color: white!important;
}
.lp-archive-courses #respond {
  display: none;
}
.lp-archive-courses .course-summary .course-summary-content .course-detail-info {
  background: #ed6b69 !important;
}
.lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta .course-meta__pull-left .meta-item .meta-item__value label {
  color: white!important;
}

.woocommerce-MyAccount-content {
  padding: 30px;
  border-radius: 8px;
  background: white;
}
.woocommerce-MyAccount-content a {
  color: #ed6b69;
}
.side-account aside {
  background: #ed6b69;
  color: white;
  padding: 15px 25px;
  border-radius: 8px 8px 0px 0px;
}
.side-account aside h5 {
  margin-bottom: 0px;
  margin-top: 20px;
}
.side-account .list-group a {
  color: #2b2b2b;
}
.side-account .list-group a:last-child {
  border-radius: 0px 0px 8px 8px;
}
.side-account .list-group a.active {
  background: #eceeef;
  color: #2b2b2b;
  border-color: #eceeef;
}
#login {
  margin: 60px auto;
}
#login h2 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: normal;
}
#login label {
  font-size: 10px;
  text-transform: uppercase;
  width: 100%;
}
#login a {
  color: #ed6b69;
}
#login form {
  padding: 5px;
  font-size: 12px;
}
#login .password-input {
  width: 100%;
}
#login .form-control {
  font-size: 12px;
  color: #9a9a9a;
  border: 0px none;
  border-bottom: 1px solid #faefe8;
}


.download-item {
  text-align: center;
  margin-bottom: 20px;
}
.download-item img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.19);
}
.download-item h4 {
  margin-top: 10px;
  font-size: 17px;
  font-weight: 600;
  color: #19120e;
}
.product-item {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
@media (min-width: 1660px) {
  .product-item.custom-space {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-item .onsale {
  background: #ed6b69;
  color: white;
  position: absolute;
  top: 5px;
  right: 20px;
  display: inline-block;
  z-index: 5;
  width: auto;
  padding: 6px 10px;
}
.product-item a {
  display: inline-block;
  width: 100%;
}
.product-item a img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.19);
}
.product-item a:first-child {
  text-align: left;
}
.product-item h2 {
  font-size: 14px;
  font-weight: 400;
  color: #19120e;
  text-transform: uppercase;
}
.product-item h2,
.product-item span {
  transition: transform .2s, opacity .2s;
}
.product-item span.price {
  color: #ed6b69;
  font-weight: 600;
}
.product-item img {
  margin-bottom: 10px;
}
.product-item .image {
  background: white;
  display: inline-block;
  width: 100%;
  padding: 30px;
  border: 1px solid #faefe8;
  margin-bottom: 10px;
  text-align: center;
}
.product-item .image img {
  max-width: 100%;
}
.product-item span {
  color: #a3a3a2;
  font-size: 8px;
  display: inline-block;
  text-transform: uppercase;
  width: 100%;
}
.product-item span span {
  width: auto;
  display: inherit;
}
.product-item span.price {
  color: black;
  font-weight: 600;
}
.product-item span.price span {
  color: black;
  font-weight: 600;
  font-size: 14px;
}
.product-item span.price del {
  color: #19120e;
}
.product-item span.price del span {
  color: #19120e;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.product-item span.price ins {
  text-decoration: none;
  letter-spacing: 0.5px;
}
.product-item .added_to_cart {
  display: none;
}
.product-item a.button {
  background: #ed6b69;
  color: white;
  padding: 6px 50px;
  border-radius: 30px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin: auto;
  transform: translateY(20px) translateX(-50%);
  opacity: 0;
  transition: transform .5s, opacity .5s, background .5s;
  left: 50%;
  position: absolute;
}
.product-item a.button:hover {
  background: #19120e;
}
.product-item:hover a {
  text-decoration: none;
}
.product-item:hover a:first-child h2,
.product-item:hover a:first-child span {
  opacity: 0;
  transform: translateY(-40px);
}
.product-item:hover a.button {
  transform: translateY(60px) translateX(-50%);
  opacity: 1;
}
div.pagination,
nav.pagination {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 40px 0px;
}
div.pagination:after,
nav.pagination:after {
  content: '';
  position: absolute;
  background: #f6f5f4;
  width: 200vw;
  left: -50vw;
  height: 100%;
  top: 0;
  z-index: 0;
}
div.pagination .column,
nav.pagination .column {
  width: 100%;
  position: relative;
  z-index: 2;
}
div.pagination .column ul,
nav.pagination .column ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
div.pagination .column ul li,
nav.pagination .column ul li {
  display: inline-block;
  padding: 8px;
}
div.pagination .column ul li span,
nav.pagination .column ul li span {
  color: #ed6b69;
}
div.pagination .column ul li a,
nav.pagination .column ul li a {
  color: #b0aeae;
}
div.pagination .column ul li a.next,
nav.pagination .column ul li a.next {
  background: url(../../img/right-small.png) center center no-repeat;
  width: 27px;
  height: 21px;
  background-size: 100%;
  display: inline-block;
  text-indent: -9999px;
}
div.pagination .column ul li a.prev,
nav.pagination .column ul li a.prev {
  background: url(../../img/left-small.png) center center no-repeat;
  width: 27px;
  height: 21px;
  background-size: 100%;
  display: inline-block;
  text-indent: -9999px;
}
div.pagination ul,
nav.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
div.pagination ul li,
nav.pagination ul li {
  display: inline-block;
  padding: 8px;
}
div.pagination ul li span,
nav.pagination ul li span {
  color: #ed6b69;
}
div.pagination ul li a,
nav.pagination ul li a {
  color: #b0aeae;
}
div.pagination ul li a.next,
nav.pagination ul li a.next {
  background: url(../../img/right-small.png) center center no-repeat;
  width: 27px;
  height: 21px;
  background-size: 100%;
  display: inline-block;
  text-indent: -9999px;
}
div.pagination ul li a.prev,
nav.pagination ul li a.prev {
  background: url(../../img/left-small.png) center center no-repeat;
  width: 27px;
  height: 21px;
  background-size: 100%;
  display: inline-block;
  text-indent: -9999px;
}
.sidebar-list {
  background: white;
  border-radius: 8px;
  padding-top: 1px;
}
.sidebar-list .widgettitle {
  margin-bottom: 5px;
}
.sidebar-list h2 {
  margin-bottom: 15px;
}
.sidebar-list #cat-drop-stack ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-list #cat-drop-stack ul li {
  display: inline-block;
  width: 100%;
}
.sidebar-list #cat-drop-stack ul li a {
  display: inline-block;
  width: 100%;
  padding: 10px;
  color: black;
}
.sidebar-list #cat-drop-stack ul li a:hover {
  background: #eceeef;
  text-decoration: none;
}
.sidebar-list #cat-drop-stack ul li ul {
  padding-left: 15px;
}
.sidebar-list #cat-drop-stack ul li ul a:before {
  content: ' - ';
}
.sidebar-list .product-categories,
.sidebar-list .wc-block-product-categories-list {
  max-height: 300px;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-list .product-categories::-webkit-scrollbar,
.sidebar-list .wc-block-product-categories-list::-webkit-scrollbar {
  width: 5px;
}
.sidebar-list .product-categories::-webkit-scrollbar-track,
.sidebar-list .wc-block-product-categories-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #eee;
  border-radius: 10px;
}
.sidebar-list .product-categories::-webkit-scrollbar-thumb,
.sidebar-list .wc-block-product-categories-list::-webkit-scrollbar-thumb {
  background: #ed6b69;
  border-radius: 10px;
}
.sidebar-list .product-categories::-webkit-scrollbar-thumb:hover,
.sidebar-list .wc-block-product-categories-list::-webkit-scrollbar-thumb:hover {
  background: #ed6b69;
}
.sidebar-list .product-categories li,
.sidebar-list .wc-block-product-categories-list li {
  display: inline-block;
  width: 100%;
}
.sidebar-list .product-categories li a,
.sidebar-list .wc-block-product-categories-list li a {
  display: inline-block;
  width: 100%;
  padding: 10px;
}
.sidebar-list .product-categories li a:hover,
.sidebar-list .wc-block-product-categories-list li a:hover {
  background: #eceeef;
  text-decoration: none;
}
.sidebar-list .product-categories li ul,
.sidebar-list .wc-block-product-categories-list li ul {
  padding-left: 15px;
}
.sidebar-list .product-categories li ul a:before,
.sidebar-list .wc-block-product-categories-list li ul a:before {
  content: ' - ';
}
.sidebar-list .product_list_widget {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.sidebar-list .product_list_widget li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 20px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 100px;
  min-height: 110px;
}
.sidebar-list .product_list_widget li img {
  width: 70px;
  height: auto;
  position: absolute;
  top: 0px;
  left: 20px;
}
.sidebar-list .product_list_widget li a {
  display: inline-block;
  width: 100%;
}
.sidebar-list .product_list_widget li span {
  color: #1e1e1e;
  font-size: 14px;
}
.sidebar-list .product_list_widget li .amount {
  font-weight: bold;
}
.sidebar-list .product_list_widget li:first-child {
  padding-top: 0px;
}
ol.breadcrumb {
  padding: 0px;
  margin-top: 20px;
  background: none;
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
}
ol.breadcrumb li {
  display: inline-block;
}
ol.breadcrumb a {
  color: #ed6b69;
}
.archive ol.breadcrumb {
  margin-top: 50px;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 5px!important;
  text-align: left;
}
.archive ol.breadcrumb a {
  color: black;
}
.archive .page-title {
  text-align: left;
  font-size: 14px;
}
.archive .page-title h1 {
  font-size: 16px;
  text-transform: uppercase;
}
.widgetProduct {
  padding: 15px 0px;
}
.widgetProduct .wp-block-group__inner-container > p {
  font-size: 16px;
  text-transform: uppercase;
}
.widgetProduct h3 {
  font-size: 16px;
  text-transform: uppercase;
}
.widgetProduct ul {
  padding: 15px;
}
.widgetProduct ul input {
  margin-right: 5px;
  vertical-align: middle;
}
.widgetProduct ul a,
.widgetProduct ul label {
  color: #a9a9a9;
  font-size: 12px;
}
.widgetProduct .wc-block-attribute-filter {
  margin-bottom: 0px;
}
.woocommerce-result-count {
  font-size: 12px;
  color: #9a9a9a;
}
.woocommerce-ordering .form-control {
  font-size: 12px;
  color: #9a9a9a;
  border: 0px none;
  border-bottom: 1px solid #faefe8;
}
.dokan-widget-area aside .widget-title {
  font-size: 16px;
  font-weight: 600;
  border-top: 1px solid #EDF1F0;
  padding: 10px 0px 5px;
  color: black;
  margin-top: 15px;
}
.dokan-widget-area aside ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dokan-widget-area aside ul a {
  font-size: 16px;
  color: black;
  font-weight: 500;
}
.dokan-widget-area aside ul a + span {
  font-size: 12px;
}
.dokan-widget-area aside ul li {
  margin-bottom: 5px;
}
.dokan-widget-area aside ul ul {
  margin: 5px 0px 10px;
  padding-left: 25px;
}
.dokan-widget-area aside ul ul a {
  font-size: 14px;
  font-weight: 400;
}
.dokan-widget-area aside ul.woocommerce-widget-layered-nav-list li {
  margin-bottom: 5px;
}
.dokan-widget-area aside ul.woocommerce-widget-layered-nav-list li a {
  font-size: 14px;
  font-weight: 400;
  color: black;
}
.dokan-widget-area aside ul.woocommerce-widget-layered-nav-list li a:before {
  background: url(../../img/unchecked.png);
  width: 18px;
  height: 21px;
  display: inline-block;
  margin-right: 5px;
  content: '';
  vertical-align: sub;
}
.dokan-widget-area aside ul.woocommerce-widget-layered-nav-list li a + span {
  font-size: 12px;
}
.dokan-widget-area aside ul.woocommerce-widget-layered-nav-list li.chosen a:before {
  background: url(../../img/checked.png);
}
aside.sidebar-list .widgetProduct .wc-block-price-slider input {
  font-size: 12px;
  border: 0px none;
}
aside.sidebar-list .widgetProduct .wc-block-components-price-slider__range-input-progress {
  background: #ed6b69;
}
aside.sidebar-list .widgetProduct h4.widgettitle,
aside.sidebar-list .widgetProduct .wc-block-product-search__label,
aside.sidebar-list .widgetProduct h3 {
  font-size: 16px;
  font-weight: 600;
  border-top: 1px solid #EDF1F0;
  padding: 10px 0px 5px;
  color: black;
  margin-top: 15px;
}
aside.sidebar-list .widgetProduct .wc-block-product-search__fields {
  position: relative;
}
aside.sidebar-list .widgetProduct .wc-block-product-search {
  position: relative;
}
aside.sidebar-list .widgetProduct .wc-block-product-search input {
  border: 1px solid #ed6b69;
  border-radius: 5px;
  padding: 10px;
  height: 45px;
  width: 100%;
}
aside.sidebar-list .widgetProduct .wc-block-product-search button {
  position: absolute;
  color: #ed6b69;
  background: none;
  border: 0px none;
  top: 0px;
  right: 0px;
  height: 45px;
}
aside.sidebar-list .wc-block-product-categories > ul > li > a {
  background: url(../../img/mini-arrow.png) center left no-repeat;
  padding-left: 15px;
}
aside.sidebar-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
aside.sidebar-list ul.wc-block-product-categories-list a {
  font-size: 16px;
  color: black;
  font-weight: 500;
}
aside.sidebar-list ul.wc-block-product-categories-list a + span {
  font-size: 12px;
}
aside.sidebar-list ul.wc-block-product-categories-list li {
  margin-bottom: 5px;
}
aside.sidebar-list ul.wc-block-product-categories-list ul {
  margin: 5px 0px 10px;
  padding-left: 25px;
}
aside.sidebar-list ul.wc-block-product-categories-list ul a {
  font-size: 14px;
  font-weight: 400;
}
aside.sidebar-list ul.woocommerce-widget-layered-nav-list li {
  margin-bottom: 5px;
}
aside.sidebar-list ul.woocommerce-widget-layered-nav-list li a {
  font-size: 14px;
  font-weight: 400;
  color: black;
}
aside.sidebar-list ul.woocommerce-widget-layered-nav-list li a:before {
  background: url(../../img/unchecked.png);
  width: 18px;
  height: 21px;
  display: inline-block;
  margin-right: 5px;
  content: '';
  vertical-align: sub;
}
aside.sidebar-list ul.woocommerce-widget-layered-nav-list li a + span {
  font-size: 12px;
}
aside.sidebar-list ul.woocommerce-widget-layered-nav-list li.chosen a:before {
  background: url(../../img/checked.png);
}
.price_slider_wrapper .price_slider {
  margin-bottom: 1em;
}
.price_slider_wrapper .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em;
}
.price_slider_wrapper .price_slider_amount .button {
  font-size: 1.15em;
}
.price_slider_wrapper .price_slider_amount .button {
  float: left;
}
.price_slider_wrapper .ui-slider {
  position: relative;
  text-align: left;
}
.price_slider_wrapper .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: pointer;
  background: #ed6b69;
  border-radius: 20px;
  outline: none;
  top: -0.3em;
}
.price_slider_wrapper .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: none repeat scroll 0 0 #ed6b69;
}
.price_slider_wrapper .price_slider_wrapper .ui-widget-content {
  background: #f1f1f1;
}
.price_slider_wrapper .ui-slider-horizontal {
  height: .5em;
}
.price_slider_wrapper .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.price_slider_wrapper .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.price_slider_wrapper .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.price_slider_wrapper button {
  background: #ed6b69;
  color: white;
  border: 0px none;
  text-transform: uppercase;
  padding: 2px 5px;
}

#shareProduct {
  position: fixed;
  right: 0px;
  width: 45px;
  padding: 5px;
  background: black;
}
#shareProduct a {
  text-align: center;
  color: white;
  font-size: 20px;
  display: inline-block;
  width: 100%;
  margin: 5px 0px;
}
.single-product {
  padding-bottom: 0px;
}
.single-product .related {
  padding: 60px 0px;
}
.single-product .related h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}
.single-product section.reviews {
  background-color: #f6f5f4;
}
.single-product #main > .container {
  display: none;
}
.single-product .breadcrumb {
  font-size: 14px;
  font-weight: 400;
  background: none;
  color: #7c7c7c;
}
.single-product .breadcrumb a {
  font-weight: 600;
  color: #2b2b2b;
}
.single-product #review_form_wrapper .stars a {
  position: relative;
  text-indent: -9999px;
  width: 25px;
  background: none;
  border: 0px none;
  display: inline-block;
  text-decoration: none!important;
}
.single-product #review_form_wrapper .stars a.active,
.single-product #review_form_wrapper .stars a.hvr {
  background: white!important;
  color: #ffd800!important;
  border: 0px none!important;
}
.single-product #review_form_wrapper .stars a.active:after,
.single-product #review_form_wrapper .stars a.hvr:after {
  color: #ffd800!important;
}
.single-product #review_form_wrapper .stars a:after {
  color: #ccc;
  text-indent: 0px;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 20px!important;
  font: normal normal normal 16px/1 LineAwesome;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\f318";
}
.single-product #reviews .woocommerce-noreviews {
  background: #f1f1f1;
  padding: 10px;
  border-radius: 5px;
}
.single-product #reviews .commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.single-product #reviews .commentlist li {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
  display: inline-block;
  width: 100%;
}
.single-product #reviews .commentlist li img {
  float: left;
  width: 50px;
}
.single-product #reviews .commentlist li .comment-text {
  display: inline-block;
  widows: calc(30%);
  margin-left: 15px;
}
.single-product .bg-secondary {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #eceeef !important;
}
.single-product form.cart .quantity button {
  border: 0px none;
  font-size: 22px;
}
.single-product form.cart .quantity input {
  background: #EDF1F0;
  color: #4EC5C1;
  height: 45px;
  width: 70px;
  border: 0px none;
  vertical-align: middle;
  text-align: center;
  margin-right: -5px;
}
.single-product form.cart .quantity label {
  font-size: 14px;
  color: #7c7c7c;
}
.single-product form.cart button.btn-primary {
  border-radius: 0px;
  font-size: 16px;
  padding: 10px 30px;
}
.single-product .accordion {
  border-radius: 8px;
  overflow: hidden;
}
.single-product .accordion .card {
  border: 0px none;
}
.single-product .accordion .card:last-child .card-header {
  border-bottom: 0px none;
}
.single-product .accordion .card .card-body {
  border-bottom: 1px solid #eceeef;
  font-size: 18px;
  color: #666;
  font-weight: 300;
  line-height: 26px;
}
.single-product .accordion .card .card-header {
  background: white;
  border-top: 1px solid #eceeef;
  border-bottom: 0px none;
  margin-bottom: 0px;
}
.single-product .accordion .card .card-header h3 {
  margin-bottom: 0px;
}
.single-product .accordion .card .card-header h3 span {
  display: none!important;
}
.single-product .accordion .card .card-header a {
  display: inline-block;
  width: 100%;
  position: relative;
  color: #2b2b2b;
  font-size: 20px;
}
.single-product .accordion .card .card-header a:hover {
  text-decoration: none;
}
.single-product .accordion .card .card-header a.collapsed:after {
  background: url(../../img/plus-black.png);
}
.single-product .accordion .card .card-header a:after {
  content: '';
  background: url(../../img/less-black.png);
  height: 31px;
  width: 31px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.single-product .summary {
  border: 0px none;
  border-radius: 8px;
  padding: 30px;
}
@media (max-width: 576px) {
  .single-product .summary {
    padding: 30px 0px;
  }
}
.single-product .summary label {
  font-size: 10px;
  color: #7c7c7c;
}
.single-product .summary .form-control {
  background: #ffffff!important;
  border: 0px none!important;
  border-bottom: 1px solid #efefef!important;
  border-radius: 0px!important;
  font-size: 12px!important;
  text-transform: uppercase!important;
}
.single-product .summary .reset_variations {
  color: black;
  font-size: 10px;
  text-transform: uppercase;
  margin: 15px;
}
.single-product .summary .single_variation_wrap {
  font-size: 12px;
  color: #7c7c7c;
}
.single-product .summary > .card-body {
  padding-top: 0px;
}
.single-product .summary .breadcrumb {
  margin: 0px!important;
}
.single-product .summary .breadcrumb a,
.single-product .summary .breadcrumb span {
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
}
.single-product .summary .breadcrumb li {
  padding-left: 4px;
  font-size: 10px;
  text-transform: uppercase;
}
.single-product .summary .breadcrumb li:before {
  padding-right: 4px;
  font-size: 10px;
}
.single-product .summary .posted_in {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}
.single-product .summary .posted_in a {
  color: #a3a3a2;
}
.single-product .summary .container {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.single-product .summary .price {
  color: #ed6b69;
  font-weight: mpr,a?;
  font-size: 16px;
  margin-top: 50px;
}
.single-product .summary .price del {
  font-weight: 300;
  font-size: 14px;
  color: #2b2b2b;
}
.single-product .summary h1 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 28px;
  margin-top: 15px;
}
@media (max-width: 576px) {
  .single-product .summary h1 {
    font-size: 22px;
  }
}
.single-product .summary h3 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 15px;
}
@media (max-width: 576px) {
  .single-product .summary h3 {
    font-size: 18px;
  }
}
.single-product .summary .woocommerce-message {
  background: #ed6b69;
  color: white;
  padding: 10px;
  font-size: 12px;
  margin-top: 15px;
}
.single-product .summary .woocommerce-message a {
  color: white;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}
.single-product .summary .woocommerce-product-details__short-description {
  font-size: 10px;
}
.single-product .summary .product_meta {
  font-size: 10px;
}
.single-product .posted_in a {
  color: #7c7c7c;
}
.single-product .product-gallery {
  position: relative;
}
.single-product .product-gallery span {
  font-size: 10px;
  right: auto;
  left: 10px;
  border-radius: 10px;
}
.single-product .product-gallery .gallery-item {
  position: relative;
  padding: 10px;
}
.single-product .product-gallery .gallery-item:after {
  content: '';
  background: url(../../img/zoom.png);
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 2;
}
.single-product .product-gallery .owl-item {
  border: 1px solid #faefe8;
  padding: 20px;
}
.single-product .product-gallery .owl-nav {
  text-align: center;
}
.single-product .product-gallery .owl-nav button {
  background: url(../../img/left.png);
  width: 52px;
  height: 40px;
  display: inline-block;
  margin: 15px;
}
.single-product .product-gallery .owl-nav button span {
  display: none;
}
.single-product .product-gallery .owl-nav button.owl-next {
  background: url(../../img/right.png);
}
.single-product .price ins {
  text-decoration: none;
}
.single-product .woocommerce-review-link {
  color: #ed6b69;
}
.product-gallery .onsale {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ed6b69;
  color: white;
  display: inline-block;
  z-index: 5;
  width: auto;
  padding: 6px 10px;
}
.woocommerce-product-attributes p {
  margin-bottom: 0px;
}
/* The Modal (background) */
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 90;
  display: none;
  /* The Close Button */
}
.backdrop .closeb {
  position: absolute;
  top: 15px;
  right: 25px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}
#modalProduct {
  z-index: 100;
  margin: auto;
  display: block;
  max-width: 700px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: none;
  max-height: 90%;
  /* 100% Image Width on Smaller Screens */
}
#modalProduct .modal-content {
  margin: auto;
  display: block;
  max-height: 100%;
  max-width: auto;
  width: auto;
}
#modalProduct #caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  display: none;
  height: 150px;
}
#modalProduct .modal-content,
#modalProduct #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
#modalProduct .closeb:hover,
#modalProduct .closeb:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  #modalProduct .modal-content {
    width: 100%;
  }
}
