﻿/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
body {
    height: 100vh;
    min-height: 100vh !important;
}

div.background {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url("../images/daisy1.jpg");
    background-color: #cccccc;
    background-repeat: repeat-y;
    max-height: 100%;
    min-height: 100%;
    min-width: 100%;
    opacity: 0.2;
    z-index: -1000;
}

.menubarbg_color {
    background-color: rgba(0,38,4,0.9);
}

.navbarfont {
    font-family: Garamond, serif;
}

div.body-content {
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: Garamond, serif;
    min-height: 100%;
    max-height: 100%;
    height: 100%;
    font-size:18px;
    z-index: 1;
    color:rgba(0,38,4,1);
}

div.detailcontent {
    min-height: 100%;
    min-width: 100%;
    padding-bottom: 5px;
    z-index: 1;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    min-width: 100%;
    background-color: rgba(0,38,4,1);
    color: #fff;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}


.buttons {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgba(0,38,4,0.9);
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
}

.procuctimage {
    text-align: center;
    max-width: 90%
}

.pricefont {
    font-size: 20px;
    font-weight: bold;
}

.validationtextfont {
    font-size: 16px;
    font-weight: bold;
    color: red;
}

/* 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;
}



.incrementdecrementbtn {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: rgb(0,38,4);
    color: white;
    border: none;
    border-radius: 0px;
}

.cartqty {
    width: 25px !important;
    height: 24px;
    display: inline-block;
    position: relative;
    left: -19px;
    top: 5px;
    border: 1px solid rgba(0,0,0,1);
    color: rgba(0,0,0,1);
    border-radius: 11px;
    background-color: rgb(230, 226, 32);
    text-align: center;
    padding: 0px 2px 0px 2px;
    max-width: 25px !important;
    max-height: 24px;
}

.cartbordercolor {
    border-color: rgba(0,38,4,0.3) !important;
}

.dropdownmenu {
    background-color: rgb(0, 59, 6);
    border-color: #cccccc!important;
}

    .dropdownmenu a {
        color: #cccccc !important;
    }
        .dropdownmenu a:hover {
            color:#053905 !important;
        }


    .bordercolor {
        border-color: rgb(0,38,4) !important;
    }


a {
    color: rgba(0,38,4,1);
}

    a:hover {
        color: rgba(0,38,4,0.5);
    }


footer a {
    color: rgba(255,255,255,0.5) !important;
    flex-wrap: nowrap !important;
    text-decoration: none;
}

    footer a:hover {
        color: rgba(255,255,255,0.75) !important;
    }



/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
   
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
   
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
  
}