/*Colours
    Light Slate: #F1F4F5
    Medium Slate: #D1DADD
    Dark Slate: #566E76
    Light Orange: #F9D8C3
    Medium Orange: #F4B690
    Dark Orange: #EA7934
*/





html {
    /*font-size: 14px;*/
    font-family: Monseratt !important;
}

@media (min-width: 768px) {
    html {
        /*font-size: 16px;*/
    }
}

html {
    position: relative;
    min-height: 100%;
}

header{
    position:fixed;
    width:100%;
    /*margin-bottom:140px;*/
    z-index:100;
}

.container {
    /*margin-top: 70px !important;
    margin-bottom:70px !important;*/
    padding-left:0rem;
    padding-right:0rem;
}


main {
    margin-top: 140px !important;
}

body {
    margin-bottom: 60px !important;
    /*background: #f3f3f3;*/
    background: #455660;
    overflow-x: hidden;
    font-family: Monseratt !important;
    /*background:url("../files/imgs/bg-logo.jpg")*/
    background-image: url(/files/imgs/tiled-bg.png);
    background-size: 1350px;
    background-repeat: repeat;

}
footer {
    padding: 0px 15px;
}

.grecaptcha-badge {
    bottom: 70px !important;
}

    footer .container {
        gap: 16px;
        display: flex;
        overflow-x: auto;
        align-items: center;
    }

.pointer {
    cursor: pointer;
}
.max-width {
    width: 100%;
}

.fit-content {
    width: fit-content;
}
.no-resize{
    resize:none;
}
.gap-10{
    gap:10px
}
.align-center{
    align-items:center;
}
.border-0{
    border:0;
}
.no-display {
    display: none;
}
   /*
    

    .no-display{
        display:none;
    }

   


   */

@media all and (max-width:1040px){
   

    
}

nav {
    z-index: 100
}

.pb-3 {
    padding-bottom: 4rem !important;
    margin-bottom: 60px;
}

.bg-dark {
    background: #303d43 !important;
}


.scent-img {
    height: 50px
}

.sg-gold {
    /*color: #F9D8C3;*/
    color: #FFF;
    text-decoration: none;
    font-size: 1.2rem !important;
    text-decoration: none;
    padding: 5px;
    border-radius: 5px;
    background: none;
    border: none;
}

.sg-hover {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sg-hover:hover {
    background: #f17e3b !important;
    color: #fff !important;
}


    .basket-button:hover {
        background: #f17e3b !important;
        color: #fff !important;
    }

.logout-btn {
    border-radius: 5px;
    border: none;
    /*background: #343a40;*/
    color: #fff;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 1rem;
    white-space: pre;
    text-decoration:none;
}

    .logout-btn:hover {
        border-radius: 5px;
        border: none;
        background: #f17e3b !important;
        color: #fff;
        box-shadow: inherit;
    }

ul {
    padding-left: 1rem;
    margin-bottom: 0rem;
}

@font-face {
    font-family: RubikMed;
    src: url(../files/fonts/Rubik-Medium.ttf)
}

@font-face {
    font-family: Rubik;
    src: url(../files/fonts/Rubik-Regular.ttf)
}

@font-face {
    font-family: RubikBold;
    src: url(../files/fonts/Rubik-Bold.ttf)
}

@font-face {
    font-family: Monseratt;
    src: url(../files/fonts/Monseratt-Variable.ttf)
}

nav {
    box-shadow: -1px 5px 7px 0px rgb(0 0 0 / 35%) !important;
}

.nav-link {
    background: none;
    border: none;
    color: #fff !important;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 400;
    font-size: 1rem;
    font-family: Monseratt;
    transition: 0.25s;
}

    .nav-link:hover {
        background: #f17e3b !important;
        color: #fff !important;
    }

.navbar-links {
    gap: 20px;
}

.nav-links-right {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    padding: 10px;
    gap: 20px;
}

/*Desktop*/
@media all and (min-width:720px) {

    .nav-links-right {
        width: auto;
    }
    /*.navbar-links {
        max-width: 100%;
        overflow-x: auto;
        box-shadow: inset 0 8px 0px 0px #343a40, inset 0px -8px 0px 0px #343a40, inset 0px 0 5px 0px rgb(0 0 0 / 0%), inset 0 0 5px 0 rgb(0 0 0 / 81%);
    }*/
    .navbar-links a {
        text-align: center;
    }
}

@media all and (max-width:1024px) {
    .navbar-links {
        max-width: 100%;
        overflow-x: auto;
        box-shadow: inset 0 8px 0px 0px #343a40, inset 0px -8px 0px 0px #343a40, inset 0px 0 5px 0px rgb(0 0 0 / 0%), inset 0 0 5px 0 rgb(0 0 0 / 81%);
    }
    .main-container{
        margin-top:175px !important;
    }
}

/*Mobile*/
@media all and (max-width:720px) {

    .navbar-links {
        margin-top: 15px;
        overflow-x: unset;
        box-shadow: none;
    }

    .nav-links-right {
        width: 100%;
        justify-content: space-between;
    }
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}
.w-75{
    width:75px;
}



.button__badge {
    display: none;
    background-color: #fa3e3e;
    border-radius: 2px;
    color: white;
    padding: 2px 5px;
    /*top: -20px;
    right: 10px;*/
    font-size: 10px;
    position: absolute;
    font-size: .8rem;
    top: 0;
    right: 0px;
}

#clear-cart {
    background: none;
    outline: none;
    border: none;
}



.nav-dropdown {
    position: relative;
    display: inline-block;
  
}

.nav-dropdown-content {
    display: none;
    position: absolute;
    /*background-color: #f9f9f9;*/
    min-width: 160px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    /*padding: 12px 0;*/
    z-index: 1;
}

    .nav-dropdown-content a {
        background: #343a40;
        border-radius: 0px;
    }

.nav-dropdown a:last-child {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.nav-dropdown:hover .nav-dropdown-content {
    display: block;
}


.sg-disabled {
    cursor: not-allowed !important;
    opacity: 0.5 !important;
}

    .sg-disabled:hover {
        cursor: not-allowed !important;
        background: #fadb8b !important;
        color: #343a40 !important;
    }


@media all and (min-width:720px) {
    .footer-container {
        display: flex;
        flex-direction: row;
    }

    .fl-div {
        display: flex;
        flex-direction: column;
        width: 100%;
        white-space: pre-wrap;
        line-height: 16px;
    }

        .fl-div span {
            font-size: 12px;
            text-align: end;
        }
}


/*Mobile*/
@media all and (max-width:720px) {
    .fl-div {
        display: flex;
        flex-direction: column;
        width: 100%;
        white-space: pre-wrap;
        line-height: 16px;
    }

        .fl-div span {
            font-size: 12px;
            text-align: center;
            padding-bottom:10px;
        }


}