h1.title {     
    font: 400 6.125em/0.85 'VeneerTwo', sans-serif;
    line-height: 0.96;
    color: #CCBBAB;
    top: 0;
    left: 0;
    margin: 0 0 0.1em 0;
    margin-bottom: 0.2em;
    text-transform: uppercase;
    margin-top: 50px;
}

h2 {
	font-family: 'VeneerTwo', sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	margin-top: 2em;
	margin-left: 0px;
	border-bottom: 1px solid #c75133;
	margin-right: 0;
	margin-bottom: 0;
}
h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 25px 0 10px 0;
    color: #c75133;
    text-transform: uppercase;
}

    h3::after {
        content: "\25B6";
    } 

p {
    margin-bottom: 0;
}

.products {
    display: none;
    position: absolute;
    z-index: 9999;
}

.instruct {
    margin-top: 10px;
    padding-left: 10px;
}

/* reset  list style */
.category-menu,
.category-menu ul {
	list-style: none;
}
.category-menu {
    display: block;
    margin-bottom: 15px;
}
.category-name {
    font-size: 1.1em;
    font-weight: bold;
    margin: 5px 0 10px 0;
    color: #c75133;
    text-transform: uppercase;
}
    .category-name:after {
        content: "\25B6";
    }
ul.category-menu div > li  {
    margin-bottom: 20px;
    margin-top: 20px
}

.productList{
    display: none;
}

li {
    position: relative;
    overflow:: hidden;
    border-bottom: 1px solid transparent;
}



/* Note: Design for a width of 768px */
@media only screen and (max-width: 995px) {

    h1.title {
        font-size: 90px;
        margin-top: 40px;
    }
}

/* Note: Design for a width of 480px */
@media only screen and (max-width: 767px) {   

     h1.title {
        font-size: 60px;
        margin-top: 0px;
    }
   
}

/* #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */
@media only screen and (max-width: 479px) {
      h1.title {
        font-size: 60px;
        margin-top: 0px;
    }
}

@charset "utf-8";
/* CSS Document */
