*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    overflow-x: hidden;

}


a:hover, button:hover, i:hover {
    cursor: pointer!important;
}

a, button, i {
    cursor: pointer!important;
}
a:hover, button:hover, i:hover{
    cursor: pointer!important;
}

input:hover, input, textarea{
    cursor:text;
}
i{
    padding: 1px;
}
html{
    margin: 0;

}

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;

}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: rgb(112, 105, 105);
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(26, 26, 26);
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(0,0,0);
  }

.header{
    /* animation: background-load 20s ease-in-out infinite; */
    /* background: url(/assets/images/BACKGROUND-DARK_V2.png) no-repeat; */
    background: rgba(0,0,0,0.96);
    background-size: cover;
    height: 100vh;
}

@media(max-width:1575px){
    .header{
        background-size: contain;
        background-position: center;
    }
}
.header .background{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background:rgba(0, 0, 0, 0.7);
}



.notification{
    background-color: white;
    border: 1px solid white;
    border-radius: 2px;
    position: relative;
    padding: 15px 25px 15px 15px;
    min-height: 62px;
    visibility: visible;
    z-index: 1061;
    z-index: 1060;
    right: -1200px;
    margin-bottom: 20px;
}

.container-notifications-cart{
    position: fixed;
    top: 40px;
    right: 20px;
    z-index: 1060;
    width: auto;
}
.container-notifications-favorites{
    position: fixed;
    top: 40px;
    right: 20px;
    z-index: 1060;
    width: auto;
}
.container-notifications-error{
    position: fixed;
    top: 40px;
    right: 20px;
    z-index: 1060;
    width: auto;
}

.container-notifications-error .notification p{
    height: fit-content;
}

.container-notifications-error .container-error{
    display: flex;
    align-items: center;
}

.container-notifications{
    position: fixed;
    top: 40px;
    right: 20px;
    z-index: 1060;
    width: auto;
}

.container-notifications .notification p{
    height: fit-content;
}

.container-notifications .container-notifications-content{
    display: flex;
    align-items: center;
}


.notification .container-added-to-favorites{
    display: flex;
    width: fit-content;
}

.notification p{
    margin: 0!important;
}
.notification .added-to-favorites{
    color: red;
}

.notification .added-to-favorites, .notification .removed-from-favorites, .notification .removed-from-favorites, .notification .error-icon, .notification .removed-from-cart, .notification .added-to-cart{
    font-size: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

.notification .close-notification, .notification p{
    font-size: 15px;
    max-width: 500px;
    padding-left: 10px;
    padding-right: 10px;
}

.notification .close-notification:hover{
    color: red;
}

.notification .close-notification{
    color: gray;
    position: absolute;
    width: fit-content;
    top: 0px;
    right: 0px;
    font-size: 20px;
}
.notification .added-to-cart{
    color: black;
}
.notification .removed-from-favorites, .notification .removed-from-cart{
    color: black;
}



.container-notifications .notification .container-added-product .notification-not-connected
{
    margin-top:10px;
    width: 300px;
}

.container-notifications .notification .container-added-product .container-product .container-product-details .product-title{
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.container-notifications .notification .container-added-product .notification-not-connected p{
    margin: 0px!important;
    padding: 0px!important;
}

.container-notifications .notification .container-added-product .container-product .product-image img{
    border: 1px solid black;
}

#page-container {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#content-wrap {
    /* padding-bottom: 355px; */
    flex: 1;
}

.pageContent{
    margin-bottom: 100px;
}
/* @media(max-width:990px){
    #content-wrap {
        padding-bottom: 480px;
    }

}

@media (min-width: 768px){
    #content-wrap {
        padding-bottom: 515px;
    }
}

@media (min-width: 414px){
    #content-wrap {
        padding-bottom: 565px;
    }
} */

.notified {
    animation: slide-in 0.5s forwards;
}

.slide-out-notification {
    animation: slide-out 0.5s forwards;
}


@keyframes slide-in {
    0% {
      right: -1200px;
    }
    100% {
      right: 0px;
    }
  }

  @keyframes slide-out {
    0% {
      right: 0px;
    }
    100% {
      right: -1200px;
    }
  }

.notified.moveout {
    animation: moveout 0.5s 6s ease forwards;
  }
@keyframes movein {
    from { right: -1200px; }
    to   { right: 0px; }
  }

  @keyframes moveout {
    from { right: 0px; }
    to   { right: -1200px; }
  }

@media(max-width:372px){
    @keyframes movein {
        from { right: -1200px; }
        to   { right: 0px; }
      }

      @keyframes moveout {
        from { right: 0px; }
        to   { right: -1200px; }
      }
}
@media (max-width:246px){
    .notification p{
        font-size: 13px;
    }

    .notification .added-to-favorites, .notification .removed-from-favorites, .notification .removed-from-favorites, .notification .error-icon, .notification .removed-from-cart, .notification .added-to-cart{
        font-size: 35px;
        padding-left: 10px;
        padding-right: 10px;
    }
}


@media(max-width:342px){
    .container-added-product img{
        width: 100px!important;
        height: 100px!important;
    }
    .container-product-details .product-title{
        margin-bottom: 30px!important;
    }
}

@media(max-width:292px){
    .container-added-product img{
        width: 80px!important;
        height: 80px!important;
    }
    .container-product-details p{
        font-size: 13px;
    }
}

@media(max-width:242px){
    .container-added-product img{
        width: 70px!important;
        height: 70px!important;
    }
    .container-product-details p{
        font-size: 12px;
        padding: 0!important;
    }
}


.navSide .loader-container{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    border-radius: 0.25rem;
    margin: 0px;
    overflow-y: hidden;
}
.navSide .loader {
    margin:0px;
    width: 30px;
    height: 30px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    overflow-y: hidden;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    }


.dropdown-account .loader-container{
    position: absolute;
    width: 100%;
    height: 39px;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    margin: 0px;
    overflow-y: hidden;
}
.dropdown-account .loader {
    margin:0px;
    width: 30px;
    height: 30px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    overflow-y: hidden;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    }


    .get-attributes-container .loader-container{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.4);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 100;
        border-radius: 0.25rem;
        margin: 0px;
        overflow-y: hidden;
    }
    .get-attributes-container .loader {
        margin:0px;
        width: 30px;
        height: 30px;
        border: 5px solid #FFF;
        border-bottom-color: transparent;
        border-radius: 50%;
        display: inline-block;
        box-sizing: border-box;
        animation: rotation 1s linear infinite;
        overflow-y: hidden;
        }

        @keyframes rotation {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
        }
/* -------------------------------------- */


.dropdown-logincontainer{
    height: 100%;
}

.container-404-page{
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
    display:flex;
    flex-direction:column;
    align-items:center;
}

.container-404-page img{
    width:500px;
    height:400px
}

.container-404-page div{
    margin-top: 40px;
    position:relative;
    width:570px;
}

.container-404-page div button{
    border-radius:4px;
    padding:10px;
    height:fit-content!important;
}


@media(max-width:594px){
    .container-404-page img{
        width:400px;
        height:300px
    }
    .container-404-page div{
        width:470px;
    }

}

@media(max-width:494px){
    .container-404-page img{
        width:300px;
        height:250px
    }
    .container-404-page div{
        width:370px;
    }

}

@media(max-width:394px){
    .container-404-page img{
        width:200px;
        height:150px
    }
    .container-404-page div{
        width:270px;
    }

}

@media(max-width:286px){
    .container-404-page div{
        width:200px;
    }

}

.container-header-text-and-theme-switcher{
    width: 100%;
    display: flex;
    align-items: center;
    background-color: black;
}

.container-theme-switcher form{
    display: flex;
    width: fit-content;
    background-color: black;
}

.container-theme-switcher .btn-theme-switcher{
    display:flex;
    align-items:center;
    background-color: black;
    padding: 10px;
    border: none;
}

.container-theme-switcher .btn-theme-active{
    border: 2px solid white;
}

.container-theme-switcher .btn-theme-switcher span, .container-theme-switcher .btn-theme-switcher i{
    color: white;
    font-size: 20px;
}

.container-theme-switcher .btn-theme-switcher i{
    margin-right: 5px;
}

.container-theme-switcher{
    background-color: black;
    min-width: fit-content;
    z-index: 999;
}

.container-header-text-and-theme-switcher .divider{
    position: absolute;
    background-color:#6B7280;
    width:2px;
    z-index:1000;
    height:100%;
    right:176px;
}

.container-header-text-and-theme-switcher .container-text{
    width: 100%;
    color: white;
    font-size: 0.8rem;
    font-family: "Space Mono", monospace;
    display: flex;
    justify-content: space-around;
    font-weight: 600;
}

@media(max-width:1214px){
    .container-header-text-and-theme-switcher .container-text{
        font-size: 0.7rem;
    }
}

@media (max-width: 1135px)
{
    .container-header-text-and-theme-switcher .container-text span:nth-child(3){
        display: none;
    }
}

@media (max-width: 985px)
{
    .container-theme-switcher .btn-theme-switcher span, .container-theme-switcher .btn-theme-switcher i{
        font-size: 15px;
    }

    .container-header-text-and-theme-switcher .divider{
        right: 146px;
    }

}

@media (max-width: 950px)
{
    .container-header-text-and-theme-switcher .container-text span:nth-child(2){
        display: none;
    }
}

@media (max-width: 720px)
{
    .container-header-text-and-theme-switcher .container-text span:nth-child(4){
        display: none;
    }
}
@media (max-width: 532px)
{
    .container-header-text-and-theme-switcher .container-text{
        font-size: 0.6rem;
    }
}

@media (max-width: 472px)
{
    .container-header-text-and-theme-switcher .container-text span{
        margin-left: 5px;
    }
}

@media(max-width:272px){
    .container-theme-switcher .btn-theme-switcher{
        height: 57.7px;
    }
}

@media(max-width:251px){
    .container-theme-switcher .btn-theme-switcher{
        height: 72px;
    }
}

@media(max-width:235px){
    .container-theme-switcher .btn-theme-switcher{
        height: 87px;
    }
}

input.input-error,
div.input-error,
textarea.input-error{
    border:1px solid red!important;
}

input.input-error-sized,
div.input-error-sized,
textarea.input-error-sized{
    border:2px solid red!important;
}

input.input-error-children-sized,
div.input-error-children-sized,
textarea.input-error-children-sized{
    border:2px solid red!important;
}

input.input-error-children,
div.input-error-children,
textarea.input-error-children{
    border:1px solid red!important;
}

.buttonpopup{
    border: 1px solid black;
}


.button-styled{
    background-color: white;
    color: black;
    font-weight: 1000;
    cursor: pointer;
    border-color: white;
    width: 100%;
    height: 40px;
    position: relative;
    max-width: 400px;
    text-decoration: none;
}

.button-styled::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: black;
    transition: transform 0.5s;
    transform: scaleX(0);
}

.button-styled:hover::before,
.button-styled:focus::before{
    transform: scaleX(1);
}


.button-styled a{
    text-decoration: none;
    color: black;
}

@media(max-width:300px){
    .button-styled{
        height:auto;
    }
}



/* LIGHT-MODE */

.light-mode .button-styled{
    background-color: black;
    color: white;
    border: 1px solid black;
}
.light-mode .button-styled::before{
    background-color: white;
}

.light-mode .button-styled::before{
    background-color: white;
}

.light-mode .header{
    /* animation: background-load 20s ease-in-out infinite; */
    /* background: url(/assets/images/BACKGROUND-LIGHT_V4.png) no-repeat; */
    background: white;
    background-size: cover;
    height: 100vh;
}

@media(max-width:1575px){
    .light-mode .header{
        background-size: contain;
        background-position: center;
    }
}
.light-mode .header .background{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background:unset;
}

.light-mode .container-404-page img{
    content: url(/assets/images/eroare_404_light.png);
}

.light-mode .container-404-page #back-to-first-page{
    background-color: black;
    color: white;
    border: 1px solid black;
    border-radius: 0;
}

.light-mode .container-404-page #back-to-first-page:before {
    background-color: white;
}

.light-mode .container-theme-switcher form{
    display: flex;
    background-color: #E5E7EB;
}

.light-mode .container-theme-switcher .btn-theme-switcher{
    display:flex;
    align-items:center;
    background-color: #E5E7EB;
    padding: 10px;
}

.light-mode .container-theme-switcher .btn-theme-active{
    border-color: #6B7280;
}

.light-mode .container-theme-switcher .btn-theme-switcher span,
.light-mode .container-theme-switcher .btn-theme-switcher i{
    color: #111827;
}

.light-mode .container-theme-switcher .btn-theme-switcher{
    background-color: #E5E7EB;

}

.light-mode .notification{
    background-color: #E5E7EB;
    border: 1px solid black;
}

.light-mode .container-not-connect-as-user .message{
    color: black!important;
}

.light-mode .container-not-connect-as-user{
    background-color: #E5E7EB;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
    padding: 10px;
}

.light-mode .container-header-text-and-theme-switcher{
    background-color: black;
}

.light-mode .container-header-text-and-theme-switcher .container-text{
    color: white;
}
