/* ADMIN EDITOR (DON'T DELETE THIS LINE) */
@import 'admin-editor.css';
/* END ADMIN EDITOR */
:root {
	/* Colors: */
	--unnamed-color-ff7474: #FF7474;
	--unnamed-color-ffff74: #FFFF74;
	--unnamed-color-74ffa9: #74FFA9;
	--unnamed-color-ffffff: #FFFFFF;
	--unnamed-color-252525: #252525;
	--unnamed-color-d1d1d1: #D1D1D1;
	--unnamed-color-1a1a1a: #1A1A1A;
}
.container-fluid {
	max-width: 1600px;
}
/* FRONTEND STYLE */
body{
	position: relative;
	overflow-x: hidden;
	font-family: 'Mulish', sans-serif;
}
.julius{
    font-family: 'Julius Sans One', sans-serif;
}
input.errorMaxValue {
    background-color: #f5d2d2 ;
}
.bg-gray{
    background: #F7F7F7;
}
.bg-cart{
    background: #D1D1D1;
}
.bg-red{
    background: #FF7474;
}
.bg-dark{
    background: var(--unnamed-color-252525);
}
.c-white{
    color: #ffffff;
}
.c-green{
    color: #74FFA9;
}
.c-black{
    color: #000000;
}
.c-orange{
    color: #FF7474;
}
.bold{
    font-weight: 700;
}
.verticalMiddle{
    vertical-align: middle;
}
.pointer{
    cursor: pointer;
}
.homeItem{
}
.homeItem .upperImg{
    top: 100vh;
    max-width: 517px;
    width: 517px;
    height: calc(100% - 110px);
    object-fit: cover;
    left: 174px;
    position: absolute;
    z-index: 1;
}
.homeItem.animate .upperImg{
    top: 110px;
    transition: all ease-in-out 500ms;
    transition-delay: 300ms;
}
.homeItem .bg-red{
    opacity: 0;
}
.homeItem.animate .bg-red{
    opacity: 1;
    transition: all ease-in-out 500ms;
}
.homeItem .secondImg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(0.00001);
}
.homeItem.animate .secondImg{
    transform: scale(1);
    transition: all ease-in-out 500ms;
}
.homeItem .upperText{
    position: absolute;
    width: 517px;
    left: 174px;
    bottom: 110px;
    z-index: 2;
    font: normal normal normal 78px/102px Julius Sans One;
    color: #ffffff;
    text-align: center;
    opacity: 0;
}
.homeItem .secondText{
    position: absolute;
    width: 100%;
    left: calc(517px - 174px);
    bottom: 160px;
    z-index: 2;
    font: normal normal normal 100px/102px Julius Sans One;
    color: var(--unnamed-color-252525);
    opacity: 0;
}
.homeItem.animate .upperText, .homeItem.animate .secondText{
    opacity: 1;
    transition: all ease-in-out 500ms;
    transition-delay: 500ms;
}
#home-slider .slick-dots{
    bottom: unset;
    top: 110px;
    left: 50px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    width: 40px;
}
#home-slider .slick-dots li button::before{
    display: none;
}
#home-slider .slick-dots li button{
    width: 100%;
    height: 100%;
}
#home-slider .slick-dots li{
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #ffffff;
    margin-bottom: 8px;
    transition: all ease-in-out 300ms;
}
#home-slider .slick-dots li.slick-active{
    background: var(--unnamed-color-252525);
}
.sizeTitle{
    font-size: 21px;
    font-weight: 700;
    margin: 10px 0;
}
.sizeTitle::before{
    content: url('../images/footer-wave.svg');
    margin: 30px 0;
    width: 100%;
    display: block;
    overflow-x: hidden;
}
.sizeTitle:first-child:before{
    display: none;
}
.responsiveTable{
    overflow-x: auto;
}
.sizeSubTitle{
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0;
}
.contentSize table{
    width: auto !important;
    margin-bottom: 10px;
}
.contentSize table tr td{
    min-width: 100px;
    text-align: center;
    padding: 10px;
    border: 1px solid #D1D1D1;
    font-size: 12px;
}
.contentSize table tr td:nth-child(2n+1){
    background: #F5F5F5;
}
.dropBtn{
    position: absolute;
    left: 20px;
    bottom: 150px;
    transform: rotate(-90deg);
    font: normal normal 600 10px/13px Mulish;
    background: #ffffff;
    padding: 11px 35px;
    z-index: 3;
    cursor: pointer;
    transition: all ease-in-out 300ms;
}
.dropBtn>span{
    background: #ffffff;
    position: relative;
    z-index: 1;
    padding: 0 8px;
    transition: all ease-in-out 300ms;
}
.dropBtn::before{
    display: block;
    content: "";
    height: 1px;
    background: var(--unnamed-color-252525);
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.dropBtn::after{
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--unnamed-color-252525);
    border-left: 1px solid var(--unnamed-color-252525);
    position: absolute;
    top: calc(50% - 4px);
    left: 15px;
    transform: rotate(-45deg);
}
.dropBtn:hover{
    background: #FFFF74;
}
.dropBtn:hover>span{
    background: #FFFF74;
}
.contactFirst{
    width: 294px;
}
.contactFirst .title{
    height: 172px;
    display: flex;
    justify-content: center;
    align-items: center;
    font: normal normal normal 26px/32px Julius Sans One;
    color: var(--unnamed-color-252525);
    letter-spacing: 0.65px;
}
.contactLast{
    width: calc(100% - 294px);
}
.bgExtension{
    height: calc(100% - 172px);
    background-repeat-y: repeat;
    background-size: contain;
}
.inputfile {
    width: 0px !important;
    height: 0px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    z-index: -1 !important;
}
.inputfile + label {
    color: #1A1A1A;
    background-color: #ffffff;
    display: inline-block;
    cursor: pointer;
    font: normal normal normal 14px/18px Mulish;
}
.btn-send {
    background: #ffffff;
    color: #1A1A1A;
    border: 1px solid #D1D1D1;
    font: normal normal normal 14px/18px Mulish;
    padding: 8px 18px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    position: relative;
}
.formBuild-input{
    position: relative;
    margin-bottom: 20px;
}
/* .formBuild-input input, .formBuild-input textarea {
    width: 100%;
    background: #ffffff;
    color: #1A1A1A;
    border: 1px solid #D1D1D1;
    font: normal normal normal 14px/18px Mulish;
    padding: 8px 18px;
    outline: none;
}
.formBuild-input input:focus-visible, .formBuild-input textarea:focus-visible{
    border: 1px solid var(--unnamed-color-252525);
} */
input, textarea, select {
    width: 100%;
    background: #ffffff;
    color: #1A1A1A;
    border: 1px solid #D1D1D1;
    font: normal normal normal 14px/18px Mulish;
    padding: 8px 18px;
    outline: none;
    border-radius: 0px;
}
input:focus-visible, textarea:focus-visible{
    border: 1px solid var(--unnamed-color-252525);
}
.formBuild-input.rgpd input{
    width: 14px;
    margin-right: 5px;
}
.formBuild-input.rgpd label, .formBuild-input.rgpd label a{
    margin: 0;
    color: #1A1A1A;
}
.formBuild-input.rgpd{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}
.formBuild label.error{
    bottom: -25px;
    color: red !important;
}
.formBuild .formBuild-input.rgpd label.error{
    bottom: -14px;
    color: red !important;
}
.contactForm input[type="number"]{
    -moz-appearance: textfield;
}
.contactForm input[type="number"]::-webkit-outer-spin-button,
.contactForm input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.small-title-upper {
	color: var(--unnamed-color-252525);
	text-align: left;
	font: normal normal normal 26px/32px Julius Sans One;
	letter-spacing: 0.65px;
}
.formBuild-file .btn-send::after{
    content: "\f341";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.formSubmit{
    color: var(--unnamed-color-ffffff);
    text-align: center;
    font: normal normal normal 14px/18px Mulish;
    background: var(--unnamed-color-252525);
    min-width: 165px;
    padding: 8px 18px;
    border: 0px;
    transition: all ease-in-out 300ms;
}
.formSubmit:hover{
    background: #D1D1D1;
}
input:disabled {
    cursor: default;
    background: rgba(239, 239, 239, 1)!important;
}
.contactSubtitle{
    color: var(--unnamed-color-252525);
    font: normal normal normal 26px/32px Julius Sans One;
    letter-spacing: 0.65px;
    text-transform: uppercase;
}
.contactYellowBg{
    background: #FFFF74;
    position: absolute;
    bottom: 0;
    right: calc(var(--bs-gutter-x) * .5);
    width: 559px;
    height: 138px;
}
.contactRedBg{
    background: #FF7474;
    position: absolute;
    top: 0;
    left: -45px;
    width: 424px;
    height: 52px;
}
.contactImg{
    height: 780px;
    width: 100%;
    object-fit: cover;
}
.accountMenu{
    color: var(--unnamed-color-252525);
    font: normal normal 600 14px/18px Mulish;
    letter-spacing: 0.35px;
    text-decoration: unset;
    text-transform: uppercase;
    margin: 0 15px;
    text-align: center;
}
.accountMenu:hover, .accountMenu.active{
    color: var(--unnamed-color-d1d1d1);
}
.accountRedBg{
    position: absolute;
    right: 0;
    width: 490px;
    height: 117px;
    background: #FF7474;
}
.accountContent{
    position: relative;
    background: #ffffff;
}
.accountContent::after{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: -50%;
    background: #FFFF74;
    z-index: -1;
}
.areaAccountTitle{
    color: var(--unnamed-color-1a1a1a);
    font: normal normal normal 26px/32px Julius Sans One;
    letter-spacing: 0.65px;
}
.areaAccountSubtitle{
    font: normal normal bold 16px/20px Mulish;
    letter-spacing: 0px;
    color: var(--unnamed-color-1a);
    text-transform: uppercase;
}
.editBtn{
    color: var(--unnamed-color-252525);
    font: normal normal bold 9px/18px Mulish;
    letter-spacing: 0.45px;
    cursor: pointer;
}
.editBtn:hover{
    color: #D1D1D1;
}
.editBtn i{
    font-size: 14px;
}
.b-gray{
    border: 1px solid #D1D1D1;
}
.bl-gray{
    border-left: 1px solid #D1D1D1;
}
.br-gray{
    border-right: 1px solid #D1D1D1;
}
.bt-gray{
    border-top: 1px solid #D1D1D1;
}
.bb-gray{
    border-bottom: 1px solid #D1D1D1;
}
.ordersHistoryTitle{
    color: var(--unnamed-color-252525);
    font: normal normal normal 26px/32px Julius Sans One;
    letter-spacing: 0.65px;
    text-transform: uppercase;
}
div#login,
div#login div.container-fluid,
div#login div.container-fluid > .row:first-child {
}
footer {
	color: var(--unnamed-color-252525);
	text-align: left;
	font: normal normal normal 14px/23px Mulish;
	letter-spacing: 0.35px;
}
footer .icon {
	flex: 0 0 13px;
	padding: 4px 0;
}
a.no-decoration {
	text-decoration: none;
}
header {
	background-position: bottom;
	height: 92px;
	display: flex;
	align-items: center;
	position: fixed;
	width: 100vw;
	top:0px;
	z-index: 100;
}
.header-spacer {
	height: 110px;
}
.navbar-collapse {
	flex: 1 1 100%;
}

#brandsMap .title {
	height: 150px;
	display: flex;
	width: 100%;
	align-items: center;
	background-repeat-y: no-repeat;
	color: var(--unnamed-color-252525);
	font: normal normal normal 26px/32px Julius Sans One;
	letter-spacing: 0.65px;
	justify-content: center;
	text-align: center;
}

#brandsMap .item1 {
	width: 174px;
}

#brandsMap .item2 {
	width: calc(100% - 174px);
}

#contacts-map .title {
	height: 150px;
	display: flex;
	width: 100%;
	align-items: center;
	background-repeat-y: no-repeat;
	text-align: center;
	background-color: #74ffa9;
	color: var(--unnamed-color-252525);
	text-align: left;
	font: normal normal normal 26px/32px Julius Sans One;
	letter-spacing: 0.65px;
	justify-content: center;
}

#contacts-map .item1 {
	width:20%;
}
#contacts-map .item2 {
	width:80%;
}

.other-image {
	height: calc(100% - 150px);
	background-size: COVER;
}

.label-form,
form label {
	text-align: left;
	font: normal normal normal 14px/18px Mulish;
	letter-spacing: 0px;
	color: var(--unnamed-color-252525);
	margin-bottom: 10px;
}
#login .slider-brands {
	height: 80px;
	padding: 22px 0px;
}
#login .slider-brands .item {
	margin:0px 10px;
	height: 100%;
	text-align: center;

}
#login .slider-brands .item img{
	height: 100%;
	margin: auto;
	object-fit: contain;
}

#brandsMap .slider-brands {
	height: 150px;
	padding: 50px 0px;
}

#brandsMap .slider-brands .item {
	margin: 0px 10px;
	height: 100%;
	text-align: center;

}

#brandsMap .slider-brands .item img {
	height: 100%;
	margin: auto;
	object-fit: contain;
}

#login .banner-area .banner-img {
	height: calc(50% - 40px);
	position: relative;
}
#login .banner-area .banner-img img{
	height: 100%;
	object-fit: cover;


}
#login .banner-area .banner-img:first-child::after {
	position: absolute;
	content:'';
	height: 140px;
	width: 40%;
	bottom: 0px;
	left:-50px;
	background-color: var(--unnamed-color-ff7474);
}
#login .banner-area .banner-img:last-child::after {
	position: absolute;
	content:'';
	height: 140px;
	width: 100%;
	left:70%;
	background-color: var(--unnamed-color-ffff74);
}
.extralogin {
	font: normal normal normal 13px/16px Mulish;
	letter-spacing: 0.07px;
	color: var(--unnamed-color-252525);
}
.extralogin a{
	color: var(--unnamed-color-252525);
}
.btn-black {
	background: var(--unnamed-color-252525) 0% 0% no-repeat padding-box;
	border: 1px solid var(--unnamed-color-252525);
	padding: 12px 35px;
	color: var(--unnamed-color-ffffff);
	text-align: center;
	font: normal normal normal 14px/18px Mulish;
	letter-spacing: 0px;
    text-decoration: none;
    cursor: pointer;
}
.btn-black:hover {
	background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
	border: 1px solid var(--unnamed-color-252525);
	color: var(--unnamed-color-252525);
}
.btn-blackTransparent {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    border: 1px solid var(--unnamed-color-252525);
    color: var(--unnamed-color-252525);
	padding: 12px 35px;
	text-align: center;
	font: normal normal normal 14px/18px Mulish;
	letter-spacing: 0px;
    text-decoration: none;
    cursor: pointer;
}
.btn-blackTransparent:hover {
    background: var(--unnamed-color-252525) 0% 0% no-repeat padding-box;
    border: 1px solid var(--unnamed-color-252525);
    color: var(--unnamed-color-ffffff);
}

label.error{
    position: absolute;
    left: 15px;
    bottom: 0;
    font-size: 12px;
    color: red;
}

.gap-15 {
	gap:15px;
}
table thead tr th{
    background: var(--unnamed-color-252525) !important;
    color: #ffffff;
    font-weight: 400 !important;
}
table{
    font: normal normal normal 14px/18px Mulish;
    font-weight: 400 !important;
}
.tableTotalCorrente{
    width: 75%;
    text-align: center;
}
.tableTotalCorrente, .tableTotalCorrente th, .tableTotalCorrente td{
    border: 1px solid #D1D1D1;
}
.tableTotalCorrente thead tr th{
    width: 33.33333%;
}
.tableTotalCorrente tbody tr td{
    width: 33.33333%;
    padding: 30px 8px;
    font-weight: 700;
}
.tableTotalCorrente tbody tr td:first-child{
    color: #038410;
}
.table-cart{
    border: 1px solid #D1D1D1;
}
.cartTitle{
    font: normal normal normal 21px/32px Julius Sans One;
    letter-spacing: 0.53px;
    text-transform: uppercase;
}
.cartContent{
    font: normal normal normal 14px/18px Mulish;
    letter-spacing: 0.35px;
}
hr {
    margin: 18px 0;
    background-color: #ffffff;
    border: 0;
    opacity: 1;
}
.brandCrumbsProducts{
    font: normal normal normal 12px/15px Mulish;
    letter-spacing: 0px;
    text-transform: uppercase;
}
#searchProduct{

}
.cartBottom{
    border: 1px solid #D1D1D1;
    border-top: 0px;
    display: flex;
    justify-content: center;
    padding: 30px 15px;
}
.emptyCart{
    font: normal normal normal 21px/32px Julius Sans One;
    letter-spacing: 0.53px;
    text-transform: uppercase;
    padding: 19px 8px!important;
    text-align: center;
}
.loginLogoMobile{
    display: none;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}
.mobileFooterLogin{
    display: none;
    height: 23px;
    width: 100%;
    padding: 0;
    background: rgb(255,255,116);
    background: linear-gradient(90deg, rgba(255,255,116,1) 0%, rgba(255,255,116,1) 25%, rgba(255,116,116,1) 25%, rgba(255,116,116,1) 100%);
}
.footer-wave-line, .wave-separated{
    width: 100%;
    height: 5.81px;
    object-fit: cover;
}
.cartProduct{
    font: normal normal bold 12px/15px Mulish;
    letter-spacing: 0px;
    color: #252525;
    text-transform: uppercase;
}
.cartUniProduct{
    font: normal normal normal 14px/18px Mulish;
    letter-spacing: 0px;
    color: #252525;
}
ul.pagination{
    margin: 0px;
}
ul.pagination .page-link{
    border-radius: 0px !important;
    border-color: #D1D1D1 !important;
    color: #252525 !important;
}
ul.pagination .page-item.active .page-link{
    border-radius: 0px !important;
    border-color: #D1D1D1 !important;
    color: #252525 !important;
    background-color: #d1d1d1 !important;
}
ul.pagination .page-link:focus {
    outline: 0;
    box-shadow: unset !important;
}
ul.pagination .page-link:hover {
    background-color: #74FFA9 !important;
}
ul.pagination .page-item.disabled .page-link{
    opacity: .5;
}
.imgProduct img{
    width: 140px;
    height: 111px;
    object-fit: contain;
}
.productName{
    font: normal normal bold 16px/32px Mulish;
    letter-spacing: 0.4px;
    color: #252525;
}
.productInfo{
    font: normal normal normal 14px/18px Mulish;
    letter-spacing: 0px;
    color: #252525;
}
.filter{
    position: relative;
}
.filter>span{
    display: block;
    width: 100%;
    cursor: pointer;
}
.filter::after{
    content: "";
    position: absolute;
    top: 13px;
    right: 0;
    z-index:-1;
    width: 15px;
    height: 2px;
    background: #000000;
}
.filter::before{
    content: "";
    position: absolute;
    top: 6px;
    right: 7px;
    z-index: -1;
    height: 16px;
    width: 2px;
    background: #000000;
    transform: rotate(0deg);
    transition: transform ease-in-out 300ms;
}
.active.filter::before{
    transform: rotate(90deg);
}
.filter ul li{
    list-style: none;
    display:flex;
    align-items: center;
}
.filter ul{
    padding: 0px;
    margin: 0px;
}
.filter ul li input{
    width: 14px;
    margin-right: 8px;
}
.info{
    width: calc(100% - 140px - 140px);
}
.productPrice{
    width: 140px;
    background: #252525;
    text-align: end;
    padding: 14px;
}
.priceLabelArtigo{
    font: normal normal normal 11px/18px Mulish;
    letter-spacing: 0.28px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.priceArtigo{
    font: normal normal bold 16px/20px Mulish;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.priceLabelPVP{
    font: normal normal normal 11px/18px Mulish;
    letter-spacing: 0.28px;
    color: #D1D1D1;
    text-transform: uppercase;
}
.pricePVP{
    font: normal normal bold 16px/20px Mulish;
    letter-spacing: 0px;
    color: #D1D1D1;
}
.productModal{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background: #252525E6;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity ease-in-out 300ms;
}
.productModal.active{
    opacity: 1;
    pointer-events: unset;
}
.productModalContent{
    background: #ffffff;
    max-width: 1364px;
    width: calc(100% - 30px);
    margin: 15px;
    max-height: calc(100vh - 30px);
    min-height: 200px;
    padding: 25px 40px;
    position: relative;
}
.closeBtnModal{
    position: absolute;
    right: 40px;
    top: 25px;
    border: 1px solid #252525;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
}
.closeBtnModal:hover{
    background: #74FFA9;
}
.tabProduct{
    font: normal normal 600 14px/18px Mulish;
    letter-spacing: 0px;
    color: #252525;
    text-transform: uppercase;
    cursor: pointer;
}
.tabProduct.active{
    color: #D1D1D1;
}
.itemProduct{
    display: none;
}
.itemProduct.active{
    display: block;
}
.slideSelect .slick-slide.slick-current>div{
    border: 1px solid #0000003c;
}
.slideSelect .slick-slide>div{
    border: 1px solid #00000013;
}
.slideMain .slick-slide{
    cursor: ew-resize;
}
.squareImg {
  position: relative;
  width: 100%;
}
.modalTitle{
    font: normal normal normal 21px/26px Mulish;
    letter-spacing: 0px;
    color: #252525;
    text-transform: uppercase;
}
.squareImg:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.squareImg img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.pointer{
    cursor: pointer;
}
.cartHover img{
    filter: brightness(0) invert(1);
}
.cartHover:hover img{
    filter: brightness(0) invert(0);
}
.cartNoStock, .cartSuccess{
    position: fixed;
    bottom: 30px;
    right: -300px;
    background: #74FFA9;
    color: #000000;
    padding: 10px 30px;
    border-radius: 5px;
    transition: all ease-in-out 300ms;
}
.cartNoStock{
    background: #FF7474;
}
.cartNoStock.active, .cartSuccess.active{
    right: 30px;
}
.sizes{
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
.sizeItem{
    width: 11.11111%;
    padding: 10px;
}
.sizeInput{
    display: flex;
}
.sizeInput>div{
    width: 50%;
    border: 1px solid #D1D1D1;
    border-left: 0px;
    background: #74FFA9;
    text-align: end;
    padding: 10px;
    font: normal normal normal 12px/15px Mulish !important;
}
.sizeInput>div.red{
    background: #FF7474;
}
.sizeInput>div.yellow{
    background: #FFFF74;
}
.sizeInput>input{
    width: 50%;
    border: 1px solid #D1D1D1;
    padding: 10px;
    font: normal normal normal 12px/0px Mulish !important;
}
.sizeLabel{
    background: #D1D1D1;
    text-align: center;
    margin-top: 10px;
    padding: 10px;
    font: normal normal normal 12px/15px Mulish !important;
}
.filterTitle{
    font: normal normal normal 16px/0 Mulish;
    color: #252525;
    text-transform: uppercase;
}
.reporTitle{
    text-decoration: underline;
    font: normal normal normal 14px/0 Mulish;
    color: #252525;
    cursor: pointer;
}
.dropdown-menu{
    width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 0px;
    border: 0px;
    box-shadow: 0px 5px 10px #00000012;
}
.dropdown-menu:after{
    content: "";
    width: 100%;
    background-image: url('../images/header-bg.svg');
    display: block;
    height: 10px;
    position: absolute;
    bottom: -10px;
    background-position: bottom;
}
.dropdown-menu li{
    width: 50%;
    float: left;
}
.dropdown-item{
    font-size: 14px;
}
.ccYellow,.ccGreen{
    padding: 5px 8px;
    text-transform: uppercase;
    background: #FFFF74;
}
.ccGreen{
    background: #74FFA9;
}
.showList{
    display: flex;
    align-items: center;
}
.showList label{
    margin: 0px;
}
.showList select{
    width: 65px;
    margin-left: 10px;
    padding: 8px 8px;
}
.searchOrders input{
    width: 142px;
}
.searchOrders span{
    margin: 0 5px;
}
.searchOrders{
    display: flex;
    flex-direction: column;
    align-items: end;
}
.searchOrders select{
    width: 317px;
}


.mobileTitle, .iconsMobile, .contactYellowBgMobile, .contactRedBgMobile{
    display: none;
}
/* Responsive */

@media screen and (max-width:900px){
    .banner-img{
        display: none;
    }
    .loginLogoMobile{
        display: flex;
    }
    .removeDesktop{
        display: none;
    }
    .loginAnimation.squareAnimation{
        display: none;
    }
    .mobileFooterLogin{
        display: block;
    }
    div#login, div#login div.container-fluid, div#login div.container-fluid > .row:first-child{
        min-height: auto;
    }
    .loginHeightMobile{
        min-height: 84vh;
    }
    header{
        height: auto;
        background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 100%), url('../images/header-bg.svg') !important;
        background-position: bottom !important;
    }
    .header-spacer{
        height: 68px;
        margin-bottom: -8px;
        background-image: url('../images/header-bg.svg');
        position: relative;
        z-index: 1;
        background-position: bottom;
    }
    .navbar{
        flex-direction: row-reverse;
    }
    .navbar-light .navbar-toggler{
        border: 0px;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .iconsMobile{
        display: flex;
    }
    .tableTotalCorrente{
        width: 100%;
    }
    .contactFirst{
        display: none;
    }
    .contactYellowBg, .contactRedBg{
        display: none;
    }
    .contactLast{
        width: 100%;
    }
    .accountContent::after, .accountAnimation.squareAnimation, .accountRedBg, footer .icon{
        display: none;
    }

}
@media screen and (max-width:500px){
    ul.pagination{
        zoom: .6;
    }
    .loginHeightMobile {
        min-height: 76vh;
    }
    .contentSize table tr td{
        min-width: 80px;
    }
    .mobileFooterLogin{
        height: 19px;
    }
    #loginBtn{
        width: 100%;
    }
    #brandsMap .item1{
        display: none;
    }
    #brandsMap .item2{
        width: 100%;
    }
    #brandsMap .slider-brands {
        height: 100px;
        padding: 20px 0px;
    }
    .removePadding{
        padding: 0px;
    }
    .dropBtn{
        display:none
    }
    .homeItem {
        height: 300px;
    }
    .homeItem.animate .upperImg {
        top: 80px;
    }
    .homeItem .upperImg {
        max-width: 141px;
        height: calc(100% - 80px);
        width: 141px;
        left: 40px;
    }
    #home-slider .slick-dots {
        top: 50%;
        left: 10px;
    }
    .homeItem .upperText {
        width: calc(100vw - 50px);
        left: 50px;
        bottom: 30px;
        font: normal normal normal 30px Julius Sans One;
        text-align: left;
    }
    .homeItem .secondText {
        width: calc(100vw - 30px);
        left: 30px;
        bottom: 70px;
        font: normal normal normal 35px Julius Sans One;
    }
    .mapHomeAnimation.squareAnimation{
        display: none;
    }
    #contacts-map .d-flex{
        flex-wrap: wrap;
    }
    #contacts-map .item1, #contacts-map .item2{
        width: 100%;
    }
    #contacts-map .title {
        height: 100px;
    }

    .contactLast .col-md-5{
        padding:0px;
    }
    .contactImg{
        height: 270px;
    }
    .contactYellowBgMobile{
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 180px;
        height: 32px;
        background: var(--unnamed-color-ffff74);
    }
    .contactRedBgMobile{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 180px;
        height: 35px;
        background: var(--unnamed-color-ff7474);
    }
    .mobileTitle{
        display: block;
        color: var(--unnamed-color-252525);
        font: normal normal normal 35px Julius Sans One;
        letter-spacing: 0.88px;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
    }
    .accountMenuList{
        display: block !important;
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
        position: relative;
        cursor: grab;
    }
    .accountMenuList a:first-child{
        margin-left: 40px;
    }
    .accountMenuList a:last-child{
        margin-right: 40px;
    }
    .smoothOverlay{
        position: relative;
    }
    .smoothOverlay::after{
        content: "";
        position: absolute;
        width: 60px;
        top: 0;
        right: 0;
        bottom: 8px;
        background: transparent linear-gradient(90deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
        pointer-events: none;
        z-index: 1;
    }
    .smoothOverlay::before{
        content: "";
        position: absolute;
        width: 60px;
        top: 0;
        left: 0;
        bottom: 8px;
        background: transparent linear-gradient(270deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
        pointer-events: none;
        z-index: 1;
    }
    .productItem>.d-flex{
        flex-direction: column;
    }
    .info, .productPrice{
        width: 100%;
    }
    .sizeItem {
        width: 33.3333333%;
    }
    .imgProduct{
        border: 0px;
    }
    .imgProduct img{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .productInfo{
        margin: 0;
    }
    .productName{
        padding: 0 12px;
    }
    .modalTitle>span{
        display: block;
    }
}

/* Animação Quadrado Circulo */

.square {
  width: 33.3333%
}
.accountAnimation .square {
  width: 5.5555%
}
.accountAnimation {
    width: 65%
}
.loginAnimation .square {
  width: 16.6666%
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.squareAnimation{
    display: flex;
    flex-wrap: wrap;
}
.quadrado, .circulo {
    /* width: 100px; */
    /* height: 100px; */
    background-color: #74ffa9;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    transform: rotate(45deg)  scale(0.707);
}

.quadrado {
    border-radius: 0%;
    animation-name: transformaQuadrado;
}

.circulo {
    border-radius: 50%;
    animation-name: transformaCirculo;
}

@keyframes transformaQuadrado {
    0%, 100% {
        border-radius: 0%;
        transform: rotate(45deg)  scale(0.707);
    }
    50% {
        border-radius: 50%;
        transform: rotate(45deg)  scale(1);
    }
}

@keyframes transformaCirculo {
    0%, 100% {
        border-radius: 50%;
        transform: rotate(45deg)  scale(1);
    }
    50% {
        border-radius: 0%;
        transform: rotate(45deg)  scale(0.707);
    }
}

/* Envio radio button */

.radio {
    margin: 0.5rem;
}
.radio input[type=radio] {
    position: absolute;
    opacity: 0;
}
.radio input[type=radio] + .radio-label:before {
    content: "";
    background: var(--unnamed-color-252525);
    border-radius: 100%;
    border: 1px solid #ffffff;
    display: inline-block;
    width: 19px;
    height: 19px;
    position: relative;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
    background-color: #74FFA9;
    box-shadow: inset 0 0 0 4px var(--unnamed-color-252525);
}
.radio input[type=radio]:focus + .radio-label:before {
    outline: none;
    border-color: #ffffff;
}
.radio input[type=radio]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px var(--unnamed-color-252525);
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.radio input[type=radio] + .radio-label:empty:before {
    margin-right: 0;
}


/* loader */
loader{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #000000eb;
    opacity: 0;
    pointer-events: none;
    z-index: 99999;
    transition: all ease-in-out 300ms;
}
loader.active{
    opacity: 1;
    pointer-events: unset;
}
loader img{
    filter: brightness(1) invert(1);
    margin-bottom: 20px;
}
.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #FF7474 #FF7474 transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #74FFA9 #74FFA9;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.loader::before {
  width: 32px;
  height: 32px;
  border-color: #FFFF74 #FFFF74 transparent transparent;
  animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

/* end loader */

/* CUSTOM CHECK */
.check-custom .tgl {
	display: none;
}

.check-custom .tgl,
.check-custom .tgl:after,
.check-custom .tgl:before,
.check-custom .tgl *,
.check-custom .tgl *:after,
.check-custom .tgl *:before,
.check-custom .tgl+.tgl-btn {
	box-sizing: border-box;
}

.check-custom .tgl::-moz-selection,
.check-custom .tgl:after::-moz-selection,
.check-custom .tgl:before::-moz-selection,
.check-custom .tgl *::-moz-selection,
.check-custom .tgl *:after::-moz-selection,
.check-custom .tgl *:before::-moz-selection,
.check-custom .tgl+.tgl-btn::-moz-selection,
.check-custom .tgl::selection,
.check-custom .tgl:after::selection,
.check-custom .tgl:before::selection,
.check-custom .tgl *::selection,
.check-custom .tgl *:after::selection,
.check-custom .tgl *:before::selection,
.check-custom .tgl+.tgl-btn::selection {
	background: none;
}

.check-custom .tgl+.tgl-btn {
	outline: 0;
	display: block;
	width: 2.5em;
	height: 1.4em;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.check-custom .tgl+.tgl-btn:after,
.check-custom .tgl+.tgl-btn:before {
	position: relative;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
}

.check-custom .tgl+.tgl-btn:after {
	left: 0;
}

.check-custom .tgl+.tgl-btn:before {
	display: none;
}

.check-custom .tgl:checked+.tgl-btn:after {
	left: 50%;
}

.check-custom .tgl-light+.tgl-btn {
	background: var(--unnamed-color-d1d1d1);
	border-radius: 2em;
	padding: 2px;
	transition: all 0.4s ease;
}

.check-custom .tgl-light+.tgl-btn:after {
	border-radius: 50%;
	background: #fff;
	transition: all 0.2s ease;
}

.check-custom .tgl-light:checked+.tgl-btn {
	background: #9FD6AE;
}
/* END COMPARE*/


/* CONFIG */

.noScroll{
	overflow: hidden;
}

.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%;}
.spacer0 {grid-column: inherit;height: 0px;width: 100%;}

/* LARGE DISPLAY'S */
@media (max-width: 1200px) {
	.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-spacer0 {height: 0px;}

	.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: 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-spacer0 {height: 0px;}

	.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-spacer0 {height: 0px;}

	.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-spacer0 {height: 0px;}

	.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;}
}

img {
	max-width: 100%;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--unnamed-color-252525);
    font-weight:600;
    font-size:14px;
    text-transform: uppercase;
    margin-left:18px;
    margin-right:18px;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #D1D1D1;
}

#other-menu .nav-link:hover img{
    filter: brightness(0) saturate(100%) invert(76%) sepia(47%) saturate(9%) hue-rotate(59deg) brightness(100%) contrast(94%);
}

.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: space-between;
}

.navbar-expand-lg .navbar-collapse {
    justify-content:center;
}

.bg-light {
    background-color:unset !important;
}

footer {
    padding-top:60px;
    padding-bottom:27px;
    font-weight:400;
    font-size:14px;
    color:#4D4D4D;
}
.footer-wave {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
footer a {
    color: #4D4D4D !important;
    font-weight:600;
    font-size:14px;
    text-transform: uppercase;
    margin-right:18px;
}
footer a:hover {
    color: #D1D1D1 !important;
}

.copyright {
	margin-top: 60px;
    font-weight:300;
    font-size:12px;
    align-items:center;
}

.critec {
    margin-left:10px;
}

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