.standard-text {
    font-size: 14px;
}

.bold-text {
    font-weight: bold;
}

.standard-link {
    color:#1d70b8;
    cursor: pointer;
    text-decoration:none;
}
.standard-link:visited {
    color:#1d70b8;
}
.standard-link:hover {
    color:#b95c00;
    text-decoration:underline;
}

.standard-button {
    font-size:18px;
    border: 1px solid #c4c2c2;
    border-radius:8px;
    padding:0px 20px;
    color:white;
    background-color:#b95c00;
    text-align:center;
    cursor: pointer;
    white-space: nowrap;
    line-height: 2em;
}

div.standard-button {
    padding: 0px 40px;
    width: fit-content;
}

.standard-input {
    border: 1px solid grey;
    border-radius: 4px;
    height: 40px;
    width: 20vw;
    margin-bottom: 15px;
    padding:8px;
}

.hidden {
    display: none;
}

.red-text {
    color:red;
}
.green-text {
    color:#04AA6D;
}
.blue-text {
    color:blue;
}
.orange-text {
    color: #eb7652;
}

.green-bg {
    background: #04AA6D;
}


/* Index */
body {
    margin: 0px;
    font-family: Verdana;
    font-size: 12px;
}

.page-body {
    margin: 10px 50px;
    min-height: 240px;
}
.page-heading {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #eb7652
}

.top-logo-div {
    display: inline-block;
}
.top-search-div {
    float: right;
}

svg {
    cursor: pointer;
}

.main-menu-div {
    text-align: center;
    line-height: 2;
    padding-bottom: 25px;
}

a.main-menu-item {
    padding-right:15px;
    color:#444;
    font-size: 17px;
    text-decoration:none;
}
a.main-menu-item:hover {
   color:orange
}

#footer_div {
    background-color:#424242;
    text-align: center;
}

.footer-col1 {
    width: 40%;
}
.footer-col3 {
    width: 18%;
}
.footer-col4 {
    width: 20%;
}

.footer-text {
    color:#acacac;
    font-size: 14px;
    line-height: 25px;
    padding: 25px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.footer-text a {
    color:#acacac;
}
.footer-text a:visited {
    color:#acacac;
}

input.ms-subs-box {
    border: 1px solid grey;
    border-radius: 5px;
    height: 30px;
    width: 150px;
    margin-bottom: 6px;
    padding: 4px;
}

* {
    box-sizing: border-box;
}

form.prod-search input[type=text] {
    padding: 10px;
    font-size: 12px;
    border: 1px solid grey;
    float: left;
    width: 82%;
    background: white;
}

form.prod-search button {
    float: left;
    width: 18%;
    padding: 10px;
    background: white;
    color: #eb7652;
    font-size: 12px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
}

form.prod-search button:hover {
    background: #eb7652;
    color:white;
}

form.prod-search::after {
    content: "";
    clear: both;
    display: table;
}
/* End Index */

/* Home-page */
/* Slider */
.home-slider-div {
    text-align: center;
    height: 600px;
}

.slideshow-container {
    margin-top: 40px;
}

.slide-div {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
}

.slider-text {
    text-align: center;
    font-size: 46px;
    font-weight: bold;
    color: #80848a;
}

.slider-image {
    width: 900px;
    max-height: 550px;
}
/* End Slider */

.section-header {
    font-size: 22px;
    text-align:center;
    margin-top: 50px;
    margin-bottom: 30px;
}

.sc-hr {
    display: inline-block;
    width: 38%
}
.sc-txt {
    display: inline-block;
    width: 18%
}

.home-prod-cats-div {
    display: flex;
    flex-wrap: wrap;
    margin-left: 40px;
}
.home-prod-cats-item {
    margin-left: 15px;
    margin-right: 15px;
}

.new-arrivals-div {
    text-align: center;
}
.new-arrivals-item {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.featured-product-div {
    text-align: center;
    /* border: 4px solid #ededed; */
    /* background-color: #f7f4f4; */
    font-family:Arial Black; font-size:24px;
    max-height: 350px;
    margin: 80px 30px;
    overflow: hidden;
}
.featured-product-coll {
    display: inline-block;
    width: 50%;
    padding-left: 40px;
    padding-top: 50px;
}
.featured-product-colr {
    width: 50%;
    float: right;
}
.featured-product-pic {
    max-height: 350px;
    margin-top: 20px;
}

button.home-products {
    border-radius: 6px;
    background-color: #eb7652;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    width: 220px;
    height:20px;
    transition: all 0.5s;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 70px;
    padding-top: 5px;
    padding-bottom:25px;
}

button.home-products span {
    /* cursor: pointer;
    display: inline-block;
    position: relative; */
    transition: 0.5s;
}

button.home-products span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

button.home-products:hover span {
    padding-right: 25px;
}

button.home-products:hover span:after {
    opacity: 1;
    right: 0;
}

img.home-products {
    border-radius: 50%;
    height:120px;
    width:220px;
    object-fit: cover;
}
/* End Home-page */

/* About / Contact etc */

.gmap {
    height: 500px;
    width: 100%;
    border: none;
}
/* End About / Contact etc */

/* Products */
.dropbtn {
    height: 36px;
    min-width:200px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 5px 12px;
    margin-right: 15px;
    background-color: white;
    color: black;
    font-size: 16px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    color:white;
    background-color: #eb7652;
}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {
    color:#eb7652;
    background-color: white;
}

div.prod-list {
    margin-top: 20px;
    text-align:center;
    font-size: 1em;
    font-weight: 400;
    color: #474747;
}
img.prod-list {
    max-width: 20vw; 
    max-height: 180px;
}

a.prod-list {
    font-size: 14px;
    color:grey;
    text-decoration:none;
}
a:visited.prod-list {color:grey;}
a:hover.prod-list {color:grey;}

div.prod-title {
    padding:15px;
    font-size: 14px;
    color: #474747;
    font-weight: 400;
}
div.prod-price {
    color: #eb7652;
    font-weight: 700;
    font-size: 16px;
    margin-bottom:20px;
    padding-left: 15px;
}

.admin-button {
    height:44px;
    padding: 10px 15px 10px 15px;
    margin-right:15px;
    background: #e65e24;
    color: white;
    font-size: 16px;
    border: 1px solid #f5f5f5;
    border-radius:12px;
    cursor: pointer;
    /* display: inline-block;
    text-align:center; */
}

.small-button {
    background-color:#e65e24;
    color:white;
    text-decoration:none;
    padding-top:3px;
    padding-bottom:4px;
    padding-left:15px;
    padding-right:15px;
    border-radius:6px;
    cursor: pointer;
}
.small-button:hover {
    background-color: white;
    color: #e84b08;
}

/* End Products */

li.static-page-bullet {
    font-size: 14px;
    margin-bottom: 10px;
}

span.form-error {
    color:red;
    margin-top:4px;
    margin-bottom: 15px;
    display:none;
}

img.submit {
    width:120px;
    cursor: pointer;
}

table.tr-borders {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: 100px;
    font-size: 12px;
}
table.tr-borders th {
    background-color: white;
    color:black;
    border-bottom: 1px solid #ddd;
    padding: 12px;
}
table.tr-borders td {
    border-bottom: 1px solid #ddd;
    padding: 12px;
}

.modal {
    display: none;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 5px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
  
.modal-content-msg {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    max-height: 80vh;
    margin-top:140px;
}

.modal-title {
    font-size:24px;
    text-align: center;
    color:white;
    font-weight: bold;
    margin-bottom:15px;
    background-color:#b95c00;
    padding: 15px 0px 15px 0px;
}
.modal-content {
    font-size:14px;
    padding: 15px 40px;
    margin-bottom:20px;
    overflow: scroll;
    overflow-wrap:break-word;
    overflow-y: overlay;
    overflow-x: overlay;
}

.close-modal {
    color: #edf0f5;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-right:10px;
}
  
.close-modal:hover,
.close-modal:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* **********************
Products
********************** */
    .prod-box {
        display: inline-block;
        margin: 15px;
    }

    div.page-button-container {
        text-align: center;
    }

    div.page-button {
        display: inline-block;
        border: 1px solid grey;
        border-radius: 8px;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        color: white;
        padding: 10px;
        background: grey;
        min-width: 50px;
    }
    a.page-button {
        text-decoration:none;
        color: white;
    }
    a:visited.prod-list {color:white;}

    button:disabled {
        color: #bbbbbb;
    }
    .prod-desc {
        font-size: 16px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 15px;
        border: 2px solid grey;
        border-radius: 6px;
        background-color: #ededed;
        line-height: 1.5;
    }
    .prod-thumbs {
        text-align: center;
        padding: 5px;
        border: 2px solid grey;
        border-radius: 6px;
        background-color: #ededed;
        margin:4px;
        max-width:150px; 
        max-height:110px;
    }

@media (max-width:770px) {
    .prod-box {
        margin: 5px;
    }
}
/* **********************
End Products
********************** */

@media (max-width:1150px) {
    .footer-col2 {
        display: none;
    }
    .footer-col3 {
        width: 25%;
    }
    .footer-col4 {
        width: 30%;
    }

    .slider-image {
        width: 600px;
    }
}

@media (max-width:890px) {
    .home-prod-cats-div {
        margin-left: 130px;
    }

    .featured-product-div {
        max-height: unset;
    }
    .featured-product-coll {
        width: 100%;
        padding-left: 0px;
    }
    .featured-product-colr {
        width: 100%;
        float: none;
    }
    .featured-product-pic {
        width: 80vw;
    }    
}

@media (max-width:700px) {
    .top-search-div {
        float: none;
    }

    .footer-col1 {
        display: block;
        width: 100%;
        padding: 10px 50px;
    }
    .footer-col3 {
        width: 35%;
    }
    .footer-col4 {
        width: 45%;
    }

    .slider-image {
        width: 350px;
    }
    .slider-text {
        font-size: 26px;
    }
    .home-slider-div {
        height: 260px;
    }

    .home-prod-cats-div {
        margin-left: 40px;
    }

    .sc-hr {
        width: 34%
    }
    .sc-txt {
        width: 28%
    }

    img.prod-list {
        max-width: 80vw; 
    }
    
}

@media (max-width:650px) {
    .home-prod-cats-div {
        margin-left: 140px;
    }

    .page-body {
        margin: 10px 0px;
    }
}

@media (max-width:550px) {
    .footer-text {
        display: block;
        padding: 10px 50px;
    }
    .footer-col2 {
        display: none;
    }
    .footer-col3 {
        width: 60%;
    }
    .footer-col4 {
        width: 100%;
    }

    .sc-hr {
        width: 28%
    }
    .sc-txt {
        width: 34%
    }
}

@media (max-width:450px) {
    .footer-col3 {
        width: 100%;
    }

    .home-prod-cats-div {
        margin-left: 30px;
    }
    .sc-hr {
        width: 22%
    }
    .sc-txt {
        width: 48%
    }
    
}