html,
body {
    font-family: 'Roboto', serif;
    color: black;
    font-size: 14px;
    margin: 0;
    padding: 0;
    height: 100%;
}

iframe {
    margin-top: 10px;
    width: 100%;
    height: 500px;
}

#map {
    height: 100%;
    border: 1px solid black;
  }

/* standardized form  */
textarea {
    resize: none;
}

/* standardized links */
a {
    color: #000;
}

a:hover {
    color: #dd674b;
}

/* Clearfixes */
.clear {
    clear: both;
}

.screen {
    display: none;
}

.center {
    text-align: center;
}

/* Offset background color for displaying tabular data */
.offset {
    background-color: #DFDFDF; 
}

/* Tabular styling */
table {
    border-spacing: 0;
    width: 100%;
}

td {
    padding: 5px;
}

.form-container {
    display: grid;
    justify-content: center;
}

/* Pop-up MSG */
#overlay {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
  }

#popup-msg{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);

    background-color: #fff;
    color: #000;
    font-size: 30px;
    padding: 30px;
    border-radius: 10px;
  }

/* Sidebar styling. Phone only */
.sidebar {
    position: relative;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.7s;
    box-shadow: -5px 0px 20px 1px #aaaaaa;
    padding-top: 16px;
    white-space: nowrap;
}

.submenu {
    font-size: 14px;
    text-transform: capitalize;
    display: none;
}

.sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 20px;
}

.sidebar li{
    width: 100%; 
    padding-left: 10px;
    text-transform: capitalize;
}

.sidebar li:nth-child(1) {
    margin-bottom: 10px;
    margin-top: 8px;
}

.sidebar li:nth-child(1) img{
    height: 20px;
}

.sidebar li a{
    text-decoration: none;
    color: #7c7b7b;
}  

.sidebar li a:hover {
    color: #dd674b;
}

#main {
    width: 100%;
    min-height: 100%;
    position: relative;
}

/* Header from here  */
#header {
    width: 100%;
    padding-top: 25px;
}

/* Header navigation screen from here */
#header ul {
    list-style-type: none;
    padding: 0;
    margin: 0 10px 0 0;
}

/* Menu items screen */
#header li{
    float: left;
    margin-left: 10px;
    font-size: 18px;
    color: #dd674b;
}

#header li:hover {
    color: #dd674b;
    cursor: pointer;
}

#header li:nth-child(3),
#header li:nth-child(4),
#header li:nth-child(5),
#header li:nth-child(6),
#header li:nth-child(7),
#header li:nth-child(8),
#header li:nth-child(9),
#header li:nth-child(10),
#header li:nth-child(11){
    float: right;
}

#header li a{
    color: #dd674b;
    text-decoration: none;
}

/* #header li a:hover{
    color: #dd674b;
} */

/* Logo left */
#header li:nth-child(1) img{
    width: 200px;
    height: auto;
}

/* Icon menu phone */
#header li:nth-child(2) {
    float: right;
    margin-right: 10px;
}

#header li:nth-child(2) img{
    width: auto;
    height: 20px;
}

/* Shopping cart icon */
#lblCartCount {
    font-size: 13px;
    background: #dd674b;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px;
}

.badge {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

/* Content from here  */
#content {
    margin-top: 10px;
    padding: 30px 0;
}

#bottom-content {
    width: 100%;
    padding-bottom: 80px;
}

.navigation-in-content {
    padding: 5px;
    margin-left: 10px;
}

.item-wrapper {
    padding: 0 10px 0 10px;
}

.head-image {
    margin-top: 10px;
    position: relative;
}

.head-image img{
    width: 100%;
    height: auto;
}

.head-image-text {
    position: absolute;
    top: 50%;
    left: 10%;
    font-size: 3.4vw;
    font-style: italic;
    letter-spacing: 2px;
    color: #fff;
    width: 40%;
    font-weight: 300;
}

.head-image-text p{
    font-size: 1.5vw;
    color: #7c7b7b;
}

.content-head {
    padding: 0 10px 0 10px;
}

/* .content-head img{
    width: 100%;
    height: auto;
    margin: 10px 0 10px 0;
} */

.title-text {
    font-size: 15px;
    color: #dd674b;
    text-align: center;
}

/* Item overview below  */
.category-head {
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 25px;
    color: #dd674b;
}

.item {
    font-size: 13px;
    text-align: center;
    float: left;
    width: 29%;
    color: #000;
    margin-right: 4.3%;
}

.item img{
    width: 100%;
}

.line {
    border-top: 1px solid #dd674b;
    margin: 0 10px 0 10px;
}

.title {
    text-transform: capitalize;
}

.description {
    font-weight: bold;
}

/* Single item below  */
.single-wrapper {
    text-align: center;
    padding: 0 10px 0 10px;
}

.item-img {
    width: auto;
    max-height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 140%;
    border-bottom: 1px solid #dd674b;
    overflow: hidden;
}

.item-img img{
    max-width: 100%;
    max-height: 400px;
}

.single-title {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
}

.single-price {
    margin: 10px 0 10px 0;
}

.single-wrapper input[type=text] {
    height: 25px;
    width: 25px;
    border-radius: 5px;
    border: 1px solid #7c7b7b;
}

.single-wrapper button{
    border: none;
    font-size: 10pt;
    height: 29px;
    color: #000;
    border-radius: 5px;
}

.single-wrapper button:focus,
.single-wrapper input:focus {
    outline:0;
}


.single-wrapper button:hover {
    cursor: pointer;
    color: #dd674b;
}

.quantity {
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
}

.quantity input[type=text] {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    height: 27px;
    width: 18px;
    font-size: 16px;
    color: #43484D;
    font-weight: 300;
    background-color: transparent;
}

.quantity input:focus{
    outline: 0;
}

.input-block {
    margin-bottom: 10px;
}

/* Admin panel styling below */
.admin-left {
    float: left;
    width: 150px;
    padding-top: 10px;
    margin-bottom: 20px;
}

.admin-navigation {
    text-align: left;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.4);
    padding: 5px;
    border-radius: 10px;
}

.admin-navigation a{
    color: #000;
    text-decoration: none;
}

.admin-navigation a:hover {
    color: #dd674b;
}

.admin-navigation ul{
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
}

.nav-title{
    text-transform: capitalize;
    text-decoration: underline;
}

.admin-right {
    float: left;
    padding-left: 10px;
    padding-top: 10px;
    width: 100%;
}

.admin-right input[type=text] {
    width: 200px;
}

.admin-right textarea {
    width: 200px;
    height: 100px;
    margin-bottom: 10px;
}

.admin-right input[type=submit] {
    margin-top: 5px;
    width: auto;
    border: 1px solid #7c7b7b;
    padding: 5px;
}

.admin-right input[type=submit]:hover {
    background-color: #dd674b;
    border: 1px solid #7c7b7b;
    color: #fff;
    transition: 0.2s;
}

.invalid-feedback {
    color: red;
    display: block;
    margin: 0;
}

#input-price {
    width: 40px;
}

.head-title {
    margin-bottom: 20px;
    font-size: 20px;
    color: #dd674b;
}

.map-search {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.map-search input{
    padding: 5px;
}

.map-search input[type=submit]:hover {
    background-color: #dd674b;
    padding: 6px;
    color: #fff;
    border: 1px solid #7c7b7b;
    border-radius: 2px;
    cursor: pointer;
}

/* Pages below */
.page-content {
    padding: 0 10px 0 10px;
    color: #7c7b7b;
    font-size: 20px;
}

.page-content img{
    max-width:100%;
    height: auto;
}

/* Pagination below */
.pagination {
    margin: 25px 0 0 0;
}
.pagination a{
    padding: 3px 6px 3px 6px;
    margin-right: 3px;

}
.pagination a:hover{
    color: #000;
}
.pagination a.active{
    color: #000;
    text-decoration: none;
    border: 1px solid #ACB0BD;
    border-radius: 6px;
}
.pagination a.active:hover{
    border-color: black;
    background: #dd674b;
    color: #fff;
}

/* Index part below */
.index_favourites {
    background-color: #E5E5E5;
    margin: 0; 
    width: 100%;
    padding: 20px 0 50px 0;
}

.page_header_text {
    text-align: center;
    margin: 0;
}

.page_header_text h1{
    font-size: 3.4vw;
    color: #D0755D;
    display: inline-block;
    position: relative;
}

.page_header_text h1:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 3px;
    bottom: -15px;
    left: 25%;
    border-bottom: 3px solid #D0755D;
}

.index_favourites ul {
    list-style-type: none;
    margin: 2%;
}

.index_favourites li{
    float: left;
    width: 23%;
    height: auto;
}

.index_favourites img{
    width: 90%;
    height: 90%;
    margin: 5%;
}

.index_favourites img:hover{
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}

.a_button {
    text-decoration: none;
    font-style: normal;
    font-size: 2vw;
    background-color: #D0755D;
    color: #fff;
    padding: 0.5% 1%;
}

.a_button:hover{
    color: #fff;
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}


/* End of Index page */

/* Footer part below  */

.footer {
    bottom: 0;
    color: #fff;
    background-color: #7c7b7b;
    font-size: 14px;
    height: 85px;
    position: absolute;
    width: 100%;
}

.footer a{
    color: #fff;
    text-decoration: none;
    margin-right: 5px;
}

.footer a:hover{
    text-decoration: underline;
}

.footer-catalogus {
    float: left;
    margin: 20px 0 0 20px;
    font-size: 20px;
}

.footer-social {
    float: right;
    margin: 10px 20px 0 0;
}

.footer-social img{
    height: 30px;
}

.footer-copy {
    font-family: 'Roboto', serif;
    background-color: #949494;
    /* height: 100%; */
    padding: 10px 0 15px 0;
}

/* Icons from fonts awesome down below */

.fab {
    padding: 5px;
    background-color: #fff;
    color: #7c7b7b;
    font-size: 30px;
    border-radius: 50%;
    width: 30px;
}

.fab:hover {
    background-color: #dd674b;
    color: #fff;
}

.spinner {
    display: none;
}

.footer-copy {
    color: #fff;
    text-align: center;
    margin: 10px 0 10px 0;
    font-size: 10px;
}

@media only screen and (min-width: 768px) {
    .phone {
        display: none;
    }

    .screen {
        display: block;
    }

    #header {
        padding: 25px 0 25px 0;
    }

    .submenu {
        z-index: 3;
        position: absolute;
        padding: 5px 0 10px 0;
        /* padding-bottom: 10px; */
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0px 3px 10px rgba(0,0,0,0.4)
    }

    .submenu a{
        background-color: #fff;
        padding-left: 10px;
    }

    .submenu a:hover{
        color: #dd674b;
    }

    .title-text {
        font-size: 25px;
    }

    .item {
        width: 18%;
        transition: box-shadow .3s;
        border-radius: 10px;
        margin: 5px 0 5px 2%;
        padding: 5px 0 5px 0;
    }
    
    .item:hover {
        box-shadow: 0 0 11px rgba(33,33,33,.2);
    }

    .item-img {
        margin: 0 auto;
    }  

    .admin-right {
        width: 608px;
    }

    .head-title {
        font-size: 40px;
    }

    .footer-catalogus {
        float: left;
        font-size: 32px;
        line-height: 37px;
        margin: 25px 0 10px 40px;
    }
    
    .footer-social {
        float: right;
        margin: 16px 40px 0 0;
    }

    .footer-social img{
        height: auto;
        margin-left: 10px;
    }
}

@media only screen and (min-width: 1150px) {
    #header {
        width: 950px;
        margin: 0 auto;
    }
    
    #content {
        width: 950px;
        margin: 0 auto;
    }

    .admin-right {

        width: 790px;
    }

}