/*p, ul{
    font-size: 1rem !important;
}*/

.form-label{
    font-size: 1rem !important;
    color: #000000 !important;
}

.form-control{
    font-size: 1rem !important;
    color: #000000 !important;
    border-radius: 0px !important;
}

.btn-success{
    background-color: #F2007D!important;
    border-color: #F2007D!important;
    border-radius: 3px!important;
    width: 200px!important;
}
.btn-primary{
    border-radius: 3px!important;
    width: 200px!important;
}

ul{
    list-style-type: none;
    padding: 0;
}

ul.custom-bullets-blue li::before {
    content: "\2022";
    font-size: 1.5em;
    color: #06037F;
    margin-right: 0.5em;
}

ul.custom-bullets-white li::before {
    content: "\2022";
    font-size: 1.5em;
    color: #fff;
    margin-right: 0.5em;
}

footer a{
    text-decoration: none !important;
    /*color: #ffffff;*/
}
footer a:hover{
    text-decoration: none !important;
    /*color: #ffffff;*/
}

.cart{
    text-decoration: none !important;
    color: #000000;
}
.cart:hover{
    text-decoration: none !important;
    color: #000000;
}

.bold{
    font-weight: bold;
}

.text-white{
    color: #ffffff !important;
}

.blueColored{
    color: #06037F;
}

.blueBackground{
    background-color: #06037F;
}

.btn-magenta{
    color: #ffffff !important;
    background-color: #F2007D !important;
    border-radius: 3px !important;
    padding: 5px 50px !important;
}

.section2-cont{
    background-color: #ffffff;
    margin: 0px 15px;
    padding: 30px 10px;
    border-radius: 20px;
    box-shadow: -3px 3px 10px #00000029;
}

/*register steps*/
div.boxItem {
    display: inline-block;
    position:relative
}
.boxItem:before,
.boxItem:after
{
    content:'';
    width:5em;/* size of your margin */
    border-bottom:1px solid;
    position:absolute;
    color: #B5B5B5;
    top:20%;

}
:after {
    left:100%;
}
:before {
    right:100%;
}
.boxItem:first-of-type:before,
.boxItem:last-of-type:after {
    display:none;
}
.myBox {
    white-space:nowrap;
    /* */ text-align:center;
}
/*register steps*/

/*error message alert*/
#message {
    position: fixed;
    top: 10%;
    right: 10%;
    width: 70%;
    z-index: 9999;
}
@media (min-width: 768px) {
    #message {
        position: fixed;
        top: 10%;
        right: 20%;
        width: 25%;
        z-index: 9999;
    }
}
#inner-message {
    margin: 0 auto;
}

.error{
    color: #E64A45;
}
/*error message alert*/

.nav-link{
    color: #06037F !important;
    padding: 10px 25px !important;
    font-weight: bold !important;
}
.nav-link-menu{
    padding: 10px 40px 10px 0px !important;
}

/*design card steps*/
div.boxItem2 {
    display: inline-block;
    position:relative
}
.boxItem2:before,
.boxItem2:after
{
    content:'';
    width:1em;/* size of your margin */
    border-bottom:1px solid;
    position:absolute;
    color: #B5B5B5;
    top:20%;

}
:after {
    left:100%;
}
:before {
    right:100%;
}
.boxItem2:first-of-type:before,
.boxItem2:last-of-type:after {
    display:none;
}
.myBox {
    white-space:nowrap;
    /* */ text-align:center;
}
/*register steps*/

.editBtn{
    background-color: #fff;
    padding: 6px 9px;
    border-radius: 50px;
    color: #000;
    text-decoration: none;
    box-shadow: 0px 1px 9px black;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#lblCartCount {
    font-size: 12px;
    background: #f1b50b;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px;
}
