.styledScrollbar::-webkit-scrollbar {
    width: 5px;
}

.styledScrollbar::-webkit-scrollbar-track {
    background-color: #E3E3E3;
}

.styledScrollbar::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgb(6 6 6 / 31%);
}

.hoverSubSubCategoria:hover>a {
    color: var(--main-color-one) !important;
}

#categoriasMenuMobile {
    display: none;
}

.dropzone {
    background: transparent;
    border: 2px dashed #524EB7 !important;
    border-radius: 8px;
    border-image: none;
    width: 100%;
    min-height: 200px;
    padding: 0px !important;
}

.dropzone.dz-drag-hover {
    border-style: solid !important;
}

.dropzone .dz-message {
    margin: 1em 0;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    z-index: 999;
}

.dropzone .dz-preview .dz-error-message {
    top: -60px;
    left: -12px;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: linear-gradient(to right, #7872ff, #524EB7) !important;
}

.dropzone .dz-preview .dz-error-message:after {
    top: 100%;
    transform: rotate(180deg);
    left: 50%;
    z-index: 10;
}

.dropzone-previews {
    background: transparent;
    border: 0px;
    border-radius: 0px;
}

.dropzone .dz-preview {
    z-index: 0;
}

.dropzone .dz-preview .dz-image {
    border-radius: 8px;
}

.dropzone .dz-preview.dz-image-preview {
    background: transparent;
}

.dropzone .dz-preview:hover {
    z-index: 0;
}

.dropzone .dz-preview .dz-remove {
    font-size: 16px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
    margin-top: 10px;
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
    top: 40%;
    left: 48%;
}


.input-file-dropzone {
    display: none;
}


.span-dragndrop-area {
    color: var(--main-color-two);
}

.span-dragndrop-area:hover {
    text-decoration: underline;
}

/*INÍCIO CSS APLICADO NO DROPZONE EM MINHA CONTA -> EDITAR PERFIL*/
.icon #iconUpload {
    z-index: -1;
}

.dz-message:hover .icon #iconUpload {
    color: #6541c1;
    z-index: 1;
    opacity: 90%;
    font-size: 4em;
    transition: .3s;
    cursor: pointer;
}

#dropzoneArquivoPerfil .dz-preview {
    margin: 0px;
}

#dropzoneArquivoPerfil .dz-preview .dz-image {
    border-radius: 6px;
    width: inherit;
    height: 186px;
}

#dropzoneArquivoPerfil .dz-preview .dz-image img {
    height: inherit;
    object-fit: cover;
}

/*FIM CSS APLICADO NO DROPZONE EM MINHA CONTA -> EDITAR PERFIL*/

.cmn-btn5 {
    font-family: var(--heading-font);
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid transparent;
    background: #475467;
    color: #fff;
    padding: 13px 44px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    border-radius: 8px;
}

.cmn-btn6 {
    display: flex;
    align-items: center;
    -webkit-transition: .4s;
    transition: .4s;
    background: #475467;
    color: #fff;
    padding: 0.375rem 0.75rem;
    font-size: .7rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    cursor: pointer;
}


.cmn-btn5:hover,
.cmn-btn6:hover {
    background: 0 0;
    border: 1px solid #FB015F;
    color: #FB015F;
}

#idDivNovaCheckboxSubSubCategoria >* button {
    background-color: #475467;
    color: #FFF;
}

#idDivNovaCheckboxSubSubCategoria:hover >* button:hover {
    background: var(--main-color-one) !important;
    border-color: var(--main-color-one);
    color: #FFF;
}

.iconesFormaPagamento {
    width: 4%;
}

.iconesFormaPagamento>i {
    color: var(--main-color-two);
}

/*Sobreposição do css padrão*/
.sliderArea .heroCaption .tittle .tittleBg::before, .section-tittle .tittle .shape {
    background: var(--main-color-one);
}

/**/

#btnLogin a {
    border-color: var(--main-color-one);
    color: #fff;
    background: var(--main-color-one);
}

#btnLogin:hover a {
    border-color: #FFF;
    color: var(--main-color-one);
    background: #FFF;
}

.dangerUser {
    font-family: var(--heading-font);
    border: 1px solid transparent;
    background: rgb(255 121 121 / 15%);
    color: #ff5e00;
    text-transform: uppercase;
    padding: 4px 7px;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    border-radius: 6px;
}

.active-star {
    color: #FFD43B;
}

@media (min-width: 320px) and (max-width: 767.98px) {
    #categoriasMenuDesktop {
        display: none !important;
    }

    #categoriasMenuMobile {
        display: block !important;
    }

    .megamenuWrapper {
        display: flex !important;
        flex-flow: column !important;
    }
}

@media (max-width: 1399.99px) {
    .navbar-area .header-cart .single .chat {
        padding: 6px 20px;
    }

    .navbar-area .header-cart .single .chat .text {
        display: unset;
    }
}

.container-floating-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position:relative;
    width: 820px;
    height: 150px;
  }
  
  .floating-items {
    width: 100px;
    height: 100px;
    background-color: #ccc;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bounce-fade 1s ease-in-out alternate infinite;
    opacity: 0.5;
  }
  
  @keyframes bounce-fade {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-20px);
      opacity: 1;
    }
  }


  .floating-items:nth-child(1) {
    background-color: #F4B16D;
    border-radius: 57% 43% 61% 39% / 40% 59% 41% 60% ;
    position: absolute;
    bottom: 75%;
    right: 65%;
    width: 200px;
    height: 200px;
}

.floating-items:nth-child(2) {
    background-color: #8BDB81;
    border-radius: 100% ;
    position: absolute;
    bottom: 20%;
    left: -15%;
    width: 100px;
    height: 100px;
}

.floating-items:nth-child(3) {
    background-color: #D47AE8;
    border-radius: 100% ;
    position: absolute;
    top: 20%;
    right: 50%;
    width: 120px;
    height: 120px;
}

.floating-items:nth-child(4) {
    background-color: #04b49d;
    border-radius: 100% ;
    position: absolute;
    bottom: 90%;
    right: 30%;
    width: 110px;
    height: 110px;
}

.floating-items:nth-child(5) {
    background-color: #de5c5c;
    border-radius: 100%;
    position: absolute;
    top: 20%;
    left: 80%;
    width: 200px;
    height: 200px;
}

.floating-items:nth-child(6) {
    background-color: #debd5c;
    border-radius: 100%;
    position: absolute;
    top: 120%;
    left: 55%;
    width: 150px;
    height: 150px;
}

.floating-items:nth-child(7) {
    background-color: #5ccbde;
    border-radius: 100%;
    position: absolute;
    top: 100%;
    left: 10%;
    width: 110px;
    height: 110px;
}

.floating-items:nth-child(8) {
    background-color: #de5ca3;
    border-radius: 100%;
    position: absolute;
    top: 130%;
    right: 100%;
    width: 110px;
    height: 110px;
}

.floating-items:nth-child(9) {
    background-color: #7ebf73;
    border-radius: 100%;
    position: absolute;
    top: 130%;
    right: 55%;
    width: 110px;
    height: 110px;
}

.floating-items:nth-child(10) {
    border-radius: 100%;
    position: absolute;
    top: 40%;
    right: 90%;
    width: 80px;
    height: 80px;
}

.floating-items > img {
    width: 80% !important;
    height: 80% !important;
}

@media(max-width:991px) {
    .container-floating-items {
        display: none;
    }
}

@media (min-width:992px) and (max-width:1100px) {
    .floating-items:nth-child(2) {
        left: -8%;
    }
}

.flag .fa-arrow-left:hover {
    color: #524EB7;
}