@charset "UTF-8";
/**
 * Author: Daniel Bonifacio
 * contato@danielbonifacio.com.br
 */
:root {
  --header-background-color: #ffffff;
  --body-background-color: #f0efe9;
  --header-link-color: #222222;
  --default: #ff8531 !important;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

body{
  padding-top: 100px;
}

header[for=web] {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
}

.link-saiba-mais{
    display: flex;
    justify-content: center;
    font-weight: 400;
    cursor: pointer;
    color: black;
    margin-bottom: 10px;
    text-decoration: underline;
}

.btnCompreGanhe{
  color: #fff;
  background-color: #00BF63 !important;
  border-color: #00BF63 !important;
}

.btn-primary {
  background: #3479b8;
  border-color: #3479b8;
}

.very-top-wrapper {
  padding: 16px 0;
  background-color: #ffffff;
  background-color: var(--header-background-color);
}
.very-top-wrapper #logo {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
  display: flex;
  align-items: center;
  height: 100%;
}
.very-top-wrapper #logo img {
  width: 100%;
}
.very-top-wrapper #search-top-bar i {
  margin-right: 5px;
}

.result-box-search ul{
  padding: 0;
  list-style: none;
}
.result-box-search li:hover{
  background: lightgray;
}
.result-box-search li{
  padding: 10px 20px;
}

.result-box-search li img{
  width: 30px;
}
.fixed-top-display{
  top: 116px !important;
}
.result-box-search-top-desktop{
  overflow: auto;
  width: 238px;
  height: 182px;
  position: absolute;
  border-right: 2px solid #ced4da;
  border-bottom: 2px solid #ced4da;
  border-left: 2px solid #ced4da;
  border-image: initial;
  z-index: 10000;
  background: white;
  top: 35px;
  border-top: none;
  display: none;
}

.very-top-wrapper #signup {
  line-height: 1.2rem;
  font-size: 1rem;
  cursor: pointer;
}
.very-top-wrapper #signup a {
  color: #222222;
  color: var(--header-link-color);
  text-decoration: underline;
}

/* #signup p:hover + .menu-cliente {
  display: block !important;
}
.menu-cliente:hover + .menu-cliente {
  display: block !important;
} */
.very-top-wrapper #signup .not-area{
  width: 500px;
  background: transparent;
  position: absolute;
  top: -17px;
  height: 280px;
  left: -144px;
  z-index: 10;
}

.very-top-wrapper #signup .menu-cliente{
  display: none;
  position: absolute;
  width: 510px;
  background: white;
  left: -134px;
  height: 234px;
  z-index: 10;
  box-shadow: 0 15px 26px 0 rgba(0,0,0,.08), 0 1px 4px 0 rgba(0,0,0,.08);
  top: 43px;
  border-radius: 5px;
}

.very-top-wrapper #signup .menu-cliente .first{
  text-align: center;
  border-right: 1px solid lightgrey;
}

.very-top-wrapper #signup .menu-cliente i{
  font-size: 50px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #505050 !important;
}
.very-top-wrapper #signup .menu-cliente button{
  margin-top: 15px;
}

.very-top-wrapper #signup .menu-cliente .content{
  display: inline-block;
  width: 50%;
  list-style: none;
  font-size: 16px;
  padding: 17px 0;
  float: left;
  height: 100%;
}

.very-top-wrapper #signup .menu-cliente .content a{
  margin: 0;
  padding: 7px 13px;
  line-height: 1.25;
  text-decoration: none;
  font-family: 'Roboto';
  color: #505050 !important;
  display: block;
}

.very-top-wrapper #signup .menu-cliente a:hover{
  background: #f5f5f5;
}

.very-top-wrapper #signup .menu-cliente .chevron{
  display: block;
  position: absolute;
  right: 270px;
  bottom: 100%;
  height: 18px;
  width: 18px;
  pointer-events: none;
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.very-top-wrapper #favorites {
  line-height: 1.2rem;
  font-size: 1em;
  display: flex;
}
.very-top-wrapper #favorites i {
  margin-right: 5px;
  color: #ff8531;
  color: var(--default);
  margin-top: 5px;
}
.very-top-wrapper #my-cart button.btn-light {
  background-color: #f0efe9;
  background-color: var(--body-background-color);
  color: #222222;
  color: var(--header-link-color);
}
.very-top-wrapper #my-cart i {
  color: #ff8531;
  color: var(--default);
}
.very-top-wrapper #menu-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.5rem;
  flex-wrap: wrap;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bolder;
}
.very-top-wrapper #menu-trigger i {
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
}
.very-top-wrapper button#items-mobile {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 1rem;
  padding: 3px;
  line-height: 1.1rem;
  background: #f4f2e9;
}
.very-top-wrapper button#items-mobile i {
  color: #ff8531;
  color: var(--default);
  margin-right: 1rem;
}

header[for=mobile] .very-top-wrapper {
  height: auto;
}
header[for=mobile] .very-top-wrapper img {
  max-width: 100%;
}
header[for=mobile] .mobile-search {
  background-color: #ff8531;
  background-color: var(--default);
  padding: 7.5px 0;
}

.top-menu {
  background-color: #ff8531;
  background-color: var(--default);
  border-bottom: 4px solid #f0efe9;
}
.top-menu .container {
  height: 100%;
}
.top-menu nav > ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .top-menu nav > ul {
    justify-content: center;
  }
}
.top-menu nav > ul > li {
  height: 50px;
}
.top-menu nav > ul > li:not(:last-child) > a:after,
.top-menu nav > ul > li:not(:last-child) > span:after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #ffffff;
  background-color: var(--header-background-color);
  position: absolute;
  right: 0;
  top: 20px;
}
.top-menu nav > ul > li:not(:last-child) > a.has-childs,
.top-menu nav > ul > li:not(:last-child) > span.has-childs {
  padding: 0 30px 0 20px;
}
.top-menu nav > ul > li:not(:last-child) > a.has-childs:before,
.top-menu nav > ul > li:not(:last-child) > span.has-childs:before {
  right: 15px;
  top: 10px;
}
.top-menu nav > ul > li:not(:last-child) > a.has-childs:after,
.top-menu nav > ul > li:not(:last-child) > span.has-childs:after {
  right: 0;
}
.top-menu nav > ul > li > a,
.top-menu nav > ul > li > span {
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: #ffffff;
  color: var(--header-background-color);
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.top-menu nav > ul > li > a.has-childs:before,
.top-menu nav > ul > li > span.has-childs:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: -15px;
  top: -2px;
}

.top-menu nav > ul > li > a.has-childs .childs-alone,
.top-menu nav > ul > li > span.has-childs .childs-alone {
  position: relative !important;
  top: 275px !important;
  left: -100px !important;
  width: 0px !important;
}

.childs-alone .header-submenu{
    display: flex;
    width: 250px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    font-size: 14.4px;
    text-transform: uppercase;
    z-index: 8;
}

.childs-alone .header-submenu .major {
    padding: 15px;
    background-color: #f0efe9;
    /* background-color: var(--body-background-color); */
    width: 100%;
    text-align: left !important;
    font-weight: 600;
    min-height: 500px;
}


.top-menu nav > ul > li > a.has-childs .hidden-childs,
.top-menu nav > ul > li > span.has-childs .hidden-childs {
  opacity: 0;
  visibility: hidden;
  display: none;
  position: fixed;
  background-color: #ffffff;
  background-color: var(--header-background-color);
  color: #222222;
  color: var(--header-link-color);
  top: 120px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  width: 1140px;

}

/* .top-menu nav > ul > li > a.has-childs:hover .hidden-childs,
.top-menu nav > ul > li > a.has-childs:focus .hidden-childs,
.top-menu nav > ul > li > span.has-childs:hover .hidden-childs,
.top-menu nav > ul > li > span.has-childs:focus .hidden-childs {
  opacity: 1;
  visibility: visible;
  display: block;
} */

.show-hidden-childs{
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}


.top-menu nav > ul > li > a:hover,
.top-menu nav > ul > li > span:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.top-menu .promo {
  display: flex;
  align-items: center;
  list-style: none;
  height: 50px;
}
@media screen and (max-width: 1200px) {
  .top-menu .promo {
    justify-content: center;
  }
}
.top-menu .promo button i {
  margin-right: 0.5rem;
}

.header-submenu {
  display: flex;
  width: 1140px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  font-size: 0.9rem;
  /*text-transform: uppercase;*/
  z-index: 8;
}
.header-submenu ul {
  list-style: none;
  padding: 0;
}
.header-submenu ul li {
  color: #ff8531;
  color: var(--default);
  transition: 0.25s ease;
}
.header-submenu ul li a {
  color: #505050 !important;
  /*color: var(--default);*/
}
.header-submenu .major {
  padding: 15px;
  background-color: #f0efe9;
  background-color: var(--body-background-color);
  width: 25%;
  text-align: left;
  font-weight: 600;
}
.header-submenu .major li {
  color: #222222;
  color: var(--header-link-color);
  margin: 0 -15px;
  padding: 7.5px 15px;
  cursor: pointer;
}
.header-submenu .major li:hover, .header-submenu .major li.active {
  background-color: rgba(255, 255, 255, 0.5);
  color: #ff8531;
  color: var(--default);
}
.header-submenu .minor {
  width: 75%;
  padding: 15px;
  background-color: #ffffff;
  background-color: var(--header-background-color);
  min-height: 350px;
}
.header-submenu .minor ul li {
  padding: 6.5px 0;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-submenu .minor ul li a {
  display: block;
}

.mobile-menu {
  width: 80vw;
  height: 100vh;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: #ff8531;
  /*background-color: var(--header-background-color); */
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);

}

.mobile-menu .top-menu-mobile{
  padding: 20px 18px;
  font-size: 20px;
  color: white;
  text-transform: uppercase;
}

.mobile-menu .top-menu-mobile #ico-menu-top-one,
.mobile-menu .top-menu-mobile #ico-menu-top-two{
  display: inline-block !important;
}
.mobile-menu .top-menu-mobile #ico-menu-top-two{
  float: right;
}


.mobile-menu .top-menu-mobile #ico-menu-top-one i{
  margin-right: 19px;
}

.mobile-menu .top-menu-mobile #ico-menu-top-one span{
  font-size: 16px;
}

.mobile-menu .login-fav{
  padding: 20px 20px;
  background: #3478b8;
  color: white;
  display: flex;
}

.mobile-menu .login-fav .favorites{
  display: flex;
  width: 50%;
}

.mobile-menu .login-fav .favorites .txt{
  margin-left: 10px;
}


.mobile-menu .login-fav .favorites i{
  font-size: 25px;
}

.mobile-menu .login-fav .signup a{
  color: white;
  text-decoration: underline;
}

.mobile-menu ul {
  margin: 0;
  list-style: none;
  padding: 0;
  margin-top: 50px;
}
.mobile-menu ul li{
  border-bottom: 1px solid lightgray;
  font-size: 21px;
  padding: 1px;
}
.mobile-menu ul li .box-content{
  margin: 5px 5px;
  background: white;
}

.mobile-menu ul li .box-content li{
  border-bottom: none;

}
.mobile-menu ul li .box-content li button{
  color: black !important;
}
.mobile-menu ul li .box-content li a{
  color: black !important;
  font-size: 1rem;
}

.mobile-menu ul li .box-content button{
  background: none;
  border: none;
}
.mobile-menu ul li .box-content li ul{
  margin: 5px 20px;
}

.mobile-menu ul li .box-content li ul li a{
  color: gray;
  font-size: 14px;
  padding: 10px 10px;
}

.mobile-menu ul li span,
.mobile-menu ul li a {
  padding: 7.5px 15px;
  display: block;
  color: white;
  /*color: var(--default);*/
}
/* .mobile-menu ul li span:focus, .mobile-menu ul li span:hover,
.mobile-menu ul li a:focus,
.mobile-menu ul li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  text-decoration: none;
} */
.mobile-menu .mega .title {
  display: block;
  margin-top: 15px;
  padding: 0 15px;
  font-size: 1rem;
  font-weight: 600;
  color: #444;
}
.mobile-menu .mega .category {
  font-size: 0.8rem;
  background: rgba(0, 0, 0, 0.05);
  padding: 7.5px 0;
}
.mobile-menu .mega .category .title {
  font-size: 0.9rem;
}
.mobile-menu .mega .category li span,
.mobile-menu .mega .category li a {
  padding: 2.5px 15px;
}

#lateral-menu {
  background-color: #ffffff;
  background-color: var(--header-background-color);
  border-radius: 5px;
  border: 1px solid #9f9d96;
}
#lateral-menu .header {
  padding: 10px 7.5px;
  background: #9f9d96;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}
#lateral-menu .content {
  padding: 20px;
}
#lateral-menu .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#lateral-menu .content ul li a {
  border-bottom: 1px solid rgba(159, 157, 150, 0.2);
  display: block;
  padding: 7.5px;
  color: #222222;
  color: var(--header-link-color);
}
#lateral-menu .footer {
  padding: 5px;
}

#main-content .title h2 {
  color: #353535;
  font-size: 1.8rem;
  text-align: center;
}
#main-content .feature {
  display: flex;
}
#main-content .feature > .icon {
  color: #ff8531;
  color: var(--default);
  margin-right: 10px;
  font-size: 1.8rem;
}
#main-content .feature > .text {
  padding-top: 10px;
}
#main-content .cards a {
  text-decoration: none;
}
#main-content .cards .custom-card {
  border: 1px solid #ff8531;
  border-radius: 5px;
  overflow: hidden;
  background-color: #ff8531;
  background-color: var(--default);
  color: #ffffff;
  text-decoration: none;
}
#main-content .cards .custom-card .header {
  height: 65px;
  font-size: 1.15rem;
  padding: 5px;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-content .cards .custom-card img {
  width: 100%;
}

#step-by-step {
  background-color: #f0efea;
  color: black;
  padding: 15px 0;
  margin-bottom: 25px;
}
#step-by-step .title {
  padding: 20px 0;
}
#step-by-step .title span {
  font-size: 1.8rem;
  font-weight: 700;
}
#step-by-step .step .number {
  width: 65px;
  height: 65px;
  background-color: #ff853b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
}
#step-by-step .step .name {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
}
#step-by-step .compatibility {
  display: flex;
}
#step-by-step .compatibility .icon {
  margin-right: 10px;
}
#step-by-step .payment {
  display: flex;
  margin: 65px 0 0;
  align-items: center;
  justify-content: center;
}
#step-by-step .payment p {
  text-align: center;
  color: #222222;
  padding-right: 20px;
  margin: 0;
  font-weight: 500;
}

#step-by-step #botao-entenda:hover {
  background: #bcbec0 !important;
}
#step-by-step #botao-entenda {
  color: white !important;
  background: #3579b8 !important;
}

#packs {
  background: #fff;
  padding: 60px 0;
  position: relative;
}
#packs > .title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 auto 40px;
  text-align: center;
  color: #3479b8;
}

@media (max-width: 599px){



   #cd-cart img{
     top: 5px !important;
   }


  .modal-content .custom-md-3{
    padding-right: 3px!important;
    padding-left: 3px!important;
  }

  .modal-content .pack .actions .btn-warning{
    margin: 0 !important;
    font-size: 10px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .modal-content .pack .actions .cart-btn{
    flex-grow: 1 !important;
    font-size: 12px !important;
    padding: 0px !important;
    margin-left: 3px;
  }

  .aviso-cupom-induzido{
    font-size: 16px !important;
  }
  .aviso-cupom-induzido .box-content{
    margin: 0!important;
  }
  .aviso-cupom-induzido .btn{
    top: 2px !important;
  }

  .aviso-cupom-induzido .btn-link{
    margin-top: 5px !important;
  }

}

@media screen and (max-width: 992px) {
  #packs > .title {
    margin-bottom: 125px;
  }
}
#packs .timer {
  background-image: url("../images/badge.svg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  animation: pop 1s ease infinite;
  position: absolute;
  top: -120px;
  right: 20px;
  z-index: 3;
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 992px) {
  #packs .timer {
    top: -120px;
    right: 33%;
    z-index: 3;
    width: 132px;
    height: 130px;
    padding: 0;
  }
}
#packs .timer span {
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
}

@keyframes pop {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.pack {
  background-color: #fff;
  color: #222;
  padding: 5px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  margin: 40px 0;
  transition: 0.25s ease;
}

@media screen and (min-width: 1000px) {
  .pack:hover {
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
  }
}

.pack .btn-warning {
  color: #fff;
  background-color: #ff8531;
  border-color: #ff8531;
}
.pack .btn-warning:focus, .pack .btn-warning:active {
  background-color: #b7540a !important;
  border-color: #b7540a !important;
  color: #fff !important;
}
.pack.new:before {
  background-image: url("../images/novo.png");
  content: "";
  width: 60px;
  height: 60px;
  top: -20px;
  right: 10px;
  display: block;
  position: absolute;
  z-index: 3;
}
.pack .before {
  position: absolute;
  padding: 7.5px 15px;
  font-size: 0.8rem;
  left: 0;
  top: -20px;
  color: white;
  background-color: #00b700;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.pack .box-infos{
  height: 120px;
}

.off{
  background: #ffed00;
  color: #f00000;
  width: 40%;
  margin-left: 30%;
  text-align: center;
  position: relative;
  top: -7px;
  font-weight: 700;
  margin-bottom: -20px;
}

.pack .image img {
  width: 100%;
}

.pack .image .padding-png{
  padding: 20px;
}

.pack .title {
  text-align: center;
  margin-top: 30px;
  font-size: 1.05rem;
  font-weight: 700;
}
.pack .sizes {
  text-align: center;
  font-size: 1rem;
}
.pack .price-promo {
  display: flex;
  color: #ff8531;
  justify-content: center;
  margin: 10px 0 20px;
}
.pack .price-promo .from {
  line-height: 1rem;
  position: relative;
  margin-right: 10px;
}
.pack .price-promo .from::before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #3479b8;
  top: 5px;
  left: -10px;
  transform: rotate(-20deg) translateY(20px);
}
.pack .price-promo .from span {
  font-size: 1.3rem;
  font-weight: 700;
}
.pack .price-promo .to {
  display: flex;
  line-height: 1rem;
}
.pack .price-promo .to .left {
  text-align: right;
  margin-right: 5px;
  font-size: 0.9rem;
}
.pack .price-promo .to .right {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
}
.pack .actions {
  display: flex;
}
.pack .actions button:nth-child(1) {
  margin-right: 5px;
}
.pack .actions button:nth-child(2) {
  flex-grow: 1;
}

/*CUSTOM OWL CAROUSEL*/
.owl-carousel .owl-nav{
  position: relative;
  bottom: 270px;
}

.gallery-holder{
  padding: 30px !important;
}

.slick-prev{
  display: block;
  position: absolute;
  top: calc(40% - 10px);
  left: -65px;
  height: 70px;
  width: 32px;
  background-image: url(../images/seta_esquerda.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 4;
  cursor: pointer;
  color: white !important;
}
.slick-prev-modal{
  display: block;
  position: absolute;
  top: calc(40% - -10px);
  left: -35px;
  height: 70px;
  width: 32px;
  background-image: url(../images/seta_esquerda.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 4;
  cursor: pointer;
  color: white !important;
  background-size: 20px;
}

.slick-next{
  float: right;
  display: block;
  position: absolute;
  top: calc(40% - 35px);
  right: -65px;
  height: 70px;
  width: 32px;
  background-image: url(../images/seta_direita.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 4;
  cursor: pointer;
  color: white !important;
}
.slick-next-modal{
  float: right;
  display: block;
  position: absolute;
  top: calc(40% - -10px);
  right: -37px;
  height: 70px;
  width: 32px;
  background-image: url(../images/seta_direita.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  z-index: 4;
  cursor: pointer;
  color: white !important;
  background-size: 20px;
}

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


.slick-dots{
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.modal-content .slick-dots{
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  top: 350px;
}
.slick-dots li{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots .slick-active button{
  background: #ff8531 !important;
}

.slick-dots li button{
  float: left;
  margin-left: 10px;
  font-size: 0 !important;
  background: white;
  border: 1px solid #ff8531;
  border-radius: 25px;
  width: 20px;
  height: 20px;
  cursor:pointer;
}

.modal-content .slick-dots li button{
  float: left;
  margin-left: 5px;
  font-size: 0 !important;
  background: white;
  border: 1px solid #ff8531;
  border-radius: 13px;
  width: 10px;
  height: 14px;
  cursor: pointer;
}

.sizes-prod-packs{
  text-align: center;
}

.sizes-prod-packs ul{
  list-style: none;
  padding: 0;
}

.slick-track .pack{
  margin: 40px 10px !important;
}

@media (min-width: 768px) {
  /* show 3 items */
  .carousel-inner .active,
.carousel-inner .active + .carousel-item,
.carousel-inner .active + .carousel-item + .carousel-item,
.carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
    display: block;
  }

  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
    transition: none;
  }

  .carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }

  .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* left or forward direction */
  .active.carousel-item-left + .carousel-item-next.carousel-item-left,
.carousel-item-next.carousel-item-left + .carousel-item,
.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  /* farthest right hidden item must be abso position for animations */
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* right or prev direction */
  .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
.carousel-item-prev.carousel-item-right + .carousel-item,
.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}
#best-seller > .title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 65px 0;
  color: #3479b8;
}
#best-seller .testimonial {
  padding: 40px 20px;
  text-align: center;
}
#best-seller .testimonial .image {
  width: 90px;
  height: 90px;
  color:rgba(0, 0, 0, 0.5);
  margin: auto;
  border-radius: 50%;
  margin-bottom: 50px;
  font-size: 6.5rem;
}
#best-seller .testimonial p.text {
  font-style: italic;
  margin-bottom: 30px;
}
#best-seller .testimonial .author {
  font-weight: 700;
}
#best-seller .testimonial .from {
  font-size: 0.8rem;
}

#recommended {
  padding: 120px 0 90px;
  background-color: #ffffff;
}
#recommended > .title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 40px;
  max-width: 700px;
  color: #3479b8;
}

#news {
  padding: 120px 0 90px;
}
#news > .title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 auto 40px;
  text-align: center;
  color: #3479b8;
}

#create-custom {
  padding: 80px 0 60px;
  color: #fff;
  background-color: #ff8531;
}
#create-custom .main-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 auto 40px;
  max-width: 700px;
  line-height: 2.3rem;
}

#tips {
  padding: 100px 0 120px;
  background-color: #fff;
}
#tips > .title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 auto 115px;
  text-align: center;
  color: #3479b8;
}

.article a{
  color: black;
}
.article .actions a{
  color: white !important;
}

.article {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  transition: 0.25s ease;
}
.article:hover {
  transform: translateY(-10px) scale(1.02);
}
.article .image {
  width: 100%;
  margin-bottom: 30px;
}
.article .image img {
  width: 100%;
}
.article > .title {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px;
}
.article .description {
  padding: 0 30px;
}
.article .actions {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.article .actions button {
  min-width: 180px;
}

footer .upper {
  background: #353535;
  color: #fff;
  padding: 60px 0 60px;
  position: relative;
}
footer .upper a {
  color: #fff;
  text-decoration: underline;
}
footer .upper .widget > .title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 35px;
}
footer .upper .widget > .content {
  font-size: 0.9rem;
}
footer .upper .widget > .content .contact {
  margin-bottom: 20px;
  display: flex;
}
footer .upper .widget > .content .contact .icon {
  margin-right: 10px;
  margin-top: -7px;
  background-color: #ff8531;
  color: #222222;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 0.8rem;
}
footer .upper .widget > .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .upper .widget > .content ul a:not(:hover) {
  text-decoration: none;
}
footer .upper .widget > .content ul li {
  position: relative;
  padding-left: 15px;
}
footer .upper .widget > .content ul li:not(:last-child) {
  margin-bottom: 7.5px;
}
footer .upper .widget > .content ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 33%;
  background-color: #ff8531;
}
footer .bottom {
  padding: 30px 0;
  background: #222;
  color: #fff;
}

footer .icon-social-media{
  margin-top: 20px;
}
footer .icon-social-media a {
  margin-left: 10px;
}


#calculator {
  background: #ff8531;
  color: #fff;
  padding: 100px 0;
}
#calculator .title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2rem;
}
#calculator .subtitle {
  font-size: 1.7rem;
  margin-bottom: 30px;
}

#cart {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
#cart .courtain {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
}
#cart .wrapper li p {
  font-size: 14px !important;
}
#cart .wrapper {
  position: absolute;
  right: 0;
  width: 33vw;
  height: 100vh;
  background-color: #ffffff;
  background-color: #ffffff;
  padding: 10px 0px;
}
@media screen and (max-width: 992px) {
  #cart .wrapper {
    width: 90vw;
  }
}

.carousel-controller-left {
  display: block;
  position: absolute;
  top: calc(50% - 35px);
  left: -40px;
  height: 70px;
  width: 32px;
  background-image: url("../images/seta_esquerda.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 4;
  cursor: pointer;
}

.carousel-controller-right {
  display: block;
  position: absolute;
  top: calc(50% - 35px);
  right: -40px;
  height: 70px;
  width: 32px;
  background-image: url("../images/seta_direita.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 4;
  cursor: pointer;
}

.magic-carousel {
  flex-wrap: nowrap !important;
  overflow: hidden;
}
.magic-carousel .child {
  transition: 0.25s ease;
}

body {
  background-color: #f0efe9;
  background-color: var(--body-background-color);
}



@media screen and (max-width: 992px) {
  header[for=mobile] {
    display: block;
  }

  header[for=web] {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  header[for=web] {
    display: block;
  }

  header[for=mobile] {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  #lateral-menu,
#search-box-duplicate {
    display: none;
  }

  body {
    padding-top: 120px;
  }

  [for=mobile] {
    display: block;
  }

  [for=web] {
    display: none;
  }

  #step-by-step .title {
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.9rem;
    margin-bottom: 20px;
  }
  #step-by-step #botao-entenda:hover {
    background: #bcbec0 !important;
  }
  #step-by-step #botao-entenda {
    font-size: 0.9rem;
    margin: 40px 0 0;
    color: white !important;
  }
  #step-by-step .payment {
    flex-wrap: wrap;
  }
  #step-by-step .payment p {
    text-align: center !important;
    margin-bottom: 40px;
  }
  #step-by-step .payment img {
    max-width: 100%;
  }

  .magic-carousel {
    padding-left: 60px;
  }

  .carousel-controller-right {
    right: 0;
    opacity: 0;
  }

  .carousel-controller-left {
    opacity: 0;
    left: 0;
  }

  img {
    max-width: 100%;
  }

  section > .title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  #mais-vendidas-testimonial {
    flex-direction: column-reverse;
  }

  #fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 6;
  }

  footer .widget {
    margin-bottom: 40px;
    padding: 0 15px;
  }
  footer .bottom {
    padding: 30px 15px;
    text-align: center;
  }
  footer .bottom .credits {
    margin-bottom: 20px;
    margin-right: 0 !important;
  }
  footer .bottom img {
    margin: 10px 0;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 993px) {
  [for=web] {
    display: block;
  }

  [for=mobile] {
    display: none;
  }
}


.courtain {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
}

.courtain-mega{
  display: none;
  z-index: 1;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: lightgray !important;
    border-color: lightgray !important;
}

.aviso-cupom-induzido{
  width: 100%;
  background: white;
  position: fixed;
  bottom: 0;
  z-index: 999999;
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.16);
  color: black;
  text-align: center;
  font-size: 23px;
  padding: 10px;
}
.aviso-cupom-induzido .box-content{
  display: inline-block;
}

.aviso-cupom-induzido .btn{
  position: relative;
  top: -15px;
}

.aviso-cupom-induzido .green{
  color: #5fb819;
  font-weight: 700;
}
.aviso-cupom-induzido .black{
  color: black;
  font-weight: 700;
}

.modal-content .slick-current img:hover {opacity: 0.7;}

.modal-content .slick-current img{
  cursor: url('../../assets/images/zoom-in.png'), auto;
}