/*
color palette
#C09984 (dark pink)
#E5E3D7 (light sand)
#CBC3BA (middle sand/ nude clay)
#524F4A (almost black)
#A6A998 (green)
#D9C2B0 (light pink)
#F9F5F2 (cream white - logo font colour)
#A8725E (dark red - logo background colour)
#7B6A63 (dark brown)\
*/




div h1, h3, p, h2 ,a{
    margin: 0px 0px 0px 0px;
}

@font-face {
    font-family: AbhayaLibreBold;
    src: url('Font/AbhayaLibre-Bold.ttf');
    src: url('Font/AbhayaLibre-Bold.eot'); /* IE9 Compat Modes */
    src: url('Font/AbhayaLibre-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('Font/AbhayaLibre-Bold.woff') format('woff'), /* Modern Browsers */
       url('Font/AbhayaLibre-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('Font/AbhayaLibre-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: AbhayaLibreRegular;
    src: url('Font/AbhayaLibre-Regular.ttf');
    src: url('Font/AbhayaLibre-Regular.eot'); /* IE9 Compat Modes */
    src: url('Font/AbhayaLibre-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('Font/AbhayaLibre-Regular.woff') format('woff'), /* Modern Browsers */
       url('Font/AbhayaLibre-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('Font/AbhayaLibre-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: PoppinsRegular;
    src: url('Font/Poppins-Regular.ttf');
    src: url('Font/Poppins-Regular.eot'); /* IE9 Compat Modes */
    src: url('Font/Poppins-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('Font/Poppins-Regular.woff') format('woff'), /* Modern Browsers */
       url('Font/Poppins-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('Font/Poppins-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}


/* header */

.header {
    top:0px;
    opacity:0.95;
}

.header:hover {
    opacity:1;
}

#freeshipping {
    background-color:#A8725E ;
    height: 32px;
    opacity:0.95;
}

#freeshipping h3{
    text-align: center;
    color:#F9F5F2;
    font-family: PoppinsRegular;
    font-size: 12px;
    font-weight: lighter;
    padding-top:6px;
}

#header {
    background-color: #F9F5F2;
    margin-bottom:0px;
    height:125px;
    position:sticky;
}
#header li{
    padding-left: 10px;
    padding-top: 50px;
    float: right;
    list-style-type: none;
}

#header li a {
    color: #524F4A;
    padding-right:20px;
    padding-top: 30px;
    font-family: PoppinsRegular;
    font-size: 18px;
    text-decoration: none;
}

#header li a:hover {
    text-decoration: underline;
    color:#A8725E;
}


#header img {
    padding-top: 10px;
    height: 105px;
    width: 115px;
}

/*section 1*/

.title {
    background-color: #F9F5F2;
    height:100px;
}

.title h1 {
    font-family: AbhayaLibreBold;
    font-weight:bold;
    text-align: center;
    font-size: 45px;
    padding-bottom:20px;
    color:#A8725E;
}

.title hr {
    padding:0;
    margin:0;
    text-align:left;
    width:100%;
    background-color:#A8725E;
    height:0.5px;
    border-width:0px;
    display:block;
    opacity:0.7;
    padding-bottom: 0px;
    z-index:-1; 
}
/*section 2*/

#continueshopping {
    height:200px;
    width:100%;
    background-color: #F9F5F2;
    text-align:center;
    display:none;
}

#continueshopping p {
    display:block;
    font-size: 13px;
    color: #7B6A63;
    font-weight: lighter;
    font-family: PoppinsRegular;
    padding-top: 4px;
    padding-bottom: 20px;
}

#continueshopping button {
    width:20%;
    height: 40px;
    background-color:#C09984  ;
    text-align: center;
    border: none;
    box-shadow: inset 0 0 0 0 #A8725E;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.6s;
}


#continueshopping button:hover, #continueshopping button:focus {
    cursor:pointer;
    box-shadow: inset 600px 0 0 0 #A8725E;
}

#shopbut {
    font-family: PoppinsRegular;
    font-size: 14px;
    color:#F9F5F2;
    font-weight: bolder;
    vertical-align: top;
}

/*section 3*/

.orders {
    height:300px;
    background-color:#F9F5F2;
    text-align:center;
    display:block;
}


.productdescription {
    padding-bottom:15px;
    margin-right:10px;
    display:none;
    padding-left: 30px;
    vertical-align: top;
    text-align:left;
    padding-top: 20px;
}

.productpicture {
    margin-left:50px;
    text-align:left;
    display:none;
}

.productpicture img {
    height:200px;
    width:250px;
}

.orders h2{
    font-family: AbhayaLibreRegular;
    font-size:13px;
    color:#A8725E;
    padding-bottom: 5px;
    display:block;
    font-weight: lighter;
}


.info {
    font-family: PoppinsRegular;
    font-size: 10px;
    font-weight: bolder;
    color: #7B6A63;
    padding-top:5px;
    padding-bottom:1px;
}

.selected {
    font-family: PoppinsRegular;
    font-size: 10px;
    color: #7B6A63;
    font-weight: lighter;
}

.remove {
    font-family: PoppinsRegular;
    font-size: 10px;
    color: #7B6A63;
    font-weight: lighter;
    text-decoration: underline;
    padding-top: 50px;;
}

.remove:hover {
    cursor: pointer;
    font-weight: bold;
}

.price {
    vertical-align: top;
    padding-top: 3px;
    padding-left: 0px;
    margin-left: 0px;
    display: none;
}


.price p{
    display:block;
    font-size: 10px;
    color: #7B6A63;
    font-weight: lighter;
    font-family: PoppinsRegular;
    padding-top: 4px;
}

#quantity1 {
    vertical-align: bottom;
    padding-top: 165px;
    text-align: left;
}

/*subtotal*/
#subtotal{
    background-color: #F9F5F2;
    height: 100px;
    text-align: center;
}

#subtotal p{
    display:block;
    font-size: 15px;
    color: #7B6A63;
    font-weight: lighter;
    font-family: PoppinsRegular;
    padding-top: 4px;
}

/*checkout*/
#checkout {
    width:100%;
    height:100px;
    text-align: center;
    background-color: #F9F5F2;
}
#checkout button{
    width:20%;
    height: 40px;
    background-color:#C09984  ;
    text-align: center;
    border: none;
    box-shadow: inset 0 0 0 0 #A8725E;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.6s;
}


#checkout button:hover, #checkout button:focus {
    cursor:pointer;
    box-shadow: inset 600px 0 0 0 #A8725E;
}

#checkbut {
    font-family: PoppinsRegular;
    font-size: 14px;
    color:#F9F5F2;
    font-weight: bolder;
    vertical-align: top;
}




/* footer */

footer {
    height:300px;
    background-color: #F9F5F2 ;
    margin-left: auto;
    margin-right: auto;
}

#iconsleft {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-left: 20px;
    display:inline;
}

#iconsright {
    margin-left: auto;
    margin-right: auto;
    float:right;
    padding-right: 20px;
    display:inline;
}

#iconsright img {
    width:28px;
    height:28px;
    padding-left: 10px;
    padding-top:25px;
    padding-bottom: 10px;
}

#iconsleft img {
    width:42px;
    height:28px;
    padding-left:5px;
    padding-right: 10px;
    padding-top:25px;
    padding-bottom: 10px;
}


footer h2 {
    color: #A8725E;
    font-weight: lighter;
    font-family: AbhayaLibreRegular;
    font-size: 20px;
    float:left;
    padding-left:15px;
    padding-top: 30px;
    font-weight: bold;
}

#footlist {
    padding-top: 65px;
    padding-left:15px;
}

footer li a {
    color: #524F4A;
    padding-right:20px;
    padding-top: 5px;
    font-family: PoppinsRegular;
    font-size: 14px;
    text-decoration: none;
    display:block;
    margin: 0;
    width:10%;
}

footer li a:hover{
    text-decoration: underline;
    color:#A8725E;
}


footer li{
    list-style-type: none;
    display:block;
    text-align :left;
}

footer hr {
    padding:0;
    margin:0;
    text-align:left;
    width:100%;
    background-color:#A8725E;
    height:1px;
    border-width:0px;
    display:block;
}

#copyright {
    font-family: PoppinsRegular;
    font-size: 10px;
    text-align:center;
    margin-top:15px;
    margin-bottom:20px;
    color:#A8725E;
}