@import url('https://fonts.googleapis.com/css?family=Eczar');

p {
    color: black !important;
}

a {
    color: #1A663E;
}

h2 {
    font-family: 'Eczar';
    color: #1A663E;
}
body {
    background: #FEFBE2;
}


ul {
    margin-left: 30px;
}
.clands-search-box {
    color: #FF0000;
}
@media only screen and (max-width: 990px) and (min-width: 760px)  {
    /* Centering featured items when rows of two are displayed */
    .featured-item {
        left: 20%;
    }
}

 @media screen and (min-width: 1200px) {
        .header-left {
             width: 500px;
        }
        .header-left img {
            width: auto;
        }
        .split-top {
            height: 100px;
        }
        .wrapper-right {
            width: 300px;
        }
    }

.header-logo-links {
    padding: 0;
}

.banner {
background: #eba6b0;
box-shadow: -18px 4px 4px 1px black;
}
.top_nav_right .nav_cart {
background:#eba6b0;
}

footer table div {
    /* make the footer stretch across the screen */
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    margin-top: 10px;
}
footer {
    padding-bottom: 0;
}

body > header > div > div.split-top > div {
    background: #046A38;
}

body > footer > div > div:nth-child(2) > div > p {
background: #1A663E;
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    margin-top: 10px;
    }
    
body > div > div > div.content.col-ms-6.col-sm-10.col-xs-12 > div.row > div {
    margin-left: -25px;
}




@media only screen and (max-width: 1199px){
   #custom-page > p:nth-child(3) > img {
        width: 100%;
        /*display: none;*/
    }
}


    @media screen and (max-width: 768px) and (min-width: 600px) {
        .split-top {
            height: 150px;
        }
        .wrapper-right {
         width: 75%;
          float: left;
                       
        }
    }
    
    @media screen and (max-width: 1199px) and (min-width: 600px){
                .header-left img {
            width: 500px;
            height: auto;
        }
        
    }
 #addTo {
     background-color: #EDA4AE !important;
 }
.action-btn:before {
    border: #EDA4AE solid 4px !important;
}