body{
  font-family: "Catamaran", sans-serif;
}
.header{
    padding: 10px 0px;
    border-bottom: 2px solid #4d3933;
}
.uppercase{
    text-transform: uppercase;
}
.header-content  a{
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    color: #4d3933;
}
.header-content img{
    margin-right: 10px;
}
.serch{
    position: relative;
}
.serch input{
    border: 1px solid #4d3933;
    border-radius: 22px;
    height: 43px;
    line-height: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}
.serch img{
    position: absolute;
    width: 30px;
    top: 6px;
    right: 0;
}
.banner-content{
    color: #fff;
}
.banner-content h2{
    color: #4d3933;
    font-weight: bold;
    opacity: 1;
    font-size: 32px;
}
.banner-content p{
    color: #4d3933;
    font-size: 25px;
    line-height: 34px;
    font-weight: lighter;
}
.banner-content a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    padding: 15px 30px;
    background: #4d3933;
    border-radius: 30px;
}


.about-content h3{
    color: #f3942d;
    font-size: 20px;
    padding-top: 13px;
}
.about-content p{
    font-weight: 600;
    color: #4d3933;
}

.shop-in{
    background: #eee;
}
.shop-content span{
    margin-bottom: 15px;
    background: #5bb368;
    padding: 5px 10px;
    display: inline-block;
    font-size: 15px;
    border-radius: 21px;
    color: white;
}
.heading-box p{
     font-weight: normal;
    font-size: 13px;
    color: #4d3933;
}
.shop-content a{
    font-weight: bold;
    cursor: pointer;
    color: #5bb368;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
}
.heading-box{
    margin-top: 20px;
}
.product-content{
    padding: 15px;
}
.product-content h6{
    text-transform: uppercase;
    font-weight: bold;
    height: 20px;
    line-height: 22px;
    color: #4D3933;
}
.product-content p{
    font-weight: normal;
    font-size: 13px;
    color: #4d3933;
}
.product-content h5{
    color: #4d3933;
    font-weight: bold;
    font-size: 22px;
}
.product-content a i{
    color: #f3942d;
}
.items{
    padding: 10px 0px;
}
.product-box{
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 1px #d2d2d2;
}
.pro-image img{
    border-radius: 10px;
}
.pro-image {
    position: relative;
}
.pro-image span{
    position: absolute;
    top: -5px;
    left: -5px;
    background: #3fa8cf;
    color: white;
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 11px;
}
.pro-image a{
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #a59b98;
    text-decoration: none;
}
.heading-box h3{
    text-align: center;
    font-size: 26px;
    color: #4d3933;
    font-weight: bold;
}
.heading-box a{
    text-decoration: none;
    color: white;
    background: #f2932c;
    border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    margin-right: 10px;
}
.f-up-content p{
    color: #4d3933;
    font-size: 14px;
}
.f-up-content h3{
    color: #4d3933;
}
.f-up-content h4{
    color: #4d3933;
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #4d3933;
}
.fotter{
    padding-bottom: 100px;
    background-color: #cdcaad;
}
.f-widget h6{
    color: #fff;
}
.f-widget a{
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    padding-bottom: 6px;
}
.offcanvas {
    background: #eeebe2;
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.4);
}
.menu a{
    padding: 10px;
    background: #fff;
    font-size: 16px;
    text-decoration: none;
    display: block;
    color: #4d3933;
    margin-bottom: 5px;
}
.f-content p{
    font-size: 14px;
}
.fotter-up {
    border-bottom: 3px solid orange;
}




@media only screen and (min-width: 2000px) {
   
}

@media only screen and (min-width: 1499px) {
    
}
@media only screen and (max-width: 991px) {
    .header-content a span{
        display: none;
    }
}
@media only screen and (max-width: 769px) {
    
}       
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 344px){
    
}