
:root {
    --bs-gutter-x: 5.5rem;
    /* --bs-gutter-x: 0; */
    --bs-gutter-y: 0;

    --pink: #FA13AD;
    --purple: #8F51E5;
    --dark: #0E0B2A;
    --white: #FFFFFF;
}

/* NAVBAR */
.navbar {
    /* background: #2609a7; */
    /* background: transparent linear-gradient(178deg, #141035 0%, #241D5B 79%, #141035 100%) 0% 0% no-repeat padding-box; */
    opacity: 1;
}


/* Fonts */

@font-face {
    font-family: Poppins;
    src: url("../../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Poppins;
    src: url("../../fonts/Poppins/Poppins-Light.ttf") format("truetype");
     font-weight: 300;
     font-style: normal;
}

@font-face {
    font-family: Poppins;
    src: url("../../fonts/Poppins/Poppins-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Poppins;
    src: url("../../fonts/Poppins/Poppins-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Poppins;
    src: url("../../fonts/Poppins/Poppins-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: Poppins;
    src: url("../../fonts/Poppins/Poppins-Black.ttf") format("truetype");
    font-weight: 1000;
    font-style: normal;
}


a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none !important;
    color: inherit !important;
}


body {
    overflow-x: hidden !important;
    display:flex;
    flex-direction:column;
    min-height:100vh;
    /* background: transparent linear-gradient(172deg, #141035 0%, #241D5B 79%, #141035 100%) 0% 0% no-repeat padding-box; */
    opacity: 1;


}

.fontcolorwhite{
    /* color: #FFFFFF !important; */
}

.sticky-header {
    /* position: sticky; */
    /* top: 0; */
    z-index: 1050;
    /* background-color: #FFFFFF; */

    /* background: transparent linear-gradient(172deg, #141035 0%, #241D5B 79%, #141035 100%) 0% 0% no-repeat padding-box; */
    /* opacity: 1; */
}

.address-icon {
    width: 24px;
    height: 24px;
}

.containerZ{
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

.containerZfooter{
    width: 100%;
    /* padding-right: var(--bs-gutter-x, .45rem);
    padding-left: var(--bs-gutter-x, .45rem); */
    padding-right: 1.75rem;
    padding-left: 1.75rem;
    margin-right: auto;
    margin-left: auto;
}

.logo-img-footer{
    width: 356px;
    height: 55px;
}


/* HEADER BUTTONS*/
.buttons-header{
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 10px;
    margin-left: 3px;

    background: #473887 0% 0% no-repeat padding-box;
    border-radius: 12px;
    opacity: 1;

}


/* Абонирай се */
.phone-number-footer,
.email-footer{
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding: 10px;

}

.footer-logo-text{
    text-align: center;
    /* font: normal normal normal 36px/55px Poppins; */
    /* font: normal normal normal 36px/55px; */
    font-weight: 500;
    font-size: 36px;
    /* line-height: 55px;   */
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.footer-logo-inner-text{
    text-align: left;
    /* font: normal normal 300 20px/30px Poppins; */
    /* font-weight: 200; */
    font-size: 20px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.footer-logo-inner-links{
    text-align: left;
    font-size: 19px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;

}


.zd-flex{
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    margin-top: 5rem;
}


.div-rem-from-top{
    margin-top: 7rem;
}

.icons-footer{
    width: 48px;
    height: 48px;

    background: #321A4B 0% 0% no-repeat padding-box;
    border-radius: 12px;
    opacity: 1;
    padding: 10px;
    margin: 10px;
}

.input-register{
    border: 1px solid #FA13AD;
    border-radius: 11px;
    color: var(--white);
    background-color: transparent   !important;
    opacity: 1;
    width: 100%;
    height: 62px;
    background: url("/site/icons/emailWhite.svg") no-repeat scroll 20px 20px;
    padding-left:58px;
}

.input-register:-webkit-autofill,
.input-register:-webkit-autofill:focus,
.input-password:-webkit-autofill,
.input-password:-webkit-autofill:focus
{
    background: transparent !important; /* or any other */
    background-color: transparent !important; /* or any other */
}


.input-registerX{
    border: 1px solid #FA13AD !important;
    border-radius: 11px;
    /* color: var(--white); */
    background-color: transparent   !important;
    opacity: 1;
    width: 100%;
    height: 62px;
    /* background: url("/site/icons/emailWhite.svg") no-repeat scroll 20px 20px; */
    /* padding-left:58px; */
    padding-left:8px;
}

.input-registerX:-webkit-autofill,
.input-registerX:-webkit-autofill:focus,
.input-passwordX:-webkit-autofill,
.input-passwordX:-webkit-autofill:focus
{
    background: transparent !important; /* or any other */
    background-color: transparent !important; /* or any other */
}

.input-passwordX{
    border: 1px solid #FA13AD;
    border-radius: 11px;
    color: var(--white);
    background-color: transparent   !important;
    opacity: 1;
    width: 100%;
    height: 62px;
    /* background: url("/site/icons/password.svg") no-repeat scroll 20px 20px; */
    /* padding-left:58px; */
}


.input-registerX:focus-visible,
.input-registerX:active,
.input-registerX:focus{
    border: 1px solid #FA13AD !important;
}

textarea:focus {
    border: 1px solid #FA13AD !important;
    outline: none; /* За да премахнеш синия outline в някои браузъри */
}

.input-password{
    border: 1px solid #FA13AD;
    border-radius: 11px;
    color: var(--white);
    background-color: transparent   !important;
    opacity: 1;
    width: 100%;
    height: 62px;
    background: url("/site/icons/password.svg") no-repeat scroll 20px 20px;
    padding-left:58px;
}



.button-register{
    background: transparent linear-gradient(108deg, #4D00E9 0%, #D41F9E 100%) 0% 0% no-repeat padding-box;
    border-radius: 12px;
    opacity: 1;

    width: 100%;
    height: 52px;
    margin-top: .3rem;
    color: var(--white);
    font-size: 22px;
}

.button-normal {
    border: 1px solid #FA13C4;
    border-radius: 17px;
    opacity: 1;

    width: 192px;
    height: 62px;
    margin-top: 1rem;

    /* color: var(--white); */
    font-size: 22px;
}



::placeholder {
    color:var(--white);
    opacity: 1; /* Firefox */
}

  ::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--white);
}



.made-by {
    /* background: #2609a7; */
    background: #282851 0% 0% no-repeat padding-box;
    opacity: 1;

    /* font-weight: 300; */
    font-size: 21px;
    /* color: #FFFFFF; */
    text-align: left;
    /* font: normal normal normal 21px/31px Poppins; */

    letter-spacing: 0px;
    /* color: #FFFFFF; */
/* opacity: 1; */
    padding-left: 100px;
}

.made-by p {
    margin: 0;
    padding: 15px;
}

.made-by a {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    /* color: #FFFFFF; */
    text-decoration: none;
}

.empty{
    font-weight: 600;
    font-size: 140px;
    /* line-height: 24px; */
    /* color: #FFFFFF; */
    text-decoration: none;
    margin-top: 500px;
    padding-top: 500px;

}


/* ABOUT US */
.aboutus_welcome_1{
    text-align: left;
    /* font: normal normal 600 69px/89px Poppins; */
    font-size: 69px;
    font-weight: 600;
    letter-spacing: 0px;
    /* color: #FFFFFF; */
    opacity: 1;
}

.aboutus_welcome_2{
    text-align: left;
    font-size: 77px;
    font-weight: 900;
    letter-spacing: 0px;
    /* color: #FFFFFF; */
    opacity: 1;
}


.aboutus_welcome_3{
    text-align: left;
    font-size: 43px;
    font-weight: 600;
    letter-spacing: 0px;
    /* color: #FFFFFF; */
    opacity: 1;
}

.aboutus_welcome_4{
    text-align: left;
    font-size: 40px;

    font-weight: 600;
    letter-spacing: 0px;
    /* color: #FFFFFF; */
    opacity: 1;
}

.text-alighn-right{
    text-align: right;
}

.aboutus_hr{
    /* clear: both; */
    border: 2px solid var(--pink);
    /* border: 6px solid linear-gradient(to right, rgba(175, 175, 175, 0) 4%, var(--pink) 50%, rgba(175, 175, 175, 0) 96%) !important; */
    /* background: (to right, rgba(175, 175, 175, 0) 4%, rgb(195, 195, 195) 50%, rgba(175, 175, 175, 0) 96%) !important; */
    opacity: 1;
    border-radius: 50px;
    margin: 0px;
    padding: 0px;
}

.hr1 {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

hr.style-seven-left-down {
    height: 150px;
    border-style: solid;
    border-color: var(--pink);
    border-width: 5px 0 0 0;
    border-radius: 130px 0 70px 70px;
	border-top: 5px solid var(--pink);
    margin-right:130px;
    flex:1;
    background-color: transparent;
    opacity: 1;

}

hr.style-seven-right-up {
    height: 150px;
    border-style: solid;
    border-color: var(--pink);
    border-width: 5px 0 0 0;
    border-radius: 130px 0 70px 0;
	border-bottom: 5px solid var(--pink);
    border-top: 0 solid transparent;
    margin-left:130px;
    flex:1;
    background-color: transparent;
    opacity: 1;
}

hr.style-seven {
    height: 150px;
    border-style: solid;
    border-color: var(--pink);
    border-width: 5px 0 0 0;
    border-radius: 0 130px 70px 0;
	border-top: 5px solid var(--pink);
    margin-left:130px;
    flex:1;
    background-color: transparent;
    opacity: 1;

}

hr.style-seven2 {
    height: 150px;
    border-style: solid;
    border-color: var(--pink);
    border-width: 5px 0 0 0;
    border-radius: 0 130px 0 70px;
	border-bottom: 5px solid var(--pink);
    border-top: 0 solid transparent;
    margin-right:130px;
    flex:1;
    background-color: transparent;
    opacity: 1;

}





.elipse7{
    position: absolute;
    top: 583px;
    left: 179px;
    width: 100%;
    height: 758px;
    background: #52116A 0% 0% no-repeat padding-box;
    opacity: 0.11;
    filter: blur(50px);

    /* background: #FA13AD 0% 0% no-repeat padding-box;
    opacity: 0.11;
    filter: blur(50px); */
}
.rectangle205{
    /* top: 368px; */
    /* left: 968px; */
    width: 100%;
    height: 100%;
    border: 4px solid var(--pink);
    border-radius: 52px;
    opacity: 1;
    text-align: center;
    align-content: center;
    align-items: center;
}
.maskgroup1{
    /* top: 388px; */
    /* left: 991px; */
    /* width: 842px; */
    /* height: 498px; */
    opacity: 1;
}
.image3{
    width: 94%;
    height: 94%;
    border-radius: 52px;
    margin: 5px;
    opacity: 1;
}

.image5{
    width: 94%;
    height: 94%;
    border-radius: 52px;
    margin: 5px;
    opacity: 1;
}

.imagelogin{
    width: 94%;
    height: 94%;
    border-radius: 52px;
    margin: 5px;
    opacity: 1;
}



/* boxes */
.box_1{
    border: 4px solid #FA13C4;
    border-radius: 52px;
    opacity: 1;
    margin: 3rem;
    padding: 3px;
    text-align: center;
    /* align-content: center; */
    /* align-items: center; */
}

.box_1 .icons-footer{
    width: 96px;
    height: 96px;

    /* background: #321A4B 0% 0% no-repeat padding-box; */
    background: #473887 0% 0% no-repeat padding-box;
    border-radius: 12px;
    opacity: 1;
    padding: 10px;
    margin: 10px;
    margin-top: 50px;
}

.box_1 .box_label{
    font-weight: 900;
    font-size: 26px;
    line-height: 28px;
    /* color: #FFFFFF; */
    padding: 10px;
    margin: 10px;
}

.box_1 .box_text{
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    /* color: #FFFFFF; */
    padding: 10px;
    margin: 10px;
    text-align: left;
}

.transparentbackground{
    background-color: transparent !important;
}


.cardZY {
    position: relative;
    display: flex;
    flex-direction: column;
    /* min-width: 0; */
    word-wrap: break-word;
    /* background-color: #fff; */
    /* background-clip: border-box; */
    /* border: 1px solid rgba(0,0,0,.125); */
    /* border-radius: .25rem; */
}


/* LOGIN PAGE */
.login-page{
    /* background-color: #2609a7; */
    background: transparent linear-gradient(168deg, #141035 0%, #241D5B 79%, #141035 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.login-page-form-1{
    background: #FA13AD 0% 0% no-repeat padding-box;
    opacity: 0.11;
    filter: blur(50px);
    width: 40%;
    height: 40%;
    position: absolute;
    top: 130px;
    left: 130px;
    z-index: -1;
}

.login-page-form-2{
    background: #52116A 0% 0% no-repeat padding-box;
    opacity: 0.4;
    filter: blur(50px);
    width: 60%;
    height: 60%;
    position: absolute;
    top: 480px;
    left: 480px;
    z-index: -1;
}



@media only screen and (max-width: 666px) {
    .login-page-form-1{
        top:30px;
        left: 30px;
        width: 20%;
        height: 20%;
    }
    .login-page-form-2{
        top:180px;
        left: 180px;
        width: 40%;
        height: 40%;
    }
}


.contact-us-form-1{
    top: 812px;
    left: 844px;
    width: 378px;
    height: 294px;
    background: #FA13AD 0% 0% no-repeat padding-box;
    opacity: 0.11;
    filter: blur(50px);
    position: absolute;
}
.contact-us-form-2{
    top: 185px;
    left: 806px;
    width: 758px;
    height: 758px;
    background: transparent url('/img/pink_blurred_ellipse.svg') 0% 0% no-repeat padding-box;
    opacity: 0.8;
    filter: blur(50px);
    position: absolute;
}


.flex-container{
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */

    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100vh;
    background-color: transparent !important;
  }

  .inner-element{
    width: 110vh;
    height: 70vh;
    background-color:transparent !important;
  }




 .image-login-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
}
.image-login-container {
    background: transparent;
    display: flex;
    justify-content: center;
}

.image-login-container img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}


.image-register-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
}
.image-register-container {
    background: transparent;
    display: flex;
    justify-content: center;
}

.image-register-container img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}



.login-register-input-label{
    text-align: left;
    font: normal normal normal 26px/39px Poppins;
    letter-spacing: 0px;
    /* color: #FFFFFF; */
    opacity: 1;
}


.nav-linkx{
    font: normal normal medium 21px/31px Poppins;
    font-size: 21px;
    line-height: 31px;
    letter-spacing: 0px;
    color: #8F51E5;
    opacity: 1;
}

/** CARD */
.card_image{
    width: 100%;
    height: 100%;
    /* background: #2E2458 0% 0% no-repeat padding-box; */
    /* background: #FFFFFF 0% 0% no-repeat padding-box; */
    /* box-shadow: 0 20px 50px rgba(150, 150, 200, 0.15); */
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */

    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 9px #241D5B87;

    border-radius: 12px;
    opacity: 1;
    display: inline-block;
}

.card-img{
    width: 60%;
    /* height: 50%; */
    /* margin: 14px !important; */
    /* padding: 14px !important; */
}


.card_image-catalog{
    /* width: 20% !important; */
    /* height: 100%; */
    /* background: #2E2458 0% 0% no-repeat padding-box; */
    /* background: #FFFFFF 0% 0% no-repeat padding-box; */
    /* box-shadow: 0 20px 50px rgba(150, 150, 200, 0.15); */
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */

    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 9px #241D5B87;

    border-radius: 12px;
    opacity: 1;
    display: inline-block;
    margin-right: 25px !important;
}
.card-img-catalog{
    width: 60%;
    /* height: 50%; */
    /* margin: 14px !important; */
    /* padding: 14px !important; */
}


.card-nutrimax{
    margin: 14px !important;
    padding: 14px !important;
    background: #2E2458 0% 0% no-repeat padding-box;
    border-radius: 12px;
    opacity: 1;
    display: inline-block;
}

.cardn {
    width: 18rem;
    /* margin: 14px !important; */
    /* padding: 14px !important; */
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /* background-color: #fff; */
    background-clip: border-box;
    border: 0px solid rgba(255, 0, 0, .99);
    border-radius: 12px;
}

.card-button-top{
    background: transparent linear-gradient(106deg, #4D00E9 0%, #D41F9E 100%) 0% 0% no-repeat padding-box;
    border-radius: 20px;
    opacity: 1;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 3px;
    padding-bottom: 3px;
    /* color: var(--white);
    */
    text-align: center;
    font: normal normal medium 12px/18px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
}


.product-badge {
    background: transparent linear-gradient(106deg, #4D00E9 0%, #D41F9E 100%) 0% 0% no-repeat padding-box;
    border-radius: 12px;
    color: white;
    font-weight: bold;
    font-size: 0.9rem;
    box-shadow: 0 5px 20px rgba(124, 120, 200, 0.2);
    z-index: 10;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-wrap: nowrap;
}


.card-brand-name{
    text-align: left;
    font: normal normal medium 16px/25px Poppins;
    letter-spacing: 0px;
    color: #7F5CAF;
    opacity: 1;
}

.card-product-name{
    text-align: left;
    font: normal normal medium 22px/33px Poppins;
    letter-spacing: 0px;
    color: #241D5B;
    opacity: 1;
}

.card-price{
    text-align: left;
    font: normal normal medium 27px/40px Poppins;
    font-size: 27px;
    line-height: 3px;
    letter-spacing: 0px;
    color: #241D5B;
    /* text-transform: uppercase; */
    opacity: 1;
    padding-top: -5px !important;
}

.list-group-item{
    text-align: left;
    font: normal normal medium 27px/40px Poppins;
    letter-spacing: 0px;
    font-size: 27px;
    line-height: 40px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    background: transparent !important;
    /* background: transparent linear-gradient(106deg, #4D00E9 0%, #D41F9E 100%) 0% 0% no-repeat padding-box; */
    /* border-radius: 20px; */
    /* opacity: 1; */
    /* margin-top: 10px; */
    /* margin-left: 10px; */
    /* padding-left: 18px; */
    /* padding-right: 18px; */
    /* padding-top: 3px; */
    /* padding-bottom: 3px; */
    /* color: var(--white); */
    /* text-align: center; */
    /* font: normal normal medium 12px/18px Poppins; */
    /* letter-spacing: 0px; */
    /* color: #FFFFFF; */
    /* text-transform: uppercase; */
}


.card-price-label{
    text-align: center;
    font: normal normal medium 14px/21px Poppins;
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 21px;
    color: #7F5CAF;
    opacity: 1;
}

.card-button-add-to-card{
    /* background: #FFFFFF 0% 0% no-repeat padding-box; */
    /* border: 2px solid #FFFFFF; */
    opacity: 1;
    background: #FA13AD 0% 0% no-repeat padding-box;
    border-radius: 12px;
    opacity: 1;
    /* margin-top: 10px; */
    /* margin-left: 10px; */
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 3px;
    padding-bottom: 3px;

    text-align: left;
    font: normal normal medium 24px/35px Poppins;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}


.ellipsis {
    white-space: nowrap;         /* Не позволява текстът да се разбива на нов ред */
    overflow: hidden;            /* Скрива частта от текста, която излиза извън контейнера */
    text-overflow: ellipsis;     /* Добавя "..." в края, ако текстът е твърде дълъг */
  }

.card-brand-product{
    opacity: 1;
    padding-top: 5px;
    /* margin-top: 10px; */
}


.star-filled {
    color: gold;
}

.star-half {
    color: gold;
}

.star-empty {
    color: gray;
}

.star-text{
    text-align: center;
    font: normal normal normal 11px/17px Poppins;
    font-size: 11px;
    line-height: 17px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}


.frontpage_welcome{
    text-align: left;
    font: normal normal bold 64px/95px Poppins;
    font-size: 64px;
    line-height: 95px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #141035;
    opacity: 1;
}

.textRight{
    text-align: right !important;
}


.parent_front {
    display: flex;
    justify-content: center; /* Центрира по хоризонтала */
    align-items: center; /* Центрира по вертикала */
    /* height: 100vh; Примерно зададено за височина */
}
.child_front {
    /* width: 200px; */
    /* height: 200px; */
    /* background: red; */
}


.homepagedivbottom{
    padding-bottom: 55px !important;
}


.front-page-button-partital{
    background: transparent linear-gradient(108deg, #4D00E9 0%, #D41F9E 100%) 0% 0% no-repeat padding-box;
    border-radius: 12px;
    opacity: 1;
    width: 192px;
    height: 62px;
    margin: 1rem;
    padding: 1rem;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #FFFFFF;

}

.front-page-button-partital:hover{
    color: #FFFFFF !important;

}

.underline-gradient {
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-weight: bold;
    color: var(--white);
}

.nav-linkx:hover,
.underline-gradient:hover {
    color: var(--white) !important;
}
.underline-gradient::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 4px;
    background: transparent linear-gradient(92deg, #4D00E9 0%, #D41F9E 100%) 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
}


.contacts-top-text{
    text-align: left;
    /* font: normal normal bold 77px/99px Poppins; */
    font-size: 77px;
    line-height: 99px;
    font-weight: 600;
    letter-spacing: 0px;
    /* color: #FFFFFF; */
    opacity: 1;
}

.contacts-elemets-top-text{
    text-align: left;
    /* font: normal normal bold 37px/56px Poppins; */
    font-size: 37px;
    line-height: 56px;
    font-weight: 600;
    letter-spacing: 0px;
    /* color: #FFFFFF; */
    opacity: 1;
}

.contacts-elements-top-text-bottom{
    text-align: center;
    /* font: normal normal normal 34px/77px Poppins; */
    font-size: 34px;
    line-height: 51px;
    font-weight: 400;
    letter-spacing: 2.04px;
    /* color: #FFFFFF; */
    opacity: 1;
}

.contactus-image{
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
    color: #FA13AD;
    padding: 20px;
    margin: 20px;

}


.contact-us-ask-question-left{
    text-align: left;
    /* font: normal normal 600 33px/45px Poppins; */
    font-size: 33px;
    line-height: 45px;
    font-weight: 600;
    letter-spacing: 0px;
    /* color: #FFFFFF; */
    opacity: 1;
}



.delivery-tab-text{
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.checkoutTwo,
.checkoutOne{
    background: transparent !important;
     /* linear-gradient(106deg, #4D00E9 0%, #D41F9E 100%) 0% 0% no-repeat padding-box; */
    /* border-radius: 20px; */
    border: 2px solid #FA13AD;
    border-radius: 11px;
    opacity: 1;
    /* margin-top: 2px; */
    /* margin-left: 2px; */
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 13px;
    padding-bottom: 13px;
    /* color: var(--white); */
    text-align: left;
    font: normal normal medium 12px/18px Poppins;
    letter-spacing: 0px;
    text-transform: uppercase;
}


.normal-price,
.end-price-checkout{
    color: var(--white) !important;
}

.button-width-200{
    width: 200px !important;
    height: 50px !important;
    color: #290047 !important;
}

.button-width-50percent{
    width: 100% !important;
    height: 50px !important;
    color: #290047 !important;
}

.nav-item-width-50percent{
    width: 50% !important;
    height: 50px !important;
    color: #290047 !important;
}

.nav-item-width-100percent{
    width: 100% !important;
    color: #290047 !important;
}

.nav-tabs{
    /* border-bottom: none !important; */
    border-bottom: 2px solid #FA13AD !important;
}

.nav-item>.active {
    color: white !important;
    background-color: #FA13AD !important;
    border-color: #FA13AD !important;
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
    letter-spacing: 0px;
    /* height: 50px !important; */
}

.nav-link {
    color: var(--white) !important;
}
.nav-link:focus,
.nav-link:hover {
    /* color: white !important; */
    /* background-color: #FA13AD !important; */
    border-color: #FA13AD !important;
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
    /* letter-spacing: 0px; */
    /* height: 50px !important; */
}


.list-group-my {
    background: transparent !important;
    border: 0px solid #FA13AD !important;
    color: var(--white) !important;
    font-size: 16px !important;
    line-height: 15px !important;
    font-weight: 300 !important;
}

.list-group-item-my {
    background: #FA13AD !important;
    border: 0px solid #FA13AD !important;
    color: var(--white) !important;
    font-size: 20px !important;
    line-height: 25px !important;
    font-weight: 300 !important;
}

.list-group-item-my:hover {
    opacity: 0.7 !important;
}

/*
.is-invalid{
    border: 3px dashed #FA13AD !important;
}
.is-invalid::before{
    content: "Моля попълнете полето!" !important;
    color: #FA13AD !important;
    font-size: 30px !important;
}
*/

@keyframes pulse-border {
    0% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7) !important;
        border-color: #dc3545 !important;
    }
    70% {
        box-shadow: 0 0 0 4px rgba(220, 53, 69, 0) !important;
        border-color: #dc3545 !important;
    }
    100% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0) !important;
        border-color: #dc3545 !important;
    }
}

.is-invalid {
    animation: pulse-border 1s ease-in-out infinite !important;
    border: 3px dashed #FA13AD !important;
}


.dark_color{
    color: #290047 !important;
}



    @media (max-width: 768px) {

        .nav-item>.active {
            /* color: white !important; */
            /* background-color: #FA13AD !important; */
            /* border-color: #FA13AD !important; */
            font-size: 15px !important;
            /* line-height: inherit !important; */
            /* font-weight: inherit !important; */
            /* letter-spacing: 0px; */
            /* height: 50px !important; */
        }

        .button-width-200{
            width: 100px !important;
            height: 40px !important;
            color: #290047 !important;
        }

        .hidemobile{
            display: none;
        }

        .frontpage_welcome{
            text-align: center;
            /*font: normal normal bold 64px/95px Poppins;*/
            font-size: 44px;
            line-height: 65px;
            font-weight: 600;
            letter-spacing: 0px;
            color: #141035;
            opacity: 1;
        }
    }
