body {
    font-size: 16px;
    font-family: 'Montserrat';
}

.side-nav-icons {
    color: #fff;
    height: 42px;
}

.sidebar-link-text {
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.sidenav-minor {
    height: 42px;
}

.image-button {
    width: 70%;
    background: rgb(238,52,63);
    border-radius: 0px;
    font-size: 12px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    color: rgb(255,255,255);
    font-weight: bold;
    border: none;
}

    .image-button :hover {
        border: none;
    }

    .image-button:active {
        background: rgb(255,255,255) !important;
        color: rgb(0,0,0) !important;
        border: 1px solid rgb(238,52,63) !important;
        transition: 0.1s;
    }

    .image-button : {
        width: 70%;
        background: rgb(238,52,63);
        border-radius: 0px;
        font-size: 12px;
        padding-top: 10px;
        padding-right: 16px;
        padding-bottom: 10px;
        padding-left: 16px;
        color: rgb(255,255,255);
        font-weight: bold;
    }

.h1-home {
    font-size: 70px;
    font-family: 'Montserrat';
    font-weight: bold;
}

h1 {
    font-size: 45px;
    font-family: 'Montserrat';
    font-weight: 700;
}

h2 {
    font-size: 40px;
    font-family: 'Montserrat';
    font-weight: bold;
}

h3 {
    font-size: 32px;
    font-family: 'Montserrat';
    font-weight: normal;
}

h1-home {
    font-size: 70px !important;
}

.h5-dark {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #000;
}

.h5-reg {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: normal;
    color: #000;
}

.h5-light {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #898989;
}

.pbold {
    font-weight: bold;
}

.pbasic {
    font-weight: normal;
}

.dooperbtn-wide {
    margin-top: 20px;
    width: 100%;
    background: rgb(238,52,63);
    border-radius: 0px;
    color: rgb(255,255,255);
    font-size: 12px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    font-weight: bold;
    border: solid 1px rgb(238,52,63);
}

    .dooperbtn-wide :hover {
        border: none;
    }

    .dooperbtn-wide:active {
        width: 100%;
        background: rgb(255,255,255) !important;
        color: rgb(238,52,63) !important;
        border: solid 1px rgb(238,52,63);
        transition: 0.1s;
    }

.dooperbtn-half {
    margin-top: 20px;
    width: 50%;
    background: rgb(238,52,63);
    border-radius: 0px;
    color: rgb(255,255,255);
    font-size: 12px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    font-weight: bold;
    border: solid 1px rgb(238,52,63);
}

    .dooperbtn-half :hover {
        border: solid 1px rgb(238,52,63);
    }

    .dooperbtn-half:active {
        width: 50%;
        background: rgb(255,255,255) !important;
        color: rgb(238,52,63) !important;
        border: solid 1px rgb(238,52,63);
        transition: 0.1s;
    }

.dooperbtn-fit {
    margin-top: 20px;
    background: rgb(238,52,63);
    border-radius: 0px;
    color: rgb(255,255,255);
    font-size: 12px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    font-weight: bold;
    border: solid 1px rgb(238,52,63);
}

.dooperbtn-invert {
    margin-top: 20px;
    background: rgb(255,255,255);
    border-radius: 0px;
    color: rgb(0,0,0);
    font-size: 12px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    font-weight: bold;
    border: 1px solid #ee343f;
}

/*.dooperbtn-zoom-plus {
  margin-top: 20px;
  background: rgb(255,255,255);
  border-radius: 0px;
  color: rgb(0,0,0);
  font-size: 12px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  font-weight: bold;
  border-right: 1px solid #D6D6D6;
  border-left: none;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
}*/

.dooperbtn-qty-plus {
    background: rgb(255,255,255);
    border-radius: 0px;
    color: rgb(0,0,0);
    font-size: 12px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    font-weight: bold;
    border-right: 1px solid #D6D6D6;
    border-left: none;
    border-top: none;
    border-bottom: 1px solid #D6D6D6;
}

/*.dooperbtn-zoom-mid {
  margin-top: 20px;
  background: rgb(255,255,255);
  border-radius: 0px;
  color: rgb(0,0,0);
  font-size: 12px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  font-weight: bold;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  border-left: none;
  border-right: none;
  margin-left: -5px;
  margin-right: -5px;
}*/

.dooperbtn-qty-mid {
    background: rgb(255,255,255);
    border-radius: 0px;
    color: rgb(0,0,0);
    font-size: 12px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    font-weight: bold;
    border-top: none;
    border-bottom: 1px solid #D6D6D6;
    border-left: none;
    border-right: none;
    margin-left: -5px;
    margin-right: -5px;
}

/*.dooperbtn-zoom-minus {
  background: rgb(255,255,255);
  border-radius: 0px;
  color: rgb(0,0,0);
  font-size: 12px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  font-weight: bold;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  border-left: 1px solid #D6D6D6;
  border-right: none;
}*/

.dooperbtn-qty-minus {
    background: rgb(255,255,255);
    border-radius: 0px;
    color: rgb(0,0,0);
    font-size: 12px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    font-weight: bold;
    border-top: none;
    border-bottom: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
    border-right: none;
}

.dooperbtn-fit :hover {
    border: solid 1px rgb(238,52,63);
}

.dooperbtn-fit:active {
    background: rgb(255,255,255) !important;
    color: rgb(238,52,63) !important;
    border: solid 1px rgb(238,52,63);
    transition: 0.1s;
}

.dooperbtn-simple {
    margin-top: 20px;
    background: #fff;
    border-radius: 0px;
    color: rgb(238,52,63);
    font-size: 12px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    font-weight: bold;
    border: none;
}

    .dooperbtn-simple :hover {
        border: none;
    }

    .dooperbtn-simple:active {
        background: rgb(255,255,255) !important;
        color: rgb(238,52,63) !important;
        border: none;
        transition: 0.1s;
    }

.dooperbtn-invert {
    background-color: #fff;
}

.form-animate {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

    .form-animate > input {
        width: 100%;
        height: 100%;
        color: #4d4d4d;
        padding-top: 25px;
        padding-left: 15px;
        border: 1px solid #D6D6D6;
        outline: #fff;
    }

    .form-animate label {
        position: absolute;
        bottom: 0px;
        left: 15px;
        width: 100%;
        height: 100%;
        pointer-events: none;
        font-size: 11px;
        font-family: 'Montserrat';
    }

        .form-animate label::after {
            content: "";
            position: absolute;
            left: 0px;
            bottom: -1px;
            height: 100%;
            width: 100%;
            transform: translateX(-100%);
            transition: transform 0.3s ease;
            border: none !important;
        }

.content-name {
    position: absolute;
    bottom: 3px;
    left: 0px;
    transition: all 0.3s ease;
    color: transparent;
}

.form-animate > input:focus + .label-name .content-name, .form-animate > input:valid + .label-name .content-name {
    transform: translateY(-80%);
    font-size: 13px;
    color: #000000;
}

.form-animate > input:focus, .form-animate:focus {
    outline: #fff;
    border: none;
}

    .form-animate > input:focus::placeholder {
        bottom: 5px;
        transition: all 0.3s ease;
    }

.form-animate > input::placeholder {
    left: 14px;
    position: absolute;
    font-size: 16px;
    bottom: 13px;
    transition: all 0.3s ease;
    color: #969696;
    font-family: 'Montserrat';
}

.product-share-btn {
    background-color: #ffffff;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    border: none;
    margin-top: 15px;
    margin-right: 15px;
    color: rgb(159,159,159);
    transition: 0.2s ease;
}

    .product-share-btn:hover {
        background-color: #ffffff;
        border-radius: 50px;
        height: 50px;
        width: 50px;
        border: none;
        margin-top: 15px;
        margin-right: 15px;
        color: rgb(238,52,63);
        transition: 0.2s ease;
    }

    .product-share-btn:focus {
        background-color: #ffffff;
        border-radius: 50px;
        height: 50px;
        width: 50px;
        border: none;
        margin-top: 15px;
        margin-right: 15px;
        color: rgb(238,52,63);
        box-shadow: none;
        transition: 0.2s ease;
    }




.image-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.btn-icon-right {
    color: #898989;
    font-size: 13px;
}

.btn-icon-left {
    color: #898989;
    margin-left: 50px;
    font-size: 13px;
}

.form-animate {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

    .form-animate > input {
        width: 100%;
        height: 100%;
        color: #4d4d4d;
        padding-top: 25px;
        padding-left: 15px;
        border: 1px solid #D6D6D6;
        outline: #fff;
    }

    .form-animate label {
        position: absolute;
        bottom: 0px;
        left: 15px;
        width: 100%;
        height: 100%;
        pointer-events: none;
        font-size: 11px;
        font-family: 'Montserrat';
    }

        .form-animate label::after {
            content: "";
            position: absolute;
            left: 0px;
            bottom: -1px;
            height: 100%;
            width: 100%;
            transform: translateX(-100%);
            transition: transform 0.3s ease;
            border: none !important;
        }

.content-name {
    position: absolute;
    bottom: 3px;
    left: 0px;
    transition: all 0.3s ease;
    color: transparent;
}

.form-animate > input:focus + .label-name .content-name, .form-animate > input:valid + .label-name .content-name {
    transform: translateY(-80%);
    font-size: 13px;
    color: #000000;
}

.form-animate > input:focus, .form-animate:focus {
    outline: #fff;
    border: none;
}

    .form-animate > input:focus::placeholder {
        bottom: 5px;
        transition: all 0.3s ease;
    }

.form-animate > input::placeholder {
    left: 14px;
    position: absolute;
    font-size: 16px;
    bottom: 13px;
    transition: all 0.3s ease;
    color: #969696;
    font-family: 'Montserrat';
}

.custom-select {
    position: relative;
    font-family: inherit;
    border: solid 1px #D6D6D6;
    background-color: #fff;
    width: 70%;
}

    .custom-select select {
        display: none;
    }

.select-selected {
    background-color: fff;
}

    /* style the arrow inside the select element: */

    .select-selected:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border-color: #000 transparent transparent transparent;
    }

    /* point the arrow upwards when the select box is open (active): */

    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #fff transparent;
        top: 7px;
        color: #000;
    }

/* style the items (options), including the selected item: */

.select-items div, .select-selected {
    color: #000;
    padding: 8px 16px;
    border-color: transparent transparent rgba(0, 0, 0, 0.9) transparent;
    cursor: pointer;
    user-select: none;
    transition: 0.5s all ease;
}

/* style items (options): */

.select-items {
    position: absolute;
    background-color: #fff !important;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 99;
    width: 101%;
    color: #000;
    border: solid 1px #D6D6D6;
}

/* hide the items when the select box is closed: */

.select-hide {
    display: none;
    transition: 0.5s all ease;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0,0,0,0.1);
}

.btn-icon-right {
    color: #898989;
    font-size: 13px;
}

.btn-icon-left {
    color: #898989;
    margin-left: 50px;
    font-size: 13px;
}

.var-btn-right {
    background-color: #fff;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    padding: 5px 10px 5px 10px;
}

.var-btn-img-active {
    background-color: rgba(255,255,255,0.92);
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    border-left: none;
    border-right: none;
    padding: 5px 10px 5px 10px;
    display: initial;
}

.var-btn-img-inactive {
    display: none;
}

.var-btn-left {
    background-color: #fff;
    border-bottom: 1px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
    border-right: none;
    padding: 5px 10px 5px 10px;
}

.product-info-tab-unselected {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

    .product-info-tab-unselected:hover {
        color: #000;
        text-decoration: none;
    }

.product-info-tab-selected:hover {
    color: #EE343F;
}

.product-info-tab-selected {
    font-size: 20px;
    font-weight: bold;
    color: #EE343F;
    text-decoration: none;
}

.social-links-round {
    background-color: #ffffff;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    margin: 1vw;
}

.sort-buttons {
    font-size: 18px;
    color: black;
    border: 1px solid #D6D6D6;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    font-weight: bold;
    margin-right: 10px;
    width: 60%;
}

@media (min-width: 992px) {
    .sort-buttons-icons {
        color: #898989;
        margin-left: 20px;
    }
}

.sort-buttons-icons {
    color: #898989;
    /*margin-left: 35px;*/
    float: right;
    margin-top: 5px;
}

.sort-buttons:hover {
    color: #000;
}

.table-heads {
    width: 60%;
}

.status-active {
    width: 110px;
    height: 35px;
    background-color: #48D85E;
    border-radius: 5px;
}

.dropdown-menu {
    top: -2px !important;
}

.dropdown-toggle::after {
    display: none;
    border-bottom: 0px solid #fff !important;
}

.dropdown-menu.show {
    border-bottom: none;
    margin-top: -5px !important;
    border-top: 5px solid #fff !important;
}

.dropdown-toggle {
    border-left: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;
    /*border-bottom: 1px solid #D6D6D6;*/
}

.drop-btn {
    border-bottom: 1px solid #D6D6D6;
}

.drop-btn-hide {
    border-bottom: none;
}

.icon-hide [aria-expanded = true] {
}

.dropdown-toggle .dropdown-angle::before {
    font-family: FontAwesome;
    content: "\f107";
}

.dropdown-toggle.show .dropdown-angle::before {
    font-family: FontAwesome;
    content: "\f106";
}

.table-custom-left {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
    border-right: none;
}

.table-custom-right {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
}

.table-custom-mid {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;
}

.social-links {
    text-decoration: none;
    color: #000000;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 25px;
}

    .social-links:hover {
        text-decoration: none;
        color: #000000;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 25px;
    }

.gen-icon {
    color: #898989;
    text-decoration: none;
}

.link-gen:hover {
    text-decoration: underline;
    color: #000000;
}

.link-gen {
    text-decoration: underline;
    color: #000000;
}

.plight {
    color: #969696;
    font-size: 16px;
}

.forgot-link {
    text-decoration: none;
}

    .forgot-link:hover {
        text-decoration: none;
        color: #969696;
    }

.nav-fix {
    display: flex;
    align-items: center;
    margin-top: 0 !important;
    text-decoration: none;
    color: #000000e6;
    font-weight: bold;
}

    .nav-fix:hover {
        display: flex;
        align-items: center;
        margin-top: 0 !important;
        text-decoration: none;
        color: #000000e6;
        font-weight: bold;
    }


@media only screen and (max-width: 768px) {
    .HomeMainImage {
        display: none;
    }
}

@media only screen and (min-width: 768px) {

    .ContainerMargin {
        margin-top: 100px;
    }
}



.faq {
    /* Layout Properties */
    top: 1732px;
    left: 287px;
    /* UI Properties */
    /*background: transparent url('../img/Group 1095.png') 0% 0% no-repeat padding-box;*/
    opacity: 1;
    /*z-index: -1;*/
}

.faq-QnA-answers {
    padding-left: 15px;
    padding-right: 15px;
}

.landing-page-img-container {
    width: 30%;
}

.landing-page-img {
    width: 80%;
    height: auto;
    /*object-fit: contain;*/
    margin-bottom: 35px;
}

.register-business-rightModal {
    background: #F2F2F2 !important;
}

@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1250px) {
}

@media only screen and (max-width: 1050px) {
}

@media only screen and (max-width: 970px) {
    .landing-page-img-container {
        width: 100%;
    }
}




.RegisterLoadingContainer {
    width: 100%;
    height: 100%;
    display: flex;
}

    .RegisterLoadingContainer > * {
        text-align: center;
    }

.RegisterLoadingContainerInner {
    margin: auto;
}

    .RegisterLoadingContainerInner > div {
        margin-bottom: 25px;
    }

.RegisterImage {
    width: 100%;
}

.RegisterSpinner {
    display: flex;
}

    .RegisterSpinner > .spinner {
        position: initial;
    }


.SignUpContainer {
    width: 50%;
    min-width: 400px;
    max-width: 500px
}

@media screen and (max-width: 768px) {
    .SignUpContainer {
        width: 100%;
        min-width: 0;
    }
}




.FaqContent {
    width: 80%;
    margin-left: 10%;
}

@media screen and (max-width: 550px) {
    .FaqContent {
        width: 100%;
        margin-left: 0;
    }

    .FaqSection > a {
        width: 97%!important;
    }

    .FaqSection > div {
        width: 97%!important;
    }
}
