/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* ADMIN EDITOR (DON'T DELETE THIS LINE) */
@import 'admin-editor.css';
.custom-control-label.colors {
    line-height: 30px;
    padding-left: 10px;
}
/* END ADMIN EDITOR */
body {
    color: #585858;
    font-family: 'Open Sans', sans-serif;
}

html {
    scroll-behavior: smooth;
}

.lato {
    font-family: 'Lato';
}

.poppins {
    font-family: 'Poppins', sans-serif;
}

*:focus {
    outline: none !important;
}

a:hover,
a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 275ms ease;
    -o-transition: all 275ms ease;
    transition: all 275ms ease;
}

a path {
    -webkit-transition: all 275ms ease;
    -o-transition: all 275ms ease;
    transition: all 275ms ease;
}

p {
    line-height: 2rem;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1800 - 300)));
}

body,
.t13 {
    font-size: calc(12px + (13 - 12) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.2;
}

.t14 {
    font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.2;
}

.descriptionBrand p {
    line-height: 1.2;
    margin-bottom: 0px;
}

.descriptionBrand img {
    max-width: 150px;
}

.t10 {
    font-size: 10px;
    line-height: 1.2;
}

.t12 {
    font-size: 12px;
    line-height: 1.2;
}

.t16 {
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}
.t16 p {
    font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1800 - 300)));

}

.t18 {
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.t20 {
    font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.t25 {
    font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.t30 {
    font-size: calc(24px + (30 - 24) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.t35 {
    font-size: calc(28px + (35 - 28) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.t40 {
    font-size: calc(22px + (40 - 22) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.t50 {
    font-size: calc(30px + (50 - 30) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.t60 {
    font-size: calc(30px + (60 - 30) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.t80 {
    font-size: calc(40px + (80 - 40) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.3;
}

.slide-marcas .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.extrabold {
    font-weight: 900;
}

.bold {
    font-weight: 700;
}

.semibold {
    font-weight: 600;
}

.light {
    font-weight: 300;
}

.ls4 {
    letter-spacing: 4px;
}

.lh1,
.lh1 p {
    line-height: 1.6;
}

.ls6 {
    letter-spacing: 6px;
}

.ls9 {
    letter-spacing: 9px;
}

.c-white {
    color: white;
}

.c-green {
    color: #3D554A;
}

.c-black {
    color: #585858;
}

.c-main {
    color: #3d554a;
}

.c-gray,
.c-grey {
    color: #707070;
}

.c-lightgray,
.c-lightgrey {
    color: #B8B4AC;
}

.c-second {
    color: #F5D2B9;
}

.c-salmon {
    color: #AA7A70;
}

.underline {
    text-decoration: underline;
}
.bg-cover {
        background-size: cover;
}
.bg-bottom-right {
       background-position: bottom right;
}

.lh2 {
    line-height: 2 ;
}

.titleProdList {
    min-height: 32px;
}

.pad {
    padding: 0 var(--pad);
}

.pad-l {
    padding-left: var(--pad);
}

.pad-r {
    padding-left: var(--pad);
}

.bg-grey,
.bg-gray {
    background-color: #F3F3F3;
}

.bg-main {
    background-color: #3D554A;
}

.bg-green {
    background-color: #C3C1AB;
}

.bg-salmon {
    background-color: #AA7A70;
}

.bg-salmon-soft {
    background-color: #E0C2AF;
}

.bg-cream {
    background-color: #E7E5D9;
}

.bg-black {
    background-color: #090909;
}

.bg-black2 {
    background-color: #131212;
}

.bg-black3 {
    background-color: #1B1B1B;
}

.img-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.noScroll {
    overflow: hidden;
}

.button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 14px 20px;
}

.button.bg-main:hover {
    background-color: #F5D2B9;
    color: #3D554A;
}

.w600 {
    width: 100%;
    max-width: 620px;
}

.mbway input[type="number"] {
    min-width: 250px;
    padding: 10px;
}

#loadProductList .card {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  background: #fff;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); */
border: 0px;
}
#loadProductList .card .image img {
  max-width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#loadProductList .card .content {
  padding: 20px 30px;
}

#loadProductList .loadingFakeBanner .image{
    width: 100%;
    height: 100%;
}
#loadProductList .loadingFakeBanner{
    width: 100%;
    height: 100%;
    display: block;
    background: #eee;
}
#loadProductList .loadingFakeBanner .image,
#loadProductList .card.is-loading .image,
#loadProductList .card.is-loading h2,
#loadProductList .card.is-loading p {
  background: #eee;
  background: linear-gradient(110deg, #ececec 8%, #ffffff 18%, #ececec 33%);
  background-size: 200% 100%;
  -webkit-animation: 1.5s shine linear infinite;
          animation: 1.5s shine linear infinite;
}
#loadProductList .card.is-loading .image {
  height: 200px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#loadProductList .card.is-loading h2 {
  height: 30px;
}
#loadProductList .card.is-loading p {
  height: 70px;
}
@-webkit-keyframes shine {
  to {
    background-position-x: -200%;
  }
}

@keyframes shine {
  to {
    background-position-x: -200%;
  }
}



.tricky {
    width: 30%;
    position: fixed;
    height: 100vh;
    right: 0;
    z-index: -1;
}

.productImgLoad{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	display:flex;
	justify-content:center;
	align-items:center;
	background: #ffffff;
	opacity: 1;
	transition: all ease-out 300ms;
}
.productImgLoad.load{
	opacity: 0;
	pointer-events: none;
}
.popup-uni.active{
    opacity:1;
    pointer-events: unset;
}
.popup-uni{
    opacity:0;
    pointer-events: none;
    display:flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #0000009e;
    justify-content: center;
    align-items: center;
    transition: all ease-out 300ms;
}
.popup-uni .popup-content-uni{
    max-width: 580px;
    max-height: 96vh;
    width:100%;
    margin:15px;
    position:relative;
}
.popup-uni .popup-content-uni .popup-close-uni{
    position: absolute;
    right: -12px;
    top: -14px;
    color: #ffffff;
    font-size: 24px;
}

#artistSlide {
    right: -50px;
}

#artistSlide .slide-article-item {
    height: 450px;
    background-position:center;
}

#artistSlide ul.slick-dots {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#sliderWorkArtist ul.slick-dots {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ballonArtist {
    width: 450px;
    background-color: white;
    position: absolute;
    bottom: -50px;
    border-radius: 8px;
    padding: 30px;
    right: -100px;
    -webkit-box-shadow: 50px 50px 40px #00000025;
    box-shadow: 50px 50px 40px #00000025;
}

.ballonArtist .artistInfo {
    margin-top: 10px;
}

.ballonArtist .artistInfo .image {
    width: 50px;
}

.ballonArtist .artistInfo .image img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
}

.artistWork p {
    line-height: 1.3;
}

.artistWork {
    padding-right: 25%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.filterRight {
    position: absolute;
    background: white;
    padding: 30px;
    right: 0;
    z-index: 10;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    margin-top: 10px;
}

#product-list #filterLeft {
    position: -webkit-sticky;
    position: sticky;
    top: 45px;
}

#filterLeft .card {
    border: 0;
}

#filterLeft .active {
    color: #3D554A;
    font-weight: bold;
}

.promo {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 5px 10px;
    color: white;
    background: #3d554a;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
}

.rotateArrow svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.productCover {
    height: 240px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    background: #FFFFFF;
    padding: 5px;
}

.resultCover {
    height: 320px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    background: #ffffff;
}

.corCheckOne,
.tamanhoCheckOne,
.capacidadeCheckOne,
.aromaCheckOne,
.materialCheckOne {
    font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1800 - 300)));
    line-height: 1.2;
    text-transform: uppercase;
    padding-bottom: .5rem;
    padding-top: .5rem;
}

.corCheck,
.tamanhoCheck,
.capacidadeCheck,
.aromaCheck,
.materialCheck,
.corCheckOne,
.tamanhoCheckOne,
.capacidadeCheckOne,
.aromaCheckOne,
.materialCheckOne {
    display: none;
}

.corCheck.active,
.tamanhoCheck.active,
.capacidadeCheck.active,
.aromaCheck.active,
.materialCheck.active,
.corCheckOne.active,
.tamanhoCheckOne.active,
.capacidadeCheckOne.active,
.aromaCheckOne.active,
.materialCheckOne.active {
    display: block;
}

.text-underline {
    text-decoration: underline;
}

.dropdown-toggle::after {
    margin-left: 15px;
}

.pagination {
    font-weight: bold;
}

.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pagination .page-item a {
    color: #AA7A70;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.pagination .page-item.active span {
    border-color: #3D554A;
    background-color: #3D554A;
    color: #ffffff;
}

.pagination .page-item.disabled span {
    color: #6c757d;
    background-color: #ffffff;
    border-color: #ffffff;
}

.custom-control-label::before {
    left: -1.3rem;

}

.custom-control-label::after {
    left: -1.3rem;
}

.custom-control-label {
    line-height: 24px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #fff;
    left: -1.3rem;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #3d554a;
}

#product-list .colorFilter {
    max-height: 24vh;
    overflow-y: auto;
}

#product-list .banner .text {
    padding: 40px;
    z-index: 10;
}

#product-list .banner img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#product-list .banner {
    height: 330px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.banner-prod {
    margin: 0 -15px;
}

.marginRightAjust {
    margin-right: calc(-4vw - 16px);
}

#product-list .banner .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgb(0, 0, 0);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9023984593837535)), color-stop(70%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9023984593837535) 0%, rgba(0, 0, 0, 0) 70%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9023984593837535) 0%, rgba(0, 0, 0, 0) 70%);
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    width: 100%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile+label {
    display: none;
}

/* style 6 */

.inputfile-6+label {
    color: #3D554A;
}

.inputfile-6+label {
    border-bottom: 1px solid #3D554A;
    border-top: 1px solid #3D554A;
    border-left: 1px solid #3D554A;
    background-color: #fff;
    padding: 0;
}

.inputfile-6:focus+label,
.inputfile-6.has-focus+label,
.inputfile-6+label:hover {
    border-color: #3D554A;
}

.inputfile-6+label span,
.inputfile-6+label .strong {
    padding: 0.625rem 1.25rem;

    /* 10px 20px */
}

.inputfile-6+label span {
    width: 70%;
    min-height: 2em;
    display: inline-block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    font-size: 12px;
}

.inputfile-6+label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.inputfile-6+label .strong {
    height: 100%;
    color: #ffffff;
    background-color: #3D554A;
    display: inline-block;
    font-size: 12px;
    width: 30%;
    text-align: center;
}

.inputfile-6:focus+label .strong,
.inputfile-6.has-focus+label .strong,
.inputfile-6+label:hover .strong {
    background-color: #3D554A;
}

@media screen and (max-width: 50em) {
    .inputfile-6+label .strong {
        display: block;
    }
}

.inputfile:focus+label,
.inputfile.has-focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile+label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile+label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

/* FRONTEND STYLE */

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    background-color: #FAFAFA;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
}

header .navbar .dropdown.submenu .dropdown-menu {
    z-index: 120;
}

header .navbar .dropdown.submenu.open .dropdown-menu,
header .navbar .dropdown.submenu .dropdown-menu.show {
    display: block;
}

.decor-slider,
.decor-slider .sliderHome {
    position: relative;
    z-index: 1;
}

.blackBar{
    background:#000;
    color:#fff;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:15px calc(4.16% + 15px);
}
.blackBar-item{
    width: 33.3333333333%;
    font-size: 16px;
}
.blackBar-item:nth-child(2){
    text-align:center;
}
.blackBar-item:nth-child(3){
    text-align:right;
}

.fakeheaderhome {
    height: 134px;
}

.fakeheader {
    height: 87px;
}

header img.logo {
    width: 225px;
    margin-top: 20px;
    margin-bottom: 10px;
}

header .menubutton span {
    display: block;
    height: 2px;
    background: #3D554A;
    width: 40px;
    -o-transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
}


header .menubutton span:first-child {
    margin-bottom: 20px;
}

header .menubutton.XAction span:first-child {

    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    background: white;
}

header .menubutton.XAction span:last-child {
    -webkit-transform: rotate(45deg) translate(-5px, -6px);
    background: white;
}

header .lang-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .lang,
header .submenu-lang {
    font-size: 16px;
}

header .submenu-lang {
    padding: 5px 0 5px 8px;
    background: #3c544a;
}

header .lang a {
    color: #C3C1AB;
}

.nav-icons a.lang-link {
    margin: 0;
    color: #cccccc;
}

.nav-icons a.lang-link.active {
    margin: 0;
    color: #3c544a;
    font-weight: bold;
}

header .menubuttonparent,
header .menu-store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 325px;
    font-size: 16px;

}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 13px;

}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13px;

}

:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 13px;

}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 13px;
}

header .menubutton {
    width: 41px;
    cursor: pointer;
    height: 30px;
}

header .menubutton {
    z-index: 103;
}

header .menu-store {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;

}

#bigMenu {
    width: 100vw;
    display: block;
    background-color: #AA7A70;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

#bigMenu .mainMenu div {
    margin-bottom: 15px;

}

#bigMenu .mainMenu a {
    color: white;
    font-size: 30px;
    text-decoration: none;
}

#bigMenu .mainMenu a:hover {
    color: #3c544a;
}

.cursor-pointer {
    cursor: pointer;
}

.nav-icons a {
    margin: 12px;
}

#imageMenuMain {
    -o-transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
    opacity: 0;
    max-height: 50vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#cnt-carrinho {
    background-color: #3c544a;
    padding: 2px 2px;
    border-radius: 50%;
    position: absolute;
    bottom: 14px;
    font-size: 8px;
    color: white;
    left: 16px;
    z-index: 10;
    min-height: 12px;
    min-width: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#sliderHome,
.home-slider {
    height: 500px;
    background-size: cover;
}

.sliderHome {
    overflow: hidden;
    margin-bottom: 0;
}

.sliderHome .slick-list {
    overflow: hidden;
}

.sliderHome .slick-slide {
    opacity: .45;
    height: 650px;
    transition: opacity .3s ease, transform .3s ease;
}

.sliderHome .slick-current {
    opacity: 1;
}

.home-slider-decor {
    position: relative;
    overflow: hidden;
    background-color: #edf5fb;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}


.home-slider-decor__content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.home-slider-decor__text {
    position: relative;
    z-index: 3;
    width: 50%;
    max-width: 520px;
    padding-left: 3vw;
}

.home-slider-decor__title {
    color: #172033;
    line-height: .95;
    letter-spacing: -3px;
}

.home-slider-decor__subtitle {
    color: #172033;
    margin-top: 18px;
}

.home-slider-decor__link {
    padding: 12px 24px;
    border-radius: 30px;
    background-color: #172033;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.home-slider-decor__link:hover {
    color: #fff;
}

.decor-slider {
    overflow: hidden;
    background-color: #edf5fb;
}

.decor-slider .slick-dots {
    display: none !important;
}

.decor-slider-nav {
    position: absolute;
    left: calc((100% - 1140px) / 2 + 15px);
    bottom: 0;
    z-index: 5;
    display: flex;
    align-items: stretch;
    height: 115px;
}

.decor-slider-next,
.decor-slider-thumb {
    border: 0;
    padding: 0;
    cursor: pointer;
}

.decor-slider-next {
    position: relative;
    width: 150px;
    background-color: #fff;
    color: #172033;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
}

.decor-slider-next span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background-color: #172033;
    transition: width .3s ease;
}

.decor-slider-next:hover span {
    width: 100%;
}

.decor-slider-thumb {
    width: 200px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 1200px) {
    .decor-slider-nav {
        left: 15px;
    }
}

@media (max-width: 991px) {
    .home-slider-decor__text {
        width: 58%;
        padding-left: 0;
    }
}

ul.slick-dots {
    right: 3rem;
    bottom: 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.selector ul.slick-dots {
    display: none !important;
}
.selector.show ul.slick-dots {
    display: -webkit-box!important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.slick-dots li button::before {
    opacity: 0;
}

.slick-dots li {
    width: 18px;
    height: 18px;
    border-radius: 30px;
    background-color: #FAFAFA;
    opacity: 0.75;
}

.slick-dots li.slick-active {

    opacity: 1;
}

.square-box {
    position: relative;
    width: 50%;
    overflow: hidden;
}

.square-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.square-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    overflow: hidden;
}

.hoverArrow span {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.hoverArrow:hover span {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

a.hover-c-main:hover, a.hover-c-main:hover path {
    fill: #3d554a !important;
    color: #3d554a !important;
}
.categoryProd a:hover .homeCatImg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.categoryProd a:hover div {
    color: #AA7A70 !important;
}

.homeCatImg {
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

.overlay {
    width: 100%;
    height: 100%;
    padding: 15px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+63&0.65+0,0+63 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), color-stop(63%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 63%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 63%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

.overlay2 {
    width: 100%;
    height: 100%;
    padding: 15px;
    background-color: #0909098f;
    opacity: 0;
    -webkit-transition: opacity 275ms ease;
    -o-transition: opacity 275ms ease;
    transition: opacity 275ms ease;
}

.slide-article-item:hover .overlay2 {
    opacity: 1;
}

a.buttonOnGreen:hover,
a.buttonOnGreen:hover path {
    fill: white;
    color: white
}

a.buttonOnGreenToSalmon:hover,
a.buttonOnGreenToSalmon:hover path {
    fill: #AA7A70;
    color: #AA7A70;
}

a.c-white:hover,
a.c-white:hover path {
    color: #F5D2B9;
    fill: #F5D2B9;
}

a.c-second:hover,
a.c-second:hover path {
    color: #fff;
    fill: #fff;
}

#blog{
    overflow: hidden;
}
#blog .active{
    color: #3D554A;
    font-weight: bold;
}


/* FRONTEND STYLE */
body {
    position: relative;
}

#cursor {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #333333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    -webkit-transform: translate(-50%, -50%), translate3d(0, 0, 0);
    transform: translate(-50%, -50%), translate3d(0, 0, 0);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999999;
}

#cursor.click,
#cursor.send,
#cursor.zoom {
    width: 80px;
    height: 80px;
    border: 1px solid orangered;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#cursor.click::after {
    content: "click";
    color: orangered;
}

#cursor.send::after {
    content: "send";
    color: orangered;
}

#cursor.zoom::after {
    content: "zoom";
    color: orangered;
}

.rating {
    /* float:left; */
    width: 160px;
}

.rating span {
    float: right;
    position: relative;
}

.rating span input {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.rating span label {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #FFF;
    background: #ccc;
    font-size: 30px;
    margin-right: 2px;
    line-height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.rating span:hover~span label,
.rating span:hover label,
.rating span.checked label,
.rating span.checked~span label {
    background: #F90;
    color: #FFF;
}

/* ENDFRONTEND STYLE */

/* COMPARE */
section#compare {
    display: none;
}

section#compare.active {
    display: block;
    background-color: #efefef;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 20px 0px;
    -webkit-box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.75);
}

section#compare #list>div:nth-child(-n+3)>div {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: left;
}

section#compare #list>div:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

section#compare #list>div:nth-child(-n+3)>div>img {
    max-height: 60px;
    background-color: grey;
    margin-right: 15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

section#compare #list .title-prod {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

section#compare #list .remove-prod {
    font-size: 75%;
}

section#compare #list .remove-prod>img {
    height: 15px;
    margin-top: -5px;
    margin-right: 8px;
}

ul.select {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    left: -15px;
    display: block;
    width: 100px;
    height: 0px;
    overflow: hidden;
    -webkit-transition: height 0.2s ease-in;
    -o-transition: height 0.2s ease-in;
    transition: height 0.2s ease-in;
}

.lang-container.active ul.select {
    height: 120px;
}
.newsletterInput input {
	padding-left:8px;
}
ul.select>li {
    width: 100px;
    background: #eee;
    line-height: 25px;
    font-size: 14px;
    padding: 7px 14px;
    cursor: pointer;
    list-style-type: none;
    border-bottom: 1px solid #ddd;
}
ul.select>li:last-child {
    border: none;
}
ul.select>li:hover,
ul.select>li.active {
    background: #aaa;
}

.z1 {
    position: relative;
    z-index: 1;
}

.modalAddCart{
    position: fixed;
    bottom: 15px;
    right: -280px;
    background: green;
    color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    font-size: 14px;
    transition: all ease-in-out 300ms;
    -webkit-box-shadow: 5px 5px 17px -5px rgba(0,0,0,0.41);
    box-shadow: 5px 5px 17px -5px rgba(0,0,0,0.41);
}
.modalAddCart.active{
    right: 15px;
}
.minh130 {
    min-height: 130px;
}
.minh165 {
    min-height: 165px;
}
/* END COMPARE*/

.socialLinks a:hover {
    color: #ffffff;
}

/* CONFIG */
.critec {
    font-weight: 800;
    /* font-size: 28px; */
    font-family: 'Gilroy';
    text-transform: lowercase;
}


.spacer150 {
    grid-column: inherit;
    height: 150px;
    width: 100%;
}

.spacer120 {
    grid-column: inherit;
    height: 120px;
    width: 100%;
}

.spacer90 {
    grid-column: inherit;
    height: 90px;
    width: 100%;
}

.spacer60 {
    grid-column: inherit;
    height: 60px;
    width: 100%;
}

.spacer30 {
    grid-column: inherit;
    height: 30px;
    width: 100%;
}

.spacer15 {
    grid-column: inherit;
    height: 15px;
    width: 100%;
}

.sliderHome {
      position: relative;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      transition: all 1.2s ease;
}
.sliderHome.slick-initialized {
      opacity: 1;
      visibility: visible;
}

.slick-slide {
      position: relative;

}
.slick-slide::before {
      background-color: #000;
      opacity: 0.3;
      z-index: 1;
}
.slick-slide video {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      transform: translate(-50%, -50%);
}
.slick-slide iframe {
      position: relative;
      pointer-events: none;
}
.slick-slide figure {
      position: relative;
      height: 100%;
}
.slick-slide .slide-image {
      opacity: 0;
      height: 100%;
      background-size: cover;
      background-position: center;
      transition: all 0.8s ease;
}
.slick-slide .slide-image.show {
    opacity: 1;
}
.slick-slide .image-entity {
      width: 100%;
      opacity: 0;
      visibility: hidden;
}
.slick-slide .loading {
      position: absolute;
      top: 44%;
      left: 0;
      width: 100%;
}
.slick-slide .slide-media {
    -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
    animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active {
    z-index: 1;
}
.slick-slide.slick-active .slide-media {
    -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
    animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

/* EXTRA LARGE DISPLAY'S */
@media (max-width: 1500px) {
    .xl-spacer150 {
        height: 150px;
    }

    .xl-spacer120 {
        height: 120px;
    }

    .xl-spacer90 {
        height: 90px;
    }

    .xl-spacer60 {
        height: 60px;
    }

    .xl-spacer30 {
        height: 30px;
    }

    .xl-spacer15 {
        height: 15px;
    }

    .xl-block150 {
        display: inline-block;
        width: 150px;
    }

    .xl-block120 {
        display: inline-block;
        width: 120px;
    }

    .xl-block90 {
        display: inline-block;
        width: 90px;
    }

    .xl-block60 {
        display: inline-block;
        width: 60px;
    }

    .xl-block30 {
        display: inline-block;
        width: 30px;
    }

    .xl-block15 {
        display: inline-block;
        width: 15px;
    }

}

/* LARGE DISPLAY'S */
@media (max-width: 1200px) {
    .blackBar{
        padding:10px 15px;
    }
    .lg-spacer150 {
        height: 150px;
    }

    .lg-spacer120 {
        height: 120px;
    }

    .lg-spacer90 {
        height: 90px;
    }

    .lg-spacer60 {
        height: 60px;
    }

    .lg-spacer30 {
        height: 30px;
    }

    .lg-spacer15 {
        height: 15px;
    }

    .lg-block150 {
        display: inline-block;
        width: 150px;
    }

    .lg-block120 {
        display: inline-block;
        width: 120px;
    }

    .lg-block90 {
        display: inline-block;
        width: 90px;
    }

    .lg-block60 {
        display: inline-block;
        width: 60px;
    }

    .lg-block30 {
        display: inline-block;
        width: 30px;
    }

    .lg-block15 {
        display: inline-block;
        width: 15px;
    }

    .lg-taleft {
        text-align: left;
    }

    .lg-tacenter {
        text-align: center;
    }

    .lg-taright {
        text-align: right;
    }

    .lg-tajustify {
        text-align: justify;
    }
}

/* DESKTOP */
@media (max-width: 1050px) {
    .blackBar{
        height: 40px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .blackBar-item {
        position: absolute;
        width: 100%;
        transition: opacity 0.8s ease-in-out;
        opacity:0;
        text-align:center !important;
        font-size: 12px;
        line-height: 14px;
    }

    .blackBar-item.active {
        display: block; /* Apenas o ativo será visível */
        opacity:1;
    }
}
@media (max-width: 992px) {
    .md-spacer150 {
        height: 150px;
    }

    .md-spacer120 {
        height: 120px;
    }

    .md-spacer90 {
        height: 90px;
    }

    .md-spacer60 {
        height: 60px;
    }

    .md-spacer30 {
        height: 30px;
    }

    .md-spacer15 {
        height: 15px;
    }

    .md-block150 {
        display: inline-block;
        width: 150px;
    }

    .md-block120 {
        display: inline-block;
        width: 120px;
    }

    .md-block90 {
        display: inline-block;
        width: 90px;
    }

    .md-block60 {
        display: inline-block;
        width: 60px;
    }

    .md-block30 {
        display: inline-block;
        width: 30px;
    }

    .md-block15 {
        display: inline-block;
        width: 15px;
    }

    .md-taleft {
        text-align: left;
    }

    .md-tacenter {
        text-align: center;
    }

    .md-taright {
        text-align: right;
    }

    .md-tajustify {
        text-align: justify;
    }
}

/* TABLET */
@media (max-width: 768px) {
    .sm-spacer150 {
        height: 150px;
    }

    .sm-spacer120 {
        height: 120px;
    }

    .sm-spacer90 {
        height: 90px;
    }

    .sm-spacer60 {
        height: 60px;
    }

    .sm-spacer30 {
        height: 30px;
    }

    .sm-spacer15 {
        height: 15px;
    }

    .sm-block150 {
        display: inline-block;
        width: 150px;
    }

    .sm-block120 {
        display: inline-block;
        width: 120px;
    }

    .sm-block90 {
        display: inline-block;
        width: 90px;
    }

    .sm-block60 {
        display: inline-block;
        width: 60px;
    }

    .sm-block30 {
        display: inline-block;
        width: 30px;
    }

    .sm-block15 {
        display: inline-block;
        width: 15px;
    }

    .sm-taleft {
        text-align: left;
    }

    .sm-tacenter {
        text-align: center;
    }

    .sm-taright {
        text-align: right;
    }

    .sm-tajustify {
        text-align: justify;
    }
}

/* MOBILE */
@media (max-width: 420px) {
    .xs-spacer150 {
        height: 150px;
    }

    .xs-spacer120 {
        height: 120px;
    }

    .xs-spacer90 {
        height: 90px;
    }

    .xs-spacer60 {
        height: 60px;
    }

    .xs-spacer30 {
        height: 30px;
    }

    .xs-spacer15 {
        height: 15px;
    }

    .xs-block150 {
        display: inline-block;
        width: 150px;
    }

    .xs-block120 {
        display: inline-block;
        width: 120px;
    }

    .xs-block90 {
        display: inline-block;
        width: 90px;
    }

    .xs-block60 {
        display: inline-block;
        width: 60px;
    }

    .xs-block30 {
        display: inline-block;
        width: 30px;
    }

    .xs-block15 {
        display: inline-block;
        width: 15px;
    }

    .xs-taleft {
        text-align: left;
    }

    .xs-tacenter {
        text-align: center;
    }

    .xs-taright {
        text-align: right;
    }

    .xs-tajustify {
        text-align: justify;
    }
}

.flag {
    border: 2px solid transparent;
    border-radius: 100%;
    background: transparent;
}

.flag.active {
    border: 2px solid #3d554a;
    border-radius: 100%;
    background: #3d554a;
}

img {
    max-width: 100%;
}

.hiddenDesktop {
    display: none;
}

@media (max-width: 1600px) {
    .menu1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .menu2 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .menu3 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .menu4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}

@media (max-width: 1480px) {
    .artistWork {
        padding-right: 0%;
    }

    .titleProdList {
        min-height: 45px;
    }

}

@media (max-width: 1367px) {
    .tabs-account .t20.lato {
        font-size: 16px;
    }
}

#bigMenu .mainMenu a.active {
    text-decoration: underline;
}

.needLogin {
    margin: 0 0 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
    background-color: #ffffff;
    border-color: #aa7a70;
}

.lang-container2 {
    display: none;
}

a.hiddenMobile.image {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.descriptProduct p {
    line-height: 1.2rem;
    margin-bottom: 0.5rem;
}
.searchForm.in, .cat-menu-item.promoMenu {
        display: none;
    }
.cat-menu-item.promoMenu {
    text-transform:capitalize;
}
.searchForm.in {
    max-width:100%;
    background-color: #fafafa;
    padding: 5px;
}
.triggerSearch {
    display:none;
}
@media (max-width: 1024px) {

.searchForm.in,
    .cat-menu-item.promoMenu,.triggerSearch {
        display: block;
    }
    .searchForm.out,
    header .lang-container, .callme {
        display: none;
    }

    .lang-container2 {
        position: absolute;
        top: 15px;
        right: 15px;
        display: block;
    }
}

@media (max-width: 991px) {
    .hiddenDesktop {
        display: block;
    }

    .hiddenMobile {
        display: none;
    }

    .marginRightAjust {
        margin: 0 !important;
    }

    .categoryProd .square-content {
        margin: 2px !important;
    }

    .ajustPadMobile {
        padding: 2px;
    }
}

@media (min-width: 1025px) {

    header .menubuttonparent,
    header .menu-store {
        width: 385px;
    }
}

@media (max-width: 768px) {
    .fakeheaderhome {
        height: 110px;
    }

    .fakeheader {
        height: 67px;
    }

}
.slideHomeArrow{
    display:none;
    position: absolute;
    bottom: 18px;
    left: 0;
    justify-content: center;
    width:100%;
    color: #AA7A70;
    font-size: 20px;
}
.slideHomeArrow>div{
    margin:0 12px;
}
@media (max-width: 600px) {
    .slideHomeArrow{
        display:flex;
    }
}
@media (max-width: 500px) {
    header .menubuttonparent {
        width: 85px;
    }
        .noBG-mobile {
        background-position:top left !important;
    }
    .sliderHome .slick-track > div{
        background-position: center center;
    }
    .mobile45 {
        height: 45px !important;
    }

    .home-slider-decor {
        height: auto;
        min-height: 520px;
        background-position: center bottom;
    }

    .home-slider-decor__content {
        align-items: flex-start;
        justify-content: center;
        padding: 70px 0 45px;
    }
    .sliderHome .slick-slide {
        height: 400px;
    }
    .home-slider-decor__text {
        width: 100%;
        max-width: 100%;
        padding-top: 100px;
        padding-left: 0;
    }

    .home-slider-decor::before {
        background: linear-gradient(180deg, rgba(237, 245, 251, .98) 0%, rgba(237, 245, 251, .82) 48%, rgba(237, 245, 251, .1) 100%);
    }

}
.custom-control-label.colors::before {
    position: absolute;
    top: 4px;
    left: -23px !important;
    display: block;
    width: 25px;
    height: 25px;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius:50% !important;
    background-color: #fff;
}
.custom-control-label.colors::after {
    position: absolute;
    top: 0.25rem;
    border-radius:50% !important;
    left: -23px !important;
    display: block;
    width: 25px;
    height: 25px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.searchInput input {
    position: absolute;
    top: 7px;
    right: 0px;
    border-bottom: 1px solid #bebebe;
    transition: all 300ms ease-in;
}
.ballProduct{
    width: 25px;
    height: 25px;
    border-radius: 2px;
    border-radius:50% !important;
    border: 1px solid #3e3e3e;
}
.ballColor {
    width: 25px;
    height: 25px;
    border-radius: 2px;
    position: absolute;
    top: 4px;
    left: -23px;
    pointer-events: none;
    border: 1px solid #3e3e3e;
    border-radius: 50%!important;
    margin:0px 10px !important;
}
.custom-control-label .ballColor {
        margin:0px 0px !important;
}
@media (min-width: 600px) {
    .selector > ul.slick-dots {
        flex-direction: column;
        position: absolute;
        top: 50%;
        gap: 10px;
        transform: translateY(-50%);
        left: -50px;
    }
    .selector>ul.slick-dots li {
        background-color: #aa7a70;
    }
    .selector>ul.slick-dots li.slick-active {
        background-color: #3d554a;
    }

    .selector-slider .productImgContain {
        max-height: 520px;
    }
}
/* .searchInput input:focus {
    width: 200%;
    border-bottom: 1px solid #3e3e3e;
} */
@media (max-width: 1681px) {
    /* .searchInput input:focus{
        width: 150%;
        border-bottom: 1px solid #3e3e3e;
    } */
}
@media (max-width: 768px) {

    /* .searchInput input:focus{
        width: 120%;
        border-bottom: 1px solid #3e3e3e;
    } */
}
@media (max-width: 768px) {

    .nav-icons.d-flex.w-100{
        width: auto !important;
    }
    /* .searchInput input:focus {
        width: 100%;
    } */
    .resultCover {
        height: 200px;
    }
    .ballProduct {
        width: 18px !important;
        height: 18px !important;
        margin: 0px 2px!important;

    }

    .footer-logos .socialLinks,
    .footer-logos {
        justify-content: center;
        text-align: center;
        gap: 20px;
    }
    .footer-logos img {
        height: 60px;
    }
}
.shop-footer {

    text-transform: uppercase;
    line-height: 1.1;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url('../images/check-solid.svg');
    
}  
.checkout-modern-methods .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url('../images/check-solid.svg');
    filter: brightness(0) invert(1);
}  
.custom-radio:not(.withoutShadow) .custom-control-input:checked~.custom-control-label::after {
    -webkit-box-shadow: 0px 0px 4px 1px rgba(61, 85, 74, 1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(61, 85, 74, 1);
    box-shadow: 0px 0px 4px 1px rgba(61, 85, 74, 1);
}
.productImgContain {
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 92vh;
}

.searchInput {
    font-size: 14px;
}

.encomendaFix input::placeholder{
    color: #232323 !important;
}
.encomendaFix input{
    padding: 12px 16px !important;
    background-color: transparent !important;
border-bottom: none;
    color: #232323 !important;
}

.encomendaFix button{
    padding: 12px 6px !important;
}
.header-language-icon .header-language {
    position: relative;
}

.header-language-icon .header-language .language-dropdown {
    z-index: 120;
}

.modalSearch{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffffba;
    z-index: 10001;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: all ease-in-out 300ms;
}
.modalSearch.active{
    opacity: 1;
    pointer-events: unset;
}
.contentSeach{
    max-width: 800px;
    width: 100%;
    margin: 0 15px;
}
.contentSeach .searchInput input{
    border-bottom: 1px solid #3e3e3e;
    padding: 15px 25px;
    font-size: 16px;
}
.contentSeach .searchInput input::placeholder{
    font-size: 16px;
}
.contentSeach .searchInput button{
    position: absolute;
    right: 0;
    top: 16px;
}
.contentSeach .searchForm{
    max-width: unset;
}
.searchFormFinal label.error{
    position: absolute;
    bottom: -80px;
    color: red;
    font-size: 12px;
}
/* .searchInput:focus {
    width: 200%;
} */
