html {
    height: 100%;
    max-width: 100%; 
    overflow-x: hidden,
}

body {
    height: calc(100vh - 165px);
    background-color: #f3d6d3;
    font-family: 'Mukta Malar', sans-serif;
    
}


/* Site background colour*/
.bg-pink {
    background-color: #f3d6d3;
}

.bg-blue {
    background-color: #0322AD;
}


.free-shipping-banner {
    background-color: #91a4cc;
    color: #f3d6d3;
    font-size: large;
    text-transform: uppercase;
    font-weight: 800;
}

hr {
    border: #91a4cc 1px dashed;
}



.hero-container {
    background: url('/media/home_callout.jpg') no-repeat center center;
    background-size: cover;
    height: calc(80vh - 165px);
    background-color: #f3d6d3;

}


.home-info-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
}


.home-info-banner {
    padding: 3rem 0 3rem 0;
    background-color: #d20f45;
    color: #f3d6d3;
    font-weight: 900;
    font-size: 1.5rem;
}

.home-info-text {
    color: #d20f45;
    font-weight: 600;
    font-size: 1rem;
}

/*----------------------------------------LOGO & FONTS STYLING---*/
.logo-font-pink {
    font-family: 'STIX Two Text', serif;
    font-weight: 700;
    color:  #d20f45;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}

/*Adds stroke to the logo to make it bolder*/
@supports (-webkit-text-stroke: 1px  #d20f45) {
    .logo-font-pink {
      -webkit-text-stroke: 2px  #d20f45;
      -webkit-text-fill-color:  #d20f45;
    }
  }

.text-muted {
    font-family: 'Mukta Malar', sans-serif!important;
    color: #0322AD!important;
    font-style: normal!important;
}

.brand-title-font {
    font-family: 'STIX Two Text', serif;
    font-weight: 600;
    color: #0322AD;
}

.main-logo-link {
    width: fit-content;
}

.blue-text-upper {
    color: #0322AD!important;
    font-weight: 600;
    text-transform: uppercase;
}

.blue-text-lower, a {
    color: #0322AD;
    font-weight: 600;
}

.logo-font-pink {
    font-family: 'STIX Two Text', serif;
    font-weight: 700;
    color: #d4587d;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
}

@supports (-webkit-text-stroke: 1px #d4587d) {
    .logo-font-pink-pink {
      -webkit-text-stroke: 1px #d4587d;
      -webkit-text-fill-color: #d4587d;
    }
  }

.pink-text-upper {
    color: #f3d6d3;
    font-weight: 600;
    text-transform: uppercase;
}


/*****ICON STYLING*****/
.brand-icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
    color: #0322AD;
}


.navbar-toggler{
    border: none!important;
}


/*****BUTTON STYLING*****/

.brand-button {
    background: #f3d6d3;
    color: #0322AD;
    min-width: 150px;
    border: 2px solid #0322AD;
    font-weight: 700;
}

.brand-button:hover,
.brand-button:active,
.brand-button:focus {
    background: #0322AD;
    color: #f3d6d3;
    border: 2px solid #0322AD;   
}

.brand-button-sm {
    background: #f3d6d3;
    color: #0322AD;
    max-width: 100px;
    border: none;
    font-weight: 700;
}


.brand-button-lg {
    background: #f3d6d3;
    color: #0322AD;
    min-width: 260px;
    border: 4px solid #0322AD;
    font-weight: 700;
}

.brand-button-lg:hover,
.brand-button-lg:active,
.brand-button-lg:focus {
    background: #0322AD;
    color: #f3d6d3;
    border: 2px solid #0322AD;   
}





/*****SEARCH BAR STYLING*****/
.search-bar-style {
    border: 3px solid #0322AD;
    border-radius: 1rem;
}

.search-button-border {
    border-radius: 1rem 1rem;
    border: 3px solid #0322AD;
    border-left: none;
}

.border {
    border: 2px solid #0322AD!important;
    border-radius: 1rem;
}

a.category-badge > span.badge:hover {
    background: #d20f45;
    color: #f3d6d3;
}

.btt-button {
    height: 42px;
    width: 42px;
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.update-link,
.remove-item {
    cursor: pointer;
}

input[name='q']::placeholder {
    color: #aab7c4;
}


/*----------------------------------------TOASTS STYLING---*/
.message-container {
    position: fixed;
    top: 72px;
    right: 20px;
    z-index: 9999999;
}


.custom-toast {
    overflow: visible;
}

.toast-capper {
    height: 2px;
}


/* from CSS-tricks.com: https://css-tricks.com/snippets/css/css-triangle/ */
.arrow-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid transparent;
    border-right: 4px solid transparent; 
    border-bottom: 10px solid black;
    position: absolute;
    top: -10px;
    right: 36px;
}

/* Convenience classes - colors copied from Bootstrap */
.arrow-primary {
    border-bottom-color: #007bff !important;
}

.arrow-secondary {
    border-bottom-color: #6c757d !important;
}

.arrow-success {
    border-bottom-color: #28a745 !important;
}

.arrow-danger {
    border-bottom-color: #dc3545 !important;
}

.arrow-warning {
    border-bottom-color: #ffc107 !important;
}

.arrow-info {
    border-bottom-color: #17a2b8 !important;
}

.arrow-light {
    border-bottom-color: #f8f9fa !important;
}

.arrow-dark {
    border-bottom-color: #343a40 !important;
}


.bag-notification-wrapper {
    height: 100px;
    overflow-x: hidden;
    overflow-y: auto;
}

/*----------------------------------------PRODUCT CARD STYLING---*/

.card {
    background-color: #f3d6d3!important;
}


[data-input][type="number"]::-webkit-inner-spin-button, 
[data-input][type="number"]::-webkit-outer-spin-button {  
   -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

/*----------------------------------------MEDIA QUERIES---*/

/* Slightly larger container on xl screens */
@media (min-width: 1200px){
    .container {
        max-width: 80%;
    }
}

/* Fixed top navbar on medium screens and up */
@media (min-width: 992px) {
    .fixed-top-desktop-only {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 100;
    }

    .header-container {
        padding-top: 165px;
    }
}

/* Top padding when navbar is collapsed on mobile */
@media (max-width: 1024px){
    .header-container {
        padding-top: 116px;
    }

    body {
        height: calc(100vh - 116px);
    }

    .display-4.logo-font-pink.text-black {
        font-size: 2rem;
    }

    .nav-link {
        padding: 0.15rem;
    }

    .nav-link i.fa-lg {
        font-size: 1rem;
    }

    .navbar-toggler {
        padding: .6rem .6rem;
        font-size: 1rem;
    }

    #delivery-banner h4 {
        font-size: .9rem;
    }

    .increment-qty, .decrement-qty {
        padding: .25rem .5rem !important;
    }

    .btn.brand-button {
        padding: .375rem .375rem;
    }
    

    .btn.brand-button {
        padding: .375rem .375rem;
        font-size: .75rem;
    }

    .home-info-container {
        padding-top: 3rem;
    }

}


#sort-selector {
    background-color: #f3d6d3;
    color: #0322AD;
    border: #0322AD 2px solid;
    font-weight: 700;
    box-shadow: none;
}

/*----------------------------------------OVERLAYS---*/
/* Page colour to block jombotron */
.page-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: #f3d6d3;
    z-index: -1;
}

/*-------------------------------ALLAUTH FORM STYLING---*/
.allauth-form-inner-content p {
    margin-top: 1.5rem; /* mt-4 */
    color: #6c757d; /* text-secondary */
}

.allauth-form-inner-content input {
    border-color: #000;
    border-radius: 0;
}

.allauth-form-inner-content label:not([for='id_remember']) {
    display: none;
}

.allauth-form-inner-content input::placeholder {
    color: #aab7c4;
}

.allauth-form-inner-content button,
.allauth-form-inner-content input[type='submit'] {
	/* btn */

    background: #f3d6d3;
    color: #0322AD;
    min-width: 150px;
    border: 2px solid #0322AD;
    font-weight: 700;
	display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;

    /* standard bootstrap btn transitions */
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.allauth-form-inner-content button:hover,
.allauth-form-inner-content input[type='submit']:hover {	
	color: #fff;
    background-color: #222;
    border-color: #222;
}

.allauth-form-inner-content a {
	color: #17a2b8; /* text-info */
}

/*-----------------------------PRODUCT MANAGEMENT WIDGET STYLING---*/
.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
    border-color: #dc3545;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #dc3545;
    border-color: #dc3545;
    border-radius: 0;
}