@font-face {
    font-family: "Montserrat-SemiBold";
    src: url(../fonts/Montserrat-SemiBold.ttf);
}


@font-face {
    font-family: "Montserrat-Bold";
    src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
    font-family: "Lato-Medium";
    src: url(../fonts/Lato-Medium.ttf);
}

*::after,
*::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    height: var(--full-height);
    overflow: hidden;
    position: relative;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1.4;
    height: var(--full-height) !important;
    overflow-x: hidden;
    position: relative;
}

a {
    text-decoration: none;
}

.headercontainer {
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
    position: fixed;
    padding-bottom: 28px;
    padding-top: 28px;
    /* right: 17px; */
    right: 0;
    left: 0;
    z-index: 99999999;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.homehead.headercontainer{
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(252,252,252,0.852976) 100%);
    /* background: white; */
}

.headercategorii {
    display: flex;
    width: fit-content;
    justify-content: center;
    /* column-gap: 50px; */
    column-gap: 5px;
    align-items: center;
}

.paginaheader,
.headercategorie {
    padding: 5px 10px;
    transition: all ease-in 0.3s;
}

.paginaheader:hover,
.headercategorie:hover {
    background-color: rgba(204, 204, 204, 0.4);
    border-radius: 4px;
}

.paginiheader {
    display: flex;
    width: fit-content;
    justify-content: center;
    column-gap: 50px;
    align-items: center;
}

.headercategorie {
    width: max-content;
}

.paginaheader {
    width: max-content;
}

.maincontainer {
    height: 100%;
    height: var(--full-height);
    background:
        linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.75) 100%);
    scroll-snap-align: start;
    width: 100%;
    /* height: 100vh; */
    scroll-snap-align: center;
}


.absolute {
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    row-gap: 30px;
    left: 150px;
    width: 23%;

    /* backdrop-filter: blur(1px); */
}

.sectiontitle {
    font-size: 27px;
    font-family: "Montserrat-SemiBold";
    color: white;
    text-shadow: 1px 1px black;
}

.sectiondescription {
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    color: white;
    text-shadow: 1px 1px black;
}

.moredetails {
    background: #212121;
    color: white;
    width: 285px;
    height: 60px;
    border-radius: 8px;
    font-family: "Montserrat-Regular";
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.moredetails:hover {
    background-color: #373737;
}

.absolute_down-arrow {
    display: none;
}


.headercontainer div {
    font-size: 15px;
    font-family: "Montserrat-Medium";
    color: #232222;
}

.headercategorie a {
    text-decoration: none;
    color: #232222;
    transition: all 0.3s;
}

.paginiheader .fixed-element {
    background: #27348B;
    border-radius: 17px;
    width: 200px;
    height: 33px;
    font-size: 10px;
    font-family: "Lato-Medium";
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    color: #C7D300;
}

.fixed-element .is-active {
    color: white;
}

.fixed-element a {
    color: inherit;
    text-decoration: none;
}

.maincontainer#section1 {
    background:
        linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.75) 100%),
        url("../images/home.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.maincontainer#section2 {
    background:
        linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.75) 100%),
        url("../images/home2.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.maincontainer2#section11 {
    background:
        linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.75) 100%),
        url("../images/bucatarie.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.maincontainer2#section22 {
    background:
        linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.75) 100%),
        url("../images/centrala.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.paginaheader a {
    text-decoration: none;
    color: initial;
    transition: all 0.3s;
}

/* .headercategorie a:hover,
.paginaheader a:hover {
    opacity: 60%;
} */

.detaliicontainer {
    padding-top: 115px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 160px;
    height: 100vh;
    display: flex;
}

.centralafixed {
    position: fixed;
    bottom: 20px;
    top: 130px;
    width: 60%;
}

.centralascroll {
    position: absolute;
    right: 40px;
    padding-bottom: 100px;
    width: 32%;
}

.maincontainer2#section22 .absolute {
    right: 150px;
    left: unset
}

.absolute a {
    text-decoration: none;
}

.centralafixed img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* object-fit: cover; */
}

.nolinks .headercategorii,
.nolinks .paginiheader {
    display: none
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}

.modal .content {
    position: relative;
    /* width: 1025px !important;
    height: 725px; */

    width: 50%;
    height: 80%;

    border-radius: 20px;
    transform: scale(0);
    transition: transform 300ms cubic-bezier(0.57, 0.21, 0.69, 1.25);
}


.modal .close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.359);
    z-index: 9999;
}

.modal .close::after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 8px;
    background-color: black;
    clip-path: polygon(0 10%, 10% 0, 50% 40%, 89% 0, 100% 10%, 60% 50%, 100% 90%, 90% 100%, 50% 60%, 10% 100%, 0 89%, 40% 50%);

}

.modal.open {
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    background: rgba(42, 42, 42, 0.12);
    backdrop-filter: blur(4px);
    z-index: 100000000;
}

.modal.open .content {
    transform: scale(1);
}

.modalAccesorii {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}

.modalAccesorii .content {
    position: relative;
    /* width: 1025px !important;
    height: 725px; */
    border-radius: 20px;
    background-color: #fff;
    box-shadow: rgba(112, 128, 175, 0.2) 0px 16px 24px 0px;
    transform: scale(0);
    transition: transform 300ms cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

/* .modalAccesorii .close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 8px;
    background-color: black;
    clip-path: polygon(0 10%, 10% 0, 50% 40%, 89% 0, 100% 10%, 60% 50%, 100% 90%, 90% 100%, 50% 60%, 10% 100%, 0 89%, 40% 50%);
    z-index: 99999999;
} */

.modalAccesorii .close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.359);
    z-index: 9999;
}

.modalAccesorii .close::after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 8px;
    background-color: black;
    clip-path: polygon(0 10%, 10% 0, 50% 40%, 89% 0, 100% 10%, 60% 50%, 100% 90%, 90% 100%, 50% 60%, 10% 100%, 0 89%, 40% 50%);

}

.modalAccesorii.open {
    opacity: 1;
    visibility: visible;
    background: #DBDBDB;
}

.modalAccesorii.open .content {
    transform: scale(1);
}

.blur {
    filter: blur(5px) brightness(-12%) opacity(1%);
}

.content img {
    height: 100%;
    width: 100%;
    background: white;
    /* border-radius: 20px; */
}

.insidecontent::after {
    content: '';
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(85, 85, 85, 0.47);
    opacity: 0;
    pointer-events: none;
    transition: all 250ms ease-in-out;
}

.swipergalerie .insidecontent.swiper-slide-next::after,
.swipergalerie .insidecontent.swiper-slide-prev::after {
    opacity: 1;
    pointer-events: auto;
}

.swipergalerie .swiper-slide-next img,
.swipergalerie .swiper-slide-prev img {
    background: #D3D3D3;
    filter: opacity(0.47);
}

/* ===================== */
/* TEST */
/* ===================== */
.swipergalerie {
    height: 100vh !important;
    width: 100% !important;
}

.insidecontent {
    width: 100% !important;
    height: 80% !important;
    background-color: #fff;
    box-shadow: rgba(112, 128, 175, 0.2) 0px 16px 24px 0px;
}

.contentText {
    height: 100% !important;
}

.dark-scrollbar {
    overflow: auto;
    height: calc(100% - 30px) !important;
}

.dark-scrollbar::-webkit-scrollbar,
.dark-scrollbar>div::-webkit-scrollbar {
    width: 6px;
}

.dark-scrollbar::-webkit-scrollbar-track,
.dark-scrollbar>div::-webkit-scrollbar-track {
    background: #D1D1D1;
    box-shadow: inset 0 0 0 2px white;
    overflow: hidden;
}

.dark-scrollbar::-webkit-scrollbar-thumb,
.dark-scrollbar>div::-webkit-scrollbar-thumb {
    background: #555555;
    border-radius: 7px;
}

.dark-scrollbar::-webkit-scrollbar-thumb:hover,
.dark-scrollbar>div::-webkit-scrollbar-thumb:hover {
    background: #555555;
}

/* ===================== */
/* TEST */
/* ===================== */

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 20px;
    bottom: -35px;
}

.swiper-pagination-bullet {
    /* width: 8px;
    height: 8px; */
    width: 12px;
    height: 12px;

    display: inline-block;
    border-radius: 50%;
    background: #555555;
    opacity: unset !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: white;
}

.centralascroll img {
    cursor: pointer;
    width: 100%;
    max-height: 300px;
    object-fit: contain;
}

.insidecontent {
    height: 726px;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
}

.contentText {
    overflow-y: auto;
    height: calc(100% - 80px);
    margin-top: 40px;
    margin-right: 16px;
    margin-left: 40px;
}

/* Works on Chrome, Edge, and Safari */
/* .contentText::-webkit-scrollbar {
    width: 10px;
    background-color: #C8C8C8;

}

.contentText::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #C8C8C8;
    border-radius: 10px;
    background-color: #C8C8C8;
    border-left: 3px solid white;
    border-right: 3px solid white;
}

.contentText::-webkit-scrollbar-thumb {
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 px #555555;
    background-color: #555555;
} */





.footeraldis {
    position: fixed;
    bottom: 0px;
    left: 0;
    display: flex;
    margin-top: -60px;
    width: 100%;
    justify-content: center;
    column-gap: 20px;
    font-size: 14px;
    font-family: "Montserrat-Regular";
    flex-wrap: wrap;
    row-gap: 15px;
    /*background: white;*/
    padding-bottom: 15px;
    color: white;
    text-shadow: 1px 1px black;
}

.footerelem.footerelem-block {
    text-decoration: none;
    color: white;
    text-shadow: 1px 1px black;
    transition: all 0.3s;
}

/*.footerelem.footerelem-block:hover {*/
/*    opacity: 60%;*/
/*    color: #232222;*/
/*}*/

.footernone {
    display: none;
}

.footerrelative {
    position: relative;
    margin-top: 0;
}

.form-group input[type=radio]::after {
    visibility: hidden;
}

.form-group input[type=radio]+label::before {
    /* content: url('../images/titlu-pret.png'); */
    margin-right: 5px;
}

.form-group[bp-field-name="layout_options"] .form-check:first-of-type input[type=radio]:hover+label::after {
    background-image: url('../images/titlu-pret.png');
    position: absolute;
    left: calc(50% - 169px);
    top: -50px;
    z-index: 99999;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 300px;
    height: 300px;
    content: "";
    border: 1px solid grey;
    border-radius: 20px
}

.form-group[bp-field-name="layout"] .form-check:first-of-type input[type=radio]:hover+label::after {
    background-image: url('../images/produs-simplu.png');
    position: absolute;
    left: calc(50% - 169px);
    top: -50px;
    z-index: 99999;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 300px;
    height: 300px;
    content: "";
    border: 1px solid grey;
    border-radius: 20px
}

.form-group[bp-field-name="layout"] .form-check:nth-of-type(3) input[type=radio]:hover+label::after {
    background-image: url('../images/titlu-poza-descriere-pret.png');
    position: absolute;
    left: calc(50% - 169px);
    top: -100px;
    z-index: 99999;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 300px;
    height: 300px;
    content: "";
    border: 1px solid grey;
    border-radius: 20px
}

.form-group[bp-field-name="layout"] .form-check:nth-of-type(2) input[type=radio]:hover+label::after {
    background-image: url('../images/produs-culoare.png');
    position: absolute;
    left: calc(50% - 169px);
    top: -75px;
    z-index: 99999;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 500px;
    height: 300px;
    content: "";
    border: 1px solid grey;
    border-radius: 20px
}

.form-group[bp-field-name="layout"] .form-check:nth-of-type(4) input[type=radio]:hover+label::after {
    background-image: url('../images/titlu-descriere-pret.png');
    position: absolute;
    left: calc(50% - 169px);
    top: -125px;
    z-index: 99999;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 300px;
    height: 300px;
    content: "";
    border: 1px solid grey;
    border-radius: 20px
}

.form-group[bp-field-name="functions_layout"] .form-check:first-of-type input[type=radio]:hover+label::after {
    background-image: url('../images/text.png');
    position: absolute;
    left: calc(50% - 169px);
    top: -50px;
    z-index: 99999;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 300px;
    height: 300px;
    content: "";
    border: 1px solid grey;
    border-radius: 20px
}

.form-group[bp-field-name="functions_layout"] .form-check:nth-of-type(3) input[type=radio]:hover+label::after {
    background-image: url('../images/videoclip.png');
    position: absolute;
    left: calc(50% - 169px);
    top: -100px;
    z-index: 99999;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 300px;
    height: 300px;
    content: "";
    border: 1px solid grey;
    border-radius: 20px
}

.form-group[bp-field-name="functions_layout"] .form-check:nth-of-type(2) input[type=radio]:hover+label::after {
    background-image: url('../images/text-si-poza.png');
    position: absolute;
    left: calc(50% - 169px);
    top: -75px;
    z-index: 99999;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 300px;
    height: 300px;
    content: "";
    border: 1px solid grey;
    border-radius: 20px
}

.allcontainers {
    scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    width: 100%;
    height: var(--full-height);
    overflow-y: scroll;
    scroll-behavior: smooth;
    position: relative;
}

.fade {
    transition: opacity 0.7s ease-in;
}

.fadeOut {
    opacity: 0 !important;
}

.fadeIn {
    opacity: 1 !important;
}


.paddtop {
    padding-top: 155px;
}

.contactcontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.contactcontainer .form-group input,
.checkoutDescription-container .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.contactcontainer .form-group label,
.checkoutDescription-container .form-group label {
    position: relative;
    cursor: pointer;
    color: black;
    font-size: 16px;
    font-family: "Helvetica-Light" !important;
    padding: unset;
}

.contactcontainer .form-group label:before,
.checkoutDescription-container .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #989898;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    /* padding: 10px; */
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 5px;
}

.contactcontainer .form-group input:checked+label:after,
.checkoutDescription-container .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    /* top: 4px;
    left: 8px;
    width: 6px;
    height: 14px; */
    top: 1px;
    left: 7px;
    width: 5px;
    height: 12px;
    border: solid #8B8D8C;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.container-inputs {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.forms {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.contactinput {
    height: 50px;
    background-color: #8B8D8C;
    color: white;
    padding-left: 24px;
    border: none;
}

/* input{
    color: white;
  } */
::placeholder {
    color: black;
    font-family: 'Montserrat-Regular';
    color: #1E1E1E;
    font-size: 18px;

}

.mesaj {
    background-color: #8B8D8C;
    color: white;
    padding-left: 24px;
    width: 100%;
    padding-top: 15px;
    border: none;
}

.form_wrap {
    position: relative;
    height: auto;
    width: 48%;
    font-size: 16px;
}

.input_wrap {
    width: auto;
    height: 100%;
    position: relative;
}

.input_wrap::placeholder {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
}

/* .input_wrap input {
    font-family: "Montserrat";
} */

.input_wrap label {
    position: absolute;
    top: 20px;
    left: 20px;
}

input[type="text"]:focus {
    outline: none;
}

.contactcontainer input,
.contactcontainer select {
    width: 100%;
    padding: 14px 20px;
    border: 1px solid #989898;
    border-radius: 10px;
    font-family: 'Montserrat-Regular';
    color: #1E1E1E;
    font-size: 16px;
    transition: all 0.3s;
}

.contactcontainer input:hover,
.contactcontainer select:hover,
.contactcontainer input:focus,
.contactcontainer select:focus {
    box-shadow: 0 0 0 1px rgba(152, 152, 152, 0.7);
    overflow: hidden;
    border-radius: 10px;
}

#mesaj {
    height: 100%;
    width: 100%;
    padding: 20px;
    border: 0.5px solid #989898;
    min-height: 180px;
    border-radius: 10px;
    transition: all 0.3s;
}

#mesaj:hover,
#mesaj:focus {
    box-shadow: 0 0 0 1px rgba(152, 152, 152, 0.7);
    overflow: hidden;
    border-radius: 10px;
}

.contactform {
    display: flex;
    flex-direction: column;
    row-gap: 35px;
    margin-bottom: 60px;
    margin-top: 60px;
    width: 100%;
}

.contactform .contactfields {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.contactleft {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;
}

.input_wrap label {
    /* font-family: "Roboto";
    font-weight: 300; */
    font-size: 15px;
    color: #1E1E1E;
    padding: 14px 20px;
    position: absolute;
    top: 1px;
    left: 0;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    pointer-events: none;
}

.contactfields input:focus+label {
    font-size: 15px;
    font-family: "Montserrat-Regular";
    color: #1E1E1E;
    top: -15px;
    left: 5%;
    background: black;
    padding: 0px 5px 0px 5px;
    text-align: center;
    background: white;

}

.inputclicked {
    font-size: 14px !important;
    font-family: "Montserrat-Regular" !important;
    color: #1E1E1E !important;
    top: -12px !important;
    left: 5% !important;
    background: black !important;
    padding: 0px 5px 0px 5px !important;
    text-align: center !important;
    background: white !important;

}

.contactright .form_wrap {
    width: 100%;
}

.contactform .boxcheck label,
.checkoutDescription-container .boxcheck label {
    display: flex;
    align-items: flex-start;
}

.contactformtitle {
    font-size: 24px;
    font-family: "Montserrat-SemiBold";
    color: #232222;
    text-align: center;
}

.termenicond,
.termenicond a {
    color: #5A5A5A;
    font-size: 16px;
    font-family: "Montserrat-Regular";
    transition: all 0.3s;
}

.termenicond a {
    text-decoration: underline;
    display: inline-block;
}

.termenicond a:hover {
    opacity: 60%;
}

.buttonoferta {
    width: 285px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    height: 60px;
    align-items: center;
    color: white;
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    background: black;
    border-radius: 8px;
}

#leaflet-map {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* height: 15vw; */
    height: 300px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.footercontact {
    position: absolute;
    bottom: auto;
    display: flex;
    margin-top: 0px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: center;
    column-gap: 20px;
    font-size: 14px;
    font-family: "Montserrat-Regular";
}


.contacttitle {
    font-size: 34px;
    font-family: 'Montserrat-SemiBold';
    color: #232222;
}

.contactinfos {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 100px;
    row-gap: 50px;
    flex-wrap: wrap;
}

.contactlocation::before {
    content: '';
    background-image: url('../images/location.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 25px;
}

.contactphone::before {
    content: '';
    background-image: url('../images/phone-fill.svg');
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 25px;
}

.contactmail::before {
    content: '';
    background-image: url('../images/ios-email.svg');
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
}

.contactinfo>div {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-family: "Montserrat-Regular";
    color: #555555;
    max-width: 280px;
    row-gap: 20px
}

.contactinfo>div>a {
    color: inherit;
    text-decoration: none;

}

input[type="radio" i]:focus-visible {
    outline-offset: 0px;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.field-hidden {
    height: 0px;
    overflow: hidden;
    visibility: hidden;
}

.categorieTitle {
    text-align: center;
    font-size: 20px;
    font-family: "Montserrat-Bold";
    color: #555555;
    padding-bottom: 20px;
}

.optiuneProdusIndiv {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
    font-family: 'Montserrat-Regular';
    color: #232222;
    align-items: center;
    /* border: 1px solid #707070; */
    box-shadow: 0 0 0 1px #707070;
    border-radius: 8px;
    padding: 20px 30px;
    cursor: pointer;
    transition: all 0.3s;
}

.optiuneProdusIndiv:hover {
    opacity: 80%;
    box-shadow: 0 0 0 2px rgba(101, 101, 101, 0.789);
    border-radius: 8px;
}

.optionTitle {
    width: 75%;
    display: flex;
    align-items: center;
    gap: 5px;

}

.optiuniContainer {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.categorieOptiuni {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.premium .optionTitle::before {
    content: "";
    background-image: url('../images/diamond.svg');
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    margin-top: 2px;
    min-width: 20px;
}

/* .optionTitle {
    display: flex;
    column-gap: 5px;
} */

.productTitle {
    font-size: 27px;
    font-family: 'Montserrat-SemiBold';
    text-align: center;
    padding-bottom: 30px;
    padding-top: 150px;
}

.productDescription {
    font-size: 15px;
    font-family: "Montserrat-Regular";
    color: #555555;
    margin-bottom: 35px;
}

.productPdfs a {
    color: #1E6FE8;
    font-size: 12px;
    font-family: 'Montserrat-Regular';
    text-decoration: unset;
    display: flex;
    align-items: center;
    column-gap: 10px;
    width: 48%;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.productPdfs a:hover {
    opacity: 70%;
    /* text-decoration: underline; */
}


.productPdfs a:before {
    content: "";
    background-image: url('../images/pdf-blue.svg');
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

.productPdfs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 2%;
}

.priceAndFunction {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 50px;
    padding: 60px 0;
}

.productPrice {
    font-size: 27px;
    font-family: 'Montserrat-SemiBold';
    display: none;
}

.productFunctionality {
    width: 100%;
    max-width: 280px;
    transition: all 0.3s;
}


.productFunctionality button {
    width: 100%;
    height: 58px;
    border-radius: 8px;
    background: #27348B;
    border: 1px solid white;
    font-size: 15px;
    font-family: 'Montserrat-Regular';
    color: white;
    transition: all 0.5s;
}

.productFunctionality button:hover {
    /*opacity: 80%;*/
    /*box-shadow: 0 0 0 1px rgba(152, 152, 152, 0.7);*/
    /* box-shadow: 0px 0px 2px rgb(85 85 85 / 90%); */
    background: black;
}

.boxhide {
    font-size: 22px;
    font-family: "Montserrat-SemiBold";
    display: flex;
    column-gap: 10px;
    align-items: center;
    margin-bottom: 40px;
    padding-right: 10px;
    transition: all 0.3s;
}


.boxhidecontent {
    font-size: 15px;
    font-family: "Montserrat-Regular";
    padding-left: 25px;
    padding-right: 10px;
    display: none;
    margin-bottom: 100px;
}


.rotated {
    transform: rotate(180deg)
}

.opencontent {
    display: block
}

.boxhidecontent ul {
    padding-left: 23px;
    list-style: none;
}



.boxhidecontent li {
    position: relative;
    margin-bottom: 10px;
}

.boxhidecontent ul li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    width: 9px;
    height: 9px;
    background-color: #555555;
    border-radius: 100%;
    transform: translate(0, -50%);
    margin-right: 10px;
}

.boxhide .closeArrow {
    width: 18px;
    height: 10px;
}

.containerCuPoza {
    display: flex;
    height: 100%;
    width: 100%;
}

.containerCuPoza img {
    object-fit: cover;
    object-position: center;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 50%;
    height: 100%;
}

.imageText {
    padding: 55px 15px;
}

.pozatitlu {
    text-align: center;
    font-size: 24px;
    font-family: 'Montserrat-SemiBold';
    padding-bottom: 30px;
}

.textpoza>p,
.textpoza>div,
.textpoza span {
    font-size: 15px;
    font-family: "Montserrat-Regular";
}


.containerCuPoza-dark-scrollbar {
    overflow: auto;
}

.containerCuPoza-dark-scrollbar::-webkit-scrollbar,
.containerCuPoza-dark-scrollbar>div::-webkit-scrollbar {
    width: 6px;
}


.containerCuPoza-dark-scrollbar::-webkit-scrollbar-track,
.containerCuPoza-dark-scrollbar>div::-webkit-scrollbar-track {
    background: #D1D1D1;
    box-shadow: inset 0 0 0 2px white;
    overflow: hidden;
}

.containerCuPoza-dark-scrollbar::-webkit-scrollbar-thumb,
.containerCuPoza-dark-scrollbar>div::-webkit-scrollbar-thumb {
    background: #555555;
    border-radius: 7px;
}

.containerCuPoza-dark-scrollbar::-webkit-scrollbar-thumb:hover,
.containerCuPoza-dark-scrollbar>div::-webkit-scrollbar-thumb:hover {
    background: #555555;
}


.videoContent video {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: black;
    object-fit: contain;
}

.pretCuloare,
.numeCuloare {
    display: none
}

.culoriContainer {
    display: flex;
    column-gap: 15px;
    flex-wrap: wrap;
    row-gap: 15px;

}


.culoareContainer img {
    max-width: 50px;
    max-height: 50px;
    width: 100%;
    height: 100%;
}

.culoareContainer.is-selected {
    transition: all 0.3s;
    box-shadow: 0 0 0 2px rgba(112, 112, 112, 0.665);
}


.accesoriuTitle {
    text-align: center;
    font-size: 20px;
    font-family: 'Montserrat-SemiBold';
    padding-bottom: 30px;
}

.accesoriuDescription {
    padding-bottom: 25px;
    font-size: 15px;
    font-family: "Montserrat-Regular";
}

.accesoriiTitle {
    font-size: 27px;
    font-family: 'Montserrat';
    margin-bottom: 60px;
    width: min-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 25px
}

.accesoriiTitle::after {
    content: '';
    height: 1px;
    display: block;
    width: 75%;
    background: black;
    border-right: 1px white;
}

.accesoriuImagineContainer {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 300px;
}

.accesoriuPrice {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 25px;
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
}

.accesoriuPrice span {
    font-size: 20px;
    font-family: 'Montserrat-SemiBold';

}

.addAndFunction {
    display: flex;
    column-gap: 10px;
    margin-bottom: 50px;
}

.addToCart,
.addAndFunction button {
    width: 50%;
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 15px;
    font-family: 'Montserrat-Regular';
    transition: all 0.5s;
}

.addToCart {
    background: #EEEEEE;
    border: 1px solid #EEEEEE;
    cursor: pointer;
}

.addToCart:hover {
    opacity: 80%;
    box-shadow: inset 0px 0px 2px #707070;
    background-color: #eeeeee;
    border-radius: 8px;
}

.addAndFunction button {
    /*background: white;*/
    /*border: 1px solid #707070;*/
    background: #27348B;
    border: 1px solid white;
    color: white;
}

.addAndFunction button:hover {
    /*opacity: 80%;*/
    /*box-shadow: 0 0 0 1px rgba(112, 112, 112, 0.665);*/
    background:black;

}

.culoareJos {
    text-align: center;
    font-size: 18px;
    font-family: 'Montserrat-Bold';
    padding-top: 50px;
    padding-bottom: 10px;
}


.pretCuloareJos {
    text-align: center;
    padding-bottom: 30px;
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

.pretCuloareJos span {
    font-size: 20px;
    font-family: "Montserrat-SemiBold"
}

.pretCuloareJos b {
    font-size: 18px;
    font-family: 'Montserrat-Bold';
    font-weight: initial;
}

.totalTitle {
    font-size: 30px;
    font-family: 'Montserrat-Bold';
    text-align: center;
    padding-bottom: 15px;
    padding-top: 100px;
    color: #555555
}

.productTotalTitle {
    font-size: 22px;
    font-family: "Montserrat-SemiBold";
    color: #232222;
    text-align: center;
    padding-bottom: 40px;
}

.porductTotalDescription {
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    color: #555555
}

.boxhide {
    cursor: pointer;
}

.paddingText {
    padding: 20px;
}

/* .paddingTextImagine {
    padding-right: 30px;
} */

.swiperProdus {
    overflow: hidden;
    position: relative;
    /* height: 85%; */
    height: 30vw;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 4px;
    right: auto;
    color: black;
    background: #EEEEEE;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    transition: all 0.3s;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 15px;
    font-weight: bolder;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 4px;
    left: auto;
    color: black;
    background: #EEEEEE;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    transition: all 0.3s;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 15px;
    font-weight: bolder;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    /* opacity: 70%; */
    box-shadow: 0 0 0 1px rgba(112, 112, 112, 12%);
}

.economii {
    background: #EEEEEE;
    border-radius: 8px;
    font-size: 17px;
    font-family: 'Montserrat-Bold';
    padding: 18px 50px;
    width: fit-content;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.economii-mobile {
    display: none;
}

div[bp-field-name="titlu_premium"] {
    display: none;
}

/* div[bp-field-name="pictures"] {
    display: none;
} */

.productTitleFake {
    display: none;
}

.swiperProdusFake {
    display: none;
}


.checkoutTitle {
    padding-bottom: 85px;
    text-align: center;
    font-size: 30px;
    font-family: "Montserrat-SemiBold"
}

.checkoutContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 75%; */
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 80px; */
    padding: 0 40px;
    padding-top: 155px;
}

.checkoutContainer .linie {
    margin-top: 70px;
}

.pozaProdusCheck {
    max-height: 215px;
    width: 150px;
    object-fit: contain;
    object-position: top;
    flex-shrink: 0;
}

.quantityCheck {
    display: flex;
    align-items: center;
    column-gap: 25px;
    padding: 10px 14px;
    border: 1px solid #989898;
    border-radius: 8px;
    margin-left: 10px;
    flex-shrink: 0;
    margin-right: 20px;
    margin-left: 20px;
}

.quantnumb {
    font-size: 20px;
}

.highquant,
.lowquant {
    cursor: pointer;
    transition: all 0.3s;
}

.highquant:hover,
.lowquant:hover {
    opacity: 60%;
}

.fakequant {
    width: 108px
}

.optiunePriceCheck,
.productPriceCheck {
    font-size: 20px;
    font-family: 'Montserrat-SemiBold';
    width: 150px;
    text-align: center;
}
.checkout-total-container .productPriceCheck{
    text-align: right;
}

.productPriceCheck {
    flex-shrink: 0;
}

.productRemoveCheck,
.optiuneRemoveCheck {
    width: 100%;
    max-width: 246px;
    display: flex;
    justify-content: center;
    height: 60px;
    align-items: center;
    background: #EEEEEE;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    text-decoration: none;
    color: inherit;
    cursor: pointer;

    transition: all 0.3s;
}

.productRemoveCheck img {
    display: none;
    width: 20px;
    height: 20px;
}

.productRemoveCheck:hover,
.optiuneRemoveCheck:hover {
    opacity: 60%;
}

.buttonCheckout {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    background: black;
    color: white;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-family: "Montserrat-Regular";
    transition: all 0.3s;
}

.buttonCheckout:hover {
    opacity: 80%;
}

.produseCos {
    padding-top: 30px;
    margin-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-top: 0.5px solid #555555;
    border-bottom: 0.5px solid #555555;
}

.produsCos {
    font-family: 'Montserrat-Bold';
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

.produsCos:not(:last-child) {
    margin-bottom: 15px;
}

.numeProdus {
    font-family: 'Montserrat-Medium';
    font-size: 15px;
}

.pretProdus {
    flex-shrink: 0;
}

.productTotalPrice {
    font-size: 27px;
    font-family: 'Montserrat-Bold';
}

.totalCos {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-family: 'Montserrat-Bold';
    align-items: center;
    padding-bottom: 35px;
}

.cosAldes {
    background: #27348B;
    border-radius: 17px;
    width: 80px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    transition: all 0.3s;
}

.cosAldes:hover {
    background-color: #3d4897;
}

.cosAldes span {
    color: #C7D300;
    font-size: 12px;
    font-family: 'Lato-Medium';
}



/* CHECKOUT TEST*/
.produseCheckout {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.produseCheckout.is-product {
    /* margin-bottom: -56px; */
    margin-top: 56px;
}

.titluProdusCheck {
    flex-grow: 1;
    font-size: 16px;
    line-height: 1.3;
    margin-left: 10px;
}

/* .produseCheckout.is-option.first-option {
    margin-top: -40px;
} */

.produseCheckout.is-option .titluProdusCheck {
    font-size: 16px;
}

.produseCheckout .productPriceCheck {
    flex-shrink: 0;
}

.produseCheckout .productRemoveCheck {
    flex-shrink: 0;
}

.produseCheckout.is-accessory {
    margin-top: 60px;
}

.produseCheckout.is-accessory .pozaProdusCheck {
    width: 90px;
    margin-right: 40px;
    margin-left: 20px;
}


.produseCheckout_hover:hover,
.produseCheckout_hover:active {
    position: relative;
    box-shadow: inset 0 0 0 1px #CFCFCF;
    padding: 40px 50px;
    border-radius: 10px;
    margin: 0;
    width: calc(100% + 100px);
    transform: translateY(20px);
    transition: all 0.2s;
}

.produseCheckout_hover:hover::after,
.produseCheckout_hover:active::after {
    content: "Selected accessories:";
    position: absolute;
    top: -13px;
    left: 100px;
    font-size: inherit;
    background-color: #fff;
    padding: 0 10px;
}

.accesoriiCheckout {
    display: flex;
    width: 100%;
}

.accesoriuCheckout {
    display: flex;
    width: 50%;
    align-items: center;
    gap: 10%;
}

.informatiiSiOptiuni {
    width: 50%;
}

.linie {
    border-bottom: 1px solid #CFCFCF;
    width: 100%;
    /* margin: 120px 0 50px 0; */
}

.checkoutContainer-forms {
    margin: 0 auto;
    /* width: 75%; */
    max-width: 1400px;
    padding: 0 20px;
}

.checkoutLivrare-container,
.checkoutFacturare-container,
.checkoutDescription-container {
    margin: 50px 0;
}

.checkoutLivrare_header,
.checkoutFacturare_header,
.checkoutDescription_header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.checkoutLivrare_header h3,
.checkoutFacturare_header h3,
.checkoutDescription_header h3 {
    font-family: "Montserrat-SemiBold";
    font-size: 24px;
    margin-bottom: 20px;
}

.checkoutLivrare_header img {
    width: 30px;
    height: 25px;
    margin-bottom: 15px;
}

.checkoutLivrare_header p {
    margin-bottom: 50px;
    font-size: 16px;
}


.checkoutContainer-forms .contactfields .contactleft {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: nowrap;
    gap: 30px;
}

.checkoutContainer-forms .contactfields .contactleft .form_wrap {
    width: 100%;
}

.checkoutContainer-forms .contactfields .contactleft .form_wrap_address {
    grid-column: span 2;
}

.checkoutContainer-forms input {
    padding: 14px 20px;
    width: 100%;
    border: 1px solid #989898;
    border-radius: 8px;
    padding-left: 20px;
    transition: all 0.3s;
}

.checkoutContainer-forms input:hover,
.checkoutContainer-forms input:focus {
    box-shadow: 0 0 0 1px rgba(152, 152, 152, 0.7);
    overflow: hidden;
    border-radius: 8px;
}


.checkoutContainer-forms label {
    font-size: 15px;
    padding: 14px 20px;
}


.checkoutFacturare-container h3 {
    margin-bottom: 40px;
}

.radio-btn-container {
    display: flex;
    /* gap: 37px; */
    margin-bottom: 40px;
    width: 50%;
}

.radio-btn {
    display: flex;
    align-items: center;
    width: 50%;
    margin-left: 40px;
}

.radio-btn input {
    width: 20px;
    height: 20px;
}

.radio-btn label {
    padding: unset;
}

.radio-btn input[type="radio"] {
    display: none;
}

.radio-btn input[type="radio"]+label {
    display: inline-block;
    position: relative;
}

.radio-btn input[type="radio"]+label::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 1px solid #000000;
    border-radius: 50%;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

/* 
.radio-btn.is-active input[type="radio"]+label:before {
    background-color: #fff;
} */

.radio-btn input[type="radio"]:checked+label::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: #000000;
    border-radius: 50%;
    left: -34px;
    top: 50%;
    transform: translateY(-50%);
}

.checkoutDescription-container .contactright {
    margin-bottom: 28px;
}


.checkout-total-container {
    width: 40%;
    margin: 120px auto 0 auto;
}

.checkout-total-container .linie {
    margin-bottom: 40px;
}

.checkout-total {
    margin-bottom: 30px;
}

.checkout-total_produs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 23px;
}


.checkout-total_is-option-container {
    width: 98%;
    margin-left: 2%;
    margin-bottom: 23px;
}

.checkout-total_is-option:not(:last-child) {
    margin-bottom: 15px;
}

.checkout-total_is-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-total_is-option .titluProdusCheck {
    font-size: 15px;

}

.checkout-total-container .buttonCheckout {
    float: unset;
}

.checkout-total-img {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.checkout-total-img img {
    width: 250px;
}

/*END CHECKOUT TEST*/

/*END THANK YOU */

.produseCheckout-done {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.produseCheckout-done h1 {
    font-family: "Montserrat-SemiBold";
    font-size: 27px;
    margin-bottom: 25px;
    align-items: center;
}


.produseCheckout-done img {
    width: 70px;
    height: 70px;
    margin-bottom: 44px;
}

.produseCheckout-done p {
    font-family: "Montserrat";
    font-size: 16px;
    margin-bottom: 5px;
}


.produseCheckout-done_btn {
    width: 100%;
    max-width: 280px;
    margin-top: 48px;
    transition: all 0.3s;
}

.produseCheckout-done_btn:hover {
    opacity: 70%;
}

.produseCheckout-done_btn button {
    width: 100%;
    height: 58px;
    border-radius: 8px;
    background: white;
    border: 1px solid #707070;
    font-size: 15px;
    font-family: 'Montserrat-Regular';
    color: #232222;
}

.cosnoproducts {
    margin-bottom: 10%;
    text-align: center;
    width: 50%;
}

.cosnoproductsimage {
    margin-bottom: 44px;
    width: 100%;
    max-width: 450px;
}

.cosnoproducttext {
    font-family: "Montserrat-Regular";
    font-size: 18px;
    margin-bottom: 5px;
}

.cosnoproducttext b {
    font-size: 24px;
    font-family: 'Montserrat-SemiBold';
    color: #555555;
}

/*END THANK YOU */

.menuheader {
    display: none
}

.hamburgercontainer {
    /* height: 100vh; */
    height: var(--full-height) !important;
    position: absolute;
    z-index: 99999;
    background: white;
    /* width: 80vw; */
    width: 350px;
    right: 0;
    display: none;
    overflow-y: scroll;
}

.closeHamburger {
    cursor: pointer;
}

.legalpagecontainer {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.legalPageTitle {
    text-align: center;
    font-size: 27px;
    font-family: 'Montserrat-SemiBold';
    padding-bottom: 75px;
}

.legalPageContent b {
    font-size: 18px;
    font-family: 'Montserrat-SemiBold';
}

.legalPageContent p {
    font-size: 16px;
    font-family: 'Montserrat-Regular';
}

.footeraldis a {
    color: inherit;
    text-decoration: inherit;
}

#checkout_form select {
    width: 100%;
    border: 1px solid #989898;
    border-radius: 8px;
    padding: 14px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(../images/arrowdown.svg);
    background-position: 98% center;
    background-repeat: no-repeat;
    outline: none;
    background-position: 96% center;
    font-size: 15px;
    color: #1E1E1E;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

#checkout_form select:hover,
#checkout_form select:focus {
    box-shadow: 0 0 0 1px rgba(152, 152, 152, 0.7);
    overflow: hidden;
    border-radius: 8px;

}

.billingFields {
    display: none;
    padding-bottom: 30px;
}

.legalPerson {
    display: none;
    /* justify-content: space-between; */
    gap: 30px;
}

/* #legalPerson .form_wrap {
    width: 32%;
} */

.ajs-message.ajs-custom {
    width: 700px;
    color: #FFF;
    background-color: red;
    border-color: darkred;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.cosnoproducts .produseCheckout-done_btn button {
    width: 100%;
    height: 58px;
    border-radius: 8px;
    background: black;
    border: 1px solid #707070;
    font-size: 15px;
    font-family: 'Montserrat-Regular';
    color: white;
    max-width: 250px;
}

.goToNext {
    display: flex;
    justify-content: center;
}

.burgerBottom .footerelem {
    text-decoration: none;
    color: initial;
}

.goTop .absolute_down-arrow {
    transform: rotate(180deg)
}

.goTop {
    display: flex;
    justify-content: center;
}


/* ---Error 404 Page--- */

.errorimage {
    margin-bottom: 44px;
    width: 100%;
    max-width: 317px;
    height: 320px;
}

.errortitle {
    margin-bottom: 40px;
    text-align: center;
    font-size: 45px;
    font-family: "Montserrat-Regular";
}

.cosnoproducts p {
    font-size: 16px;
    margin-bottom: 5px;
}

.produseCheckout-done_btn.error-bnt {
    margin-top: 25px;
    background-color: #fff;
}
.error-bnt button{
margin-top: 25px;
margin-bottom: 35px;
}

.containerColorline .productFunctionality, .containerColorline .accesoriiTitle, .containerColorline .accesoriuTitle, .containerColorline .accesoriuDescription{
    display:none
}

.containerColorline .priceAndFunction {
    padding: 20px 0;
}
.containerColorline .buttonCheckout{
opacity:0.6;
pointer-events:none;
}
.containerColorline.color-has-active .buttonCheckout{
    opacity:1;
    pointer-events:auto;
}

input[data-cell-name="item.price"]{
    display: none;
}
.option_table th:nth-of-type(3){
    display: none;
}
.containerColorline .economii{
    display: none !important;
}

.pretOptiuneProdusIndiv.cuPret{
    display: none;
}

.novisib{
    visibility: hidden;
}
html{
    overflow: hidden;
    -webkit-overflow-scrolling : touch !important;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.ColorlineCheck{
    display: none !important;
}
.logoPay{
    max-width:150px;
    object-fit:contain;
        width: 100%;
}
.logosFooter{
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 15px;
    column-gap: 20px;
}
.footerLeft{
    width: 65%;
}
.hamburgercontainer .logosFooter a{
    width:100%;
}
.hamburgercontainer .logosFooter {
    display: flex !important;
    flex-wrap:wrap;
        text-align: center;
    row-gap: 15px;
}
.alertify-notifier .ajs-message.ajs-success{
    background:#27348B !important;
}
.footeraldis .footerelem, .footeraldis .footerelem-block{
    text-shadow:none;
    color: #555555;
}
.imgHidden{
    display:none !important;
}
